From aaaa0398b661664e1b9e4df14d779c3aa21f3b6c Mon Sep 17 00:00:00 2001 From: lukas Date: Fri, 23 Aug 2019 12:31:33 -0600 Subject: [PATCH] Updated Configure SPF (markdown) --- docs/content/config/best-practices/spf.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/content/config/best-practices/spf.md b/docs/content/config/best-practices/spf.md index dd99f8e4..952a5702 100644 --- a/docs/content/config/best-practices/spf.md +++ b/docs/content/config/best-practices/spf.md @@ -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