LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Mailscanner solutions (https://www.linuxquestions.org/questions/linux-software-2/mailscanner-solutions-830188/)

alphatest 09-03-2010 12:14 PM

Mailscanner solutions
 
i have install spam server using mailscanner, all other component already at there. i have litte bit problem with setting, for this mailscanner i want used postfix services.

for info i have 5 domains hosting on my server, mailscanner just filter all incoming email from outside not email in internal used.

probably how to setting postfix and any other parts should i configure to properly run mailscanner? i just setting etc/postfix/main.cf and etc/postfix/transport.

----------------------------------------
i created at main.cf to read all email and send to transport to pass clean email to mailserver.


but have this problem :-

ep 4 09:12:06 milter postfix/smtpd[10210]: disconnect from unknown[210.19.31.173]
Sep 4 09:12:06 milter postfix/smtp[10238]: 8A29F291885B: to=<gec@apex.com.my>, relay=milter.apex.com.my[210.19.31.173]:25, delay=8.3, delays=8.3/0.01/0/0, dsn=5.4.6, status=bounced (mail for apex.com.my loops back to myself)
Sep 4 09:12:06 milter postfix/smtpd[10216]: disconnect from unknown[210.19.31.173]
Sep 4 09:12:06 milter postfix/cleanup[10209]: AF60F29189E3: message-id=<20100904011206.AF60F29189E3@milter.apex.com.my>
Sep 4 09:12:06 milter postfix/cleanup[10222]: AEF652918863: message-id=<20100904011206.AEF652918863@milter.apex.com.my>
Sep 4 09:12:06 milter postfix/bounce[10239]: 13D192918860: sender non-delivery notification: AEF652918863
Sep 4 09:12:06 milter postfix/qmgr[10191]: AEF652918863: from=<>, size=3380, nrcpt=1 (queue active)
Sep 4 09:12:06 milter postfix/bounce[10221]: 8A29F291885B: sender non-delivery notification: AF60F29189E3
Sep 4 09:12:06 milter postfix/qmgr[10191]: 13D192918860: removed
Sep 4 09:12:06 milter postfix/qmgr[10191]: AF60F29189E3: from=<>, size=3367, nrcpt=1 (queue active)
Sep 4 09:12:06 milter postfix/qmgr[10191]: 8A29F291885B: removed
Sep 4 09:12:06 milter MailScanner[9584]: Deleted 2 messages from processing-database
Sep 4 09:12:06 milter MailScanner[9584]: Logging message CBB832918863.AD510 to SQL

alphatest 09-03-2010 01:07 PM

etc/postfix/main.cf
 
postconf -n

code:

[root@milter postfix]# usr/sbin/postconf -n
bash: usr/sbin/postconf: No such file or directory
[root@milter postfix]# /usr/sbin/postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
header_checks = regexp:/etc/postfix/header_checks
html_directory = no
inet_interfaces = all
mail_owner = postfix
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
mydestination = $myhostname, localhost.$mydomain, localhost, mail.$mydomain
mydomain = example.com
newaliases_path = /usr/bin/newaliases.postfix
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES
recipient_delimiter = +
relay_domains = example.com, abc.com, ab.com
sample_directory = /usr/share/doc/postfix-2.3.3/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
transport_maps = hash:/etc/postfix/transport
unknown_local_recipient_reject_code = 550


All times are GMT -5. The time now is 04:59 AM.