<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Nimisha Rawat</title>
    <description>The latest articles on DEV Community by Nimisha Rawat (@nimisharawat).</description>
    <link>https://dev.to/nimisharawat</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F700158%2F908ae570-c0ac-423f-95fd-1baed8583d6b.png</url>
      <title>DEV Community: Nimisha Rawat</title>
      <link>https://dev.to/nimisharawat</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nimisharawat"/>
    <language>en</language>
    <item>
      <title>4 Reasons why Your Emails are getting Blocked by Gmail</title>
      <dc:creator>Nimisha Rawat</dc:creator>
      <pubDate>Fri, 18 Feb 2022 06:56:29 +0000</pubDate>
      <link>https://dev.to/nimisharawat/4-reasons-why-your-emails-are-getting-blocked-by-gmail-31o1</link>
      <guid>https://dev.to/nimisharawat/4-reasons-why-your-emails-are-getting-blocked-by-gmail-31o1</guid>
      <description>&lt;p&gt;Have you been running regular campaigns and seen a reduction in your email metrics? Chances are that your emails are being banned by Gmail or being routed to the spam box, blocking you from emailing Gmail users.&lt;br&gt;
But why is Gmail restricting your mail server if you’ve been following email deliverability best practices and the bulk sender guidelines?&lt;/p&gt;

&lt;p&gt;Ways to Stop Gmail From Blocking Your Emails&lt;/p&gt;

&lt;p&gt;With over 1.8 billion Gmail users, being the world's largest email service provider may occasionally lead to emails being misclassified as unwanted mail. Gmail, on the other hand, filters emails or sends them to the spam box for a variety of reasons.&lt;br&gt;
Here are a few measures you can take to ensure that your emails reach your Gmail subscriber :&lt;/p&gt;

&lt;p&gt;Implement Email Authentication&lt;br&gt;
Reduce Gmail Spam Reports&lt;br&gt;
Clean Your Email List&lt;br&gt;
Check Your DMARC Reports&lt;/p&gt;

&lt;p&gt;Email Authentication &lt;/p&gt;

&lt;p&gt;Email authentication is essential for a successful email marketing campaign. Setting up SPF, DKIM, DMARC, and BIMI will not only enhance your email deliverability but will also strengthen your email security and demonstrate to spam filters that you are a respectable email sender.&lt;/p&gt;

&lt;p&gt;When configuring authentication, it is critical to provide the IP address of each sending server that will send an email on behalf of your domain by generating a valid SPF record with your service provider. Before sending any future communications, you should approve your sending IP address, third-party IP addresses, and any new IP address. Please keep in mind that emails sent from G Suite or Gmail use a shared IP address, which may influence email delivery.&lt;/p&gt;

&lt;p&gt;Incorrect DNS settings immediately raise a red signal for any spam filter and might result in email banning. Before launching your next email campaign, check your DNS records to confirm that your emails are properly authorized.&lt;/p&gt;

&lt;p&gt;Reduce Spam Email Reports &lt;/p&gt;

&lt;p&gt;Spam complaints have an impact on your IP reputation and the positioning of your Gmail mailbox. If you receive a large number of spam complaints, spam filters may believe you are sending spam emails to Gmail users.&lt;br&gt;
You can prevent spam filter problems by demonstrating to your recipient's email service provider that your mail servers do not deliver spam. Begin by lowering your email volume and frequency of sending. Keep track of your email volume to discover whether your daily sending quota has above the 2,000 limits set by Gmail (500 for trial accounts). If your email quota was exceeded, Google may put your IP address on an IP suspension list.&lt;/p&gt;

&lt;p&gt;You may also reduce the number of spam reports by delivering more relevant and targeted marketing emails to your customers. Make use of double opt-in to verify that individuals truly want to receive mail from you rather than mistaking your messages for unwelcome mail.&lt;/p&gt;

&lt;p&gt;Cleanliness is the way forward&lt;/p&gt;

&lt;p&gt;Poor list hygiene is another reason why Gmail may be blocking your emails. If you buy an email list (which you SHOULD NOT) or haven't cleaned up your list in a while, some of the emails on your list may have typos, misspellings, or be unused.&lt;br&gt;
Email service providers may recycle these abandoned emails and utilize them as spam traps. Internet service providers believe that emails sent to spam traps or incorrect email addresses are most likely unsolicited mail. If you unintentionally message one of those, your email may bounce, which will have a bad impact on your email account, email deliverability, and your IP reputation.&lt;/p&gt;

