Skip to content

Commit

Permalink
Fix missing dmarc subdomain in instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
wmnnd committed Feb 8, 2024
1 parent c9bdd3c commit 2898b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/managed-dmarc.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Add the following entries to your DNS settings:
`CNAME` `keila._domainkey.example.com` `dkim.public.keila.io`

**Enable DMARC for your main domain**:
`TXT` `example.com` `v=DMARC1; p=none`
`TXT` `_dmarc.example.com` `v=DMARC1; p=none`

## 4. Submit the Domain Connection Form

Expand Down

0 comments on commit 2898b7b

Please sign in to comment.