Skip to content

Commit

Permalink
Add missing . (dot) in default domain key record
Browse files Browse the repository at this point in the history
  • Loading branch information
giolekva authored and foxcpp committed Sep 22, 2021
1 parent 5465adb commit 31265e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/setting-up.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,9 @@ _smtp._tls.example.org. TXT "v=TLSRPTv1;rua=mailto:postmaster@example.org"
And the last one, DKIM key, is a bit tricky. maddy generated a key for you on
the first start-up. You can find it in
/var/lib/maddy/dkim_keys/example.org_default.dns. You need to put it in a TXT
record for `default._domainkey.example.org` domain, like that:
record for `default._domainkey.example.org.` domain, like that:
```
default._domainkey.example.org TXT "v=DKIM1; k=ed25519; p=nAcUUozPlhc4VPhp7hZl+owES7j7OlEv0laaDEDBAqg="
default._domainkey.example.org. TXT "v=DKIM1; k=ed25519; p=nAcUUozPlhc4VPhp7hZl+owES7j7OlEv0laaDEDBAqg="
```

## MTA-STS and DANE
Expand Down

0 comments on commit 31265e3

Please sign in to comment.