I am new to DMARC:
I have recently followed Mailchimp guidelines. This includes setting up DMARC. Right now policy is none, so I can get reports on what emails fails.
Here I notice it seems Mailchimp emails fail SPF check.
I found MailChimp IP addresses here: https://mailchimp.com/about/ips/
Here is example XML:
<record>
<row>
<source_ip>148.105.12.199</source_ip>
<count>1</count>
<policy_evaluated>
<disposition>none</disposition>
<dkim>pass</dkim>
<spf>fail</spf>
</policy_evaluated>
</row>
<identifiers>
<header_from>example.com</header_from>
</identifiers>
<auth_results>
<dkim>
<domain>fbl.mcsv.net</domain>
<selector>k2</selector>
<result>pass</result>
</dkim>
<dkim>
<domain>example.com</domain>
<selector>k2</selector>
<result>pass</result>
</dkim>
<spf>
<domain>mail199.sea22.mcdlv.net</domain>
<result>pass</result>
</spf>
</auth_results>
</record>
Note: I have replaced my own domain with example.com
Result I believe corresponds to:
- DMARC Compliance: pass
- SPF Authentication: pass
- SPF Alignment : fail
- SPF POLICY : no result
- DKIM Authentication: pass
- DKIM Alignment : pass
- DKIM POLICY : pass
I am new to DMARC. Is the above as expected? Or have I messed up something? Mailchimp has authenticated my domain after I added the cname and dmarc entries.