Official DNS Guide • End-to-End Encrypted Email

Proton Mail (Custom Domains) SPF Record Setup & Validator

Configure Proton Mail custom domain SPF record (include:_spf.protonmail.ch), 3 CNAME DKIM keys, and DMARC enforcement.

Quick Answer • Exact Proton Mail SPF Syntax

To authorize Proton Mail (Custom Domains) to send emails on behalf of your domain, add include:_spf.protonmail.ch to your domain's single DNS TXT SPF record before the terminating ~all mechanism. The standard record is v=spf1 include:_spf.protonmail.ch ~all.

Live Proton Mail DNS Validator

Test your domain's published SPF, DKIM, and DMARC records via global DoH edge nodes in real time.

Zero-Log Client Evaluation

Understanding Proton Mail (Custom Domains) Email Authentication

Proton Mail allows users to link custom domains with end-to-end encryption. Proton provides 3 CNAME DKIM records for zero-downtime rotation.

When Proton Mail (Custom Domains) delivers outbound emails on your behalf, recipient mail transfer agents (MTAs) at Google, Yahoo, Microsoft, and corporate mail gateways inspect the sender identity. Without a published SPF record explicitly permitting Proton Mail (Custom Domains)'s IP ranges, these emails trigger SPF Softfail (~all) or Hardfail (-all), severely degrading domain reputation and inbox placement.

Required DNS Records for Proton Mail

Publish the following DNS records in your domain registrar or DNS management console (Cloudflare, AWS Route 53, GoDaddy, Namecheap):

TypeHost / NameValue / TargetTTLPurpose
TXT@v=spf1 include:_spf.protonmail.ch ~all3600Proton Mail SPF.
MX@mail.protonmail.ch3600Primary Proton Mail MX.

Step-by-Step Setup Instructions

1

In Proton Mail > Settings > Domain names > Add domain.

2

Add the TXT verification record to verify domain ownership.

3

Add MX records: mail.protonmail.ch and mailsec.protonmail.ch.

4

Add SPF TXT record: "v=spf1 include:_spf.protonmail.ch ~all".

5

Add the 3 DKIM CNAME records (protonmail, protonmail2, protonmail3).

Common Proton Mail SPF Configuration Mistakes

× Proton Verification Token Missing

Cause: Skipping proton-verification TXT.

Fix: Add verification TXT.

Frequently Asked Questions

What is the SPF include for Proton Mail?

Use "include:_spf.protonmail.ch".