added dmarc policy- relaxed for now but can be made more strict if needed
This commit is contained in:
parent
c7faf7734c
commit
dd0e55c9d6
1 changed files with 5 additions and 1 deletions
|
@ -145,7 +145,11 @@ in {
|
|||
{
|
||||
record = "_dmarc.${cfg.domain}.";
|
||||
r_type = "TXT";
|
||||
value = ''"v=DMARC1; p=none"'';
|
||||
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