Setting Up Email Domain Authentication

We offer three options for domain authentication – Full, Full+ and Subdomain). Read more on these options >

In this article, we will look at examples of setting up all these options in Cloudflare.

Settings

Log in to your Cloudflare account, go to the DNS app and click Add record.

Cloudflare account

Full

To verify your domain within the Full option, add the following records:

CNAME

  1. In Type, select CNAME.
  2. In Name, enter esputnik._domainkey.
  3. In Target, enter dkim.esputnik.com.
  4. Click Save.
CNAME settings

TXT

  1. In Type, select TXT.
  2. In Name, enter your domain name.
  3. In TTL, select 1 hour.
  4. In Content, enter v=spf1 include:spf2.esputnik.com ~all
  5. Click Save.
TXT settings

Full+

To verify your domain within the Full+ option, add the following records:

TXT

  1. In Type, select TXT.
  2. In Name, enter your subdomain name.
  3. In TTL, select 1 hour.
  4. In Content, enter v=spf1 include:spf2.esputnik.com ~all
  5. Click Save.
Domain verefication

MX

  1. In Type, select MX.
  2. In Name, enter your subdomain name.
  3. In Mail server, enter trap.esputnik.com.
  4. In TTL, select 1 hour.
  5. In Priority, select 10.
  6. Click Save.
MX type

The ready record would look as follows:

Verification records

Subdomain

The ready record within the Subdomain option would look as follows:

Subdomain