README: correct domain to check for DKIM record
This commit is contained in:
parent
85217621d9
commit
4484187d22
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue