This is a discussion on [AMaViS-user] Amavisd-new/postfix/clamav/sa new install: postfix not passing mail within the Amavis User forums, part of the Anti-Spam and Anti-Virus Related Forums category; I'm attempting to replace sendmail/mimedefang/clamav/spamassassin with postfix/amavisd-new/clamav/spamassassin. Before attempting the install on ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I'm attempting to replace sendmail/mimedefang/clamav/spamassassin with
postfix/amavisd-new/clamav/spamassassin. Before attempting the install on the corporate mail server I'm doing the install on my workstation. I'm following the instalation instructions in Ralf Hildebrandt's "The Book of Postfix" (which pretty closely parallels the instructions in README_FILES/README.postfix. Amavis starts up fine, finds the required Perl modules, identifies clamav (does it matter that it's identified as a secondary av scanner?). I can telnet to ports 10024 and 10025 and get the response I expect. In my master.cf file I've got: amavis-new unix - - n - 2 smtp -o smtp_data_done_timeout=1200 -o smtp_send_xforward_command=yes -o disable_dns_lookups=yes -o max_use=20 127.0.0.1:10025 inet n - n - - smtpd -o content_filter= -o local_recipient_maps= -o relay_recipient_maps= -o smtpd_restriction_classes= -o smtpd_delay_reject=no -o smtpd_client_restrictions= -o smtpd_helo_restrictions= -o smtpd_sender_restrictions= -o smtpd_recipient_restrictions=permit_mynetworks,rej ect -o mynetworks=127.0.0.0/8 -o strict_rfc821_envelopes=yes In main.cf I've got: content-filter = amavisd-new:[127.0.0.1]:10024 Now for the problem - when I restart Postfix I see mail being sent in and out, but nothing appears in maillog about messages ever getting passed through Amavis to clamav or SpamAssassin. Is this something I should be asking about on the Postfix lists, or does someone on this mailing list have any suggestions as to what I might have misconfigured? -- D Mahoney dan@wolf.com ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today Register for a JBoss Training Course. Free Certification Exam for All Training Attendees Through End of 2005. For more info visit: http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/...fo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/ |