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. > On sites without 2.4.2: > Even zgrep -c '1 Rejected' /var/log/maillog* doesn't show anything. > (maybe one or two over the last month) > Postfix versions range from version 2.2.5 to 2.2.8 > Upgrade one of them that wasn't getting the 554 5.7.1 Rejected (amavisd > 2.3.3) to amavisd-new 2.4.2, and immediately get: > Jul 4 14:12:28 smtp postfix/lmtp[53668]: E79AD6D73A: > to=<[EMAIL PROTECTED]>, relay=127.0.0.1[127.0.0.1], delay=9, > status=bounced (host 127.0.0.1[127.0.0.1] said: 554 5.7.1 Rejected, > id=53670-01 - SPAM (in reply to end of DATA command)) > Jul 4 14:12:34 smtp postfix/lmtp[53686]: 92E416D6F1: > to=<[EMAIL PROTECTED]>, relay=127.0.0.1[127.0.0.1], delay=4, > status=bounced (host 127.0.0.1[127.0.0.1] said: 554 5.7.1 Rejected, > id=53672-01-2 - SPAM (in reply to end of DATA command)) > Jul 4 14:12:35 smtp postfix/lmtp[53668]: 1B1056D6F3: > to=<[EMAIL PROTECTED]>, relay=127.0.0.1[127.0.0.1], delay=3, > status=bounced (host 127.0.0.1[127.0.0.1] said: 554 5.7.1 Rejected, > id=53670-01-3 - SPAM (in reply to end of DATA command) I would do two things. I would download amavisd-new 2.4.2 and diff your amavisd executable with the original amavisd. I would also place $final_spam_destiny = D_BOUNCE; as the last [configurable] line in the last conf file that is in your chain and then see if amavisd-new obeys it. 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 [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
