Updated Configure SPF (markdown)

Jean-Denis Vauguet 2020-06-01 02:42:55 +02:00
parent ebdb77379f
commit f6d28b9956
1 changed files with 1 additions and 1 deletions

@ -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.