Hi,
It would be great to create steps for setting up DMARC in MIAB.
I found this site(zytrax), but am struggling with connecting the dots…
(latest update)
Proposed Steps:
1.Create a DMARC resource record of type 'TXT’
2.Name the record _dmarc or (_dmarc.box?)
3.For the Value, define your tags such as
"v=DMARC1; p=reject; pct=100; rua=mailto:postmaster@dmarcdomain.com; aspf=s; adkim=s"
What is Domain-based Message Authentication, Reporting & Conformance(DMARC)?
- an email protocol; i.e., policy
- the policy you create allows you (the sender) to show that your messages are protected by SPF and/or DKIM
- your policy will also help the organisation that receives your message determine if your message “aligns” with what they (the receiver) know about you (the sender).
- a policy applies to messages that fail authentication (report, quarantine, reject)
- suggestion: if you are confident that none of your legitimate messages are being incorrectly quarantined, apply a “reject” policy
Tags
v
- Protocol version
- example, v=DMARC1
pct
- Percentage of messages subjected to filtering
- pct=20
ruf
- Reporting URI for forensic reports
- ruf=mailto:authfail@example.com
rua
- Reporting URI of aggregate reports
- rua=mailto:aggrep@example.com
p
- Policy for organizational domain
- p=quarantine
sp
- Policy for subdomains of the OD
- sp=reject
adkim
- Alignment mode for DKIM
- adkim=s
aspf
- Alignment mode for SPF
- aspf=r
References:
https://dmarc.org/wiki/FAQ#How_does_DMARC_work.2C_briefly.2C_and_in_non-technical_terms.3F
http://www.zytrax.com/books/dns/ch9/dmarc.html