2014-04-22 9:35 GMT+02:00 Andreas Schulze <s...@andreasschulze.de>: > also consider using a milter based SPF checker. Lock at the opendmarc-users > archive for suggestions. > > Andreas
I already tried with a SPF milter but the result is the same. Do you have working implementation with a milter ? If so, does this milter add one or multiple headers ? Actually, I got it working with pypolicyd-spf as a policy server but I have to call it twice : smtpd_recipient_restrictions = permit_mynetworks, ..., reject_unauth_destination, check_policy_service unix:private/policy-spf, check_policy_service unix:private/policy-spf-2 The first instance produce the standard "Received-Spf" header and the second puts "Authentication-Results". In that way, opendmarc see the second header and is working fine. Alexandre