Hey,
I have succeeded in setting up SPF filtering with my postfix implementation. I would like to get SRS installed. Now when I install SPF I had found a handy dandy perl script. I integrated the script into postfix by adding the following line to master.cf
spfpolicy unix - n n - - spawn
user=nobody argv=/usr/bin/perl
/usr/lib/postfix/smtpd-policy.pl
and in main.cf I added to smtpd_recpient_restrictions
check_policy_service unix

rivate/spfpolicy
I found in the debian repository libmail-srs-perl. That being considered, I am hoping someone wrote a perl script for SRS too.
Does anyone know of such a script? Or someway to include SRS without doing anything to postfix other than a minor change to two config files and a postfix restart?
I would rather not have to recompile, I did see a patch but that is more trouble than is worth to me...
Thanks,
David
(just a note. SRS here doesn't mean 'sex reassignment surgery' or 'street racing syndicate' It's Sender Rewriting Scheme. )