<?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>email | KC's Blog</title>
	<atom:link href="https://www.kjctech.net/tag/email/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.kjctech.net</link>
	<description></description>
	<lastBuildDate>Tue, 24 Jan 2023 18:21:07 +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>email | 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>
		<item>
		<title>How To Check if My Email is Encrypted during Transition</title>
		<link>https://www.kjctech.net/how-to-check-if-my-email-is-encrypted-during-transition/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-check-if-my-email-is-encrypted-during-transition</link>
					<comments>https://www.kjctech.net/how-to-check-if-my-email-is-encrypted-during-transition/#comments</comments>
		
		<dc:creator><![CDATA[Kent Chen]]></dc:creator>
		<pubDate>Sun, 09 Jun 2019 05:04:43 +0000</pubDate>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[Security]]></category>
		<guid isPermaLink="false">https://www.kjctech.net/?p=4344</guid>

					<description><![CDATA[<p>Back to the old days when everything goes through the classic SMTP, nothing gets protected. Those were the good days for any man in the middle, picking up confidential information like free gift. Not anymore with the use of TLS, StartTLS, or even better S/MIME which is suitable for your most sensitive information. Every email sent through TLS is encrypted [&#8230;]</p>
The post <a href="https://www.kjctech.net/how-to-check-if-my-email-is-encrypted-during-transition/">How To Check if My Email is Encrypted during Transition</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></description>
										<content:encoded><![CDATA[<p>Back to the old days when everything goes through the classic SMTP, nothing gets protected. Those were the good days for any man in the middle, picking up confidential information like free gift.</p>



<p>Not anymore with the use of TLS, StartTLS, or even better S/MIME which is suitable for your most sensitive information.</p>



<p>Every email sent through TLS is encrypted to protect the message in transit from one server to another. It requires both mail servers to follow along in order for the encryption to work. But not all mail servers are equally made. If an email is sent via TLS but the other end doesn&#8217;t accept TLS, the email will be degraded from TLS. Like back to the old days, email gets decrypted and delivered in plain text. Bad news for you but good news for the man in the middle.</p>



<p>According to <a rel="noreferrer noopener" aria-label="Google (opens in a new tab)" href="https://transparencyreport.google.com/safer-email/overview?encrypt_region_table=region:001;encryption_level:RED&amp;lu=encrypt_region_table" target="_blank">Google</a>, during a 3-month period between March 11, 2019, and June 9, 2019, 89% of emails going out from Gmail and 94% of email received by Gmail are encrypted. And who are the top bad guys?</p>



<figure class="wp-block-image"><a href="//i0.wp.com/kjctech.net/wp-content/uploads/2019/06/image-6.png" data-rel="lightbox-image-0" data-rl_title="" data-rl_caption="" title=""><img fetchpriority="high" decoding="async" width="1152" height="569" src="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-6.png?fit=600%2C296&amp;ssl=1" alt="" class="wp-image-4349" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-6.png?w=1152&amp;ssl=1 1152w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-6.png?resize=250%2C123&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-6.png?resize=450%2C222&amp;ssl=1 450w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-6.png?resize=768%2C379&amp;ssl=1 768w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-6.png?resize=600%2C296&amp;ssl=1 600w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-6.png?resize=700%2C346&amp;ssl=1 700w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-6.png?resize=520%2C257&amp;ssl=1 520w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-6.png?resize=360%2C178&amp;ssl=1 360w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-6.png?resize=100%2C49&amp;ssl=1 100w" sizes="(max-width: 640px) 100vw, 640px" /></a></figure>



<h2 class="wp-block-heading">So how to tell if my incoming emails are encrypted</h2>



<h3 class="wp-block-heading">Gmail</h3>



<p>Google is on top of a lot of things. This is no different. If you are using Gmail as your main mail app, you can easily tell whether the email you received has never been intercepted by the man in the middle.</p>



<p>When you get an email, click the little down arrow to reveal the header and you will find if the message was received through TLS or other encryption method.</p>



<figure class="wp-block-image"><img decoding="async" width="749" height="402" src="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-5.png?fit=600%2C322&amp;ssl=1" alt="" class="wp-image-4348" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-5.png?w=749&amp;ssl=1 749w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-5.png?resize=250%2C134&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-5.png?resize=450%2C242&amp;ssl=1 450w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-5.png?resize=600%2C322&amp;ssl=1 600w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-5.png?resize=700%2C376&amp;ssl=1 700w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-5.png?resize=520%2C279&amp;ssl=1 520w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-5.png?resize=360%2C193&amp;ssl=1 360w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-5.png?resize=100%2C54&amp;ssl=1 100w" sizes="(max-width: 640px) 100vw, 640px" /></figure>



<h3 class="wp-block-heading">Outlook</h3>



<p>Not as easy as Gmail but still can be done. Open the email you received from outside, click File > Properties.</p>



<figure class="wp-block-image"><a href="//i0.wp.com/kjctech.net/wp-content/uploads/2019/06/image-7.png" data-rel="lightbox-image-1" data-rl_title="" data-rl_caption="" title=""><img data-recalc-dims="1" decoding="async" width="600" height="519" src="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-7.png?resize=600%2C519&#038;ssl=1" alt="" class="wp-image-4350" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-7.png?resize=600%2C519&amp;ssl=1 600w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-7.png?resize=250%2C216&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-7.png?resize=450%2C389&amp;ssl=1 450w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-7.png?resize=768%2C664&amp;ssl=1 768w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-7.png?resize=700%2C605&amp;ssl=1 700w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-7.png?resize=520%2C450&amp;ssl=1 520w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-7.png?resize=360%2C311&amp;ssl=1 360w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-7.png?resize=100%2C86&amp;ssl=1 100w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-7.png?w=769&amp;ssl=1 769w" sizes="(max-width: 600px) 100vw, 600px" /></a></figure>



<p>And look through the Internet headers section. If you see the word TLS in there somewhere you can safely tell your email is safe during the transition.</p>



<h2 class="wp-block-heading">How to tell if email I am sending is encrypted</h2>



<p>For Gmail, if you have S/MIME enabled on your account, you will see a lock icon that shows the level of encryption supported by your message&#8217;s recipients. Otherwise, there is no direct way to tell whether your email will be safe all the way to the other end.</p>



<p>But there are a few workarounds that we can still take.</p>



<p>First, we can start with an introduction email and only start sending confidential content after receiving one email from other party and verified that it&#8217;s safe.</p>



<p>Or, we can use a <a rel="noreferrer noopener" aria-label="TLS checker (opens in a new tab)" href="https://www.checktls.com" target="_blank">TLS checker</a> to scan and verify that the mail server used by the domain you are communicating with supports at least TLS. It&#8217;s safe to email me confidential stuff because it&#8217;s OK in the TLS column like below.</p>



<figure class="wp-block-image"><a href="//i0.wp.com/kjctech.net/wp-content/uploads/2019/06/image-8.png" data-rel="lightbox-image-2" data-rl_title="" data-rl_caption="" title=""><img loading="lazy" decoding="async" width="677" height="402" src="https://i2.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-8.png?fit=600%2C356&amp;ssl=1" alt="" class="wp-image-4351" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-8.png?w=677&amp;ssl=1 677w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-8.png?resize=250%2C148&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-8.png?resize=450%2C267&amp;ssl=1 450w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-8.png?resize=600%2C356&amp;ssl=1 600w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-8.png?resize=520%2C309&amp;ssl=1 520w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-8.png?resize=360%2C214&amp;ssl=1 360w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-8.png?resize=100%2C59&amp;ssl=1 100w" sizes="auto, (max-width: 640px) 100vw, 640px" /></a></figure>



<p>But never send confidential emails to the mail server that&#8217;s not safe like below.</p>



<figure class="wp-block-image"><img loading="lazy" decoding="async" width="639" height="398" src="https://i2.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-10.png?fit=600%2C374&amp;ssl=1" alt="" class="wp-image-4353" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-10.png?w=639&amp;ssl=1 639w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-10.png?resize=250%2C156&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-10.png?resize=450%2C280&amp;ssl=1 450w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-10.png?resize=600%2C374&amp;ssl=1 600w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-10.png?resize=520%2C324&amp;ssl=1 520w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-10.png?resize=360%2C224&amp;ssl=1 360w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-10.png?resize=500%2C310&amp;ssl=1 500w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-10.png?resize=100%2C62&amp;ssl=1 100w" sizes="auto, (max-width: 639px) 100vw, 639px" /></figure>



<p>Last, if you are using Gmail and need the highest security for sending confidential via email, you can turn on the <strong>Confidential Mode</strong> so entire email communication will be secured.</p>



<figure class="wp-block-image"><a href="//i0.wp.com/kjctech.net/wp-content/uploads/2019/06/image-11.png" data-rel="lightbox-image-3" data-rl_title="" data-rl_caption="" title=""><img loading="lazy" decoding="async" width="651" height="190" src="https://i2.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-11.png?fit=600%2C175&amp;ssl=1" alt="" class="wp-image-4354" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-11.png?w=651&amp;ssl=1 651w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-11.png?resize=250%2C73&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-11.png?resize=450%2C131&amp;ssl=1 450w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-11.png?resize=600%2C175&amp;ssl=1 600w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-11.png?resize=520%2C152&amp;ssl=1 520w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-11.png?resize=360%2C105&amp;ssl=1 360w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-11.png?resize=100%2C29&amp;ssl=1 100w" sizes="auto, (max-width: 640px) 100vw, 640px" /></a></figure>The post <a href="https://www.kjctech.net/how-to-check-if-my-email-is-encrypted-during-transition/">How To Check if My Email is Encrypted during Transition</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.kjctech.net/how-to-check-if-my-email-is-encrypted-during-transition/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4344</post-id>	</item>
		<item>
		<title>Email failed to deliver to certain domains with an SMTP protocol error occurred message</title>
		<link>https://www.kjctech.net/email-failed-to-deliver-to-certain-domains-with-an-smtp-protocol-error-occurred-message/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=email-failed-to-deliver-to-certain-domains-with-an-smtp-protocol-error-occurred-message</link>
					<comments>https://www.kjctech.net/email-failed-to-deliver-to-certain-domains-with-an-smtp-protocol-error-occurred-message/#respond</comments>
		
		<dc:creator><![CDATA[Kent Chen]]></dc:creator>
		<pubDate>Sun, 13 Dec 2009 19:02:54 +0000</pubDate>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[reverse dns]]></category>
		<category><![CDATA[smtp]]></category>
		<guid isPermaLink="false">http://www.kjctech.net/2009/12/13/email-failed-to-deliver-to-certain-domains-with-an-smtp-protocol-error-occurred-message/</guid>

					<description><![CDATA[<p>It happened lately in my office that emails sent to certain domains first got delayed and then failed with a SMTP error code 4.4.7 in the final NDR. Error code 4.4.7 usually indicates that the message in the queue has expired and usually the problem is on the receiving server. However, that is obviously not the case this time. Also [&#8230;]</p>
The post <a href="https://www.kjctech.net/email-failed-to-deliver-to-certain-domains-with-an-smtp-protocol-error-occurred-message/">Email failed to deliver to certain domains with an SMTP protocol error occurred message</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></description>
										<content:encoded><![CDATA[<p>It happened lately in my office that emails sent to certain domains first got delayed and then failed with a SMTP error code 4.4.7 in the final NDR. Error code 4.4.7 usually indicates that the message in the queue has expired and usually the problem is on the receiving server. However, that is obviously not the case this time. Also on the server side, all queued messages all have one same warning message, â€œ<em>an SMTP protocol error occuredâ€</em>.</p>
<p>Dig it a little deeper by performing a MX lookup to all these domains that we had problem sending emails to and found out that pretty much all of them have secureserver.net associated as their MX records. Meaning that emails sent to their inboxes have to go through and pass secureserver.net.</p>
<p>And one of the requests in order to get pass secureserver.net is that IP address of sender&#8217;s email server has to have a valid <em>Reverse DNS</em> entry associated. The email won&#8217;t get rejected right away if the sender&#8217;s IP address doesn&#8217;t meet this requirement. It will be delayed and put in the message queue first to give you more time to fix the issue. And if the problem is still not resolved before the message expires, an NDR email will be sent to sender.</p>
<p>That makes sense. We have recently changed ISP and had one new external IP address assigned to our mail server. And one thing I totally forgot is to check this <em>Reverse DNS</em>. Once I got my ISP to change it to what I wanted, emails started to flow to these domains again. Problem solved!</p>
<p>So if you relay all your emails to your ISP before they are sent out, you actually don&#8217;t need to worry about it because they all have the proper <em>Reverse DNS</em> entry set up to IP addresses that belong to them.</p>
<p>But if your email setup like ours that all emails are sent out directly from our email server, then you will have to make sure you have the proper <em>Reverse DNS</em> set up on the IP addresses that are responsible for sending emails. Here is the guideline from <a href="http://unblock.secureserver.net" target="_blank" rel="noopener">unblock.secureserver.net</a>.</p>
<blockquote>
<p>Verify that your <a href="http://www.webopedia.com/TERM/R/rDNS.html">rDNS</a> contains a name that includes &quot;mail&quot;, &quot;SMTP&quot;, &quot;relay&quot;, or &quot;MX&quot;. For example: mail.example.com, smtp.example.com, or mx1.example.com.</p>
</blockquote>The post <a href="https://www.kjctech.net/email-failed-to-deliver-to-certain-domains-with-an-smtp-protocol-error-occurred-message/">Email failed to deliver to certain domains with an SMTP protocol error occurred message</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.kjctech.net/email-failed-to-deliver-to-certain-domains-with-an-smtp-protocol-error-occurred-message/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1039</post-id>	</item>
	</channel>
</rss>
