Difference between revisions of "DMARC"

From Freephile Wiki
Jump to navigation Jump to search
(adds logo, link to site and puts Google link is 'see also' section)
Line 1: Line 1:
 +
== TLDR ==
 +
You '''need''' to have [[SPF]] and [[DKIM]] properly established first.
 +
 +
(assuming your domain is 'example.com') Publish a DNS TXT record with this label:<br />
 +
<code>_dmarc.example.com</code><br />
 +
and this value<br />
 +
<code>v=DMARC1; p=none; rua=mailto:postmaster@example.com;</code>
 +
 +
== Background ==
 
https://dmarc.org/wp-content/uploads/2015/02/DMARC-2015-logo-small-202x110.png  
 
https://dmarc.org/wp-content/uploads/2015/02/DMARC-2015-logo-small-202x110.png  
  
 
https://dmarc.org/
 
https://dmarc.org/
 +
 +
== IETF Specification ==
 +
https://tools.ietf.org/html/rfc7489
 +
 +
== Vendors ==
 +
https://dmarcian.com/ is a place where you can get your reports nicely aggregated and reported.
  
 
== See Also ==
 
== See Also ==

Revision as of 21:07, 4 March 2016

TLDR[edit | edit source]

You need to have SPF and DKIM properly established first.

(assuming your domain is 'example.com') Publish a DNS TXT record with this label:
_dmarc.example.com
and this value
v=DMARC1; p=none; rua=mailto:postmaster@example.com;

Background[edit | edit source]

DMARC-2015-logo-small-202x110.png

https://dmarc.org/

IETF Specification[edit | edit source]

https://tools.ietf.org/html/rfc7489

Vendors[edit | edit source]

https://dmarcian.com/ is a place where you can get your reports nicely aggregated and reported.

See Also[edit | edit source]

Add a DMARC record in Google support