Dmarc authentication
I have problems setting the dmarc i'm using this format
"v=DMARC1; p= quarantine; rua=mailto:dtes@dtes.ec"
but when i test it the dmarc does not appear in the original message in gmail.
is it a problem with the format of the dmarc i'm using ?
-
After some experimenting I found that in the WHM DNS Zone Editor you need to set the domain to _dmarc the RR to TXT and input the dmarc record something like (without escaping any ; or @) "v=DMARC1;p=none;pct=100;rua=mailto:serveradmin@mydomain.com;ruf=mailto:serveradmin@mydomain.com"
To test you have the proper structure you can check with $ dig +short txt _dmarc.mydomain.com should return"v=DMARC1\;p=none\;pct=100\;rua=mailto:serveradmin@mydomain.com\;ruf=mailto:serveradmin@mydomain.com"
or $ nslookup > set type = TXT > _dmarc.mydomain.com will return something like_dmarc.mydomain.com text ="v=DMARC1\;p=none\;pct=100\;rua=mailto:serveradmin@mydomain.com\;ruf=mailto:serveradmin@mydomain.com"
Read the documentation at this page0 -
Hello, Glad you figured it out and thank you for updating this thread with your outcome/solution. If you haven't already, please consider voting for this option in feature requests. 0 -
There's additional discussion of which records to add in the comments section of the feature request for DMARC: DMARC config in email authentication section Thank you. 0 -
There are a few different formats you can use. You can use the one referenced earlier in this thread: Dmarc authentication The following URL is useful if you want to understand exactly how DMARC records work: Add a DMARC record - Google Apps Administrator Help Thank you. 0
Please sign in to leave a comment.
Comments
5 comments