&lt;p&gt;As a result, when individuals sign up for your newsletter, you should employ double opt-in to guarantee that your receiver's email address and recipient domain are not misspelled. If your recipient's email address contains an error or does not belong to them, they will not be added to your list and your email marketing reputation will not be harmed.&lt;/p&gt;

&lt;p&gt;Another thing you can do to maintain proper list hygiene includes an unsubscribe link in all of your marketing emails. Unengaged subscribers should opt-out of receiving mail from your email marketing campaigns rather than branding you as spam and harming your domain reputation. Unsubscribe requests should be erased from your list as soon as possible to protect your IP address reputation.&lt;/p&gt;

&lt;p&gt;DMARC on-the-mark&lt;/p&gt;

&lt;p&gt;DMARC reports are delivered to your email address as an XML file every time you send an email campaign after you configure DMARC.&lt;br&gt;
It is critical to proactively check your DMARC data to determine who is sending emails on your behalf. It will also assist you in tracing unsolicited emails from your domain.&lt;/p&gt;

&lt;p&gt;DMARC reports tell you:&lt;/p&gt;

&lt;p&gt;Whose IP address is sending failed emails? &lt;br&gt;
How many communications from your domain are DMARC-compliant?&lt;br&gt;
What server's IP address is responsible for sending email for your domain?&lt;br&gt;
What action a mail server takes (none, quarantine, or reject) when it receives an unauthenticated mail message from your domain?&lt;/p&gt;

&lt;p&gt;Use EmailAuth's DMARC report analyzer to make it easier to handle, save, and analyze these DMARC reports.&lt;/p&gt;

&lt;p&gt;Our DMARC report analyzer assists you in swiftly identifying any issues impacting the reputation of your IP address. To identify unsolicited mail from your domain, use the DMARC analyzer tool to look for unauthenticated emails that fail DMARC.&lt;/p&gt;

