1
0
mirror of https://github.com/tomav/docker-mailserver.git synced 2024-06-26 00:59:32 +02:00

Updated Configure SPF (markdown)

lukas 2019-08-23 12:31:33 -06:00
parent 667a7215d2
commit bce4aef982

@ -10,6 +10,9 @@ To add a SPF record in your DNS, insert the following line in your DNS zone:
; Add SPF record
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.
## Backup MX, Secondary MX