Dmarc: Difference between revisions

From DWIKI
Tony (talk | contribs)
Tag: wikieditor
Tony (talk | contribs)
Tag: wikieditor
 
(One intermediate revision 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=
=The dmarc record=
Line 13: Line 13:
Policy
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=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=none : allows emails that fail to still go through, and p=reject, which instructs email servers to block emails that fail
; p=reject : which instructs email servers to block emails that fail


==sp==
==sp==

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