How to add DMARC in Cloudflare
A
Written by Anthony Marshi
Updated over a week ago

1. Log in to CloudFlare

Navigate to cloudflare.com, enter your credentials to log in to its dashboard.

2. Locate your domain

On the CloudFlare dashboard's home page, find your domain you want to add the DMARC record to, then click it, as highlighted below:

In this example, we are adding the record to domain dmarcly.com.

3. Manage DNS

Click the DNS button, as shown below:

Now you will see the DNS section, where you can create a DMARC record for your domain.

4. Create the record entry

Add a DNS TXT record, or modify an existing record, by entering your record in the TXT record for _dmarc:

  1. TXT record name: In the first field, under the DNS Host name, enter: _dmarc.your-domain.com

    Important: Some domain hosts automatically add the domain name after _dmarc. After you add the TXT record, you can verify the DMARC TXT record name to make sure it's formatted correctly.

  2. TXT record value: In the second field, enter the text for your DMARC record, for example:

    v=DMARC1; p=none; rua=mailto:[email protected]

    The field names might be different for your provider. DNS TXT record field names can vary slightly from provider to provider. The domain used here is an example domain. Replace your-domain.com with your own domain.

Did this answer your question?