How to Add DMARC Record in cPanel?

From LHYcloud Docs
Jump to navigation Jump to search

A DMARC record is used to validate emails in order to prevent email spoofing.

About DMARC

DMARC stands for Domain-based Message Authentication and Conformance is a record that is defined in the DNS records associated with your domain name. The DMARC record contains a set of rules that work with SPF and DKIM records to best provide security for your email. The record also lets mail service providers like Gmail or Yahoo! know that the domain is using DMARC rules.

Prerequisites

  • cPanel Account

Add DMARC Record in DNS

To add a DMARC record in cPanel, follow these steps:

  1. Login to your cPanel account.
  2. Go to the "Zone Editor" section under the "Domains" category.
  3. Select the domain you want to add the DMARC record to.
  4. Click the "Add Record" button.
  5. Select "TXT" as the record type.
  6. Enter "@" for the name and the DMARC record value in the "TXT Data" field. An example is given below:
Name :  @
TTL : 14400
Type : TXT
TXT Data : v=DMARC1; p=none; rua=mailto:dmarc_aggregate@example.com
  1. Click the "Add Record" button to save the changes.

It may take up to 24 hours for the changes to propagate and for the DMARC record to be recognized by mail servers.