{"id":2439,"date":"2024-02-02T08:59:02","date_gmt":"2024-02-02T08:59:02","guid":{"rendered":"https:\/\/www.register365.com\/support\/?post_type=ht_kb&#038;p=2439"},"modified":"2024-02-09T08:53:10","modified_gmt":"2024-02-09T08:53:10","slug":"what-is-dmarc","status":"publish","type":"ht_kb","link":"https:\/\/www.register365.com\/support\/articles\/what-is-dmarc\/","title":{"rendered":"What is DMARC?"},"content":{"rendered":"\n<p>DMARC stands for \u201cDomain-based Message Authentication, Reporting &amp; Conformance\u201d. DMARC is an email authentication policy that builds on the well-established SPF and DKIM protocols. Just like SPF and DKIM, it helps prevent spam, phishing and email spoofing.<\/p>\n\n\n\n<p>DMARC is designed to protect an email sender from advanced threats that can cause a data breach. It allows an email sender to outline and create their own authentication practises and specify exactly what actions you want to take when an email fails its authentication.<\/p>\n\n\n\n<p>A DMARC record can be configured to send reports based on what emails are failing or passing \u201calignment\u201d. More information on this later in this guide.<\/p>\n\n\n\n<div class=\"wp-block-nco-info-block\"><p class=\"nco-info-block-content\"><strong>Note: <\/strong>If you\u2019re following this guide after receiving correspondence from one of your online technology providers regarding changes being made by Google and Yahoo, you may be required to generate a DMARC Policy. Specifically, you\u2019ll require DMARC if you email to 5000 or more Google\/Yahoo addresses in a 24-hour period.<br>\u00a0<br>If this applies to you, we recommend reading this guide, designed to help you understand DMARC, and then following our guide on how to use our DMARC record generator.<\/p><\/div>\n\n\n\n<p><strong>How does it work?<\/strong><\/p>\n\n\n\n<p><strong>Note: It\u2019s recommended you have a basic understanding of SPF and DKIM for this guide. A multitude of information can be found online about both SPF and DKIM email protocols.<\/strong><\/p>\n\n\n\n<p>Have you ever found yourself in a situation where you\u2019ve received a legitimate looking email from a domain that turned out to be fraudulent? This is known as Email Spoofing.<\/p>\n\n\n\n<p>DMARC can help prevent this type of attack by notifying the receiving server that their messages are protected by SPF and or DKIM. If a message then fails SPF\/DKIM authentication, the DMARC record will advise the receiving mail server on what do with the message. We call this \u201calignment\u201d. (A further explanation of this is in the \u201cHow is a DMARC record structured?\u201d section.)<\/p>\n\n\n\n<p><strong>Note: DMARC should not be used as a replacement to SPF and DKIM, but instead should be used to build on them.<\/strong><\/p>\n\n\n\n<p><strong>How is a DMARC record structured?<\/strong><\/p>\n\n\n\n<p>Similar to SPF and DKIM, DMARC is added via your domain DNS settings in the form of a TXT record.<\/p>\n\n\n\n<p>In the following section, we\u2019ll use an example DMARC Record, and then explain what each part of the record means. It\u2019s worth noting that not all parts of the record are required, and many are optional.<\/p>\n\n\n\n<p>You\u2019ll need to specify a \u201cHost\u201d field in your DNS. The format for this starts with _DMARC. Followed by your domain name. E.g., if your domain is example.com, the Host will look like:<\/p>\n\n\n\n<p>_DMARC.example.com<\/p>\n\n\n\n<p><strong>Example DMARC Record:<\/strong><\/p>\n\n\n\n<p>V=DMARC1; p=quarantine; pct=90; rua=mailto:email@example.com ruf=mailto:mail@mail.com; sp=reject; adkim=r; aspf=s<\/p>\n\n\n\n<p>But what does each section mean?<\/p>\n\n\n\n<p><strong>V=DMARC1; <\/strong>(required)<\/p>\n\n\n\n<p>This specifies that the DNS record is a DMARC record. Without this prefix, or with it being spelt\/formatted incorrectly, the DMARC record will be ignored and will be ineffective.<\/p>\n\n\n\n<p><strong>P=quarantine; <\/strong>(required)<\/p>\n\n\n\n<p>This section tells the receiving email server what to do if it fails SPF\/DKIM alignment. The options for this section are:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>None \u2013 This should be used if you wish to understand and gain visibility on your emails without making changes.<\/li>\n\n\n\n<li>Quarantine \u2013 Advises the receiving email server to treat the email as suspicious. Most commonly, the email will land in their spam folder.<\/li>\n\n\n\n<li>Reject \u2013 This will request that the receiving email server outright rejects the email if it fails SPF\/DKIM alignment.<\/li>\n<\/ul>\n\n\n\n<p><strong>Pct=90; <\/strong>(optional)<\/p>\n\n\n\n<p>PCT is an optional tag and can be omitted from your record if you do not require it. This tag tells the receiving email server what percentage of emails the policy applies to. E.g., if you set this figure to 90%, such as in our example, the receiving email server will treat 90% of emails and ignore the other 10%.<\/p>\n\n\n\n<p>It\u2019s an effective method of checking your DMARC is working as expected.<\/p>\n\n\n\n<p><strong>Rua; + ruf; <\/strong>(optional)<\/p>\n\n\n\n<p>The <strong>RUA<\/strong> report provides a high-level view of all email traffic Sent in an XML file format. This can commonly be opened in an application such as Microsoft Excel.<\/p>\n\n\n\n<p>The RUF report gives a comprehensive overview of email messages that have failed DMARC checks. The report is sent in plain text format.<\/p>\n\n\n\n<p>Both reports require a specified email address, as in the example above.<\/p>\n\n\n\n<p><strong>Sp=reject; <\/strong>(optional)<\/p>\n\n\n\n<p>SP defines your subdomain policy.E.g. if you send from a subdomain such as <a href=\"mailto:mail@mail.example.com\">mail@mail.example.com<\/a> then you can outline an individual policy for subdomains. The same policy types apply as p= so please refer to this section for all options.<\/p>\n\n\n\n<p><strong>adkim<\/strong>=<strong>; <\/strong>(optional)<\/p>\n\n\n\n<p>This section is setting the alignment rules for DKIM. It\u2019s important to only specify these policies if you have an active DKIM record. If you\u2019re unsure, we recommend leaving this blank.<\/p>\n\n\n\n<p>Successful alignment will occur when your emails parent domain matches the \u201cHeader Form\u201d domain.&nbsp; For more information on this, we recommend researching how DKIM works.<\/p>\n\n\n\n<p>You can specify the alignment to either Relaxed (adkim=r;) or Strict (adkim=s;).<\/p>\n\n\n\n<p>Relaxed \u2013 A relaxed alignment means that the DKIM domain and Header From(located within the header of each sent email) must be an exact match or must match a child domain. This includes subdomains (e.g. email.example.com).<\/p>\n\n\n\n<p>Strict \u2013 Selecting a strict alignment means that the DKIM domain and Header From domain must be an exact match. If you were to use a subdomain for example, then the DMARC record check should fail here and it will follow your policy set in Policy Failure Action section.<\/p>\n\n\n\n<p><strong>aspf=; <\/strong>(optional)<\/p>\n\n\n\n<p>This section is similar to adkim; but specifies the alignment for an SPF record.<\/p>\n\n\n\n<p>The options of defining both relaxed (r) and strict (s) are the same, including their result.<\/p>\n\n\n\n<p>It\u2019s once again important to only setup this section if you have a valid SPF record present. If you\u2019re unsure, it\u2019s recommended to leave this section blank.<\/p>\n\n\n\n<p><strong>Why do I need DMARC?<\/strong><\/p>\n\n\n\n<p>DMARC is completely optional, and it\u2019s up to you to decide it you need it or not.<\/p>\n\n\n\n<p>As a rule, DMARC is a requirement if your bulk sending emails, particularly to Google and Yahoo users.<\/p>\n\n\n\n<p>It\u2019s also beneficial to set up the reporting tools mentioned earlier in this guide. It can be helpful to understand what\u2019s happening to your emails, and to make sure they\u2019re reaching as many people as possible.<\/p>\n\n\n\n<p><strong>Is there a tool that can create a DMARC Record for me?<\/strong><\/p>\n\n\n\n<p>Yes! We\u2019ve developed a tool that can generate a record for you, and if your nameservers are with us, it can even input it into your DNS records for you!<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-wp-embed is-provider-support-centre-register-365 wp-block-embed-support-centre-register-365\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"VgvQqj0Xb6\"><a href=\"https:\/\/www.register365.com\/support\/articles\/how-to-add-dmarc\/\">How To Add DMARC<\/a><\/blockquote><iframe loading=\"lazy\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" title=\"&#8220;How To Add DMARC&#8221; &#8212; Support Centre - Register365\" src=\"https:\/\/www.register365.com\/support\/articles\/how-to-add-dmarc\/embed\/#?secret=0QaUL7jJn3#?secret=VgvQqj0Xb6\" data-secret=\"VgvQqj0Xb6\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"><\/iframe>\n<\/div><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>DMARC stands for \u201cDomain-based Message Authentication, Reporting &amp; Conformance\u201d. DMARC is an email authentication policy that builds on the well-established SPF and DKIM protocols. Just like SPF and DKIM, it helps prevent spam, phishing and email spoofing. DMARC is designed to protect an email sender from advanced threats that can cause a data breach. It [&hellip;]<\/p>\n","protected":false},"author":7,"comment_status":"open","ping_status":"closed","template":"","format":"standard","meta":{"footnotes":""},"ht-kb-category":[15],"ht-kb-tag":[120,16,17],"class_list":["post-2439","ht_kb","type-ht_kb","status-publish","format-standard","hentry","ht_kb_category-email","ht_kb_tag-dmarc","ht_kb_tag-email","ht_kb_tag-smtp"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What is DMARC? - Support Centre - Register365<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.register365.com\/support\/articles\/what-is-dmarc\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is DMARC? - Support Centre - Register365\" \/>\n<meta property=\"og:description\" content=\"DMARC stands for \u201cDomain-based Message Authentication, Reporting &amp; Conformance\u201d. DMARC is an email authentication policy that builds on the well-established SPF and DKIM protocols. Just like SPF and DKIM, it helps prevent spam, phishing and email spoofing. DMARC is designed to protect an email sender from advanced threats that can cause a data breach. It [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.register365.com\/support\/articles\/what-is-dmarc\/\" \/>\n<meta property=\"og:site_name\" content=\"Support Centre - Register365\" \/>\n<meta property=\"article:modified_time\" content=\"2024-02-09T08:53:10+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.register365.com\/support\/articles\/what-is-dmarc\/\",\"url\":\"https:\/\/www.register365.com\/support\/articles\/what-is-dmarc\/\",\"name\":\"What is DMARC? - Support Centre - Register365\",\"isPartOf\":{\"@id\":\"https:\/\/www.register365.com\/support\/#website\"},\"datePublished\":\"2024-02-02T08:59:02+00:00\",\"dateModified\":\"2024-02-09T08:53:10+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.register365.com\/support\/articles\/what-is-dmarc\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.register365.com\/support\/articles\/what-is-dmarc\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.register365.com\/support\/articles\/what-is-dmarc\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.register365.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What is DMARC?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.register365.com\/support\/#website\",\"url\":\"https:\/\/www.register365.com\/support\/\",\"name\":\"Support Centre - Register365\",\"description\":\"Register365 Support Centre\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.register365.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is DMARC? - Support Centre - Register365","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.register365.com\/support\/articles\/what-is-dmarc\/","og_locale":"en_US","og_type":"article","og_title":"What is DMARC? - Support Centre - Register365","og_description":"DMARC stands for \u201cDomain-based Message Authentication, Reporting &amp; Conformance\u201d. DMARC is an email authentication policy that builds on the well-established SPF and DKIM protocols. Just like SPF and DKIM, it helps prevent spam, phishing and email spoofing. DMARC is designed to protect an email sender from advanced threats that can cause a data breach. It [&hellip;]","og_url":"https:\/\/www.register365.com\/support\/articles\/what-is-dmarc\/","og_site_name":"Support Centre - Register365","article_modified_time":"2024-02-09T08:53:10+00:00","twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.register365.com\/support\/articles\/what-is-dmarc\/","url":"https:\/\/www.register365.com\/support\/articles\/what-is-dmarc\/","name":"What is DMARC? - Support Centre - Register365","isPartOf":{"@id":"https:\/\/www.register365.com\/support\/#website"},"datePublished":"2024-02-02T08:59:02+00:00","dateModified":"2024-02-09T08:53:10+00:00","breadcrumb":{"@id":"https:\/\/www.register365.com\/support\/articles\/what-is-dmarc\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.register365.com\/support\/articles\/what-is-dmarc\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.register365.com\/support\/articles\/what-is-dmarc\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.register365.com\/support\/"},{"@type":"ListItem","position":2,"name":"What is DMARC?"}]},{"@type":"WebSite","@id":"https:\/\/www.register365.com\/support\/#website","url":"https:\/\/www.register365.com\/support\/","name":"Support Centre - Register365","description":"Register365 Support Centre","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.register365.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"}]}},"_links":{"self":[{"href":"https:\/\/www.register365.com\/support\/wp-json\/wp\/v2\/ht-kb\/2439","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.register365.com\/support\/wp-json\/wp\/v2\/ht-kb"}],"about":[{"href":"https:\/\/www.register365.com\/support\/wp-json\/wp\/v2\/types\/ht_kb"}],"author":[{"embeddable":true,"href":"https:\/\/www.register365.com\/support\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.register365.com\/support\/wp-json\/wp\/v2\/comments?post=2439"}],"version-history":[{"count":2,"href":"https:\/\/www.register365.com\/support\/wp-json\/wp\/v2\/ht-kb\/2439\/revisions"}],"predecessor-version":[{"id":2445,"href":"https:\/\/www.register365.com\/support\/wp-json\/wp\/v2\/ht-kb\/2439\/revisions\/2445"}],"wp:attachment":[{"href":"https:\/\/www.register365.com\/support\/wp-json\/wp\/v2\/media?parent=2439"}],"wp:term":[{"taxonomy":"ht_kb_category","embeddable":true,"href":"https:\/\/www.register365.com\/support\/wp-json\/wp\/v2\/ht-kb-category?post=2439"},{"taxonomy":"ht_kb_tag","embeddable":true,"href":"https:\/\/www.register365.com\/support\/wp-json\/wp\/v2\/ht-kb-tag?post=2439"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}