How to Add DMARC Record in cPanel ?

A DMARC record is used to validate emails in order to prevent email spoofing. DMARC -which 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. The following tutorial will guide you through the setup of a DMARC record using the cPanel Zone Editor.

 
Login to cPanel and Navigate to Zone Editor

Add a "TXT" Record with Following Values

Name :  _dmarc
TTL : 14400
Type : TXT
TXT Data : v=DMARC1; p=none; sp=none; rf=afrf; pct=100; ri=86400
  • 0 Kunder som kunne bruge dette svar
Hjalp dette svar dig?

Relaterede artikler

Addon Domains In cPanel

Hello Clients,Are you trying to Add an Domain in your cpanel using addon Domain Option?Before...

Alternative for PhpMyadmin > Chive

Chive is a modern Open-Source MySQL Data Management tool. With it's fast and elaborate user...

Clearing cookies/Cache on your Browser

Hello Clients,This article will help you to Mass Refresh your browser to clear the cache.We faced...

Custom PHP Limits using .user.ini

To add custom php limits like memory limit,Upload limit You can do it from .user.ini fileCreate a...

Enable Gzip To Speedup the Loading time

HelloMod_deflate is an apache module that can be used to compress data using gzip compression...