Jerrale G: > With 2.7 and prior, we would use -o content_filter under the first > transport to check for viruses and then pipe to spamassassin: > # line 5 of master.cf > #smtp inet n - n - - smtpd > # -o content_filter=scan:[127.0.0.1]:10025 > # -o smtpd_authorized_xforward_hosts=127.0.0.0/8 > > With the new postscreen, it was ignoring this first transport now and we > only got spamassassin and clamav to work again after changing: > > # line 28 of master.cf > smtpd pass - - n - - smtpd > -o content_filter=scan:[127.0.0.1]:10025 > -o smtpd_authorized_xforward_hosts=127.0.0.0/8
As documented in POSTSCREEN_README: 3. Uncomment the new "smtpd pass ... smtpd" service in master.cf, and duplicate any "-o parameter=value" entries from the smtpd service that was commented out in step 1. That includes all your content filter related settings. Wietse