mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-11-14 12:58:34 +05:00
Clarify spf records description, fixes #62
This commit is contained in:
parent
aca43875dc
commit
8268ab5f4b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user