<?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>SPF | KC's Blog</title>
	<atom:link href="https://www.kjctech.net/tag/spf/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.kjctech.net</link>
	<description></description>
	<lastBuildDate>Tue, 24 Jan 2023 18:20:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/12/cropped-KC-Logo.png?fit=32%2C32&#038;ssl=1</url>
	<title>SPF | KC's Blog</title>
	<link>https://www.kjctech.net</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">24634607</site>	<item>
		<title>How To Secure Domains that Do Not Send Emails</title>
		<link>https://www.kjctech.net/how-to-secure-domains-that-do-not-send-emails/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-secure-domains-that-do-not-send-emails</link>
					<comments>https://www.kjctech.net/how-to-secure-domains-that-do-not-send-emails/#respond</comments>
		
		<dc:creator><![CDATA[Kent Chen]]></dc:creator>
		<pubDate>Tue, 14 Jun 2022 05:45:35 +0000</pubDate>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[DMARK]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[SPF]]></category>
		<guid isPermaLink="false">https://www.kjctech.net/?p=4754</guid>

					<description><![CDATA[<p>If you have domains that do not send emails, you still need to lock them down so no spammers can spoof these domains to send emails. All you need is to add the following two DNS records to your domain&#8217;s DNS. First, a block-all SPF txt record: v=spf1 -all And a DMARC policy that rejects all email that fails SPF. [&#8230;]</p>
The post <a href="https://www.kjctech.net/how-to-secure-domains-that-do-not-send-emails/">How To Secure Domains that Do Not Send Emails</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></description>
										<content:encoded><![CDATA[<p>If you have domains that do not send emails, you still need to lock them down so no spammers can spoof these domains to send emails. All you need is to add the following two DNS records to your domain&#8217;s DNS.</p>



<p>First, a block-all SPF txt record:</p>



<pre class="wp-block-preformatted">v=spf1 -all</pre>



<p>And a DMARC policy that rejects all email that fails SPF.</p>



<pre class="wp-block-preformatted">v=DMARC1; p=reject; adkim=s; aspf=s;</pre>



<p>And that&#8217;s it, quite simple steps that are enough to stop any spam emails sent from the domain.</p>



<p>Thanks to <a href="https://www.alexblackie.com/articles/email-authenticity-dkim-spf-dmarc/" target="_blank" rel="noreferrer noopener">Alex Blackie</a> for the excellent tip.</p>The post <a href="https://www.kjctech.net/how-to-secure-domains-that-do-not-send-emails/">How To Secure Domains that Do Not Send Emails</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.kjctech.net/how-to-secure-domains-that-do-not-send-emails/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4754</post-id>	</item>
	</channel>
</rss>
