Clarify spf records description, fixes #62

This commit is contained in:
Robin Raymond 2018-01-31 09:50:54 +01:00 committed by GitHub
parent aca43875dc
commit 8268ab5f4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -261,7 +261,8 @@ For every `domain` in `domains` do:
| ---------------- | ----- | ---- | -------- | ----------------- | | ---------------- | ----- | ---- | -------- | ----------------- |
| `domain` | 10800 | TXT | | `v=spf1 ip4:<server-IP> -all` | | `domain` | 10800 | TXT | | `v=spf1 ip4:<server-IP> -all` |
You can check this with `dig -t TXT <domain>` similar to the last section. You can check this with `dig -t TXT <domain>` similar to the last section. Note
that `SPF` records are set as `TXT` records since RFC1035.
Note that it can take a while until a DNS entry is propagated. If you want to Note that it can take a while until a DNS entry is propagated. If you want to
use multiple servers for your email handling, don't forget to add all server use multiple servers for your email handling, don't forget to add all server