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
78b09c20ab
commit
8f4e56c98b
|
@ -13,7 +13,7 @@ To add a SPF record in your DNS, insert the following line in your DNS zone:
|
|||
This enables the _Softfail_ mode for SPF. You could first add this SPF record with a very low TTL.
|
||||
_SoftFail_ is a good setting for getting started and testing, as it lets all email through, with spams tagged as such in the mailbox.
|
||||
|
||||
After verification, you _might_ want to change your SPF record to `v=spf1 mx -all` so as to enforce the _HardFail_ policy. See https://www.spf-record.com/syntax for more details about SPF policies.
|
||||
After verification, you _might_ want to change your SPF record to `v=spf1 mx -all` so as to enforce the _HardFail_ policy. See http://www.open-spf.org/SPF_Record_Syntax/ for more details about SPF policies.
|
||||
|
||||
In any case, increment the SPF record's TTL to its final value.
|
||||
|
||||
|
|
Loading…
Reference in a new issue