Dmarc: Difference between revisions
From DWIKI
m →Tools Tag: wikieditor |
m →Links Tag: wikieditor |
||
| (7 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
*[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] | ||
*[https://www.valimail.com/blog/what-is-dmarc-alignment/ What is dmarc alignment?] | |||
=The dmarc record= | |||
*[https://mxtoolbox.com/dmarc/details/what-is-a-dmarc-record what is a 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. | |||
; p=none : allows emails that fail to still go through | |||
; p=reject : which instructs email servers to block emails that fail | |||
==sp== | |||
Policy for subdomains | |||
==adkim== | |||
Alignment mode for DKIM: [https://mxtoolbox.com/dmarc/details/dmarc-tags/adkim adkim] | |||
===s=== | |||
Strict | |||
===r=== | |||
Relaxed (default) | |||
==aspf== | |||
Alignment mode for SPF [https://mxtoolbox.com/dmarc/details/dmarc-tags/aspf aspf] | |||
===s=== | |||
Strict | |||
===r=== | |||
Relaxed (default) | |||
==rua== | |||
Reporting URI of aggregate reports | |||
==ruf== | |||
Reporting URI for forensic reports | |||
==pct== | |||
Percentage of messages subjected to filtering | |||
=HOWTO= | =HOWTO= | ||
==Understanding dmarc report== | ==Understanding dmarc report== | ||
| Line 11: | Line 51: | ||
==Look up dmarc record== | ==Look up dmarc record== | ||
dig _dmarc.example.com | dig _dmarc.example.com TXT | ||
=Tools= | =Tools= | ||
*[https://www.taugh.com/rddmarc/ rrdmarc] | |||
*[https://github.com/techsneeze/dmarcts-report-viewer dmarcts] | *[https://github.com/techsneeze/dmarcts-report-viewer dmarcts] | ||
==[https://github.com/userjack6880/Open-Report-Parser Open-Report-Parser]== | ==[https://github.com/userjack6880/Open-Report-Parser Open-Report-Parser]== | ||
innodb_large_prefix is deprecated | innodb_large_prefix is deprecated | ||
Latest revision as of 13:24, 3 February 2026
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.
- p=none
- allows emails that fail to still go through
- p=reject
- which instructs email servers to block emails that fail
sp
Policy for subdomains
adkim
Alignment mode for DKIM: adkim
s
Strict
r
Relaxed (default)
aspf
Alignment mode for SPF aspf
s
Strict
r
Relaxed (default)
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
innodb_large_prefix is deprecated
