Mark Nernberg, > > A possible workaround solution is to configure Postfix > > to not offer DSN support: > > smtpd_discard_ehlo_keywords = silent-discard, dsn > > This works. Only 1 change -- no spaces. > > In /etc/postfix/master.cf: > my.ip.add.ress:smtp inet n - n - - smtpd > -o smtpd_discard_ehlo_keywords=silent-discard,dsn > -o smtpd_proxy_filter=127.0.0.1:10023
If used as a global option in main.cf, spaces are allowed. Is there any particular reason why you would turn off DSN for port 25 only, and not for the rest (if any)? Mark ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&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/