&lt;p&gt;Original source: [Have you been running regular campaigns and seen a reduction in your email metrics? Chances are that your emails are being banned by Gmail or being routed to the spam box, blocking you from emailing Gmail users.&lt;br&gt;
But why is Gmail restricting your mail server if you’ve been following email deliverability best practices and the bulk sender guidelines?&lt;/p&gt;

&lt;p&gt;Ways to Stop Gmail From Blocking Your Emails&lt;/p&gt;

&lt;p&gt;With over 1.8 billion Gmail users, being the world's largest email service provider may occasionally lead to emails being misclassified as unwanted mail. Gmail, on the other hand, filters emails or sends them to the spam box for a variety of reasons.&lt;br&gt;
Here are a few measures you can take to ensure that your emails reach your Gmail subscriber :&lt;/p&gt;

&lt;p&gt;Implement Email Authentication&lt;br&gt;
Reduce Gmail Spam Reports&lt;br&gt;
Clean Your Email List&lt;br&gt;
Check Your DMARC Reports&lt;/p&gt;

&lt;p&gt;Email Authentication &lt;/p&gt;

&lt;p&gt;Email authentication is essential for a successful email marketing campaign. Setting up SPF, DKIM, DMARC, and BIMI will not only enhance your email deliverability but will also strengthen your email security and demonstrate to spam filters that you are a respectable email sender.&lt;/p&gt;

&lt;p&gt;When configuring authentication, it is critical to provide the IP address of each sending server that will send an email on behalf of your domain by generating a valid SPF record with your service provider. Before sending any future communications, you should approve your sending IP address, third-party IP addresses, and any new IP address. Please keep in mind that emails sent from G Suite or Gmail use a shared IP address, which may influence email delivery.&lt;/p&gt;

&lt;p&gt;Incorrect DNS settings immediately raise a red signal for any spam filter and might result in email banning. Before launching your next email campaign, check your DNS records to confirm that your emails are properly authorized.&lt;/p&gt;

&lt;p&gt;Reduce Spam Email Reports &lt;/p&gt;

&lt;p&gt;Spam complaints have an impact on your IP reputation and the positioning of your Gmail mailbox. If you receive a large number of spam complaints, spam filters may believe you are sending spam emails to Gmail users.&lt;br&gt;
You can prevent spam filter problems by demonstrating to your recipient's email service provider that your mail servers do not deliver spam. Begin by lowering your email volume and frequency of sending. Keep track of your email volume to discover whether your daily sending quota has above the 2,000 limits set by Gmail (500 for trial accounts). If your email quota was exceeded, Google may put your IP address on an IP suspension list.&lt;/p&gt;

&lt;p&gt;You may also reduce the number of spam reports by delivering more relevant and targeted marketing emails to your customers. Make use of double opt-in to verify that individuals truly want to receive mail from you rather than mistaking your messages for unwelcome mail.&lt;/p&gt;

&lt;p&gt;Cleanliness is the way forward&lt;/p&gt;

&lt;p&gt;Poor list hygiene is another reason why Gmail may be blocking your emails. If you buy an email list (which you SHOULD NOT) or haven't cleaned up your list in a while, some of the emails on your list may have typos, misspellings, or be unused.&lt;br&gt;
Email service providers may recycle these abandoned emails and utilize them as spam traps. Internet service providers believe that emails sent to spam traps or incorrect email addresses are most likely unsolicited mail. If you unintentionally message one of those, your email may bounce, which will have a bad impact on your email account, email deliverability, and your IP reputation.&lt;/p&gt;

&lt;p&gt;As a result, when individuals sign up for your newsletter, you should employ double opt-in to guarantee that your receiver's email address and recipient domain are not misspelled. If your recipient's email address contains an error or does not belong to them, they will not be added to your list and your email marketing reputation will not be harmed.&lt;/p&gt;

&lt;p&gt;Another thing you can do to maintain proper list hygiene includes an unsubscribe link in all of your marketing emails. Unengaged subscribers should opt-out of receiving mail from your email marketing campaigns rather than branding you as spam and harming your domain reputation. Unsubscribe requests should be erased from your list as soon as possible to protect your IP address reputation.&lt;/p&gt;

&lt;p&gt;DMARC on-the-mark&lt;/p&gt;

&lt;p&gt;DMARC reports are delivered to your email address as an XML file every time you send an email campaign after you configure DMARC.&lt;br&gt;
It is critical to proactively check your DMARC data to determine who is sending emails on your behalf. It will also assist you in tracing unsolicited emails from your domain.&lt;/p&gt;

&lt;p&gt;DMARC reports tell you:&lt;/p&gt;

&lt;p&gt;Whose IP address is sending failed emails? &lt;br&gt;
How many communications from your domain are DMARC-compliant?&lt;br&gt;
What server's IP address is responsible for sending email for your domain?&lt;br&gt;
What action a mail server takes (none, quarantine, or reject) when it receives an unauthenticated mail message from your domain?&lt;/p&gt;

&lt;p&gt;Use EmailAuth's DMARC report analyzer to make it easier to handle, save, and analyze these DMARC reports.&lt;/p&gt;

&lt;p&gt;Our DMARC report analyzer assists you in swiftly identifying any issues impacting the reputation of your IP address. To identify unsolicited mail from your domain, use the DMARC analyzer tool to look for unauthenticated emails that fail DMARC.&lt;/p&gt;

&lt;p&gt;Original source: &lt;a href="https://www.evernote.com/shard/s373/sh/3fd7b9f9-0894-a1c7-a8a6-7db47d1fb922/adf72c6269bf9395b585ccee5dd90158"&gt;https://www.evernote.com/shard/s373/sh/3fd7b9f9-0894-a1c7-a8a6-7db47d1fb922/adf72c6269bf9395b585ccee5dd90158&lt;/a&gt;&lt;br&gt;
](&lt;a href="https://www.evernote.com/shard/s373/sh/3fd7b9f9-0894-a1c7-a8a6-7db47d1fb922/adf72c6269bf9395b585ccee5dd90158"&gt;https://www.evernote.com/shard/s373/sh/3fd7b9f9-0894-a1c7-a8a6-7db47d1fb922/adf72c6269bf9395b585ccee5dd90158&lt;/a&gt;)&lt;/p&gt;

</description>
      <category>dmarc</category>
      <category>dkim</category>
      <category>spf</category>
      <category>bimi</category>
    </item>
    <item>
      <title>What is DKIM and why is it important? Steps to set up DKIM on OFFICE 365</title>
      <dc:creator>Nimisha Rawat</dc:creator>
      <pubDate>Mon, 01 Nov 2021 10:10:17 +0000</pubDate>
      <link>https://dev.to/nimisharawat/what-is-dkim-and-why-is-it-important-steps-to-set-up-dkim-on-office-365-346c</link>
      <guid>https://dev.to/nimisharawat/what-is-dkim-and-why-is-it-important-steps-to-set-up-dkim-on-office-365-346c</guid>
      <description>&lt;p&gt;DomainKeys Identified Mail (DKIM) is an anti-tamper protocol that ensures your mail remains secure in transit. DKIM uses digital signatures to check whether the email was sent by the domain it claims to be from.&lt;/p&gt;

&lt;p&gt;DKIM uses two actions to validate your messages. The first action takes place on a server sending DKIM signed emails, while the second takes place on a recipient server that checks the DKIM signatures on incoming messages. The entire process is made possible by a private and public key. The private key is kept secret and safe, either on the user’s own server or with their ESP. The public key, however, is added to the DNS records of the user’s domain to help verify email messages. &lt;br&gt;
Once the receiver verifies that an email is signed with a valid DKIM signature, it is clear that the integrity of the email is preserved. Usually, end users cannot see DKIM signatures; the validation is done at the server level. &lt;/p&gt;

&lt;p&gt;Emails signed with DKIM appear legitimate, and the recipients are assured that the email is not a spam or phishing attack. DKIM works together with DMARC and SPF to ensure email security. Listed below are some of the advantages DKIM has for brands and organisations. &lt;/p&gt;

&lt;p&gt;Spam filtering&lt;br&gt;
DKIM can help identify emails that aren't known to be spam and don't need to be filtered. Take for example a receiving system that maintains a whitelist of secure sending domains that can be kept locally or obtained from third-party certifiers. In this case, DKIM can skip the filtering of signed emails from those whitelisted domains and filter the remaining emails more aggressively. &lt;/p&gt;

&lt;p&gt;Compatibility&lt;br&gt;
DKIM is compatible with existing email infrastructure because it is implemented using DNS records and an extra RFC 5322 header field. It is especially apparent to existing email systems that do not support DKIM. &lt;/p&gt;

&lt;p&gt;Anti-phishing&lt;br&gt;
DKIM can be used to safeguard against phishing attacks. Mailers in phished domains can sign their messages to prove that they are authentic. Recipients can interpret the absence of a valid signature on emails from those domains as a clue that the mail is most likely forged. &lt;/p&gt;

&lt;p&gt;Non-repudiation&lt;br&gt;
The non-repudiation feature of DKIM prevents senders from denying that an email was sent by them. This feature becomes crucial for news and media organizations as they sometimes have to confirm that leaked emails are authentic and untampered with. &lt;/p&gt;

&lt;p&gt;So, how can you set up DKIM on OFFICE 365 for your custom domain?&lt;/p&gt;

&lt;p&gt;Sign in to your Admin account and select Admin on the Office365 Admin window.&lt;/p&gt;

&lt;p&gt;In the Admin Center, choose ‘Exchange’.&lt;/p&gt;

&lt;p&gt;Go to ‘protection &amp;gt; dkim’.&lt;/p&gt;

&lt;p&gt;Pick the Domain for which you want to set up DKIM for and click on ‘Enable’. &lt;/p&gt;

&lt;p&gt;In Office365, you will need to create two CNAME records to navigate your initial domain. If you haven't created CNAME records, you will have to create them by following the instructions below:&lt;/p&gt;

&lt;p&gt;Open your DNS management console and add the domain you want to create the CNAME records for.&lt;br&gt;
Create a CNAME record using the syntax shown below and click on ‘Save’ or ‘Publish’. &lt;br&gt;
Wait for 24-48 hours for the changes to take effect.&lt;/p&gt;

&lt;p&gt;Publishing the CNAME records for your custom domain &lt;/p&gt;

&lt;p&gt;Let’s take the example of ‘emailauth.onmicrosoft.com’ as our initial domain, also known as the tenant domain. We actually own emailauth.com and after we provide it to Office 365, we need to publish the CNAME records so that ‘emailauth.io’ points to ‘emailauth.onmicrosoft.com’ using the format as shown. &lt;/p&gt;

&lt;p&gt;Type: CNAME&lt;br&gt;
Host: selector1._domainkey&lt;br&gt;
Value: selector1-emailauth-io._domainkey.emailauth.onmicrosoft.com&lt;/p&gt;

&lt;p&gt;Type: CNAME&lt;br&gt;
Host: selector2._domainkey&lt;br&gt;
Value: selector2-emailauth-io._domainkey.emailauth.onmicrosoft.com&lt;/p&gt;

&lt;p&gt;Considering the rules, the domain GUID does not use a full stop ‘.’ but a hyphen ‘-’ instead. This is taken from the MX record of your custom domain, in this case, ‘emailauth.com’.&lt;/p&gt;

&lt;p&gt;Enable DKIM signing for your custom domain&lt;br&gt;
Open the Microsoft 365 Defender portal using your work or school account.&lt;br&gt;
Go to Email &amp;amp; Collaboration &amp;gt; Policies &amp;amp; Rules &amp;gt; Threat policies page &amp;gt; Rules section &amp;gt; DKIM.&lt;br&gt;
On the DKIM page, choose the domain by clicking on the name.&lt;br&gt;
Change the Sign messages for this domain and change the DKIM signatures setting to ‘Enabled’.&lt;br&gt;
Click on ‘Rotate DKIM keys’, and you’re done.&lt;/p&gt;

&lt;p&gt;You can set up DKIM similarly for other hosting services as well.&lt;/p&gt;

&lt;p&gt;Original source: &lt;a href="https://www.reddit.com/user/emailauth-io/comments/qk8qj7/what_is_dkim_and_why_is_it_important_steps_to_set/"&gt;https://www.reddit.com/user/emailauth-io/comments/qk8qj7/what_is_dkim_and_why_is_it_important_steps_to_set/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>dmarc</category>
      <category>dkim</category>
      <category>spf</category>
      <category>bimi</category>
    </item>
    <item>
      <title>Email Authentication Can Accentuate the Positives, But It Doesn’t Always Eliminate the Negatives</title>
      <dc:creator>Nimisha Rawat</dc:creator>
      <pubDate>Thu, 23 Sep 2021 06:46:30 +0000</pubDate>
      <link>https://dev.to/nimisharawat/email-authentication-can-accentuate-the-positives-but-it-doesn-t-always-eliminate-the-negatives-44gb</link>
      <guid>https://dev.to/nimisharawat/email-authentication-can-accentuate-the-positives-but-it-doesn-t-always-eliminate-the-negatives-44gb</guid>
      <description>&lt;p&gt;Sometimes at EmailAuth and in discussions with our customers and employees, I encounter the same misconceptions regarding email authentication, especially about DMARC. There's a lot DMARC (and SPF, and DKIM) can accomplish for your company and its brand; however, there are plenty of things it cannot achieve. It isn't a blog post designed to teach you how to set up the three protocols. Other blog articles explain the steps to set up an SPF-based authentication, DKIM validation and DMARC. We want to ensure that everyone who reads this is aware of the benefits authentication brings. However, it also has its limitations.&lt;/p&gt;

&lt;p&gt;The Authentication Process Confirms Your Identity&lt;/p&gt;

&lt;p&gt;If an email message passes authentication tests, the sending domain can be pretty sure of the authenticity as the domain(s) who has claimed responsibility by publishing an SPF or DMARC record and DKIM signing the email message. This way, authentication works similarly to providing a driver's licence or passport image ID to verify your identity.&lt;/p&gt;

&lt;p&gt;...But It Will Not, By Itself, Create A Reputation You Can Trust&lt;/p&gt;

&lt;p&gt;The process of passing the authentication check means that the domain receiving it can verify the authenticity of the person or persons responsible for the communication. The receiving part can handle the message in line with the reputation these individuals have already established. In other words, if authentication is the sole good aspect of your mail practices, it is possible to pass authentication, which will allow the recipient domain to place your message to the junk mail folder (or more likely) when your other practices justify such a placement. I always emphasize this issue in conversations with people by saying that "even criminals are licensed drivers".&lt;/p&gt;

&lt;p&gt;The DMARC Establishes Trust and Reaffirms Its Presence by sending Email…&lt;/p&gt;

&lt;p&gt;Similar to the idea of authentication, which provides a way to verify the identity of those accountable for the message, the message that passes DMARC checks can be believed to originate from the domain shown on the letters "From" header that is the domain that the recipient is likely to come across when reading the message. The trust factor in emails is crucial to engagement as messages that are authentic and from the source are likely to be opened and clicked. Furthermore that, with DMARC being slated to be a requirement in the upcoming BIMI Standard, this "force multiplication" of trust will become much more crucial for senders in the future.&lt;/p&gt;

&lt;p&gt;...But it's not enough to eliminate Phishing and fraud&lt;/p&gt;

&lt;p&gt;DMARC can be described as what prefer to refer to as a "positive affirmation" protocol. It is a positive assertion because it provides a statement regarding the practices of an individual domain's authentication; however, it does not mention the rules of any other part. For example, a publicly-published DMARC Policy for domain X implies that domain X has authenticated its mail and requires a particular treatment for non-authenticated mail that includes domain X in the From header, and that's all there is. The policy doesn't address the usage of domain X in the DKIM signature domain or return-path domain (which is used for SPF screening). More importantly, it does not cover parts that look like domain X but aren't identical.&lt;br&gt;
Consider the following two messages, both with this subject:&lt;br&gt;
Subject: Critical Account Update Information&lt;/p&gt;

&lt;p&gt;One has this From header:&lt;br&gt;
From: "Your Bank" &lt;a href="mailto:noreply@yourbank.com"&gt;noreply@yourbank.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And the other has this:&lt;br&gt;
From: "Your Bank" &lt;a href="mailto:noreply@yourbank-accounts.com"&gt;noreply@yourbank-accounts.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The DMARC policies on the domain' yourbank.com only confirm the first message and won't affect the second. If Your Bank was forward-thinking enough to create a "lookalike" domain and then create a policy that declares "this domain doesn't send mail", However, there are likely to be more similar domains than the most careful domain owner can sign up for, so DMARC alone won't be able to stop the entire set. (BIMI may help to reduce some of the risks by displaying logos from brands for mail that can pass DMARC checks. However, we're still far from widespread acceptance by BIMI.)&lt;/p&gt;

