On 10/10/2012 10:04 AM, Paul Schmehl wrote: > In reading the docs it says to comment out the smtp line and > uncomment the one that routes to postscreen. I have both uncommented. >
Yes, that's important, only one will have control of port 25. > # grep -v "#" /usr/local/etc/postfix/master.cf | grep smtp > smtp inet n - n - - smtpd -o > content_filter=filter:dummyr Yes, the above line must be commented out or removed. Anything postscreen does will be logged: # grep '/postscreen' /var/log/maillog > smtp inet n - n - 1 postscreen > smtpd pass - - n - - smtpd > > The problem is, I also want to route through filter.sh, so how do I > do that? add your -o content_filter override to the new smtpd pass service. -- Noel Jones