On Thu, Mar 31, 2016 at 02:01:57PM -0400, John Allen wrote: > From everything I had read I expected the smtp entry in master to be > > smtp inet n - n - 1 postscreen > -o cleanup_service_name=pre-cleanup > > But you are saying it should be > > smtp inet n - n - 1 postscreen > smtpd pass - - n - 1 smtpd > -o cleanup_service_name=pre-cleanup
Yes, that's exactly what I am saying. The option in question is an smtpd(8) option, not a TCP protocol option. And more generally all your previous smtpd(8) service option overrides stay with the smtpd(8) service and don't move to the postscreen(8) service which takes over the TCP protocol, and then passes the connection to smtpd(8). -- Viktor.