DMARC and Zoho Email Transactions

DMARC and Zoho Email Transactions

Spammers will often try to forge the "From" address in an email to deceive recipients and perform unlawful activities. Obviously mailbox providers want to prevent such emails landing in the inbox of their users, and email senders don't want their emails to be tampered with. The only way to achieve these goals, though, is by implementing domain authentication techniques.
 
DMARC (Domain-based Message Authentication Reporting and Conformance) is an authentication technique that uses the Sender Policy Framework (SPF) and DomainKeys Identified Mail (DKIM) to validate emails. DMARC allows a business to publish a policy that provides instructions to the receiving servers of mailbox providers on how to handle unauthenticated emails sent from their domain.



When you implement DMARC, there are three actions you can instruct the receiving server to perform when they receive unauthenticated emails from your domain.

Take no action
You can design a policy and set it as "p=none". When a receiving server identifies an unauthenticated email, it will accept it without taking any action.
 
Quarantine the email
You can design a policy and set it as "p=quarantine". When the receiving server identifies an unauthenticated email, it will accept the email and store it in the quarantine folder on the server. Only the server's administrators will  be able to view these emails.
 
Reject the email
You can design a policy and set it as "p=reject". The policy will instruct the receiving server to reject unauthenticated email. You can learn more about the email that got rejected by analyzing the DMARC failure report.

How DMARC works 

DMARC is dependant on two other email authentication techniques, SPF and DKIM. For an email to pass the DMARC validation, it must either pass the SPF authentication and alignment validation or DKIM authentication and alignment validation.
 
Step 1
You need to publish the DMARC policy that provides instructions to the receiving servers of mailbox providers on handling emails that violate the policy. The record may take 24 hours to get reflected. 
 
Step 2
You need to authenticate your sender domain by implementing SPF and DKIM. If you send emails without implementing SPF and DKIM, your emails may bounce. After implementing SPF and DKIM, when you send emails, the receiving server of the mailbox provider will use the DNS to identify the DMARC record corresponding to the sender domain. The receiving server will perform the following actions:
  1. ‌Validate the DKIM key.
  2. Verify whether the email was sent from an IP address that's listed in the SPF record.
  3. Verify whether the headers in the email message show proper domain alignment.
Step 3
‌The receiving server will apply the DMARC policy and carry out the instruction defined in the policy.
 
Step 4
‌The receiving server will send a report on how it handled the email to the reporting email address listed in the DMARC record.

Decoding the DMARC record

Here's a sample DMARC record:
v=DMARC1\; p=none\; rua=mailto:dmarc-aggregate@mydomain.com\; ruf=mailto:dmarc-afrf@mydomain.com\; pct=100

- Indicates the version of DMARC that's being used.
p - Indicates the policy set by the business.
rua - Indicates the URI to which a consolidated report will be sent detailing the SPF and DKIM validation results, information about the sending and receiving domains, and the percentage of successful authentications.
ruf - Indicates the email address to which the detailed SPF/DKIM failure report will be sent.
pct - Indicates the percentage of emails on which the policy will be applied.

Benefits of implementing DMARC  

Implementing DMARC has the following benefits:
  1. Prevents fraudsters from using your sender domain to perform spoofing activities.
  2. Improves email deliverability as implementing DMARC will get you into the good books of mailbox providers and anti-spam service.
  3. It helps you monitor the emails you send and gives you control over how mailbox providers handle unauthenticated emails sent from your domain.
At Zoho Campaigns, we urge our users to implement SPF, DKIM, and DMARC, as it is the best way to safeguard your emails. Read our help article to learn more about setting up the SPF and DKIM TXT records of your sender domain.
    • Related Articles

    • Get Ready to Sell on the Go with Zoho Mobile

      A mobile CRM is not a downsized version of the desktop CRM. It’s a more specialized and dedicated platform aimed at higher productivity. In the mobile version, you concentrate on what matters most. In this ebook, find out about the useful features ...
    • Zoho CRM Email Connections Overview Video

      Click to view a short video on how to set up your email connectivity to Zoho CRM
    • Recent Zoho Enhancements to CRM Email Deliverability

      Posted by Zoho: We're thrilled to talk about the enhancements that are coming up to improve Zoho CRM's email deliverability, as well as the systems we have in place today to support our customers' email communications. As you might know, our current ...
    • Email Message Headers Overview

      The following post will assist your understanding of email message headers, which can be helpful when troubleshooting why Zoho emails are landing in Spam Folders: Message headers give away some important details like: Source of an email (From ...
    • Why is Zoho Campaign Email Reviewed?

      Marketing emails have always remained a popular method to reach potential customers. However, some emails may be marked as spam emails and land in the customers' spam folder. Even though we have an automated system that checks for potential spam, ...