&lt;p&gt;Especially If the Domain Isn't Verifying for DMARC&lt;/p&gt;

&lt;p&gt;However many DMARC policies the owner of a brand publishes for its domains, the policies are useless in the absence of an environment that receives mail that claims to be coming from one of these domains performs DMARC validation. Validation is widely used throughout the email world. However, numerous domains, both small and large, aren't performing DMARC validation, which means that mailbox holders on those domains face a greater risk of fraud and Phishing than those at fields that do check and enforce DMARC policies.&lt;/p&gt;

&lt;p&gt;Conclusion&lt;/p&gt;

&lt;p&gt;Email authentication can be used as a method to establish credibility and authenticity in Email. Still, it has, at the same time, shown its weaknesses in establishing reputation and preventing fraud and Phishing. EmailAuth completely supports the concept that email authentication is the best practice and an asset to the entire email system; however, we want to ensure that our clients know that it's just one aspect of the overall strategy for building credibility and fighting Phishing and fraud.&lt;/p&gt;

&lt;p&gt;Original source: &lt;a href="https://medium.com/@rawatnimisha/email-authentication-can-accentuate-the-positives-but-it-doesnt-always-eliminate-the-negatives-c69a402dd5cb"&gt;https://medium.com/@rawatnimisha/email-authentication-can-accentuate-the-positives-but-it-doesnt-always-eliminate-the-negatives-c69a402dd5cb&lt;/a&gt;&lt;/p&gt;

