Everlytic DKIM Setup 

DKIM (DomainKeys Identified Mail) is an email authentication protocol that uses digital signatures to confirm a message was authorized by the domain it claims to be from. 

This guide covers the DKIM setup process for Everlytic, an email service provider that supports DMARC-compliant, authenticated email delivery. 

Everlytic DKIM Requirements

Step 1: Publish the DKIM Records

Add the following CNAME records to your DNS configuration (if you’re using Sendmarc for DKIM management, you can follow this guide). Replace <domain.com> with your actual sending domain:

Record TypeNameValueTTL
CNAMEeverlytickey1._domainkey.everlytickey1._domainkey.eversrv.comDefault
CNAMEeverlytickey2._domainkey.everlytickey2._domainkey.eversrv.comDefault

Example:
everlytickey1._domainkey.customer-domain.com → everlytickey1._domainkey.eversrv.com

Step 2: Add a Custom Return Path

To help manage bounce handling and SPF alignment, publish the following CNAME record (you will add this to your DNS whether your using Sendmarc for DKIM management or not):

Record TypeNameValueTTL
CNAMEeversrv.CLIENTDOMAINbounce-mx.eversrv.comDefault

Replace CLIENTDOMAIN with your actual domain.
Example: eversrv.customer-domain.com → bounce-mx.eversrv.com

Step 3: Request DKIM Signing

Once your DNS records are published, email Everlytic to activate signing:

To: [email protected]
Subject: Enable DKIM Signing for customer-domain.com

Body:

Dear Everlytic,

Please will you enable DKIM signing on the following domain(s):

    customer-domain.com

I have already published your DKIM keys on the domain(s), so you can go ahead and implement signing.

Kind Regards,

 Be sure to replace all instances of <domain.com> or customer-domain.com with your actual domain name before sending the email or publishing records.

How to update your DKIM settings using Sendmarc

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

Everlytic’s Documentation

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

Looking for SPF Settings?

Find out how to configure your Everlytic SPF settings here.