In order to add a DMARC record to your DNS zone, please follow the steps below:
- Login to the Cpanel.
- Under the DOMAINS section, click on the Advanced Zone Editor.
- Below are generic examples of the TXT Data you can add in your TXT record and its behavior:
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; rf=afrf; pct=100; ri=86400
Reject: v=DMARC1; p=reject; sp=none; rf=afrf; pct=100; ruf=mailto:user@example.com; ri=86400
Quarantine: v=DMARC1; p=quarantine; sp=none; ruf=mailto:user@example.com; rf=afrf; pct=100; ri=86400
- Once you are done, please click Add Record.


