DMARC claims that SPF does not work even with SPF recording

I have the following SPF entry in the pixelark.com domain:

v=spf1 ip4:70.164.0.71  include:amazonses.com include:_spf.google.com ~all

Ip4 address is a web server, amazonses.com is used for Amazon SAS. This azamonization of SES gives me a problem.

This is one of many DMARC examples that I receive when sending email through Amazon SAS.

<record>
 <row>
  <source_ip>204.197.248.33</source_ip>
  <count>1</count>
  <policy_evaluated>
    <disposition>none</disposition>
    <dkim>pass</dkim>
    <spf>fail</spf>
  </policy_evaluated>
 </row>
 <identifiers>
  <header_from>pixelark.com</header_from>
 </identifiers>
 <auth_results>
  <dkim>
    <domain>pixelark.com</domain>
    <result>pass</result>
  </dkim>
  <spf>
    <domain>amazonses.com</domain>
    <result>fail</result>
  </spf>
 </auth_results>
</record>

I am sending an email from noreply@pixelark.com via Amazon SES. I have amazonses.com as a valid sender in an SPF record, but DMARC shows an SPF failure.

I can’t understand why this is happening? I could not figure it out. Any help would be greatly appreciated.

+4
source share
1 answer

DMARC, , Mail From (-) From address domains . , , DMARC SPF.

DMARC. . http://dmarc.postmarkapp.com.

+9

Source: https://habr.com/ru/post/1542848/


All Articles