Gary wrote:

> Michael wrote:

>> And, ONLY sites with 2.4.2 are doing this:

>> grep -c '1 Rejected' /var/log/maillog
>> 99.99% of the 'Blocked SPAM' is also logging '554 5.7.1 Rejected' and
>> bouncing.

I used your entries in master.cf and I could reproduce this.

lmtp-amavis unix -      -       n     -       2  lmtp
    -o lmtp_data_done_timeout=1200
    -o lmtp_send_xforward_command=yes
    -o disable_dns_lookups=yes
    -o header_checks=regexp:/etc/postfix/remove_headers
    -o max_use=20

This is what made the difference. I changed it to:

smtp-amavis unix -     -       n      -       2  smtp
    -o smtp_data_done_timeout=1200
    -o smtp_send_xforward_command=yes
    -o disable_dns_lookups=yes
    -o header_checks=regexp:/etc/postfix/remove_headers
    -o max_use=20

and in main.cf (or wherever you placed it):

content_filter = smtp-amavis:[127.0.0.1]:10024

This may just be a symptom of some other configuration issue.
I'm going to dig a little more.

Gary V


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to