#Missing _Dmarc
1 messages · Page 1 of 1 (latest)
With dig, you just do dig TXT _dmarc.chocolatedetective.co.uk.
Alternatively, dig -t TXT _dmarc.chocolatedetective.co.uk.
You have two _dmarc records there, and should kill one of them.
In addition, you do not have the external authorization records required on the "web-tart.co.uk" domain, to be able to use that email address as a destination for your DMARC reports.
Fantastic, thanks so much 🙂 Unfortunately Amazon SES insist "DMARC configuration was not found." but as they gave me the wrong parameters to begin with it should not be surprising!
They are most likely doing that because you have two _dmarc records set:
$ dig +noall +answer TXT _dmarc.chocolatedetective.co.uk
_dmarc.chocolatedetective.co.uk. 300 IN TXT "v=DMARC1; p=none;"
_dmarc.chocolatedetective.co.uk. 300 IN TXT "v=DMARC1; p=none; rua=mailto:[email protected],mailto:[email protected]"
Kill the one that alone holds the "v=DMARC1; p=none;", and it should fix itself within some time (actual time until fix depends on Amazon SES's re-check frequency)