I'm running postfix 2.5.6, and I'm using amavis through the milter interface by setting 'smtpd_milters= inet:[127.0.0.1]:10023'. I'm trying to set up a different port for skipping amavis checks on email that has already been checked. In master.cf I have:
2525 inet n - n - - smtpd -o content_filter= -o receive_override_options=no_milters -o smtpd_sender_restrictions= -o smtpd_recipient_restrictions=permit_mynetworks,reject -o mynetworks=127.0.0.0/8,xx.yy.zz.0/24 It is still being handed off to amavis via the milter interface. I tried adding '-o smtpd_milters=' but that didn't stop it either. The above worked in postfix 2.4.6. Any idea why this isn't working? Thanks, Dan