mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Updated Configure SPF (markdown)
This commit is contained in:
parent
eb9c857903
commit
aaaa0398b6
|
@ -10,6 +10,9 @@ To add a SPF record in your DNS, insert the following line in your DNS zone:
|
||||||
; Add SPF record
|
; Add SPF record
|
||||||
domain.com. IN TXT "v=spf1 mx ~all"
|
domain.com. IN TXT "v=spf1 mx ~all"
|
||||||
|
|
||||||
|
This enables the Softfail mode for SPF. It is a good setting for getting started and testing everything. After verification, you might want to change your SPF record to: `v=spf1 mx -all`, to enforce the policy!
|
||||||
|
|
||||||
|
|
||||||
Increment DNS serial and reload configuration.
|
Increment DNS serial and reload configuration.
|
||||||
|
|
||||||
## Backup MX, Secondary MX
|
## Backup MX, Secondary MX
|
||||||
|
|
Loading…
Reference in a new issue