Formatted comments
This commit is contained in:
parent
dd0e55c9d6
commit
97fb80a4fb
1 changed files with 7 additions and 5 deletions
|
@ -142,15 +142,17 @@ in {
|
|||
}
|
||||
|
||||
# DMARC
|
||||
# p : quarantine => sends to spam , reject => never sent
|
||||
# rua : mail that receives reports about DMARC activity
|
||||
# pct : percentage of unathenticated messages that DMARC stops
|
||||
# adkim : alignment policy for DKIM, s=> Strict, subdomains arent allowed, r => relaxed, subdomains allowed
|
||||
# aspf : alignment policy for SPF, s=> Strict, subdomains arent allowed, r => relaxed, subdomains allowed
|
||||
# sp : DMARC policy for subdomains, none => no action, reports to rua, quarantine => spam, reject => never sent
|
||||
{
|
||||
record = "_dmarc.${cfg.domain}.";
|
||||
r_type = "TXT";
|
||||
value = ''"v=DMARC1; p=quarantine; rua=mailto:mailman@skynet.ie; pct=100; adkim=r; aspf=r; sp=none"'';
|
||||
#sp value which is left out , for different dmarc policy for subdomains
|
||||
#quarantine = sends to spam, reject = never sent
|
||||
#pct = percent of emails passed through dmarc, might want to be lower than 100 for testing
|
||||
#adkim, aspf see https://support.google.com/a/answer/10032169#zippy=%2Cdmarc-record-tag-definitions-and-values
|
||||
}
|
||||
}
|
||||
|
||||
# reverse pointer
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue