README: correct domain to check for DKIM record

This commit is contained in:
Robert Schütz 2017-11-30 21:46:32 +01:00 committed by GitHub
parent 85217621d9
commit 4484187d22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ For every `domain` in `domains` do:
| mail._domainkey.`domain` | 10800 | TXT | | `v=DKIM1; p=<really-long-key>` |
You can check this with `dig -t TXT <domain>` similar to the last section.
You can check this with `dig -t TXT mail._domainkey.<domain>` similar to the last section.
Note that it can take a while until a DNS entry is propagated.