Configure SPF records for email sent from your cPanel-hosted server using the Email Deliverability tool.
TXT
@
v=spf1 +a +mx +ip4:YOUR.SERVER.IP ~all
Replace YOUR.SERVER.IP with your actual server IP address. cPanel can auto-generate this via the Email Deliverability tool.
Access your cPanel account (typically at yourdomain.com:2083 or yourdomain.com/cpanel).
Navigate to Email > Email Deliverability. This tool checks and manages SPF, DKIM, and reverse DNS.
cPanel analyzes your domain and suggests an SPF record based on your server configuration. Click "Manage" or "Repair" next to your domain.
cPanel generates an SPF record including your server IP. You can accept the suggestion or customize it.
v=spf1 +a +mx +ip4:203.0.113.10 ~allClick "Install" or "Repair" to apply the SPF record. cPanel adds it to the DNS zone automatically if you use cPanel DNS.
(no SPF record)v=spf1 +a +mx +ip4:203.0.113.10 ~allAfter adding your DNS records, use our free SPF checker to verify everything is configured correctly. DNS changes typically propagate within minutes, but can take up to 48 hours.
The Email Deliverability tool in cPanel auto-detects your server IP and includes it in the suggested SPF record. You can also check in WHM > Server Information.
ip4: with your server IP is most precise. +a +mx are convenient but resolve at lookup time and can be less predictable.
Yes. WHM (root access) can manage DNS zones for all accounts and set server-wide email authentication defaults.