summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schütz <rschuetz17@gmail.com>2017-11-30 21:46:32 +0100
committerGitHub <noreply@github.com>2017-11-30 21:46:32 +0100
commit4484187d22c0ebdc993f73017883fe93b4714fb9 (patch)
tree83fa98deb759d0bbfe02e53d39d3152a4340c966
parent85217621d93567c1159d6ebc166b7375d74b6fd7 (diff)
README: correct domain to check for DKIM record
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2639a0a..2b04f2c 100644
--- a/README.md
+++ b/README.md
@@ -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.