Skip to content

Commit

Permalink
Fix missing DKIM CNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
wmnnd committed Feb 3, 2024
1 parent 6c04359 commit 5a54902
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 @@ -23,7 +23,7 @@ Add the following entries to your DNS settings:
`CNAME` `*your-subdomain*.example.com` `public.keila.io`

**Add the Keila DKIM key**:
`CNAME` `keila._domainkey.example.com`
`CNAME` `keila._domainkey.example.com` `dkim.public.keila.io`

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

0 comments on commit 5a54902

Please sign in to comment.