</description>
      <category>dmarc</category>
      <category>dkim</category>
      <category>spf</category>
    </item>
    <item>
      <title>Using DMARC to Improve Email Deliverability and Domain Reputation</title>
      <dc:creator>Nimisha Rawat</dc:creator>
      <pubDate>Thu, 16 Sep 2021 08:41:15 +0000</pubDate>
      <link>https://dev.to/nimisharawat/using-dmarc-to-improve-email-deliverability-and-domain-reputation-1kp6</link>
      <guid>https://dev.to/nimisharawat/using-dmarc-to-improve-email-deliverability-and-domain-reputation-1kp6</guid>
      <description>&lt;p&gt;DMARC: A Brief Introduction&lt;br&gt;
DMARC (Domain-based Message Authentication, Reporting and Conformance) is an email authentication standard that determines the authentication status of an email by combining SPF and DKIM records. While providing visibility of the sources sending emails from your domain, DMARC ensures better deliverability and guarantees top-notch security against spoofing, phishing, impersonation, malware, and other cyberattacks.&lt;br&gt;
Essentially, DMARC has the following missions:&lt;br&gt;
● Publish policies set by domain owners on the handling of emails that pass the authentication check.&lt;br&gt;
● Allow recipient servers of a mail to send authentication reports back to the sending server so the latter can take measures to improve their authentication monitoring infrastructure.&lt;br&gt;
● Develop a formal standard that can be followed by all organizations, businesses, companies, and their subsequent clients and customers.&lt;br&gt;
If fraudsters or any malicious activities are detected, DMARC tells the receiver’s server to quarantine or reject the email communication based on the policies set in place by the domain owners or administrators. An investigation can then be conducted to restore the users’ confidence in their inbox and the organization.&lt;br&gt;
Understanding the working of DMARC in four simple steps:&lt;br&gt;
● The domain admin configures the email authentication policies and the actions that must be taken by the receiving mail servers when handling emails that fail the authentication check. This DMARC policy then becomes part of the domain’s overall DNS records.&lt;br&gt;
● The mail server at the receiving end of an incoming email uses DNS to look up the DMARC policy for the domain included in the message’s ‘From’ header. The inbound server then assesses the message for DKIM signature validation, SPF record, the message's source, and its domain alignment.&lt;br&gt;
● The recipient server then applies the sending domain’s DMARC policy to determine whether to accept, reject, or flag the email. ● After determining what action must be taken based on the published DMARC policy, the receiving mail server then reports the result to the sending domain owner.&lt;br&gt;
How Does DMARC Improve Email Deliverability?&lt;br&gt;
DMARC provides useful insight into an organization’s email sending habits. It improves domain visibility since the domain owner receives feedback in the form of DMARC reports containing information on the IP addresses used to send emails, the frequency of emails, unsent emails, etc. These reports allow organizations to track emails back to their original senders while the authentication results help detect failures and solve arising issues. This leads to an efficient communication channel both internally and externally.&lt;br&gt;
How Does DMARC Improve Domain Reputation?&lt;br&gt;
Implementing DMARC improves the security rating of your domain. Emails sent from domains that have a DMARC policy published in its DNS are secure and trustworthy. A client or consumer is less likely to be phished when a domain has DMARC deployed. This increases brand reputation among customers and clients.&lt;br&gt;
Apart from improving email deliverability and domain reputation, DMARC has the following benefits:&lt;br&gt;
● Using a DMARC record Secures your brand image by forestalling unauthenticated parties from sending messages using your domain.&lt;br&gt;
● DMARC helps build a steady strategy for managing messages that fail the authentication check. This makes email systems safer and more dependable.&lt;br&gt;
● DMARC allows you to use the same modern tools and techniques that large companies use to deliver and secure their emails.&lt;br&gt;
Original Source: &lt;a href="https://www.idg.com.au/mediareleases/204789/using-dmarc-to-improve-email-deliverability-and/"&gt;https://www.idg.com.au/mediareleases/204789/using-dmarc-to-improve-email-deliverability-and/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>dmarc</category>
      <category>dmarcrecord</category>
    </item>
    <item>
      <title>Things to do after collecting your first DMARC data
