SPF (Sender Policy Framework) is an email authentication protocol that helps prevent spammers from forging emails using your domain. By publishing an SPF record, you specify which servers are allowed to send email on your behalf—improving deliverability and reducing the risk of spoofing.
Plesk is a popular web hosting control panel that enables users to manage websites, mail servers, and DNS settings from a centralized interface.
This guide will walk you through the steps to configure SPF for your domain when using Plesk to send email.
Note: If you’re already using Sendmarc for SPF management, simply copy ‘include:spf1 +a +mx +a:test.plesk.com’ and follow the steps here.
To authorize Plesk 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 +a +mx +a:test.plesk.com ~all |
Example of a new SPF record:
Host | Type | Value |
---|---|---|
@ or blank | TXT | v=spf1 +a +mx +a:test.plesk.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 Plesk’s official documentation for SPF setup here.
Find out how to configure your Plesk DKIM settings here.