MailChimp DKIM Setup

DKIM (DomainKeys Identified Mail) is an email authentication method that verifies that messages were not altered during transmission and that they originate from an authorized domain. It does this using cryptographic signatures applied to outgoing mail. 

This guide outlines the steps to enable DKIM for domains sending mail using Mailchimp

MailChimp DKIM Requirements

Verify Your Domain in Mailchimp Before Setting Up SPF and DKIM

Before you can enable  DKIM, you’ll need to verify your domain in Mailchimp.

Chances are you’ve already done this — but if not, here’s how:

  1. Log in to your Mailchimp account.

  2. Go to the Verify Domain section.

  3. Enter an email address that uses the domain you want to verify.

  4. Mailchimp will send a verification code to that email address.

  5. Copy the code from the email and paste it back into Mailchimp to complete the verification


Set Up DKIM Records in Your DNS

Once your domain is verified, you may still see a red cross next to it — this means it hasn’t been authenticated yet.

To fix this:

  1. Click View Setup Instructions in Mailchimp.

  2. A pop-up window will appear showing the CNAME records you need to add to your DNS settings. If you’re using Sendmarc for DKIM management, follow the steps here.

Log in to your DNS provider’s control panel and add the following two CNAME records, replacing [your domain] with your actual domain name:

Record TypeNameValueTTL
 CNAMEk2._domainkey.yoursite.comdkim2.mcsv.netDefault
 CNAMEk3._domainkey.yoursite.comdkim3.mcsv.neDefault

Note: If you receive any errors when creating the records, contact your DNS provider. Some DNS hosts may not support all formatting options.

These changes allow your email campaigns to appear as coming from your domain instead of Mailchimp’s default ‘mailchimpapp.net’.

How to update your DKIM settings using Sendmarc

To update your DKIM record through Sendmarc, please refer to the Sendmarc DKIM Setup Documentation.

MailChimp’s Documentation

MailChimp’s official DKIM configuration guide can be found here.

Looking for SPF Settings?

Find out how to configure your MailChimp SPF settings here.