Murray S. Kucherawy: > > -----Original Message----- > > From: owner-postfix-us...@postfix.org > > [mailto:owner-postfix-us...@postfix.org] On Behalf Of Wietse Venema > > Sent: Thursday, September 01, 2011 6:12 AM > > To: Hieronim Sokolski > > Cc: postfix-users@postfix.org > > Subject: Re: SRS for Postfix > > > > If you find a 100% Milter-based SRS solution then you are welcome > > to report to the mailing list. The ones that I found invoke socketmaps > > from sendmail.cf, instead of using the Milter SMFIR_CHGFROM (replace > > sender) command which is available since Postfix 2.6. At this point > > it would probably make sense to add Sendmail-style socketmap support > > to Postfix. > > Which ones had you found? I'd be interested to take a look at them. > > (I'm not a fan of SRS, but I'm interested in milter-related mechanics.)
I found these with queries for "srs milter" and "srs chgfrom": http://srs-socketmap.info/spf/ Invokes socketmaps from sendmail.cf to rewrite outbound senders, and uses Milter for inbound RCPT TO verification. This is sendmail-milter-spf-1.42.pl, which can also be found in other places. http://www.bmsi.com/python/milter.html Mentions SMFIR_CHGFROM support real soon now for pysrs, but I could not find it in the latest source. pysrs and sendmail-milter-spf appear to pre-date SMFIR_CHGFROM (introduced 2006 with Sendmail 8.14.0), and both have not been updated in the last 5-6 years. Wietse