Merge pull request #48 from dotlambda/patch-2

README: correct domain to check for DKIM record
This commit is contained in:
Robin Raymond 2017-12-01 09:37:20 +01:00 committed by GitHub
commit b2ae40730d
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>` | | 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. Note that it can take a while until a DNS entry is propagated.