SPF (Sender Policy Framework) is an email authentication protocol that helps prevent email spoofing by specifying which mail servers are allowed to send emails on behalf of your domain.
This guide explains how to configure SPF for domains hosted on 20i’s high-performance hosting platform.
Note: If you’re already using Sendmarc for SPF management, simply copy ‘include:spf.stackmail.com a mx -all’ and follow the steps here.
To authorize 20i to send emails on your domain’s behalf:
Example of an updated SPF record:
Host | Type | Value |
---|---|---|
@ or blank | TXT | v=spf1 include:another.net include:spf.stackmail.com a mx -all |
Example of a new SPF record:
Host | Type | Value |
---|---|---|
@ or blank | TXT | v=spf1 include:spf.stackmail.com a mx -all |
Allow up to 48 hours for DNS propagation, depending on your DNS host.
For detailed instructions on how to update your SPF record through Sendmarc, refer to the Sendmarc SPF Setup Documentation.
Refer to 20i’s official documentation for SPF setup here.
Find out how to configure your 20i DKIM settings here.