How to Add SPF, DKIM & DMARC Records Print


How to Add SPF, DKIM & DMARC Records

Summary:
Boost your email delivery by adding key TXT records.

1. SPF

Add a TXT record like:

v=spf1 include:_spf.mailprovider.com ~all

2. DKIM

Your mail provider supplies a DKIM selector and public key. Add a TXT record, e.g.:

default._domainkey.yourdomain.com  TXT  "k=rsa; p=PUBLICKEY..."

3. DMARC

Add a TXT record for the _dmarc subdomain:

_dmarc.yourdomain.com  TXT  "v=DMARC1; p=none; rua=mailto:you@yourdomain.com"

Insert all records via cPanel Zone Editor or your DNS management tool, then save changes.


Was this answer helpful?

Related Articles

What is DNS and How Does It Work? What is DNS and How Does It Work? Summary:DNS (Domain Name System) acts like the phonebook of... Understanding DNS Record Types Understanding DNS Record Types Summary:A quick overview of the most common DNS records you’ll... How to Add DNS Records via cPanel How to Add DNS Records via cPanel Summary:Step‑by‑step instructions for managing DNS records on... How to Set Up a Subdomain DNS Record How to Set Up a Subdomain DNS Record Summary:Point a subdomain like blog.yourdomain.com to... Why DNS Changes Take Time (Propagation) Why DNS Changes Take Time (Propagation) Summary:Explains why DNS updates aren’t instant and how...
« Back