Quanah Gibson-Mount: > Ok. I may just update our script to submit to port 25 using a normal SMTP > session instead. I guess there is no "non_smtpd_sender_restrictions" I > could use. ;)
Indeed. Sometimes I think that Milter configuration could be simplified by doing this: /etc/postfix/master.cf: pickup fifo n - y 60 1 pickup -o content_filter=smtp:127.0.0.1:25 But I haven't fully examined all the corner cases that might break when one does so. Wietse