<?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 management, storage and security for business email admins &#187; email encryption</title>
	<atom:link href="http://www.theemailadmin.com/tag/email-encryption/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theemailadmin.com</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 14:00:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Keep Calm and Carry On</title>
		<link>http://www.theemailadmin.com/2011/09/keep-calm-and-carry-on/</link>
		<comments>http://www.theemailadmin.com/2011/09/keep-calm-and-carry-on/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 14:00:15 +0000</pubDate>
		<dc:creator>Casper Manes</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[email encryption]]></category>
		<category><![CDATA[password protection]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=4634</guid>
		<description><![CDATA[&#60;sarcasm&#62; Okay, sit down, I have some shocking news for you. TLS has been hacked, broken, smashed to bits. The technology that secures almost all of the secure Internet traffic we rely upon daily has been cracked. We’re all doomed, our bank accounts are going to be plundered, and ecommerce will come to an end. [...]<p><a href="http://www.theemailadmin.com/2011/09/keep-calm-and-carry-on/">Keep Calm and Carry On</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2011%2F09%2Fkeep-calm-and-carry-on%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2011_2F09_2Fkeep-calm-and-carry-on_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2011%2F09%2Fkeep-calm-and-carry-on%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.theemailadmin.com/wp-content/uploads/2011/09/keepcalmandcarryon.jpg"><img class="alignright size-full wp-image-4637" style="border-width: 0px; border-color: black; border-style: solid; margin: 10px;" src="http://www.theemailadmin.com/wp-content/uploads/2011/09/keepcalmandcarryon.jpg" alt="" width="190" height="266" /></a><em><strong>&lt;sarcasm&gt;</strong></em> Okay, sit down, I have some shocking news for you. TLS has been hacked, broken, smashed to bits. The technology that secures almost all of the secure Internet traffic we rely upon daily has been cracked. We’re all doomed, our bank accounts are going to be plundered, and ecommerce will come to an end. We might just as well all return to the trees; we made a good go of it, but society as we know it is done.<em><strong>&lt;/sarcasm&gt;</strong></em></p>
<p>In all seriousness though, the latest blow to the technologies that help to secure significant amounts of traffic on the Internet was delivered this week by Thai Duong and Juliano Rizzo, two security researchers who plan to demonstrate proof of concept code at the Ekoparty Security Conference in Buenos Aires, Argentina, that can actually decrypt TLS 1.0 traffic. It is a proof of concept, not a zero day exploit already developed into a Metasploit plug-in, so there’s no need to panic quite yet.</p>
<p><span id="more-4634"></span>TLS 1.0 is one of the most commonly used encryption protocols for securing traffic, including HTTPS, SMTP/TLS, and secure versions of POP3 and IMAP. We use it whenever our clients access our email servers using any secure protocol including web mail, and when we send TLS protected mail between our systems and our partners.</p>
<p><a target="_blank" href="http://www.ietf.org/rfc/rfc2246.txt" onclick="pageTracker._trackPageview('/outgoing/www.ietf.org/rfc/rfc2246.txt?referer=');">Defined in RFC 2246</a>, it was proposed as a replacement for SSL 3.0, which is actually still widely used today. TLS 1.0 is a Cipher-block chaining protocol, where a block of plaintext is XOR’d with the block of ciphertext that precedes it. BEAST uses a type of cryptologic attack called a “known plain-text” attack to figure out the encryption, exploiting a vulnerability in TLS 1.0 that has long been theorized as a problem with the protocol.</p>
<p>TLS 1.1 and 1.2 both exist as successors to TLS 1.0, and neither are vulnerable to this same flaw, but have not been widely implemented in part because the flaw in 1.0 wasn’t real, at least, not until now. Internet Explorer can use both, but they must be enabled. SChannel in Windows 2008 and 2008R2 can use them as well, but again, must be enabled. The easiest way to do this domain wide for Windows users is to use a group policy to enable &#8220;System cryptography: Use FIPS compliant algorithms for encryption, hashing, and signing&#8221;, but don’t do that just yet. This can have some undesirable effects on a typical PC. <a target="_blank" href="http://support.microsoft.com/kb/811833" onclick="pageTracker._trackPageview('/outgoing/support.microsoft.com/kb/811833?referer=');">Read this KB</a> article and test carefully before making a system-wide change like this, and then keep in mind that Chrome, Firefox, and most other browsers cannot use TLS 1.1 or 1.2 at the time of this writing. Even with Windows software, this setting is advisory only. It enables them to use TLS 1.1 and 1.2, but it doesn’t force them to. Many websites using HTTPS only implement TLS 1.0, and clients will be able to fall back to that.</p>
<p>The duo’s proof of concept application is called BEAST, for Browser Exploit Against SSL/TLS, and apparently does to a very effective job of decrypting authentication cookies used by websites to grant users access to secured content that requires authentication. Apparently the attack works like this: a bit of JavaScript is injected into a user’s browser session when they visit a compromised website or click on a link that takes them to a site set up to deliver the code; it then works with a network sniffer to capture encrypted cookies passed between the client and a server, which it is then able to decrypt.</p>
<p>To exploit a system, an attacker must first deliver the JavaScript to the browser, and then must have a sniffer in place to capture the packets. A well patched system, running current antivirus, and protected by mechanisms like a proxy server, should be difficult to attack. If an attacker can do all of that to a user, they can probably do anything else they want already, which means they probably already own the victim’s computer.</p>
<p>The good news is that the exploit for this vulnerability, and the proof of concept application, were both developed by good guys. By demonstrating that this sort of attack possible and practical, it will likely motivate developers of browsers and web servers to deploy TLS 1.1 and 1.2 capable versions of their software. Google has already released a patch that, while still using TLS 1.0, defeats this particular attack, and the developers of OpenSSL and the Network Security Services libraries used now have real reasons to implement the stronger protocols.</p>
<p>So, what can be done to help mitigate this? Follow the points below:</p>
<ol>
<li>Keep up-to-date on all vendor patches, both for your operating system and all applications you use.</li>
<li>Keep antivirus software up-to-date, use real-time scans, and perform scheduled full scans regularly.</li>
<li>Close all browser sessions, and use a fresh session with no other open tabs whenever you need to browse to a secure site, like your bank, credit card, webmail, etc.</li>
<li>Close that browser completely when you log off.</li>
<li>Consider disabling JavaScript in your browser.</li>
<li>Consider using a sandboxed version of a browser.</li>
<li>Watch for, and implement, updated libraries for encryption as soon as they are available from your vendors.</li>
</ol>
<p>In researching for this article, I came across a handy website that can show you just which protocols your browser uses to secure an HTTPS session. It uses a self-signed certificate, so be ready to get a warning dialog, but check out <a target="_blank" href="https://www.mikestoolbox.net/" onclick="pageTracker._trackPageview('/outgoing/www.mikestoolbox.net/?referer=');">https://www.mikestoolbox.net/</a> to see some interesting information about your browser, and to test any changes you make to supported encryption protocols.</p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2011/09/keep-calm-and-carry-on/">Keep Calm and Carry On</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2011/09/keep-calm-and-carry-on/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Understanding Email Encryption (Part 1)</title>
		<link>http://www.theemailadmin.com/2011/08/understanding-email-encryption-part-1/</link>
		<comments>http://www.theemailadmin.com/2011/08/understanding-email-encryption-part-1/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 15:32:27 +0000</pubDate>
		<dc:creator>Jeff Orloff</dc:creator>
				<category><![CDATA[email security]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Advanced Encryption Standard]]></category>
		<category><![CDATA[AES]]></category>
		<category><![CDATA[Digital signature]]></category>
		<category><![CDATA[E-mail encryption]]></category>
		<category><![CDATA[email encryption]]></category>
		<category><![CDATA[email management]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[Princeton University]]></category>
		<category><![CDATA[Public-key cryptography]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=4441</guid>
		<description><![CDATA[It doesn’t matter if your company uses email to communicate corporate secrets, confidential financial information, or just an invite to the annual picnic; people who weren’t intended to see the message shouldn’t be able to. To prevent prying eyes from having the opportunity to read your corporate emails encryption is usually the first choice among [...]<p><a href="http://www.theemailadmin.com/2011/08/understanding-email-encryption-part-1/">Understanding Email Encryption (Part 1)</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2011%2F08%2Funderstanding-email-encryption-part-1%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2011_2F08_2Funderstanding-email-encryption-part-1_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2011%2F08%2Funderstanding-email-encryption-part-1%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.theemailadmin.com/wp-content/uploads/2011/08/email-encryption.gif"><img class="alignright size-full wp-image-4442" style="border-width: 0px; border-color: black; border-style: solid; margin: 10px;" src="http://www.theemailadmin.com/wp-content/uploads/2011/08/email-encryption.gif" alt="Understanding email encryption" width="200" height="150" /></a>It doesn’t matter if your company uses email to communicate corporate secrets, confidential financial information, or just an invite to the annual picnic; people who weren’t intended to see the message shouldn’t be able to.<span id="more-4441"></span></p>
<p>To prevent prying eyes from having the opportunity to read your corporate emails encryption is usually the first choice among email administrators who understand security. However, according to a study done by Princeton University titled <em>“Secrecy, Flagging, and Paranoia: Adoption Criteria in Encrypted E-Mail”</em> there are still many barriers to companies implementing email encryption:</p>
<ul>
<li>The belief that encryption is not needed because a company is too small</li>
<li>Encryption flags a message as being important or secret</li>
<li>Encryption solutions are too complicated for users</li>
<li>Email encryption solutions are too hard to implement and set up</li>
<li>Using encryption makes the company look paranoid</li>
<li>Receiving encrypted messages can be annoying</li>
</ul>
<p>To quote one respondent of the study, “normal people don’t encrypt normal email messages.”</p>
<h2>Lack of understanding</h2>
<p>It seems that with so many responses like this, most people have a lack of knowledge when it comes to email encryption.</p>
<p>So let’s start with when someone would want to use encryption. Ask yourself, “Does it matter who reads this email?” For any messages where the answer is no, encryption isn’t necessary.</p>
<p>But if you answer yes, the messages should be secured. Considering 99 percent of all email still travels over the Internet without being secured, it would be safe to assume that there are messages in that 99 percent where the answer to our question would be yes so an understanding of email encryption is certainly warranted.</p>
<h2>Types of encryption</h2>
<p>There are hundreds of encryption solutions available for home and corporate users. Some are extremely hard to break; others can be broken rather easily by someone who knows what they are doing. Others still have been completely untested. These solutions generally fall under one of two types of encryption: Symmetric or Asymmetric.</p>
<h3>Symmetric Key Encryption</h3>
<p>A basic definition of symmetric key encryption is where both parties share a single secret key. This works best to prevent casual viewing or the accidental disclosure of sensitive information.</p>
<p>It works by the user typing their email message and, using the shared secret key, encrypting it into cipher text. The cipher text message is then sent to the recipient(s) where the same shared secret key is used to turn the encrypted message back into plain text for reading.</p>
<p>Symmetric key cryptography commonly relies on algorithms such as AES, Twofish, RKZIP, DES, Blowfish and IDEA.</p>
<h3>Asymmetric Key Encryption</h3>
<p>Also called public-key cryptography, asymmetric encryption requires two separate keys. One is used to encrypt the plain text of the message, called the public key, and another, called the private key, will decrypt the cipher text. The way it works is that a public key and private key are created and mathematically linked to each other. The public key is then published so anyone with access to this key can send encrypted messages to the holder of the private key, which is not shared.</p>
<p>This is very different than the single shared key or symmetric encryption and no longer requires a secure exchange or the single shared key as necessary with symmetric encryption.</p>
<p>The asymmetric method works when the email sender writes the message in plain text and encrypts it using the public key. The encrypted message, now in cipher text, is sent to its intended recipients. The recipient needs to use the sender’s private key to decrypt the message back into plain text so it can be read.</p>
<p>The algorithms that asymmetrical encryption relies on are RSA, PGP, DSA and Diffie-Hellman.</p>
<p>To add an additional layer of security to public-key encryption, some senders use a digital signature as well. The digital signature signs a message with the sender’s private key. Recipients use their public key to verify that the sender is who they claim to be. Not only is the confidentiality of the message now protected, but the authenticity as well.</p>
<p>You can see where this could be used to help fight phishing scams, especially when an internal email address is spoofed to compromise user credentials or steal information.</p>
<p>Even if you decide that encryption should be added to your existing layers of email security, end-users still have to buy in or they will continue to send plain text messages that are not protected. In part two, we will look at some of the stigmas that are associated with using email encryption and how you, as an email administrator, can overcome them with your users.</p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2011/08/understanding-email-encryption-part-1/">Understanding Email Encryption (Part 1)</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2011/08/understanding-email-encryption-part-1/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Lessons We Should Learn From Epsilon</title>
		<link>http://www.theemailadmin.com/2011/07/lessons-we-should-learn-from-epsilon/</link>
		<comments>http://www.theemailadmin.com/2011/07/lessons-we-should-learn-from-epsilon/#comments</comments>
		<pubDate>Mon, 04 Jul 2011 16:25:50 +0000</pubDate>
		<dc:creator>Jeff Orloff</dc:creator>
				<category><![CDATA[email management]]></category>
		<category><![CDATA[email security]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Compliance]]></category>
		<category><![CDATA[email encryption]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=4252</guid>
		<description><![CDATA[When Epsilon Data Management disclosed a breach of its email system panic struck cyberspace. Names like JP Morgan Chase, Citi Bank, Staples, Verizon and Hilton were listed as some of the customer databases that had been compromised as a result. As many customers of these companies started receiving emails explaining that their email was exposed [...]<p><a href="http://www.theemailadmin.com/2011/07/lessons-we-should-learn-from-epsilon/">Lessons We Should Learn From Epsilon</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2011%2F07%2Flessons-we-should-learn-from-epsilon%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2011_2F07_2Flessons-we-should-learn-from-epsilon_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2011%2F07%2Flessons-we-should-learn-from-epsilon%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="size-medium wp-image-4253 alignright" style="margin: 10px; border: black 0px solid;" src="http://www.theemailadmin.com/wp-content/uploads/2011/07/Make-Data-the-Foundation-of-Your-Next-Email-Marketing-Plan-300x225.jpg" alt="What we should learn to protect email data" width="300" height="225" /></p>
<p>When Epsilon Data Management disclosed a breach of its email system panic struck cyberspace. Names like JP Morgan Chase, Citi Bank, Staples, Verizon and Hilton were listed as some of the customer databases that had been compromised as a result.</p>
<p>As many customers of these companies started receiving emails explaining that their email was exposed in the breach and could be used in illicit activities, email administrators starting looking at what they could learn as a result of this catastrophe.</p>
<p><strong><span id="more-4252"></span>Lesson One – Take Security Seriously</strong></p>
<p>A Ponemon Institute study titled <em>The State of IT Security: A Study of Utilities and Energy Companies</em> stated that companies were more concerned with preventing network downtime than they were stopping a cyber-attack.</p>
<p>Of course, no one should find this surprising. After all, if an e-commerce site or CRM portal goes down, business can come to a halt. No business means no income so by all means this is going to take precedence. Besides, anyone who has been tasked with securing any type of technology doesn’t have the ROI that upper management is looking for when giving a project the go ahead.</p>
<p>In order to prevent another incident like Epsilon from happening, cyber security needs to be at the forefront of IT and management’s agendas. With the increasing problem of Advanced Persistent Threats, email security needs to be looked at and any weaknesses shored up.</p>
<p><strong>Lesson Two – React Appropriately</strong></p>
<p>The breach of Epsilon happened on March 30<sup>th</sup>. By April 1<sup>st</sup> it was disclosed to the public. This gave Epsilon, and their clients, ample time to put together a response based on the details of the data breach. For this, they should be applauded.</p>
<p>Far too often companies who are victims of this type of cyber crime spend so much time spinning their wheels deciding how to soften the blow of negative press that they forget the ramifications it can have on individual customers.</p>
<p>By making the details known from the beginning, the customers of Epsilon’s corporate clients were able to receive fair warning about phishing scams and other illicit activity that would certainly be a result of their email being exposed.</p>
<p><strong>Lesson Three – Heed the Warning Signs</strong></p>
<p>Another thing Epsilon did right was that they discovered the breach quickly. Had they not recognized that there was unusual activity going on, the breach would have yielded much more than the 2 percent of the customer base that had be compromised.</p>
<p>Epsilon was warned, along with other companies, that there was a high likelihood of a malicious hacking attack that would take place against email distributors. To mitigate this threat Epsilon beefed up its monitoring capabilities to watch for anomalies.</p>
<p><strong>Lesson Four – Segment Your Data</strong></p>
<p>Security professionals who have analyzed the data breach, such as Anup Ghosh, Founder and Chief Scientist for <a target="_blank" href="http://www.invincea.com/" onclick="pageTracker._trackPageview('/outgoing/www.invincea.com/?referer=');">Invincea</a>, think that this may be the work of a single attack.<em> </em></p>
<blockquote><p><em>&#8220;As we learn more about this breach, it could be very possible that a single intrusion was utilized to gain access to the data across all of these brands. Is this indicative of a potentially broader threat from a cloud perspective? Maybe yes, maybe no &#8211; only time will tell as we learn more and pull back more layers of both onions,”</em> he went on to say.</p></blockquote>
<p> </p>
<p>It is a common suggestion in the security world that data should be segmented. For example, Client A’s data should be kept apart from Client B and Client C, or data should not be stored on the same server as web applications (which is common when it comes to default installations). Yet while this is often suggested, it is hardly ever practiced.</p>
<p>Segmenting data protects you because in the event one data set, application, network segment, etc. is compromised, all of your stored is not exposed as a result. It basically makes the attacker work harder for a big pay day. Of course if you are monitoring appropriately you will be able to spot the intrusion before more data is stolen.</p>
<p>The truth is Epsilon was not the last large company to have sensitive information regarding customers stolen. It will happen again. However if we can take the lessons learned and make security even tighter, then the gap between such incidents will continue to widen.</p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2011/07/lessons-we-should-learn-from-epsilon/">Lessons We Should Learn From Epsilon</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2011/07/lessons-we-should-learn-from-epsilon/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Tips for Better Email Security</title>
		<link>http://www.theemailadmin.com/2011/06/tips-for-better-email-security/</link>
		<comments>http://www.theemailadmin.com/2011/06/tips-for-better-email-security/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 16:34:23 +0000</pubDate>
		<dc:creator>Jeff Orloff</dc:creator>
				<category><![CDATA[Compliance]]></category>
		<category><![CDATA[Email archiving & storage]]></category>
		<category><![CDATA[email security]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ediscovery]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[email archiving]]></category>
		<category><![CDATA[email compliance]]></category>
		<category><![CDATA[email encryption]]></category>
		<category><![CDATA[email management]]></category>
		<category><![CDATA[email policies]]></category>
		<category><![CDATA[email servers]]></category>
		<category><![CDATA[email storage]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[password protection]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[phishing]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=4216</guid>
		<description><![CDATA[Most email administrators consider security to be a large part of what they do. With so many laws and regulations governing the storage, discovery and retrieval of email messages, security has become a second job to many. Unfortunately, many administrators either forget, or simply aren’t aware, that securing email requires much more effort than hardening [...]<p><a href="http://www.theemailadmin.com/2011/06/tips-for-better-email-security/">Tips for Better Email Security</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2011%2F06%2Ftips-for-better-email-security%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2011_2F06_2Ftips-for-better-email-security_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2011%2F06%2Ftips-for-better-email-security%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div id="attachment_4217" class="wp-caption alignright" style="width: 235px"><img class="size-medium wp-image-4217 " style="margin: 10px; border: black 0px solid;" src="http://www.theemailadmin.com/wp-content/uploads/2011/06/advanced-persistent-threat-225x300.jpg" alt="Advanced persistent threats make email security a necessity" width="225" height="300" /><p class="wp-caption-text">Advanced persistent threats make email security a necessity</p></div>
<p>Most email administrators consider security to be a large part of what they do. With so many laws and regulations governing the storage, discovery and retrieval of email messages, security has become a second job to many.</p>
<p>Unfortunately, many administrators either forget, or simply aren’t aware, that securing email requires much more effort than hardening the email servers against attack. In order to fully protect your organization’s email and their contents the mailbox also needs to be defended. Especially when you consider how popular Advanced Persistent Threats are becoming with large cyber crime syndicates who use email not only as a way to harvest sensitive information, but also as a method of attack through phishing and social engineering.<span id="more-4216"></span></p>
<p>By implementing the following tips into your security plan you can help protect against these, and the many other threats that your organization may face:</p>
<p><strong>Create email policies to regulate the communication of confidential information</strong></p>
<p>Email communication has become second nature in the workplace. It is quick, easy and it gives us a record of our conversation so we can refer back to any information at a later date. However, if the conversation contains sensitive information like login credentials, financials, personal information, and the like, then it can be extremely valuable to anyone who may harvest those emails.</p>
<p>By simply setting up, and enforcing, policies that restrict certain information from being sent via email you can mitigate the damage done if emails are exposed. At the very least, your policy should state that user logins and passwords (and/or PINs) not be communicated via email.</p>
<p><strong>Teach users to encrypt their messages</strong></p>
<p>One of the best analogies I have seen to describe the need for encrypting emails is one that compares email to a postcard. Basically, anyone who comes across it can read the contents if they want. This can be stopped by encrypting emails to prevent eavesdropping.</p>
<p>Encryption is a hard thing for many people. It requires additional steps, training and, in some cases, third-party software (such as PGP) yet it is really the only way to keep your messages private in transit.</p>
<p>Encryption shouldn’t be limited to sending and receiving messages alone. Any email that is stored on a hard drive (think personal folders), a network drive, backup servers or archive systems should also be protected from any prying eyes.</p>
<p><strong>Get rid of old email</strong></p>
<p>A long time ago, storage space was a precious resource. Nowadays inboxes can be easily scaled to hold enormous amounts of data. Unfortunately that provides a greater possibility that an attacker will find something valuable.</p>
<p>Email should be moved, or deleted, when their life cycle is up. Make sure to check with any regulations regarding discovery and archiving before getting rid of the old stuff, but if you combine this with encryption you will be taking great strides to protect older emails.</p>
<p><strong>Practice good network security habits</strong></p>
<p>Make sure that desktops are continually scanned for malware that could possibly expose email login credentials, filter Internet content to protect against malicious websites, understand how to properly use a firewall and update server and client software as needed.</p>
<p>In addition to the employing technology to help secure your email systems you should also consider human factors as well. One of the ways that people first discover that their systems have been compromised is by noticing an anomaly. Be on the lookout for log-ins that just don’t seem right whether it be the IP address, the time of day or even the length of time.</p>
<p>This can be one of the most tedious tasks to undertake when it comes to security but it is by far the most important.</p>
<p><strong>Put the right solutions in place</strong></p>
<p>In many small and medium-sized enterprises, the email administrator alone cannot be as vigilant as he or she would like. Even in organizations where there is team of professionals dedicated to security use necessary security tools to help them do their jobs. Smaller companies need to understand this as well.</p>
<p>By employing technologies that help manage email, backup and recovery, archiving and security, you are plugging the little holes that provide that chink in the armor most attackers are looking for.</p>
<p>No one said that email security is going to be an easy task, but it is one that cannot be ignored just because it&#8217;s too hard or it costs too much.</p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2011/06/tips-for-better-email-security/">Tips for Better Email Security</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2011/06/tips-for-better-email-security/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>5 Simple Mistakes When it Comes to Email Security</title>
		<link>http://www.theemailadmin.com/2011/06/5-simple-mistakes-when-it-comes-to-email-security/</link>
		<comments>http://www.theemailadmin.com/2011/06/5-simple-mistakes-when-it-comes-to-email-security/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 16:01:46 +0000</pubDate>
		<dc:creator>Jeff Orloff</dc:creator>
				<category><![CDATA[Compliance]]></category>
		<category><![CDATA[Email archiving & storage]]></category>
		<category><![CDATA[email management]]></category>
		<category><![CDATA[email security]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[backups]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[email archiving]]></category>
		<category><![CDATA[email compliance]]></category>
		<category><![CDATA[email encryption]]></category>
		<category><![CDATA[email policies]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[password protection]]></category>
		<category><![CDATA[passwords]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=4127</guid>
		<description><![CDATA[In just one week Google, the International Monetary Fund and Citigroup have all made headlines as a result of email associated with them being under attack. The reason we continue to see companies make the news as a result of email attacks is that email security is sometimes ignored when it comes to training users [...]<p><a href="http://www.theemailadmin.com/2011/06/5-simple-mistakes-when-it-comes-to-email-security/">5 Simple Mistakes When it Comes to Email Security</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2011%2F06%2F5-simple-mistakes-when-it-comes-to-email-security%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2011_2F06_2F5-simple-mistakes-when-it-comes-to-email-security_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2011%2F06%2F5-simple-mistakes-when-it-comes-to-email-security%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignright size-full wp-image-4128" style="margin: 10px; border: black 0px solid;" src="http://www.theemailadmin.com/wp-content/uploads/2011/06/email_security.jpg" alt="email_security" width="263" height="257" />In just one week Google, the International Monetary Fund and Citigroup have all made headlines as a result of email associated with them being under attack. The reason we continue to see companies make the news as a result of email attacks is that email security is sometimes ignored when it comes to training users properly and making good decisions. In some cases, having the latest and greatest when it comes to security tools even creates a false sense of security that causes us, and our users, to overlook the little things. A multi-layered defense that has been properly configured with all the best technology can be rendered useless if the little things are forgotten.</p>
<p><span id="more-4127"></span></p>
<p>This list displays some of the most common mistakes that are made when it comes to email security and a brief description of what you can do to prevent them.</p>
<p> </p>
<p><strong>Leaky emails</strong></p>
<p>There are many times when sensitive information is passed along via email. If everything is encrypted properly you, and your users, often assume that it will only be seen by the appropriate people. Unfortunately this isn’t always the case. Too many times a recipient may answer an email with sensitive information and hit the <em>reply all</em> button without checking to see who will be receiving the email.</p>
<p><em>The fix: Put a policy in place that addresses sensitive emails and reply to emails. However a policy alone isn’t enough. Make users aware of the policy through training and keep a record that all users were trained/informed of the policy and repercussions of not adhering to it.</em></p>
<p><strong>Trusting others</strong></p>
<p>When we receive emails from family, friends and business colleagues we often blindly open them without much concern. Especially if they are contacts we communicate with on a regular basis. However malware can easily be spread through emails by attachment or embedded code and links.</p>
<p><em>The fix: HTML in emails should be blocked if this is a concern, as should the ability for your users to receive attachments that are scripts or executable files.</em></p>
<p><strong>Passwords that are easy to guess</strong></p>
<p>Remember when Sarah Palin’s personal email account was breached? It was because her password was easy to guess using information the attacker found on her Wikipedia page. Companies often list information on corporate sites that provide attackers enough information to guess passwords as well.</p>
<p><em>The fix: Enforce strong passwords or password phrases for all users. Also, make sure that people don’t give up information that may be used to guess their passwords when providing bios.</em></p>
<p><strong>Ignoring malware protection on the desktop</strong></p>
<p>While scanning all emails for malware needs to be done, the desktop should not be ignored. And all too often it is. Malware definitions are outdated, software is not configured to run properly or protection is completely left to the user.</p>
<p>Even if you have a policy that enforces strong passwords, a keystroke logger can easily give up even the most complex password combination.</p>
<p><em>The fix: Email administrators should work closely with IT security to make sure that the desktop and network security isn’t lax so passwords are tougher to expose.</em></p>
<p><strong>Failing to check on backups</strong></p>
<p>Some companies and industries are required, by law, to back up and archive emails for a set period of time. Others are not required to do so. Regardless of the laws, every person and company should be in the practice of backing up emails. Emails often provide important records and information that could be lost.</p>
<p>But what happens if you need to restore your emails and find that something went wrong? Maybe the backup was incorrectly configured or the backup location was insecure. In any event, the inability to restore emails from a backup can render the entire solution useless.</p>
<p><em>The fix: Frequently test the ability of your backup solution, and staff, to restore emails.</em></p>
<p>These five tips may seem basic and simple. But that is the point. Working in IT we often gravitate towards the more complex issues and ignore simple techniques and solutions until it is too late. By taking the time to do the little things when it comes to security, we build an even stronger foundation for all the bells, whistles and technologies that really impress us and our bosses.</p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2011/06/5-simple-mistakes-when-it-comes-to-email-security/">5 Simple Mistakes When it Comes to Email Security</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2011/06/5-simple-mistakes-when-it-comes-to-email-security/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Plugging Leaks using Rights Management</title>
		<link>http://www.theemailadmin.com/2011/01/plugging-leaks-using-rights-management/</link>
		<comments>http://www.theemailadmin.com/2011/01/plugging-leaks-using-rights-management/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 13:44:21 +0000</pubDate>
		<dc:creator>John P Mello Jr</dc:creator>
				<category><![CDATA[email security]]></category>
		<category><![CDATA[Exchange server]]></category>
		<category><![CDATA[email encryption]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[rights mangement]]></category>
		<category><![CDATA[Transport Layer Security Outlook]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=3404</guid>
		<description><![CDATA[Information leaks can be harmful to an organization&#8217;s profitable operation. Microsoft Exchange 2010, with its rights management features, can give a company the kind of control over its information to reduce the risk of such leaks occurring. In an Exchange environment, rights management can be imposed through the Active Directory Rights Management Server. Rights Management [...]<p><a href="http://www.theemailadmin.com/2011/01/plugging-leaks-using-rights-management/">Plugging Leaks using Rights Management</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2011%2F01%2Fplugging-leaks-using-rights-management%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2011_2F01_2Fplugging-leaks-using-rights-management_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2011%2F01%2Fplugging-leaks-using-rights-management%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignright size-medium wp-image-3418" src="http://www.theemailadmin.com/wp-content/uploads/2010/12/rights-mangement-300x210.jpg" alt="rights mangement" width="300" height="210" />Information leaks can be harmful to an organization&#8217;s profitable operation. Microsoft Exchange 2010, with its rights management features, can give a company the kind of control over its information to reduce the risk of such leaks occurring.</p>
<p>In an Exchange environment, rights management can be imposed through the Active Directory Rights Management Server. Rights Management was introduced by Microsoft to its Windows Server product in 2003 and later renamed when Windows Server 2008 debuted. The name change reflected improved integration with Active Directory.</p>
<p>Rights Management allows administrators, as well as others, to control access to documents, emails and web pages. It also can be used to limit what can be done to those things. For example, functions such as printing, copying, altering or forwarding can be enabled or disabled for documents or emails. What&#8217;s more, administrators can bundle rights in templates that can be applied across a system.</p>
<p><span id="more-3404"></span>The reason behind rights management is a simple one. Information that should be for internal eyes only should not be exposed to external scrutiny. Rights management aims to plug the leakage of confidential information, either intentionally or unintentionally.</p>
<p>What&#8217;s to fear from information leakage? Given the rising interest among regulators in data breaches and the appearance of new laws punishing organizations with lax attitudes toward leakage, a company can face financial penalties for failing to adequately secure the transmission and storage of certain kinds of data, such as customer records. Moreover, because <a target="_blank" href="http://www.ncsl.org/default.aspx?tabid=13489" onclick="pageTracker._trackPageview('/outgoing/www.ncsl.org/default.aspx?tabid=13489&amp;referer=');">more and more states are requiring companies to report data breaches</a>, the adverse publicity could cost an organization customers and for public companies, market capitalization.</p>
<p>In addition, unauthorized airing of sensitive information can be exploited by competitors to diminish an organization&#8217;s competitive advantage in the marketplace. Imagine the impact of information about a planned acquisition or new product being released in the wild prematurely.</p>
<p>Rights management isn&#8217;t a bulletproof solution to leakage problems. You can bar a user from forwarding a message that contains sensitive information. Determined users, though, will find a way around rights management. For example, email text can be selected, copied and pasted into an unprotected message and leaked that way, or if copying is prohibited, a would-be leaker can display the message on their computer, whip out a cell phone, take a photo of the screen and forward the message to others that way. In an age when appearance is often a substitute for substance, though, rights management shouldn&#8217;t be short changed. With rights management in place, when a leak does occur, an organization can claim that it took all reasonable steps to protect the information within the Exchange infrastructure.</p>
<p>Two traditional ways to control information leaks are TLS, or Transport Layer Security, and email encryption. Both protect the initial access to data, but are less effective in providing constant protection of it.</p>
<p>TLS only protects messages in transit one SMTP host to another. Moreover, it only guarantees protection for the first SMTP &#8220;hop.&#8221; So you can require TLS protection when you send a message from your SMTP server to another one, but that other server need not use TLS when it moves the message on the next stage of its journey. When the message arrives at its destination, it sits unprotected in an inbox. What&#8217;s more, the recipient can do anything with the message&#8211;copy, forward or print it.</p>
<p>Email encryption solutions are usually left to the user&#8217;s discretion. Ordinarily that&#8217;s not the best way to promote consistent or effective email security. Not only are there costs associated with encryption&#8211;deployment of a public key infrastructure and maintenance of certificate management and private key protection schemes&#8211;but once a message is decrypted, an organization loses all control over what can be done with the message. In addition, encrypted messages can&#8217;t be inspected by an organization until they&#8217;re decrypted. That prevents your security programs from immediately inspecting messages for malicious content or for violations of messaging policies.</p>
<p>Rights management in Exchange addresses the security deficiencies found in the traditional methods of controlling leaks. It can shut down the ability of someone receiving a rights protected message from forwarding, modifying, printing, faxing, saving, cutting, copying or pasting its content.</p>
<p>What&#8217;s more, that level of protection can be extended to attachments. In addition, expiration dates can be imposed on messages and attachments so they can be viewed for a certain amount of time and the snipping tool can be disabled when viewing a rights protected message.</p>
<p>Of course, as mentioned before, there are ways to circumvent rights management. Third-party screen capture programs, for instance, can still be used to nab an image of a rights protected document. Content can be transcribed into another application, too. Nevertheless, rights management can be a significant barrier to information leakage in an organization.</p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2011/01/plugging-leaks-using-rights-management/">Plugging Leaks using Rights Management</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2011/01/plugging-leaks-using-rights-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Outlook Anywhere versus VPN</title>
		<link>http://www.theemailadmin.com/2010/09/outlook-anywhere-versus-vpn/</link>
		<comments>http://www.theemailadmin.com/2010/09/outlook-anywhere-versus-vpn/#comments</comments>
		<pubDate>Thu, 30 Sep 2010 13:42:56 +0000</pubDate>
		<dc:creator>Ed Fisher</dc:creator>
				<category><![CDATA[email security]]></category>
		<category><![CDATA[Exchange server]]></category>
		<category><![CDATA[email encryption]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Microsoft Outlook]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=2956</guid>
		<description><![CDATA[Administrators have options for providing clients with remote access to Exchange. Outlook Anywhere and VPN access are both valid choices, as long as you understand the pros and cons of each and select the right offering(s) for your user base and your administrative needs. <p><a href="http://www.theemailadmin.com/2010/09/outlook-anywhere-versus-vpn/">Outlook Anywhere versus VPN</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2010%2F09%2Foutlook-anywhere-versus-vpn%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2010_2F09_2Foutlook-anywhere-versus-vpn_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2010%2F09%2Foutlook-anywhere-versus-vpn%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<h2>Securing remote Outlook client access to Exchange</h2>
<p>As more businesses embrace the distributed workforce, moving more and more employees from the traditional cubicle farm into more of a work remotely arrangement (whether these employees are the classical road warriors, or simply <img class="alignright size-medium wp-image-2957" style="margin: 10px; border: 0px;" src="http://www.theemailadmin.com/wp-content/uploads/2010/09/encryptedstring-300x199.jpg" alt="Hacking for password" width="270" height="179" />working from their own home office) one of the most important resources they will need to access is of course email. As more and more companies embrace SharePoint as an Internet connected portal, and as other applications move to the cloud these remote users have less and less reason to come into the office to connect to the corporate network. This may present the Exchange administrator and/or architect of the next email system with the question of whether to design a solution that depends upon a VPN connection, or to deploy a solution using Outlook Anywhere.</p>
<p>Both are perfectly secure and valid solutions for connecting Outlook clients to Exchange, and both have definite advantages and disadvantages. This article will discuss both solutions, and present the pros and cons of each.</p>
<h3><span id="more-2956"></span>Decision Points</h3>
<p>There are some decision points that may make your choice obvious. The first question to ask is, “What do clients need to access remotely?” If the answer is “email only,” then Outlook Anywhere will be a great fit. If the answer includes regular access to other corporate resources, then VPN is probably the right way to go.</p>
<h3>Outlook Anywhere</h3>
<p>Outlook Anywhere is the new name for RPC-over-HTTPS. Here, we connect Outlook to Exchange by tunneling the RPC connections through an HTTPS connection. The HTTPS connection is  secured by a certificate that can use a 1024, 2048, or larger public key to secure the exchange of the 128 bit symmetric session key, giving us what is essentially 128 bit encryption. When using Outlook Anywhere, only the traffic generated by the Outlook client accessing the Exchange server is sent over the encrypted connection. All other traffic goes out the client’s Internet connection, and is encrypted or not depending on the application. Let’s look at the pros of this access method.</p>
<ul>
<li>It’s easy to set up on the client. The client just needs to launch Outlook and authenticate.</li>
<li>It’s easy to support in the data center. The firewall engineer needs only to permit TCP 443 through to Exchange, and the DNS admin only needs to support a couple of DNS entries for autodiscover.</li>
<li>It’s secure. Using certificates from a trusted CA, Exchange offers a 128 bit encrypted connection to Outlook clients, or you can use 256 bit encryption with SSL offloading.</li>
<li>Requires only standard protocols (HTTP, HTTPS, and DNS) from the client’s network, meaning that it should work from any hotspot or guest network that supports web surfing.</li>
</ul>
<p>Of course, you can’t have pros without cons.</p>
<ul>
<li>Using Outlook Anywhere, clients only have access to Exchange.</li>
<li>Some organisations do not permit connectivity to anything from the outside unless it goes through a VPN connection.</li>
<li>Without SSL offloading, the encryption from Outlook Anywhere can place additional load on your Exchange CAS servers.</li>
<li>Clients who only connect to Outlook Anywhere do not process login scripts or connect to your other internal servers, such as WSUS or your antivirus servers.</li>
</ul>
<p>I have seen that last con present problems to a number of organisations with a large remote work force. If everything a remote user needs is accessible over the Internet, they don’t have a reason to connect to the VPN so that you can manage their machines, patch them, etc. Direct Access is a great way to work around this limitation, but only if all of your remote users run Windows 7.</p>
<h3>VPN</h3>
<p>There are dozens if not hundreds of different VPN solutions available, offering PPTP, IPSEC, or SSL connections. With the choice to route some or all traffic through the VPN, connected clients can access other internal network resources, and route all their traffic through the VPN to protect them when connecting from hotspots or other open networks. While connected to the VPN, clients can connect to WSUS for updates, or be polled by SCCM, etc. So to call out some of the pros:</p>
<ul>
<li>Full connectivity to all internal network resources (depending on configuration.)</li>
<li>Support for stronger encryption, with some solutions including AES256.</li>
<li>VPN connected clients can be polled/managed by other internal systems.</li>
</ul>
<p>Of course, if it was the perfect solution, everyone would do it. Here are some of the more obvious cons.</p>
<ul>
<li>VPN solutions can be extremely expensive. If they are licensed by the concurrent connection, you may need to support more clients than you have licenses.</li>
<li> The bandwidth consumption will be much higher than for Outlook Anywhere clients. If you do not split tunnel, then all client traffic will traverse the VPN before going back out to the Internet.</li>
<li> Except for SSL VPNs, most require more outbound ports and ip types that web access alone, and many Internet hotspots don’t support outbound VPN access.</li>
</ul>
<p>Consider the following points when trying to decide which solution to deploy.</p>
<ol>
<li>They are not mutually exclusive solutions. You can offer Outlook Anywhere for users when they only need to access email, and also have VPN access for when they need the more connected experience.</li>
<li>If you have chosen to outsource email to a hosted service provider, you may be accessing Exchange using Outlook Anywhere anyway, unless you specify that you want access restricted to only your networks, and to have your clients first connect to your VPN before transiting the WAN to reach the hosted Exchange environment.</li>
</ol>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2010/09/outlook-anywhere-versus-vpn/">Outlook Anywhere versus VPN</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2010/09/outlook-anywhere-versus-vpn/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Securing Email Part Two-Server to Server</title>
		<link>http://www.theemailadmin.com/2010/09/securing-email-part-two-server-to-server/</link>
		<comments>http://www.theemailadmin.com/2010/09/securing-email-part-two-server-to-server/#comments</comments>
		<pubDate>Fri, 17 Sep 2010 14:37:10 +0000</pubDate>
		<dc:creator>Ed Fisher</dc:creator>
				<category><![CDATA[email security]]></category>
		<category><![CDATA[email compliance]]></category>
		<category><![CDATA[email encryption]]></category>
		<category><![CDATA[SMTP/TLS]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=2934</guid>
		<description><![CDATA[In part two of our series on securing email, we'll look at two server side solutions; SMTP/TLS and routing SMTP over a VPN.<p><a href="http://www.theemailadmin.com/2010/09/securing-email-part-two-server-to-server/">Securing Email Part Two-Server to Server</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2010%2F09%2Fsecuring-email-part-two-server-to-server%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2010_2F09_2Fsecuring-email-part-two-server-to-server_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2010%2F09%2Fsecuring-email-part-two-server-to-server%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignleft size-full wp-image-2928" style="margin-right: 10px" src="http://www.theemailadmin.com/wp-content/uploads/2010/09/TopSecretAttachment.jpg" alt="TopSecretAttachment" width="150" height="150" />Welcome to part two in a series on securing email. In <a href="http://www.theemailadmin.com/2010/09/securing-email-part-one-the-challenges/">part one</a> we introduced the challenge, and three influences; compliance, technology, and support.</p>
<p>In this post, we&#8217;re going to look at two of the prevailing methods for securing email exchanges between servers&#8230; the way two businesses might wish to secure the email exchanges between them to prevent eavesdropping or interception on the Internet. We&#8217;ll look at SMTP/TLS and at routing SMTP over a VPN connection, and look at the pros and cons of each method.</p>
<h3><span id="more-2934"></span></h3>
<p>In server to server solutions, we are looking at securing email exchanges between the MTAs controlling email for two different companies. These companies do not share email systems, or private network connections between them, so all SMTP mail will move from server to server using the Internet.</p>
<h3>SMTP/TLS</h3>
<p>One standard method of securing email is <a target="_blank" href="http://www.ietf.org/rfc/rfc3207.txt" onclick="pageTracker._trackPageview('/outgoing/www.ietf.org/rfc/rfc3207.txt?referer=');">SMTP/TLS</a>. This secures the transmission of SMTP messages between servers that support this using a session key securely exchanged by the servers using a certificate; much like HTTPS transmissions are secured.</p>
<h4>Pros:</h4>
<ul>
<li>As a standard, it is growing in acceptance, and most major mail servers include support for the technology today.</li>
<li>Certificates from public CAs are readily available, and trusted.</li>
<li>There are varying levels of encryption available.</li>
<li>This is seamless to the user, and requires no client configuration.</li>
</ul>
<h4>Cons:</h4>
<ul>
<li>Managing certificates requires knowledge and some degree of administrative overhead, and is often considered the responsibility of the information security department.</li>
<li>Troubleshooting network issues is more complicated since all of the traffic after the certificate exchange is encrypted.</li>
<li>Email messages between the client* and their mailbox server are not protected, and can be accessed by the email administrators, network engineers, or others with access to the internal networks at either company.</li>
<li>Many companies use either self-signed, or internally generated certificates. You may have to &#8216;trust&#8217; these certificates, which requires additional configuration on your server as well as a willingness to relax your security posture, or obtain an exception to policy.</li>
<li>Encryption does require additional processing power, and this will have to be handled by your SMTP edge server, which may also be doing anti-x, and content screening.</li>
</ul>
<h3>Routing SMTP traffic over a VPN tunnel</h3>
<p>Another method is to establish a VPN connection between enterprises and route the SMTP traffic between entities over this tunnel. VPNs are a robust and widely accepted method of encrypting data in transit, and companies may already have a VPN in place for extranet access.</p>
<h4>Pros:</h4>
<ul>
<li>Practically all companies with an Internet connection have the necessary hardware to support a VPN connection.</li>
<li>Offloading the encryption to the firewall/router/vpn concentrator reduces the load on the mail system.</li>
<li>Troubleshooting network issues is easier.</li>
</ul>
<h4>Cons:</h4>
<ul>
<li>In most companies, this will require the network team or the information security team&#8217;s involvement to set up, maintain, and support the VPN.</li>
<li>Email messages between the client* and their mailbox server are not protected, and can be accessed by the email administrators, network engineers, or others with access to the internal networks at either company.</li>
<li>Troubleshooting issues can be delayed if the multiple departments involved do not immediately engage and work together towards resolution.</li>
<li>Unless routing is carefully implemented (policy-based routing of only SMTP, or using /32 addresses) problems with traffic not intended for the VPN tunnel like DNS queries and HTTP traffic can be adversely affected.</li>
</ul>
<p>Whether using SMTP/TLS or VPN, you will likely find yourself working with at least one other group within your IT team. Ensuring that everyone involved understands the chosen technology, the importance of supporting the solution, and the need to work together will help minimise any issues and ensure a quick and successful resolution to any issues.</p>
<blockquote><p>*Email messages between the client and their server may be protected separately, using encrypted MAPI (Outlook to Exchange) or TLS/SSL protected versions of SMTP, POP3, and IMAP.</p></blockquote>
<p>Be sure to check back for part three of this series, where we&#8217;ll look at the pros and cons of two client side solutions, PGP and S/MIME.</p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2010/09/securing-email-part-two-server-to-server/">Securing Email Part Two-Server to Server</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2010/09/securing-email-part-two-server-to-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Securing Email Part One &#8211; The Challenges</title>
		<link>http://www.theemailadmin.com/2010/09/securing-email-part-one-the-challenges/</link>
		<comments>http://www.theemailadmin.com/2010/09/securing-email-part-one-the-challenges/#comments</comments>
		<pubDate>Tue, 14 Sep 2010 14:35:39 +0000</pubDate>
		<dc:creator>Ed Fisher</dc:creator>
				<category><![CDATA[email security]]></category>
		<category><![CDATA[email compliance]]></category>
		<category><![CDATA[email encryption]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=2927</guid>
		<description><![CDATA[In part one of this series on email security, we discuss the three areas that influence our implementation; compliance, technology, and support. In part two, we will look at securing email sent server to server, and in part three, client to client.<p><a href="http://www.theemailadmin.com/2010/09/securing-email-part-one-the-challenges/">Securing Email Part One &#8211; The Challenges</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2010%2F09%2Fsecuring-email-part-one-the-challenges%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2010_2F09_2Fsecuring-email-part-one-the-challenges_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2010%2F09%2Fsecuring-email-part-one-the-challenges%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignleft size-full wp-image-2928" style="margin-right: 10px" src="http://www.theemailadmin.com/wp-content/uploads/2010/09/TopSecretAttachment.jpg" alt="TopSecretAttachment" width="150" height="150" /></p>
<p>Most users will agree that email is a mission critical business tool. Confidential business information, proposals, and contracts are sent via email daily all over the Internet, and most of our users never give a second thought to the sensitive, privileged, and sometimes even critical information that they are sending over an unencrypted transmission, there for anyone with a protocol analyser to read.</p>
<p>They may not even realise that they could be violating company policy, contractual obligations, or even legal statutes regarding the transmission of confidential information. All companies should have policies regarding the transmission of sensitive information through email. While a policy that prohibits any such information being sent using email could greatly reduce the chance of disclosure, the reality of business communications is that this is not a practical approach.</p>
<p>This is part one of a three part series, where we will discuss some of the issues that surround and influence securing email. In part two of this series, we will discuss the pros and cons of server side solutions; SMTP/TLS and routing email over VPN connections. And in part three, we will look at the pros and cons of client side solutions; PGP and S/MIME. If you’d like to understand more about why we would want to encrypt email, please read on.</p>
<p><span id="more-2927"></span>To secure the email sent between organisations, you need to consider not only what capabilities your system has, but what your IT team can support, what your users can work with, and what your clients/customers/vendors have on their systems. While there are many different standards-based ways to protect email, there is no one <strong>single</strong> standard. We are still in the early &#8220;VHS versus Betamax&#8221; stages of seeing how the industry will shake this out, so we may find ourselves needing to support more than one standard unless we are in the position to dictate to our partners the standards to use. Be careful though; when working with customers, they may be doing the dictating, and when dealing with the public, you may find that there is no standard you can use unless you are prepared to support end users whose systems are outside your control.</p>
<h3>Compliance</h3>
<p>In the United States, HIPPA and Massachusetts 201 CMR 17 are both laws that include requirements for the transmission of Personally Identifiable Information (PII,) sometimes called Non-Public Information (NPI) and the need to protect this information from unauthorised access. For companies that accept credit cards, compliance with the Payment Card Industry standards (PCI) is a requirement.</p>
<p>You may also find yourself required to meet the contractual obligations of a vendor, customer, or business partner. Work with your legal team to determine what requirements affect your email systems to ensure that you meet all such laws and business agreements, and with your information security team to make certain that you understand and comply with any corporate policies. Raise awareness within the business of your capabilities, and ensure that you are involved in any discussions with partner organisations regarding messaging between your systems.</p>
<h3>Technology</h3>
<p>Review the capabilities of your current email system on both the server and the client to ensure that you fully understand what you can, and cannot do. Server standards like SMTP/TLS can help to secure server to server communications, but so too can routing SMTP traffic over a VPN. Most clients can support either S/MIME or PGP, but not all can, and both of these solutions can be costly, and require significant expenditures in licensing or certificates.</p>
<p>The flip side of this coin has to do with what encryption may mean as it pertains to your normal administration. Server to server encryption will make it more challenging to troubleshoot SMTP exchanges between servers, and will require more setup efforts, certificate management, and CPU cycles on your gateways. S/MIME or PGP encrypted messages may be secure, but they also cannot be screened for content or malware, so exceptions may be necessary on your protection mechanisms, and the associated risks will have to be understood and accepted.</p>
<h3>Support</h3>
<p>While securing email may seem to be strictly the task of the email team, your choice of solution(s) may involve others. In many companies, PKI Administration falls under the Information Security team’s purview. VPN connections may be handled by the network team. Client-side solutions may require the application or desktop support teams to deploy and support. When considering your options, involve all of these teams to ensure that the solution you choose does not run into a brick wall when another team will need to implement and/or support some part of it.</p>
<p>Consider these aspects, and stay tuned for part two of this series, where we will discuss server side solutions.</p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2010/09/securing-email-part-one-the-challenges/">Securing Email Part One &#8211; The Challenges</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2010/09/securing-email-part-one-the-challenges/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Securing Email Part Three &#8211; Client to Client</title>
		<link>http://www.theemailadmin.com/2010/09/securing-email-part-three-client-to-client/</link>
		<comments>http://www.theemailadmin.com/2010/09/securing-email-part-three-client-to-client/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 10:12:19 +0000</pubDate>
		<dc:creator>Ed Fisher</dc:creator>
				<category><![CDATA[email security]]></category>
		<category><![CDATA[email compliance]]></category>
		<category><![CDATA[email encryption]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=2942</guid>
		<description><![CDATA[In our final post on securing email, we look at the pros and cons of client side solutions; S/MIME and PGP.<p><a href="http://www.theemailadmin.com/2010/09/securing-email-part-three-client-to-client/">Securing Email Part Three &#8211; Client to Client</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2010%2F09%2Fsecuring-email-part-three-client-to-client%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2010_2F09_2Fsecuring-email-part-three-client-to-client_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2010%2F09%2Fsecuring-email-part-three-client-to-client%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignleft size-full wp-image-2928" style="margin-right: 10px" src="http://www.theemailadmin.com/wp-content/uploads/2010/09/TopSecretAttachment.jpg" alt="TopSecretAttachment" width="150" height="150" />Thanks for sticking with us, and welcome to part three of this series on securing email. In <a href="http://www.theemailadmin.com/2010/09/securing-email-part-one-the-challenges/">part one</a> we introduced the challenge, and three influences; compliance, technology, and support. And in <a href="http://www.theemailadmin.com/2010/09/securing-email-part-two-server-to-server/">part two</a>, we looked at SMTP/TLS and routing SMTP over a VPN for server side solutions. In this final part, we&#8217;re going to look at client side solutions to ensure we are securing our email from sender to recipient.</p>
<p>There are two standard ways to do this. Both utilise the services of a PKI, and will require client side configurations. As such we may also find that we need to work with yet another part of the IT department; our desktop support team. They own the desktops and will likely be responsible for the client side configuration necessary with either of these solutions.</p>
<p>When securing email using client to client solutions, we may find this to be the most challenging approach for a number of reasons. We will need to &#8216;touch&#8217; the clients, and we will need to ensure that we are implementing a solution that is compatible with the recipient systems. On the server side, we can split up our SMTP exchanges, sending some out to the Internet in the clear, others over a VPN, and still others using SMTP/TLS. When working with client side solutions, we need to make sure that what we implement on our clients is the same as what our partner organisation has implemented on their clients. If we have two partner organisations where one chose S/MIME and the other went with PGP, then we may need to purchase both for all the clients that must communicate with both partners.</p>
<h2><span id="more-2942"></span>S/MIME</h2>
<p>Addressed in <a target="_blank" href="http://tools.ietf.org/html/rfc5751" onclick="pageTracker._trackPageview('/outgoing/tools.ietf.org/html/rfc5751?referer=');">RFC 5751</a>, S/MIME is designed as an end to end encryption mechanism for email, using PKI encryption with certificates obtained from a certificate authority.</p>
<h4>Pros:</h4>
<ul>
<li>S/MIME allows for digital signing, encryption, non-repudiation, and key escrow to prevent data loss.</li>
<li>Can be used to protect emails between internal users as well.</li>
<li>Data is protected from the original client through to the intended recipient, and cannot be viewed on the internal network or on any intermediate server.</li>
<li>SMTP traffic between servers remains in the clear, so protocol messages can be seen for troubleshooting issues without compromising the integrity of the email contents.</li>
</ul>
<h4>Cons:</h4>
<ul>
<li>Each user&#8217;s mail client must be configured to support S/MIME.</li>
<li>To support both non-repudiation and key escrow, each user must have two different key pairs.</li>
<li>Before a client can send someone an encrypted email, they must obtain the addressee&#8217;s certificate/public key.</li>
<li>Most webmail applications (a critical need for many clients) cannot support S/MIME.</li>
<li>Anti-malware and content screening cannot scan the contents of an S/MIME encrypted email. Exceptions must be configured to allow mail to pass uninspected, and you must accept the risk that such email may contain malicious code or content that violates policy.</li>
</ul>
<h2>PGP</h2>
<p>PGP and its compatible GPG, uses key pairs to provide encryption and signing of email messages (and of files.) There are several open source products as well as commercial ones available for many common email clients.</p>
<h4>Pros:</h4>
<ul>
<li>PGP allows for digital signing, encryption, and non-repudiation.</li>
<li>Can be used to protect emails between internal users as well.</li>
<li>Data is protected from the original client through to the intended recipient, and cannot be viewed on the internal network or on any intermediate server.</li>
<li>SMTP traffic between servers remains in the clear, so protocol messages can be seen for troubleshooting issues without compromising the integrity of the email contents.</li>
<li>Certificates are not required.</li>
<li>Several PGP key servers exist to facilitate key exchange between users.</li>
</ul>
<h4>Cons:</h4>
<ul>
<li>Each user&#8217;s mail client must be configured to support PGP.</li>
<li>To send an encrypted mail to a recipient, you must obtain their public key. Without a certificate authority to act as a trusted third party, you must arrange to obtain that key through a method you are willing to trust.</li>
<li>Commercial products can be very costly at the enterprise level.</li>
<li>Most webmail applications (a critical need for many clients) cannot support PGP.</li>
<li>Anti-malware and content screening cannot scan the contents of a PGP encrypted email. Exceptions must be configured to allow mail to pass uninspected, and you must accept the risk that such email may contain malicious code or content that violates policy.</li>
</ul>
<p>With either solution, you can securely send email between users without concern for any unauthorised users viewing the contents of the email; even your email system administrators. If this is a requirement for your organisation, then either of these solutions can help you to meet this requirement. Look at both, discuss what solutions may be in place with your existing partners, and determine which has the best fit for your organisation.</p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2010/09/securing-email-part-three-client-to-client/">Securing Email Part Three &#8211; Client to Client</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2010/09/securing-email-part-three-client-to-client/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What to look for in an email encryption solution</title>
		<link>http://www.theemailadmin.com/2010/03/what-to-look-for-in-an-email-encryption-solution/</link>
		<comments>http://www.theemailadmin.com/2010/03/what-to-look-for-in-an-email-encryption-solution/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 13:08:48 +0000</pubDate>
		<dc:creator>John P Mello Jr</dc:creator>
				<category><![CDATA[Compliance]]></category>
		<category><![CDATA[email security]]></category>
		<category><![CDATA[email encryption]]></category>
		<category><![CDATA[protection]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=2307</guid>
		<description><![CDATA[Encryption is an important component to an email system so choosing an encryption solution should be done carefully. What should be considered when evaluating an encryption protection scheme for an organization&#8217;s email system? Here are some suggestions to keep in mind. One important consideration is whether or not a solution uses open standards. Since email [...]<p><a href="http://www.theemailadmin.com/2010/03/what-to-look-for-in-an-email-encryption-solution/">What to look for in an email encryption solution</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2010%2F03%2Fwhat-to-look-for-in-an-email-encryption-solution%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2010_2F03_2Fwhat-to-look-for-in-an-email-encryption-solution_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2010%2F03%2Fwhat-to-look-for-in-an-email-encryption-solution%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignright size-full wp-image-2313" style="border: 0pt none; margin: 10px;" src="http://www.theemailadmin.com/wp-content/uploads/2010/03/encryption-300.jpg" alt="encryption 300" width="300" height="210" />Encryption is an important component to an email system so choosing an encryption solution should be done carefully. What should be considered when evaluating an encryption protection scheme for an organization&#8217;s email system? Here are some suggestions to keep in mind.</p>
<p>One important consideration is whether or not a solution uses open standards. Since email is based on an open standard, there are advantages to basing any protection placed on top of it on open standards, too.</p>
<p>One advantage is open standards assure that data can be recovered in the future. If your vendor uses open standards, then you don&#8217;t have to worry about accessing your data should you decide to move to another provider in the future or should your vendor go belly up during the next recession.</p>
<p>Another consideration when choosing an encryption solution is mobility. Mobility is important because email must be accessible to a variety of devices from anywhere. Wherever an organization&#8217;s workers travel, they&#8217;ll want to check their messages and an email encryption solution needs to accommodate that without creating any hassles.</p>
<p>A solid encryption solution should be able to use a mobile device&#8217;s native email application. You don&#8217;t want to force your workers to learn another interface for their mobile device or leave an email program they&#8217;ve become accustomed to in order to work with encrypted messages. Making things harder for users is a sure fire way to invite them to look for ways to circumvent the system. Those ways are almost always insecure and make your organization vulnerable to a raft of unsavory cyber types.</p>
<p><span id="more-2307"></span></p>
<p>How will the new encryption solution jibe with your existing architecture? For example, do you want only outbound mail to be encrypted, or do you want mail within your organization encrypted, too? A flexible encryption solution will mesh with what you have in place. You want the encryption solution to acclimate itself to your needs and not have to bend your needs to accommodate the solution.</p>
<p>A flexible encryption system is also important for dealing with future uncertainty. Companies grow. Today&#8217;s 500 user company is tomorrow&#8217;s 1000 user one. Your encryption system needs to be able to adjust to those kinds of changes. If it can&#8217;t, it can affect the system architecture for your entire organization down the road. It can lock you into architectural models that are inadequate to meet the new needs of your company.</p>
<p>For example, today you may be satisfied with an encryption solution that just handles your email. Tomorrow, you may want to expand the scope of that encryption solution to include protecting files, folders, disks and other devices. If that&#8217;s the case, then you need to ask yourself, will the encryption solution force you to alter your infrastructure to accommodate that kind of expansion? Will it require you to create a new set of encryption keys for your users? Will it involve embarking on a training program for your organization to learn the new system?</p>
<p>In addition, an organization has to look beyond its own walls when picking an encryption solution. Will it be interoperable with your partners or others you do business with? Just as your users won&#8217;t be happy with a solution that forces them to alter established work practices, your organization&#8217;s customers and business partners won&#8217;t be enamored with a solution that imposes burdens on their existing systems. So when evaluating solution alternatives, interoperability with a variety of encryption systems is an important feature to consider.</p>
<p>With more and more companies coming under regulatory scrutiny and being compelled to comply with rules, regulations and laws governing how data is treated by organizations, as well as the growing pressure to incorporate cloud services into business operations, encryption solutions are becoming more important than ever. In some cases, encryption is required to meet legal requirements&#8211;as in Nevada where businesses must encrypt any personal information of a customer that is electronically transmitted. In the case of the cloud, encrypting data sent there just makes good sense to ensure information can&#8217;t be snooped either in transit or wherever it&#8217;s stored in the nimbus. For those reasons, among others, choosing an email encryption solution for your organization that satisfies not only external demands on it but its internal needs, both in the present and in the future is a decision that needs judicious consideration.</p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2010/03/what-to-look-for-in-an-email-encryption-solution/">What to look for in an email encryption solution</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2010/03/what-to-look-for-in-an-email-encryption-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HIPAA and email security</title>
		<link>http://www.theemailadmin.com/2009/05/hipaa-and-email-security/</link>
		<comments>http://www.theemailadmin.com/2009/05/hipaa-and-email-security/#comments</comments>
		<pubDate>Wed, 13 May 2009 13:41:16 +0000</pubDate>
		<dc:creator>Dan Blacharski</dc:creator>
				<category><![CDATA[email management]]></category>
		<category><![CDATA[email security]]></category>
		<category><![CDATA[email encryption]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=935</guid>
		<description><![CDATA[If you&#8217;re even remotely connected to the healthcare industry, you have been, or will be, affected by the Health Insurance Portability and Accountability Act (HIPAA). This regulation mandates security and privacy in several areas, including the storage, access, and communication of sensitive or private healthcare information. Firewalling, along with access controls that include authorization and authentication, [...]<p><a href="http://www.theemailadmin.com/2009/05/hipaa-and-email-security/">HIPAA and email security</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F05%2Fhipaa-and-email-security%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2009_2F05_2Fhipaa-and-email-security_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F05%2Fhipaa-and-email-security%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>If you&#8217;re even remotely connected to the healthcare industry, you have been, or will be, affected by the Health Insurance Portability and Accountability Act (HIPAA). This regulation mandates security and privacy in several areas, including the storage, access, and communication of sensitive or private healthcare information.</p>
<p>Firewalling, along with access controls that include authorization and authentication, are critical to HIPAA compliance, although email security is also a vital part of it. Healthcare organizations and covered entities, as well as patients themselves, often rely on email as an efficient way to communicate information. However, ordinary email may be inadequate.</p>
<p>It would be a mistake to neglect email in a HIPAA compliance initiative, and any incidence of exposed&#8211;or even potentially exposed&#8211;personal health information via email would result in a failed audit. HIPAA does not stop at stored medical records, it includes any sort of record, including email. There are two fronts to consider; immediate email security, and the security of archived email files, both of which are essential for compliance. Archived email files in a HIPAA-compliant firm should be subject to access controls (authorization and authentication). In day-to-day email, there is also a risk of deviating from compliance. If an email contains regulated information under HIPAA, then it also must be protected against unauthorized access. Since email goes over the unprotected Internet, encryption would be the only logical way to address this.</p>
<p><span id="more-935"></span>The biggest risks are either not using available encryption, or not having it available at all, consequently, training of all staff to use encryption is a big part of the process.</p>
<p>While some health care organizations simply take the approach of forbidding any covered information from being sent via email, in reality, that&#8217;s not always practical. Instituting a policy of never sending patient information via email, particularly if email encryption is not in use, may lead to liability as well&#8211;since it is very likely that despite policy, rushed employees may still resort to email. The best approach is to ensure that those emails are protected.</p>
<p>Indirectly too, email protection such as anti-virus and anti-spam technology is also part of the grander HIPAA scheme, since these will help ensure that the network itself does not suffer downtime or lost data due to email-based attacks.</p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2009/05/hipaa-and-email-security/">HIPAA and email security</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2009/05/hipaa-and-email-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Encrypted email not for everyone</title>
		<link>http://www.theemailadmin.com/2009/03/encrypted-email-not-for-everyone/</link>
		<comments>http://www.theemailadmin.com/2009/03/encrypted-email-not-for-everyone/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 13:37:55 +0000</pubDate>
		<dc:creator>Dan Blacharski</dc:creator>
				<category><![CDATA[email security]]></category>
		<category><![CDATA[email encryption]]></category>
		<category><![CDATA[encryption]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=629</guid>
		<description><![CDATA[Kevin Nixon ran a fascinating article on encryption at Information Security Resources yesterday, disputing the need for end-to-end encryption, saying that it&#8217;s not such a great idea after all. I&#8217;ve never used encryption for my email personally, though plenty of people do. And for some users, like the President when he&#8217;s using his BlackBerry, I&#8217;d [...]<p><a href="http://www.theemailadmin.com/2009/03/encrypted-email-not-for-everyone/">Encrypted email not for everyone</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F03%2Fencrypted-email-not-for-everyone%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2009_2F03_2Fencrypted-email-not-for-everyone_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F03%2Fencrypted-email-not-for-everyone%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Kevin Nixon ran a fascinating article on encryption at <a target="_blank" href="http://information-security-resources.com/2009/03/24/e2e-encryption-prescription-is-bad-medicine/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/information-security-resources.com/2009/03/24/e2e-encryption-prescription-is-bad-medicine/?referer=');">Information Security Resources</a> yesterday, disputing the need for end-to-end encryption, saying that it&#8217;s not such a great idea after all.</p>
<p>I&#8217;ve never used encryption for my email personally, though plenty of people do. And for some users, like the President when he&#8217;s using his BlackBerry, I&#8217;d have to say that it&#8217;s essential. But Kevin&#8217;s argument bears consideration, especially when applied to ordinary usage.</p>
<p>A couple of simple examples of end-to-end are VPNs, where encryption starts at a VPN client in a remote location, and ends at the VPN server in the main office. Also, SSL&#8211;which is used widely over the Web&#8211;provides another example: End-to-end starts at the user&#8217;s Web browser and ends at the Web server on the back end. The limitation here, according to Kevin, is that the traffic arrives at its destination before being evaluated. He makes a good point. The concept behind end-to-end encryption may be a good one, but it needs an extra step.</p>
<p><span id="more-629"></span>Security experts advocate multiple layers of security; for example, both perimeter security and endpoint security are considered essential. But, when traffic (including email) is encrypted, it may not be able to be analyzed by the firewall or by any perimeter-based intrusion detection engines, thereby eliminating the effectiveness of one of multiple layers. Kevin also cites S/MIME as a particular concern, since the contents of an encrypted email cannot be analyzed for malicious content until after it has been decrypted. This means that the malware prevention has to take place on the desktop for the first time&#8211;instead of using the desktop security as a &#8220;final check&#8221; after traffic has already run the gauntlet of other perimeter-based security.</p>
<p>There are some solutions, which involves an extra device or a firewall that is equipped to analyze encrypted traffic; this approach decrypts traffic, analyzes it for malicious content, and then either sends it in the clear or re-crypts it for the rest of the journey.</p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2009/03/encrypted-email-not-for-everyone/">Encrypted email not for everyone</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2009/03/encrypted-email-not-for-everyone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Secure Email Methods</title>
		<link>http://www.theemailadmin.com/2009/02/secure-email-methods/</link>
		<comments>http://www.theemailadmin.com/2009/02/secure-email-methods/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 14:22:25 +0000</pubDate>
		<dc:creator>Mike Rede</dc:creator>
				<category><![CDATA[email security]]></category>
		<category><![CDATA[email encryption]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=415</guid>
		<description><![CDATA[Sending unsecured email is very risky and in some cases even against company policy. One of the best ways to secure your email is by use of encryption. The sender types up their email and then hits the secure button or encrypt button depending on the email client used and then hits the send button. [...]<p><a href="http://www.theemailadmin.com/2009/02/secure-email-methods/">Secure Email Methods</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F02%2Fsecure-email-methods%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2009_2F02_2Fsecure-email-methods_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F02%2Fsecure-email-methods%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Sending unsecured email is very risky and in some cases even against company policy. One of the best ways to secure your email is by use of encryption. The sender types up their email and then hits the secure button or encrypt button depending on the email client used and then hits the send button. What happens underneath is that the sender’s text message is encrypted with their private key and when the recipient receives the email message they then decrypt the message using the sender’s public key.</p>
<p>Another approach to sending email in a secure manner is to use the Secure Socket Layer (SSL) connection. Two applications such as a client and a server will use an encrypted channel to send and receive information to/from one another. The application sends data through the SSL channel which itself is using the default TCP/IP port 443. Data passes through the secure channel so that both sender and receiver can read and understand the transmitted data. The secured channel protects the data from being read by an unwanted third party.</p>
<p><span id="more-415"></span>Another approach to sending secure email through an SSL channel is to encrypt the data with the public key of the specified recipient before sending it into and through the secured SSL channel. So even if the SSL channel is hacked or sniffed then the hacker still cannot see the plain text message because they would not possess the intended recipient’s private key needed to decrypt the message. This approach adds a second layer of encryption onto the email communication process if SSL is used for the communications. The result is that encrypted messages are sent and received within an already encrypted data communication channel.</p>
<p>It is possible to add a third layer of security to the email communication process by placing a central server – an email gateway &#8211; between the clients who are sending and receiving the encrypted emails through the already encrypted SSL channel. This server can act as a repository for the encrypted emails and forward them on to the intended recipients when requested to do so.</p>
<p>The benefit of such an arrangement is that the server only hosts the encrypted messages and can be used to keep costs and CPU cycles down to a minimum if such a server is hosted at another site by another company who specialized in this methodology. Remember that the private keys are not distributed so the hosted encrypted emails cannot be decrypted by any outside third party.</p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2009/02/secure-email-methods/">Secure Email Methods</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2009/02/secure-email-methods/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New law requiring email encryption takes effect</title>
		<link>http://www.theemailadmin.com/2008/10/new-law-requiring-email-encryption-takes-effect/</link>
		<comments>http://www.theemailadmin.com/2008/10/new-law-requiring-email-encryption-takes-effect/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 12:35:56 +0000</pubDate>
		<dc:creator>Dan Blacharski</dc:creator>
				<category><![CDATA[email management]]></category>
		<category><![CDATA[email security]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[email encryption]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=96</guid>
		<description><![CDATA[The Nevada law that requires businesses to encrypt data that is transmitted to customers took effect this month, and is expected to have an impact far beyond the state&#8217;s borders. An article in today&#8217;s Wall Street Journal highlighted some of the challenges of the bill, to which all companies doing business with people in Arizona [...]<p><a href="http://www.theemailadmin.com/2008/10/new-law-requiring-email-encryption-takes-effect/">New law requiring email encryption takes effect</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2008%2F10%2Fnew-law-requiring-email-encryption-takes-effect%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2008_2F10_2Fnew-law-requiring-email-encryption-takes-effect_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2008%2F10%2Fnew-law-requiring-email-encryption-takes-effect%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.theemailadmin.com/wp-content/uploads/2008/10/key.jpg"><img class="alignleft alignnone size-medium wp-image-97" style="float: left;" src="http://www.theemailadmin.com/wp-content/uploads/2008/10/key-300x159.jpg" alt="" width="150" height="82" /></a>The Nevada law that requires businesses to encrypt data that is transmitted to customers took effect this month, and is expected to have an impact far beyond the state&#8217;s borders. An article in today&#8217;s Wall Street Journal highlighted some of the challenges of the bill, to which all companies doing business with people in Arizona must comply.</p>
<p>Nevada is just the first of several states that are considering similar laws. Already, more than 40 states have breach notification laws, which require businesses to notify customers if their personal information is stolen or exposed. But beyond requiring notification, these laws do very little to prevent the attacks from occurring in the first place. There&#8217;s a big difference between telling someone, &#8220;your personal information was exposed,&#8221; and requiring action to prevent it from being exposed. The Nevada law is the first that takes this tactic, going much further than any notification law ever has.</p>
<p><span id="more-96"></span></p>
<p>According to the Journal article, notification laws reduce identity theft by only about two percent. Clearly, these laws have been a failure. Notification laws do nothing at all to address the core problem, they only attempt to address the after-effects.</p>
<p>The Arizona law puts some real teeth into the issue of identity theft. While you may still be liable under notification laws to give notice of a breach or potential breach, the new Nevada law means you have to take action to prevent it from happening by using encryption. And what&#8217;s more, if you don&#8217;t do it, it will cost you, and cost you plenty. Under the regulation, if you did comply with the mandate to use encryption, if a breach still occurs, your damages are capped at $1,000 per incident. However, if you did not use encryption, civil penalties are unlimited.</p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2008/10/new-law-requiring-email-encryption-takes-effect/">New law requiring email encryption takes effect</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2008/10/new-law-requiring-email-encryption-takes-effect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

