you can set up Domain keys by Login to your Cpanel>> Click Email authentication under Mail feature >> Click on Enable Domain keys.
For creating SPF Login to your cpanel>>Click Email Authentication under Mail feature >> Click on Enable SPF.
Then Login to your WHM >>DNS Functions>> Edit DNS Zone>>Click on the Domain for which you enabled DKIM and SPF >> where you can view the Domain keys entries and SPF entries in the DNS zone.
DNS Records Troubleshooting FAQs
How to Add SRV record in my Domain
To add SRV record please follow the procedure,
1. Kindly login to your WHM >> Click on DNS functions
2. Choose the domain >> Click on edit
3. Under Add New Entries Below this Line >> In the drop down box choose the option as SRV .After adding the records click on save and proceed further.
How to Add DMARC record in my Domain
DMARC, which stands for “Domain-based Message Authentication, Reporting & Conformance”, is a technical specification created by a group of organizations that want to help reduce the potential for email-based abuse by solving a couple of long-standing operational, deployment, and reporting issues related to email authentication protocols.
1] Login into cPanel
2] Click on Advance DNS Zone editor.
3] Add a new TXT record with the following details:
Name: _dmarc
TTL: 14400
Type: TXT
TXT Data : Any on of the below
-> 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=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
4] Click on Add Record