> ## Documentation Index
> Fetch the complete documentation index at: https://kb.mochahost.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to configure DMARC records in cPanel

## In order to add a DMARC record to your DNS zone, please follow the steps below:

1. Login to the Cpanel.

![](https://tutorials.my-virtual-panel.com/dmarc_cpanel/0_dmarc_cpanel.png)

2. Under the **DOMAINS section**, click on the **Advanced Zone Editor**.

![](https://tutorials.my-virtual-panel.com/dmarc_cpanel/1_dmarc_cpanel.png)

3. Below are generic examples of the TXT Data you can add in your TXT record and its behavior:

In this field you must choose how you want recipient servers to handle email from your domain that fails SPF/DKIM validation.

**None:** v=DMARC1; p=none; sp=none; rf=afrf; pct=100; ri=86400\
**Reject:** v=DMARC1; p=reject; sp=none; rf=afrf; pct=100; ri=86400\
**Quarantine:** v=DMARC1; p=quarantine; sp=none; rf=afrf; pct=100; ri=86400

Alternately, you can request an email report of failed DMARC validations by adding a valid email address, such as the following:

**None:** v=DMARC1; p=none; sp=none; ruf=mailto:[user@example.com](mailto:user@example.com); rf=afrf; pct=100; ri=86400\
**Reject:** v=DMARC1; p=reject; sp=none; rf=afrf; pct=100; ruf=mailto:[user@example.com](mailto:user@example.com); ri=86400\
**Quarantine:** v=DMARC1; p=quarantine; sp=none; ruf=mailto:[user@example.com](mailto:user@example.com); rf=afrf; pct=100; ri=86400

4. Once you are done, please click **Add Record**.

![](https://tutorials.my-virtual-panel.com/dmarc_cpanel/2_dmarc_cpanel.png)
