[Mimedefang] SRS with mimedefang

2016-06-02 Thread Marcus Schopen
Hi, is there a way to implement SRS using mimedefang? GMX set SPF to "-all" and forwarded mails to gmx accounts get blocked. Ciao Marcus ___ NOTE: If there is a disclaimer or other legal boilerplate in the above message, it is NULL AND VOID. You may

Re: [Mimedefang] SRS with mimedefang

2016-06-02 Thread Benoit Panizzon
Hi Marcus > is there a way to implement SRS using mimedefang? GMX set SPF to > "-all" and forwarded mails to gmx accounts get blocked. Sure... Just some Code Fragments: use Mail::SRS; sub filter_recipient { [...] my $srs = new Mail::SRS( Secret => $srskey, MaxAge => 30,

Re: [Mimedefang] SRS with mimedefang

2016-06-02 Thread Dianne Skoll
On Thu, 02 Jun 2016 15:24:50 +0200 Marcus Schopen wrote: > is there a way to implement SRS using mimedefang? Yes, but it involves a lot of programming and requires Sendmail 8.14 or later. We implemented SRS in a Perl module, but unfortunately it's proprietary and we can't release the code. The