<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>how to implement dmarc Archives - the Sysadmin Channel</title>
	<atom:link href="https://thesysadminchannel.com/tag/how-to-implement-dmarc/feed/" rel="self" type="application/rss+xml" />
	<link>https://thesysadminchannel.com/tag/how-to-implement-dmarc/</link>
	<description>Documenting My Life as a System Administrator</description>
	<lastBuildDate>Thu, 08 Jul 2021 21:13:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
<site xmlns="com-wordpress:feed-additions:1">144174110</site>	<item>
		<title>How To Setup DMARC in Office 365</title>
		<link>https://thesysadminchannel.com/how-to-setup-dmarc-in-office-365/</link>
					<comments>https://thesysadminchannel.com/how-to-setup-dmarc-in-office-365/#respond</comments>
		
		<dc:creator><![CDATA[Paul Contreras]]></dc:creator>
		<pubDate>Thu, 09 Jan 2020 06:37:45 +0000</pubDate>
				<category><![CDATA[Exchange Online]]></category>
		<category><![CDATA[Office365]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[dmarc office 365]]></category>
		<category><![CDATA[dmarc setup]]></category>
		<category><![CDATA[dmarc setup office 365]]></category>
		<category><![CDATA[dmarc test]]></category>
		<category><![CDATA[enable dmarc for email]]></category>
		<category><![CDATA[Enable DMARC in Office 365]]></category>
		<category><![CDATA[how to implement dmarc]]></category>
		<category><![CDATA[Setup dmarc in office 365]]></category>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=1975</guid>

					<description><![CDATA[<p>Domain-based Message Authentication, Reporting and Conformance, otherwise known as DMARC is a protocol used for email authentication. It essentially gives domain owners the ability to protect their domain&#8217;s address from email spoofing or other unauthorized use. It is to your&#8230; <a href="https://thesysadminchannel.com/how-to-setup-dmarc-in-office-365/" class="more-link">Continue Reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://thesysadminchannel.com/how-to-setup-dmarc-in-office-365/">How To Setup DMARC in Office 365</a> appeared first on <a href="https://thesysadminchannel.com">the Sysadmin Channel</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Domain-based Message Authentication, Reporting and Conformance, otherwise known as DMARC is a protocol used for email authentication.  It essentially gives domain owners the ability to protect their domain&#8217;s address from email spoofing or other unauthorized use.  It is to your benefit to enable DMARC for your domain because it lets systems know that this email from your domain is legitimate. I&#8217;m using Office 365 for email but this applies whatever your using as well. In this article we&#8217;ll go over the steps needed to <strong>setup DMARC in Office 365</strong>.</p>
<h2>Setup DMARC in Office 365</h2>
<p>We previously <a href="https://thesysadminchannel.com/how-to-enable-dkim-in-office-365/" rel="noopener noreferrer" target="_blank">setup DKIM for Office 365</a> and as a measure to strengthen our security footprint, we&#8217;re going to setup DMARC in Office 365 as well.</p>
<ul>
<li><strong>Login</strong> to your <strong>DNS provider</strong>.  I&#8217;m using Cloudflare so i&#8217;ll get it setup there</li>
<li>Create a <strong>new TXT record</strong></li>
<li>In the <strong>name</strong> field, type: <strong>_dmarc</strong></li>
<li>In the <strong>value</strong> field, type: <strong>v=DMARC1; p=none; rua=mailto:dmarcreports@domain.com</strong></li>
<li>Set TTL to 5 minutes to allow for a quick DNS propogation. Be sure to change to 1 hour afterwords</li>
</ul>
<p>Here&#8217;s a quick break down of what the above values mean.  </p>
<h4>DMARC Explained &#8211; Quick breakdown</h4>
<p>Name or Hostname value (Domains and subdomains)</p>
<ul>
<li>Hostnames will usually be _dmarc for top level domains.  e.g.  _dmarc.thesysadminchannel.com</li>
<li>Subdomains should have _dmarc.subdomain.  e.g.  _dmarc.subdomain.thesysadminchannel.com</li>
</ul>
<p>&nbsp;<br />
Value or Content</p>
<ul>
<li>There are two required value pairs that MUST be present on every DMARC record. They are &#8220;v&#8221; and &#8220;p&#8221;.</li>
<li>The only tag-value pair for &#8220;v&#8221; is v=DMARC1</li>
<li>The &#8220;p&#8221; tag pair &#8220;p=&#8221; can be paired with none, quarantine, or reject. e.g. p=none or p=quarantine or p=reject</li>
<li>The &#8220;rua&#8221; &#038; &#8220;ruf&#8221; tags support multiple email addresses with each separated by a comma e.g. rua=mailto:dmarcreports@domain.com</li>
<li>It is recommended to start out with &#8220;p=none&#8221; so you can identify any issues with mail flow. After some time change it to quarantine or reject.</li>
</ul>
<p>&nbsp;<br />
At the end of the day this is my DMARC record looks like in Cloudflare.<br />
<a href="https://thesysadminchannel.com/wp-content/uploads/2020/08/DMARC-record-cloudflare.png" target="_blank" rel="noopener noreferrer"><img fetchpriority="high" decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2020/08/DMARC-record-cloudflare.png" alt="DMARC record cloudflare" width="1024" height="318" class="aligncenter size-full wp-image-1978" srcset="https://thesysadminchannel.com/wp-content/uploads/2020/08/DMARC-record-cloudflare.png?v=1596931568 1024w, https://thesysadminchannel.com/wp-content/uploads/2020/08/DMARC-record-cloudflare-768x239.png?v=1596931568 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></p>
<h2>How To Confirm If DMARC Is Enabled and Working</h2>
<p>Now that we have setup DMARC for our domain, we want to make sure everything is working as expected. So now the question is, how can we check to see if DMARC is enabled and working? Let’s head on over to https://mxtoolbox.com/dmarc.aspx so they can do the heavy lifting for us. </p>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2020/08/Confirm-DMARC-settings.png" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2020/08/Confirm-DMARC-settings.png" alt="Confirm DMARC settings" width="1365" height="648" class="aligncenter size-full wp-image-1979" srcset="https://thesysadminchannel.com/wp-content/uploads/2020/08/Confirm-DMARC-settings.png?v=1596931913 1365w, https://thesysadminchannel.com/wp-content/uploads/2020/08/Confirm-DMARC-settings-1024x486.png?v=1596931913 1024w, https://thesysadminchannel.com/wp-content/uploads/2020/08/Confirm-DMARC-settings-768x365.png?v=1596931913 768w" sizes="(max-width: 1365px) 100vw, 1365px" /></a></p>
<p>The post <a href="https://thesysadminchannel.com/how-to-setup-dmarc-in-office-365/">How To Setup DMARC in Office 365</a> appeared first on <a href="https://thesysadminchannel.com">the Sysadmin Channel</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://thesysadminchannel.com/how-to-setup-dmarc-in-office-365/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1975</post-id>	</item>
	</channel>
</rss>
