Fastmail email configuration guide
Fastmail: SPF record for provider sending
Keep one SPF record and make sure it authorizes Fastmail plus every other service that sends mail for the same envelope domain.
A provider setup symptom may look like:
SPF record for provider sending after a provider DNS change.
What this usually means
Fastmail may send the message, but the domain’s SPF policy does not authorize Fastmail for the envelope sender that receivers actually checked. SPF does not control incoming mail.
Fix it
- Confirm the envelope domain in a recent message header; it can differ from the visible From address.
- In Fastmail’s current custom-domain instructions, copy the SPF mechanism required for that domain.
- Find the existing TXT record that starts with
v=spf1. There must be only one SPF record at that name. - Add Fastmail to that record while preserving every other service that still sends legitimate mail.
- Publish the merged record, then send a new test and confirm
spf=passin the received headers.
Common mistakes
Do not publish a second SPF record and do not replace the policy until you know every active sender. Either mistake can break mail that was already passing.
What MailFixIt can check
MailFixIt can follow the public SPF policy, detect duplicates and syntax problems, and show which addresses it authorizes. It cannot identify an unlisted business application without a message header or sending inventory.
Related troubleshooting
Use the related SPF guides to inspect the evaluated envelope domain and any failing include path.
Frequently asked questions
What does MailFixIt check for Fastmail?
It can find duplicate SPF records, syntax errors, lookup failures, and visible authorization paths. A message header is still needed to prove which envelope domain and IP were evaluated.
Should I replace every existing DNS record with the provider values?
No. Confirm the exact record type and owner, preserve unrelated legitimate services, and change only the provider-controlled record required for the intended mail route.
Related email diagnostics
Primary sources: Fastmail official setup guidance.