</title>
      <dc:creator>Nimisha Rawat</dc:creator>
      <pubDate>Mon, 06 Sep 2021 07:53:46 +0000</pubDate>
      <link>https://dev.to/nimisharawat/things-to-do-after-collecting-your-first-dmarc-data-4282</link>
      <guid>https://dev.to/nimisharawat/things-to-do-after-collecting-your-first-dmarc-data-4282</guid>
      <description>&lt;p&gt;After you have added a DMARC record to your DNS, you’ll start receiving data pertaining to your email deliverability, domain usage, and domain security. Wondering what to do with it? Well, we’ll tell you just that! But first, you need to understand what a DMARC report is.&lt;/p&gt;

&lt;p&gt;What is a DMARC report?&lt;/p&gt;

&lt;p&gt;DMARC reports are authentication results from your domain. It acts as a feedback mechanism that helps the domain owner track email security and deliverability issues. The report also intimates the domain owner of malicious sources and protocol errors. &lt;/p&gt;

&lt;p&gt;DMARC reports are a goldmine of valuable information. This data can be used to strengthen a domain and take action against malicious sources while minimizing errors and deliverability issues. However, DMARC reports can be confusing to the average user due to their highly technical nature. &lt;/p&gt;

&lt;p&gt;The reports are of two types: DMARC Aggregate (RUA) Reports and DMARC Forensic (RUF) Reports. They are sent in XML format to the domain owner’s email address periodically.&lt;/p&gt;

