I recently implemented DMARC in monitoring mode, in order to begin preparing all the domains I manage. Here is the aggregate report for yesterday. I don't understand why DKIM would evaluate to false under policy_evaluated when DKIM is marked pass under auth_results. This domain (mydomain.io) sent one message yesterday (my own server is the SMTP server) to another domain I manage (myotherdomain.net) whose MX is Google Apps.
none
Answer
It is failing because the domain isn't aligned for DKIM
The calculation of the result in "Policy Evaluated" can be made as follows:
- Is the result in "Auth results" Pass?
- Is the domain in "Auth results" aligned? That is, is the domain in "Auth results" the same domain on "Policy Published"?
If 1 and 2 are Yes then the result is Pass, otherwise is Fail
In your case, for DKIM #1 is Yes, but #2 is No because the domain on "Policy Published " is "mydomain.io" but the domain reported in the "Auth results" for DKIM is "myotherdomain.net "
No comments:
Post a Comment