SPF (Sender Policy Framework) is an email authentication method that specifies which servers are allowed to send mail for your domain, essential for preventing spoofing and improving deliverability.
SpamTitan is a leading email security and filtering product by TitanHQ (which rebranded from SpamTitan Technologies in 2015), offering advanced protection against spam, malware, and phishing.
This guide will help you configure SPF for your domain when using SpamTitan to secure your email environment.
Note: If you’re already using Sendmarc for SPF management, simply copy ‘include:_spf_cd.spamtitan.com’ and follow the steps here.
To authorize SpamTitan 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:include:_spf_cd.spamtitan.com ~all |
Example of a new SPF record:
Host | Type | Value |
---|---|---|
@ or blank | TXT | v=spf1 include:include:_spf_cd.spamtitan.com ~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 SpamTitan’s official documentation for SPF setup here.
Find out how to configure your SpamTitan DKIM settings here.