&lt;p&gt;Let’s look at an example of a DMARC sample report and try to understand the different aspects it consists of.&lt;/p&gt;

&lt;p&gt;ISP/ Email Service Provider&lt;/p&gt;

&lt;p&gt;&amp;lt;?xml version=”1.0″ encoding=”UTF-8″ ?&amp;gt;&lt;br&gt;
&lt;br&gt;
  &lt;br&gt;
    google.com&lt;br&gt;
    &lt;a href="mailto:noreply-dmarc-support@google.com"&gt;noreply-dmarc-support@google.com&lt;/a&gt;&lt;br&gt;
   &lt;a href="http://google.com/dmarc/supp"&gt;http://google.com/dmarc/supp&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Report ID&lt;/p&gt;

&lt;p&gt;8293631894893125362&lt;/p&gt;

&lt;p&gt;Date Range&lt;/p&gt;

&lt;p&gt;&lt;br&gt;
      1234573120&lt;br&gt;
      1234453590&lt;br&gt;
    &lt;/p&gt;

&lt;p&gt;DMARC record &lt;/p&gt;

&lt;p&gt;&lt;br&gt;
    yourdomain.com&lt;br&gt;
    r&lt;br&gt;
    r&lt;br&gt;
    &lt;/p&gt;
&lt;p&gt;none&lt;/p&gt;
&lt;br&gt;
    none&lt;br&gt;
    100&lt;br&gt;
  

