Maddy: Difference between revisions
imported>Onny mNo edit summary |
imported>Onny Add note about DMARC dns record |
||
Line 55: | Line 55: | ||
;; ANSWER SECTION: | ;; ANSWER SECTION: | ||
mx1.example.org. 3600 IN TXT "v=spf1 mx ~all" | mx1.example.org. 3600 IN TXT "v=spf1 mx ~all" | ||
# dig TXT _dmarc.example.org | |||
;; ANSWER SECTION: | |||
_dmarc.example.org. 3600 IN TXT "v=DMARC1; p=quarantine; ruf=mailto:postmaster@example.org" | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Further, with the last entry, we opt-in into </code>DMARC</code> with permissive policy and request reports about broken messages. | |||
=== Managing users and inboxes === | === Managing users and inboxes === |