Dmarc: Difference between revisions
From DWIKI
mNo edit summary |
mNo edit summary |
||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=Links= | =Links= | ||
*[https://dmarc.org/overview/ DMARC overview] | |||
*[https://wiki.list.org/DEV/DMARC Mailman and DMARC] | *[https://wiki.list.org/DEV/DMARC Mailman and DMARC] | ||
*[https://www.skelleton.net/2015/03/21/how-to-eliminate-spam-and-protect-your-name-with-dmarc/ Dmarc and Postfix] | *[https://www.skelleton.net/2015/03/21/how-to-eliminate-spam-and-protect-your-name-with-dmarc/ Dmarc and Postfix] | ||
=The dmarc record= | |||
==v== | |||
Protocol version | |||
==p== | |||
Policy | |||
p=quarantine indicates that email servers should "quarantine" emails that fail DKIM and SPF — considering them to be potentially spam. Other possible settings for this include p=none, which allows emails that fail to still go through, and p=reject, which instructs email servers to block emails that fail | |||
==sp== | |||
Policy for subdomains | |||
==adkim== | |||
Alignment mode for DKIM | |||
===s=== | |||
Strict | |||
===r=== | |||
Relaxed | |||
==aspf== | |||
Alignment mode for SPF | |||
===s=== | |||
Strict | |||
===r=== | |||
Relaxed | |||
==rua== | |||
Reporting URI of aggregate reports | |||
==ruf== | |||
Reporting URI for forensic reports | |||
==pct== | |||
Percentage of messages subjected to filtering | |||
=HOWTO= | |||
==Understanding dmarc report== | |||
*[https://www.mailercheck.com/articles/how-to-read-a-dmarc-report-and-actually-understand-it How to read a DMARC report—and actually understand it!] | |||
===SPF Alignment=== | |||
==Look up dmarc record== | |||
dig _dmarc.example.com TXT | |||
=Tools= | |||
*[https://www.taugh.com/rddmarc/ rrdmarc] | |||
*[https://github.com/techsneeze/dmarcts-report-viewer dmarcts] | |||
==[https://github.com/userjack6880/Open-Report-Parser Open-Report-Parser]== | |||
innodb_large_prefix is deprecated |
Latest revision as of 12:02, 19 February 2025
Links
The dmarc record
v
Protocol version
p
Policy
p=quarantine indicates that email servers should "quarantine" emails that fail DKIM and SPF — considering them to be potentially spam. Other possible settings for this include p=none, which allows emails that fail to still go through, and p=reject, which instructs email servers to block emails that fail
sp
Policy for subdomains
adkim
Alignment mode for DKIM
s
Strict
r
Relaxed
aspf
Alignment mode for SPF
s
Strict
r
Relaxed
rua
Reporting URI of aggregate reports
ruf
Reporting URI for forensic reports
pct
Percentage of messages subjected to filtering
HOWTO
Understanding dmarc report
SPF Alignment
Look up dmarc record
dig _dmarc.example.com TXT
Tools
Open-Report-Parser
innodb_large_prefix is deprecated