&lt;p&gt;IP Address&lt;/p&gt;

&lt;p&gt;302.0.214.308&lt;/p&gt;

&lt;p&gt;Authentication Overview&lt;/p&gt;

&lt;p&gt;&lt;br&gt;
        none&lt;br&gt;
        fail&lt;br&gt;
        pass&lt;br&gt;
      &lt;/p&gt;

&lt;p&gt;From:Domain&lt;/p&gt;

&lt;p&gt;yourdomain.com&lt;/p&gt;

&lt;p&gt;DKIM authentication report&lt;/p&gt;

&lt;p&gt;&lt;br&gt;
        yourdomain.com&lt;br&gt;
        fail&lt;br&gt;
        &lt;br&gt;
      &lt;/p&gt;

&lt;p&gt;SPF authentication report&lt;/p&gt;

&lt;p&gt;&lt;br&gt;
        yourdomain.com&lt;br&gt;
        pass&lt;br&gt;
      &lt;/p&gt;

&lt;p&gt;Here are a few things that you should do after you receive your DMARC report:&lt;/p&gt;

&lt;p&gt;Monitor your sending sources&lt;/p&gt;

&lt;p&gt;DMARC reports will present a list of all the domains and IP addresses you use to send emails. It gives you insight into your various devices and lets you know if an unauthorized IP is trying to send an email to a recipient on your behalf.&lt;/p&gt;

&lt;p&gt;Check Email Authentication&lt;/p&gt;

&lt;p&gt;DMARC reports will show you if your mail sender fails SPF, DKIM, or DMARC authentication standards.&lt;/p&gt;

&lt;p&gt;Regulate the usage of your Domain&lt;br&gt;
DMARC reports help you determine if there are any unauthorized senders using your domain to send emails to unsuspecting recipients.&lt;/p&gt;

&lt;p&gt;Regularly analyzing your DMARC reports helps you strengthen your domain and improve its security rating. In addition, your brand reputation among your customers increases when your mailing systems are more secure and safer than others.&lt;/p&gt;

&lt;p&gt;Original Source: &lt;a href="https://www.ebaumsworld.com/blogs/things-to-do-after-collecting-your-first-dmarc-data/86978498/"&gt;https://www.ebaumsworld.com/blogs/things-to-do-after-collecting-your-first-dmarc-data/86978498/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>dmarc</category>
      <category>dmarcreport</category>
    </item>
  </channel>
</rss>
