Setup guide
Zoho Mail: SPF, DKIM and DMARC
Zoho Mail mailboxes. The SPF include depends on your Zoho data center, and DKIM uses a selector you choose in the admin console.
DNS records to add
TXTHost
@v=spf1 include:zohomail.com -allSPF for the US data center (use zohomail.eu or zohomail.in for EU or India)
TXTHost
<selector>._domainkey<DKIM value from Zoho Mail Admin Console → Domains → Email Configuration → DKIM>Get this value from your provider's dashboard.DKIM signing key
TXTHost
_dmarcv=DMARC1; p=none; rua=mailto:<your report address>Get this value from your provider's dashboard.DMARC policy and reports
Steps
- Check your data center in the Zoho admin console URL (.com, .eu or .in) and use the matching SPF include.
- In Admin Console → Domains → your domain → Email Configuration → DKIM, add a selector (for example zmail) and copy the TXT value.
- Publish the DKIM record, then click Verify in Zoho and make it the default selector.
- Publish a DMARC record at _dmarc starting with p=none.
Adding records at your DNS host
Cloudflare · Namecheap · GoDaddy · Amazon Route 53
Check your setup
After publishing, run the domain health check. DNS changes usually appear within minutes, but can take up to a few hours. Official reference: Zoho Mail documentation.