Google DMARC
Hi, @cPanelMichael and all
Seems google is now starting to reject emails with no valid dmarc record. Appears to be a requirement now. Cpanel really needs to add support for this. in the meantime.
if you get the following error,
Technical details of permanent failure:
read error: generic::failed_precondition: read error (0): error
in the domains dns record, add the following to a txt record.
This will reject emails that do not validate to spf etc.
dmarc 86400 txt "v=DMARC1; p=reject; sp=none; rf=afrf; pct=100; ri=86400"
This will do nothing.
dmarc 86400 txt "v=DMARC1; p=none; sp=none; rf=afrf; pct=100; ri=86400"
This will quarantine.
dmarc 86400 txt "v=DMARC1; p=quarantine; sp=none; rf=afrf; pct=100; ri=86400"
-
I'm not seeing evidence of Google rejecting for lack of DMARC record. There are so so many domains [including those of Fortune 500 companies] that do not have DMARC records. I'd find it hard to believe that Google would be rejecting for lack of a DMARC record. And shouldn't that be (as an example): _dmarc. IN TXT "v=DMARC1; p=none; sp=none; rf=afrf; pct=100; ri=86400" _dmarc.tindors.com. IN TXT "v=DMARC1; p=none; sp=none; rf=afrf; pct=100; ri=86400" Mike 0 -
Hello, Please ensure you vote and add feedback to the existing feature request for this at: DMARC config in email authentication section You can also subscribe to the feature request to receive updates on it's status. Thank you. 0
Please sign in to leave a comment.
Comments
2 comments