Hello,
opendmarc does not take [DKIM verification successful] into account.
From my understanding DKIM verification successful is enogh to results in dmarc pass.
opendkim[21839]: sender.host.com not internal
opendkim[21839]: not authenticated
opendkim[21839]: DKIM verification successful
opendmarc[1347]: ignoring Authentication-Results at 1 from myhost.com
opendmarc[1347]: SPF(mailfrom): myuser@example.com none
opendmarc[1347]: example.com fail
As expected SPF passing alone results in dmarc pass as opposed to the avobe.
Any idea why this is happing?
Difficult to say with only obfuscated logs and no configuration file, but presumably because of:
Most likely you have set TrustedAuthservIDs to something different than "myhost.com" or you have not set it at all and your hostname is not "myhost.com".
(Btw, such questions are better suited for the user mailing list.)
Hi Juri,
Thanks for your advice.
Specifing TrustedAuthservIDs "myhost.com" resolved this issue.
I appreciate your help.
Can you close this ticket? Then users checking the status do not have to read outdated text.