Official DNS Guide • Email Marketing & Newsletters

Mailchimp (Intuit) SPF Record Setup & Validator

Set up Mailchimp SPF records (include:servers.mcsv.net) and CNAME DKIM records (k2._domainkey, k3._domainkey).

Quick Answer • Exact Mailchimp SPF Syntax

To authorize Mailchimp (Intuit) to send emails on behalf of your domain, add include:servers.mcsv.net to your domain's single DNS TXT SPF record before the terminating ~all mechanism. The standard record is v=spf1 include:servers.mcsv.net ?all.

Live Mailchimp 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 Mailchimp (Intuit) Email Authentication

Mailchimp requires custom domain authentication for all senders with custom domains to ensure DMARC alignment.

When Mailchimp (Intuit) 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 Mailchimp (Intuit)'s IP ranges, these emails trigger SPF Softfail (~all) or Hardfail (-all), severely degrading domain reputation and inbox placement.

Required DNS Records for Mailchimp

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:servers.mcsv.net ~all3600Authorizes Mailchimp servers.
CNAMEk2._domainkeydkim2.mcsv.net3600Mailchimp DKIM key 1.

Step-by-Step Setup Instructions

1

Open Mailchimp > Domains > Start Authentication.

2

Copy the two CNAME DKIM records (k2._domainkey and k3._domainkey).

3

Add both CNAME records into your DNS zone.

4

Add "include:servers.mcsv.net" to your root SPF TXT record.

5

Click Authenticate in Mailchimp.

Common Mailchimp SPF Configuration Mistakes

× Duplicated Domain in Host

Cause: Entering k2._domainkey.domain.com in DNS.

Fix: Enter only k2._domainkey.

Frequently Asked Questions

What is the SPF include for Mailchimp?

The SPF mechanism is "include:servers.mcsv.net".