How to set up DMARC records in cPanel

Domain-based Message Authentication, Reporting and Conformance or DMARC is an email-validation mechanism, which checks if an email sent from a domain name has been approved by the domain’s administrators and has not been altered during delivery. DMARC is used by all popular email providers to avoid email spoofing and it can be easily added to your domain from your cPanel. Here are the steps:

Log in to your cPanel and go to Zone Editor.

Click on the Manage button next ot the desired domain name.

Click on the blue button that says “Add Record” and choose TXT from the dropdown menu

Then add your DMARC record as shown in this example _dmarc.example.com:

 

  • Address: The text depends on the way you want servers to handle your emails:
  • none – Take no action. Log affected messages on the daily report only.
    v=DMARC1; p=none; sp=none; rf=afrf; pct=100; ri=86400
  • none with report – sends report of failed validations to a valid email of yours (example: admin@domain.com)
    v=DMARC1; p=none; sp=none; ruf=mailto:admin@domain.com; rf=afrf; pct=100; ri=86400
  • reject – Cancel the messages
    v=DMARC1; p=reject; sp=none; rf=afrf; pct=100; ri=86400
  • quarantine – mark messages as spam
    v=DMARC1; p=quarantine; sp=none; rf=afrf; pct=100; ri=86400

Please allow several hours for propagation. If you wish to double-check the validity of the added record, you can do that on this website:
https://dmarcian.com/dmarc-inspector/

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

What is php.ini?

Php.ini is one of the essential configuration files in PHP. When PHP starts, this is the file it...

Do you have any setup or hidden fees?

UniqueVPS does not charge any additional or hidden fees. All web hosting solutions, extra...

How many subdomains can I create with UniqueVPS?

You are free to create as many subdomains as you wish and install different site-building...

What is a subdomain?

A subdomain is a domain name that is part of a main domain. It might be a separate website with...

How to access the phpPgAdmin to manage my PostgreSQL?

Accessing phpPgAdmin is very straightforward. It is neatly located in every customers’ cPanel but...

Powered by WHMCompleteSolution