Skip to content

Commit

Permalink
Update dnsconfig.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbrig authored May 16, 2024
1 parent 19ff255 commit ca79143
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions dnsconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,18 +181,15 @@ D(
, DMARC_BUILDER({
policy: "reject",
percent: 100,
alignmentSPF: "r",
alignmentDKIM: "strict",
// alignmentSPF: "r",
// alignmentDKIM: "strict",
rua: [
"mailto:[email protected]", // DMARC Aggregate Reports (RUA)
],
ruf: [
"mailto:[email protected]", // DMARC Forensic Reports (RUF)
],
failureOptions: {
SPF: false,
DKIM: true,
},
failureOptions: "1"
})

// TXT Records - MTA-STS
Expand Down

0 comments on commit ca79143

Please sign in to comment.