DMARC (Domain-based Message Authentication, Reporting and Conformance) is an e-mail authentication method designed to help reduce e-mail abuse, such as spam. It builds upon the SPF (Sender Policy Framework) and DKIM (DomainKeys Identified Mail) authentication methods to provide e-mail senders and recipients a more reliable way to exchange messages.
You can use cPanel's DNS Zone Editor to add DMARC settings to your DNS records. You can also use cPanel to configure your mailing lists to be compatible with DMARC.
To enable DMARC for your domain, you must add a TXT record to your domain's DNS entries that contains the DMARC configuration data. To do this, follow these steps:
If you are using the Paper Lantern theme, in the DOMAINS section of the cPanel home page, click Zone Editor:
Locate the domain you want to configure, and then click Manage.
In the Name text box, type _dmarc.
In the Record text box, type the DMARC configuration line.
DMARC is not yet a fully standardized protocol. As a result, different providers handle DMARC policies in different ways. You may have to experiment with various DMARC configurations to find the one that works best for your domain. Here are some example DMARC configurations:
v=DMARC1;p=none;rua=mailto:[email protected]
Instruct the recipient to quarantine all messages (100%) that do not pass policy checks:
v=DMARC1;p=quarantine;pct=100;
Instruct the recipient to reject half of all messages (50%) that do not pass policy checks. The remainder should be quarantined:
v=DMARC1;p=reject;pct=50;
After you add the DMARC TXT record and allow time for DNS propagation, you should test that the record is correctly configured. Follow the appropriate procedure below for your computer's operating system.
If you are using Microsoft Windows, type the following command at the command prompt:
nslookup
At the nslookup > prompt, type the following commands. Replace example.com with your own domain name:
set type=txt
_dmarc.example.com
You should see output that resembles the following (the exact text varies based on your own settings):
_dmarc.example.com text = "v=DMARC1;p=none;rua=mailto:[email protected]"
If you are using Linux or Mac OS X, type the following command at the command prompt. Replace example.com with your own domain name:
dig +short txt _dmarc.example.com
You should see output that resembles the following (the exact text varies based on your own settings):
"v=DMARC1\; p=none\; rua=mailto:[email protected]"
If you administer a mailing list, you may encounter problems such as:
To help improve the likelihood of mailing list messages arriving at their correct destination, you can configure a mailman setting in cPanel to make your list DMARC-compatible with other providers.
To do this, follow these steps:
If you are using the Paper Lantern theme, in the EMAIL section of the cPanel home page, click Mailing Lists:
You will probably need to send some test messages to determine the optimal setting for your mailing list:
To view the official DMARC web site, please visit http://dmarc.org.
Subscribe to receive weekly cutting edge tips, strategies, and news you need to grow your web business.
No charge. Unsubscribe anytime.
Did you find this article helpful? Then you'll love our support. Experience the A2 Hosting difference today and get a pre-secured, pre-optimized website. Check out our web hosting plans today.
We use cookies to personalize the website for you and to analyze the use of our website. You consent to this by clicking on "I consent" or by continuing your use of this website. Further information about cookies can be found in our Privacy Policy.