Dominic Raferd:
On 31/03/2021 17:29, Benny Pedersen wrote:
On 2021-03-31 18:21, Dan Mahoney wrote:
problem is your setup used Sender-ID with is long time depricated
Why would you advise not using libspf2?
atleast not in opendmarc, sid-milter is imho fine
but it bulds in both cases of depricated Sender-ID
opendmarc's internal spf checking with libspf2 works fine with versions 1.3.2
or higher, so you don't need to use an external spf checker (unless you want
such for another purpose).
Yeah, I found libspf2 as used in OpenDMARC to be reliable enough. But
it’s true that it was written for now obsolete RFC 4408. For example,
the ‘void lookup limit’ is not implemented in libspf2.
(I now use my own SPF Milter, which implements RFC 7208. Here for those
interested: https://gitlab.com/glts/spf-milter)