<?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; SSL</title>
	<atom:link href="http://www.theemailadmin.com/tag/ssl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theemailadmin.com</link>
	<description></description>
	<lastBuildDate>Fri, 10 Sep 2010 13:27:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Internal SSL Errors and Outlook</title>
		<link>http://www.theemailadmin.com/2010/03/internal-ssl-errors-and-outlook/</link>
		<comments>http://www.theemailadmin.com/2010/03/internal-ssl-errors-and-outlook/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 14:35:44 +0000</pubDate>
		<dc:creator>Mike Rede</dc:creator>
				<category><![CDATA[email management]]></category>
		<category><![CDATA[email security]]></category>
		<category><![CDATA[Exchange server]]></category>
		<category><![CDATA[Microsoft Outlook]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=2298</guid>
		<description><![CDATA[
			
				
			
		
It’s important for every environment to run as securely as budgets will allow. And in these times budgets are limited so administrators and IT directors must balance the funds available with the security needs of the organization.
One component of maintaining a secure environment is that of securely sending and receiving email. However problems can occur [...]<p>Liked this post? Get more <a href="http://www.theemailadmin.com">email management and administration</a> related news from TheEmailAdmin.com!<br/><br/><a href="http://www.theemailadmin.com/2010/03/internal-ssl-errors-and-outlook/">Internal SSL Errors and Outlook</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%2Finternal-ssl-errors-and-outlook%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2010_2F03_2Finternal-ssl-errors-and-outlook_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2010%2F03%2Finternal-ssl-errors-and-outlook%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>It’s important for every environment to run as securely as budgets will allow. And in these times budgets are limited so administrators and IT directors must balance the funds available with the security needs of the organization.</p>
<p>One component of maintaining a secure environment is that of securely sending and receiving email. However problems can occur due to incorrect settings, incompatibilities and sometimes problems with services binding to the wrong Secure Socket Layer (SSL) certificates and external URLs – which will be the focus of this article.</p>
<p>When administrators initially set up Exchange server they will be asked to create a self-signed SSL certificate which will be used to identify the internal NETBIOS of the machine that is used to run the server.</p>
<p>An issue that may result from using the self-signed SSL certificate can be observed during the connection process to an outside URL. An SSL error popup message may show up indicating that the external URL site’s https URL is not the correct site address for the SSL Client/Server socket (connection). For instance, the popup window might say something about the “https” URL, such as <a target="_blank" href="https://yourserver(dot)yourcompany(dot)com/" onclick="pageTracker._trackPageview('/outgoing/yourserver_dot_yourcompany_dot_com/?referer=');">https://yourserver(dot)yourcompany(dot)com/</a>, not being the correct name for the SSL Client/Server connection.</p>
<p>Remember that Secure Socket Layer (SSL) was originally developed as a way to secure the internet connections between web browsers and web servers. Developed by Netscape in 1994, the Secure Socket Layer can be used in other applications such as Telnet and FTP.</p>
<p><span id="more-2298"></span></p>
<p>SSL is an excellent security technology with a number of uses. From a user perspective it is most often seen as a front end to the Hyper Text Transfer Protocol (HTTP) in the form of HTTPS. It can also be used for POP3, SMTP, IMAP, and just about any other well behaved TCP application. It&#8217;s very easy for most programmers who are developing network applications from the start to just pull down an SSL implementation and integrate it with their application to provide encryption when communicating across the network via TCP.</p>
<p>And a lot of times, when certificates are needed for Exchange server, some administrators will just use the self-signed certificate that is created during initial setup. An option that administrators should consider is to purchase a certificate from an outside authority, known as a Root Certificate Authority. Certificates can be purchased from such authorities as: Verisign, GlobalSign, Thawte, and others.</p>
<p>But even after installing a valid certificate administrators may find that they are still receiving popup error messages about SSL errors and those error messages still refer to the aforementioned URL as not being a valid name for the SSL Client/Server connection.</p>
<p>It helps to know that all communication in an Exchange server environment is expected to run through SSL encryption. Meaning that communications between Exchange servers is encrypted and that communications between Exchange and Outlook clients is also encrypted. But you may have thought that those communications were supposed to be using RPC and MAPI. That still happens but only for some services.</p>
<p>Other services are using HTTPS. For example when Outlook 2007 is started up it will use an “Autodiscover” service to locate the mailbox for a user on an Exchange server. Normally this service is configured at setup time. The “Autodiscover” service uses SSL encrypted “tunneling” to the Exchange server for its communications.</p>
<p>(Tunneling, or port forwarding, is a way to forward otherwise insecure TCP traffic through SSH. You can secure POP3, SMTP and HTTP connections that would normally be insecure. I have used tunneling when working at remote customer sites and I was behind a firewall but I needed to get access to my own network.)</p>
<p>Getting back to our story, most Client Access Server Role services are bound to the SSL certificate you configured in Internet Information Server for the default website and which are subsequently by Exchange services for the sub sites. In order to correct this situation a reconfiguration will need to be performed that will bind all services to use the newly installed SSL Certificate – pulled down from one of the aforementioned Root Authorities – and to the company’s outside URL web site.</p>
<p>The Exchange information can be changed using cmdlets commands in the Windows PowerShell environment. The Windows PowerShell runtime can invoke these cmdlets from within automation scripts or invoke them through the Windows PowerShell APIs from via software.</p>
<p>The cmdlet that an administrator can invoke is as follows:</p>
<p>Set-WebServicesVirtualDirectory -Identity &#8220;(Virtual Directory ID)&#8221; -ExternalUrl &#8220;<a target="_blank" href="https://(hostname/" onclick="pageTracker._trackPageview('/outgoing/hostname/?referer=');">Https://(hostname</a> to connect to Exchange server from outside the firewall)/&#8221; -InternalUrl &#8220;<a target="_blank" href="https://(hostname/" onclick="pageTracker._trackPageview('/outgoing/hostname/?referer=');">Https://(hostname</a> of Exchange server for connection from inside the firewall)/&#8221;</p>
<p>This command will update all of the service addresses such as: OAB, Free/Busy, OOF, GAL.</p>
<p>If you are interested in updating only the Autodiscovery SCP you can use the following CMDLET:</p>
<p>Set-ClientAccessServer -Identity Servername -AutoDiscoverServiceInternalUri <a target="_blank" href="https://yourserver(dot)yourcompany(dot)com/" onclick="pageTracker._trackPageview('/outgoing/yourserver_dot_yourcompany_dot_com/?referer=');">https://yourserver(dot)yourcompany(dot)com/</a></p>
<p>This cmdlet can be used to support the certificate which you purchased earlier and to sidestep Autodiscovery service errors as seen in such Exchange server environments.</p>
<p>Liked this post? Get more <a href="http://www.theemailadmin.com">email management and administration</a> related news from TheEmailAdmin.com!<br/><br/><a href="http://www.theemailadmin.com/2010/03/internal-ssl-errors-and-outlook/">Internal SSL Errors and Outlook</a></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-spaced sexy-bookmarks-bg-love">
<ul class="socials">
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.theemailadmin.com/2010/03/internal-ssl-errors-and-outlook/&amp;title=Internal+SSL+Errors+and+Outlook" rel="nofollow" class="external" title="Share this on Reddit" onclick="pageTracker._trackPageview('/outgoing/reddit.com/submit?url=http_//www.theemailadmin.com/2010/03/internal-ssl-errors-and-outlook/_amp_title=Internal+SSL+Errors+and+Outlook&amp;referer=');">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.theemailadmin.com/2010/03/internal-ssl-errors-and-outlook/&amp;title=Internal+SSL+Errors+and+Outlook" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon" onclick="pageTracker._trackPageview('/outgoing/www.stumbleupon.com/submit?url=http_//www.theemailadmin.com/2010/03/internal-ssl-errors-and-outlook/_amp_title=Internal+SSL+Errors+and+Outlook&amp;referer=');">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.theemailadmin.com/2010/03/internal-ssl-errors-and-outlook/" rel="nofollow" class="external" title="Share this on Technorati" onclick="pageTracker._trackPageview('/outgoing/technorati.com/faves?add=http_//www.theemailadmin.com/2010/03/internal-ssl-errors-and-outlook/&amp;referer=');">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.theemailadmin.com/2010/03/internal-ssl-errors-and-outlook/&amp;title=Internal+SSL+Errors+and+Outlook" rel="nofollow" class="external" title="Share this on Mixx" onclick="pageTracker._trackPageview('/outgoing/www.mixx.com/submit?page_url=http_//www.theemailadmin.com/2010/03/internal-ssl-errors-and-outlook/_amp_title=Internal+SSL+Errors+and+Outlook&amp;referer=');">Share this on Mixx</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.theemailadmin.com/2010/03/internal-ssl-errors-and-outlook/&amp;t=Internal+SSL+Errors+and+Outlook" rel="nofollow" class="external" title="Share this on Facebook" onclick="pageTracker._trackPageview('/outgoing/www.facebook.com/share.php?v=4_amp_src=bm_amp_u=http_//www.theemailadmin.com/2010/03/internal-ssl-errors-and-outlook/_amp_t=Internal+SSL+Errors+and+Outlook&amp;referer=');">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Internal+SSL+Errors+and+Outlook+-+http://b2l.me/qvr3t+&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!" onclick="pageTracker._trackPageview('/outgoing/twitter.com/home?status=Internal+SSL+Errors+and+Outlook+-+http_//b2l.me/qvr3t+_amp_source=shareaholic&amp;referer=');">Tweet This!</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.theemailadmin.com/2010/03/internal-ssl-errors-and-outlook/&amp;title=Internal+SSL+Errors+and+Outlook&amp;summary=It%E2%80%99s%20important%20for%20every%20environment%20to%20run%20as%20securely%20as%20budgets%20will%20allow.%20And%20in%20these%20times%20budgets%20are%20limited%20so%20administrators%20and%20IT%20directors%20must%20balance%20the%20funds%20available%20with%20the%20security%20needs%20of%20the%20organization.%0D%0A%0D%0AOne%20component%20of%20maintaining%20a%20secure%20environment%20is%20that%20of%20sec&amp;source=Email management, storage and security for business email admins" rel="nofollow" class="external" title="Share this on LinkedIn" onclick="pageTracker._trackPageview('/outgoing/www.linkedin.com/shareArticle?mini=true_amp_url=http_//www.theemailadmin.com/2010/03/internal-ssl-errors-and-outlook/_amp_title=Internal+SSL+Errors+and+Outlook_amp_summary=It_E2_80_99s_20important_20for_20every_20environment_20to_20run_20as_20securely_20as_20budgets_20will_20allow._20And_20in_20these_20times_20budgets_20are_20limited_20so_20administrators_20and_20IT_20directors_20must_20balance_20the_20funds_20available_20with_20the_20security_20needs_20of_20the_20organization._0D_0A_0D_0AOne_20component_20of_20maintaining_20a_20secure_20environment_20is_20that_20of_20sec_amp_source=Email_management_storage_and_security_for_business_email_admins&amp;referer=');">Share this on LinkedIn</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2010/03/internal-ssl-errors-and-outlook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Importance of SSL for Exchange Servers</title>
		<link>http://www.theemailadmin.com/2010/02/the-importance-of-ssl-for-exchange-servers/</link>
		<comments>http://www.theemailadmin.com/2010/02/the-importance-of-ssl-for-exchange-servers/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 15:47:33 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Exchange server]]></category>
		<category><![CDATA[ActiveSync]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[OWA]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=2183</guid>
		<description><![CDATA[
			
				
			
		
There have been many times in the past when I have started a project for a new customer and discovered that they are not using SSL for their email servers.  Usually after a brief discussion they agree to implement SSL in the new system we are installing for them.
Occasionally they agree but insist on doing [...]<p>Liked this post? Get more <a href="http://www.theemailadmin.com">email management and administration</a> related news from TheEmailAdmin.com!<br/><br/><a href="http://www.theemailadmin.com/2010/02/the-importance-of-ssl-for-exchange-servers/">The Importance of SSL for Exchange Servers</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%2F02%2Fthe-importance-of-ssl-for-exchange-servers%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2010_2F02_2Fthe-importance-of-ssl-for-exchange-servers_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2010%2F02%2Fthe-importance-of-ssl-for-exchange-servers%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignright size-full wp-image-2184" src="http://www.theemailadmin.com/wp-content/uploads/2010/02/lock.jpg" alt="lock" width="200" height="133" />There have been many times in the past when I have started a project for a new customer and discovered that they are not using SSL for their email servers.  Usually after a brief discussion they agree to implement SSL in the new system we are installing for them.</p>
<p>Occasionally they agree but insist on doing it in a less than ideal manner.  And sometimes, although rarely, they decline our advice and continue without SSL.</p>
<h2>What is SSL?</h2>
<p>SSL stands for Secure Socket Layer and is an encryption protocol that secures communications between two parties over insecure networks such as the internet.  Although still commonly referred to as SSL its new name is actually TLS (Transport Layer Security) which more accurately describes its role of securing communications at the Transport layer of the OSI model (eg, the TCP protocol).</p>
<p>In an SSL/TLS secured communication the two parties (e.g. a web server and a web browser) agree on how to secure the connection they are establishing.<span id="more-2183"></span>The server sends the client its public encryption key (sometimes known as an SSL certificate) which the client then verifies against its own list of trusted certification authorities.  Once it has verified the key the client will generate a random number, encrypt it with the server’s public key, and send it to the server.  The public key encryption ensures that only the server can read the random number.</p>
<p>Contrary to popular assumption it is not the server’s public key (or SSL certificate) that is used for the encrypted connection, rather it is only used to secure the initial exchange of the random number.  The random number is then used to encrypt and decrypt the actual connection traffic.</p>
<h2>Why is SSL important for Exchange Servers?</h2>
<p>Exchange servers come with useful remote access features such as Outlook Web Access, Outlook Anywhere, and ActiveSync.  These features allow your users to access their email from any location with an internet connection by using a web browser, their laptop, or a mobile device such as a smartphone.</p>
<p>This convenience carries with it some security risks, the most obvious being the risk of password credentials being compromised.</p>
<p>Operating any of these remote access services without SSL means that the connection, including password credentials, occurs over an unsecured HTTP connection.  HTTP is the protocol that most websites use.  It is fast, stable, and works through just about any firewall.  But HTTP has no built in security.  Every bit of data sent over HTTP is unencrypted, so when passwords are sent over HTTP they are sent “in the clear”, vulnerable to network sniffers.</p>
<p>Because so much of this remote access occurs from untrusted locations such as free wireless hotspots, it is critical that SSL be used to protect this traffic.</p>
<h2>Recommendations for using SSL</h2>
<p>Here are some recommendations for using SSL to secure your Exchange server’s remote access features.</p>
<ul>
<li>Make it mandatory, not optional.  If you enable SSL but also still allow unencrypted HTTP you make it possible for an unwitting user to connect over the insecure method.</li>
<li>Use it internally as well as externally.  It is tempting to allow non-SSL connections from locations within your own corporate network but this is still risky.  Some security professionals consider all network segments to be untrusted.</li>
<li>Use a commercial Certificate Authority instead of a private one.  You may be tempted to save money on SSL certificates by installing a private CA and issuing your own, but this causes more headaches than it is worth.  Your private CA will not be trusted by devices such as smartphones or non-corporate computers, and will result in SSL warning messages that confuse users and can make some applications refuse to connect at all.  Because the SSL warning messages are also often found with phishing sites like fake banking sites it is not a good idea to get your users used to ignoring them.</li>
</ul>
<p>Liked this post? Get more <a href="http://www.theemailadmin.com">email management and administration</a> related news from TheEmailAdmin.com!<br/><br/><a href="http://www.theemailadmin.com/2010/02/the-importance-of-ssl-for-exchange-servers/">The Importance of SSL for Exchange Servers</a></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-spaced sexy-bookmarks-bg-love">
<ul class="socials">
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.theemailadmin.com/2010/02/the-importance-of-ssl-for-exchange-servers/&amp;title=The+Importance+of+SSL+for+Exchange+Servers" rel="nofollow" class="external" title="Share this on Reddit" onclick="pageTracker._trackPageview('/outgoing/reddit.com/submit?url=http_//www.theemailadmin.com/2010/02/the-importance-of-ssl-for-exchange-servers/_amp_title=The+Importance+of+SSL+for+Exchange+Servers&amp;referer=');">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.theemailadmin.com/2010/02/the-importance-of-ssl-for-exchange-servers/&amp;title=The+Importance+of+SSL+for+Exchange+Servers" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon" onclick="pageTracker._trackPageview('/outgoing/www.stumbleupon.com/submit?url=http_//www.theemailadmin.com/2010/02/the-importance-of-ssl-for-exchange-servers/_amp_title=The+Importance+of+SSL+for+Exchange+Servers&amp;referer=');">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.theemailadmin.com/2010/02/the-importance-of-ssl-for-exchange-servers/" rel="nofollow" class="external" title="Share this on Technorati" onclick="pageTracker._trackPageview('/outgoing/technorati.com/faves?add=http_//www.theemailadmin.com/2010/02/the-importance-of-ssl-for-exchange-servers/&amp;referer=');">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.theemailadmin.com/2010/02/the-importance-of-ssl-for-exchange-servers/&amp;title=The+Importance+of+SSL+for+Exchange+Servers" rel="nofollow" class="external" title="Share this on Mixx" onclick="pageTracker._trackPageview('/outgoing/www.mixx.com/submit?page_url=http_//www.theemailadmin.com/2010/02/the-importance-of-ssl-for-exchange-servers/_amp_title=The+Importance+of+SSL+for+Exchange+Servers&amp;referer=');">Share this on Mixx</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.theemailadmin.com/2010/02/the-importance-of-ssl-for-exchange-servers/&amp;t=The+Importance+of+SSL+for+Exchange+Servers" rel="nofollow" class="external" title="Share this on Facebook" onclick="pageTracker._trackPageview('/outgoing/www.facebook.com/share.php?v=4_amp_src=bm_amp_u=http_//www.theemailadmin.com/2010/02/the-importance-of-ssl-for-exchange-servers/_amp_t=The+Importance+of+SSL+for+Exchange+Servers&amp;referer=');">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=The+Importance+of+SSL+for+Exchange+Servers+-+http://b2l.me/qwduu+&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!" onclick="pageTracker._trackPageview('/outgoing/twitter.com/home?status=The+Importance+of+SSL+for+Exchange+Servers+-+http_//b2l.me/qwduu+_amp_source=shareaholic&amp;referer=');">Tweet This!</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.theemailadmin.com/2010/02/the-importance-of-ssl-for-exchange-servers/&amp;title=The+Importance+of+SSL+for+Exchange+Servers&amp;summary=There%20have%20been%20many%20times%20in%20the%20past%20when%20I%20have%20started%20a%20project%20for%20a%20new%20customer%20and%20discovered%20that%20they%20are%20not%20using%20SSL%20for%20their%20email%20servers.%C2%A0%20Usually%20after%20a%20brief%20discussion%20they%20agree%20to%20implement%20SSL%20in%20the%20new%20system%20we%20are%20installing%20for%20them.%0D%0A%0D%0AOccasionally%20they%20agree%20but%20insi&amp;source=Email management, storage and security for business email admins" rel="nofollow" class="external" title="Share this on LinkedIn" onclick="pageTracker._trackPageview('/outgoing/www.linkedin.com/shareArticle?mini=true_amp_url=http_//www.theemailadmin.com/2010/02/the-importance-of-ssl-for-exchange-servers/_amp_title=The+Importance+of+SSL+for+Exchange+Servers_amp_summary=There_20have_20been_20many_20times_20in_20the_20past_20when_20I_20have_20started_20a_20project_20for_20a_20new_20customer_20and_20discovered_20that_20they_20are_20not_20using_20SSL_20for_20their_20email_20servers._C2_A0_20Usually_20after_20a_20brief_20discussion_20they_20agree_20to_20implement_20SSL_20in_20the_20new_20system_20we_20are_20installing_20for_20them._0D_0A_0D_0AOccasionally_20they_20agree_20but_20insi_amp_source=Email_management_storage_and_security_for_business_email_admins&amp;referer=');">Share this on LinkedIn</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2010/02/the-importance-of-ssl-for-exchange-servers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Net security hole could take year to fix</title>
		<link>http://www.theemailadmin.com/2010/01/net-security-hole-could-take-year-to-fix/</link>
		<comments>http://www.theemailadmin.com/2010/01/net-security-hole-could-take-year-to-fix/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 14:56:29 +0000</pubDate>
		<dc:creator>John P Mello Jr</dc:creator>
				<category><![CDATA[Exchange server]]></category>
		<category><![CDATA[email management]]></category>
		<category><![CDATA[email security]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[protocol]]></category>
		<category><![CDATA[renegotiation]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[TLS]]></category>
		<category><![CDATA[vulnerability]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=2039</guid>
		<description><![CDATA[
			
				
			
		
A fix for a flaw in an important Internet security protocol is ready for prime time but it will be many months before the patch is fully implemented, according to technical experts.
The authentication vulnerability in TSL/SSL, which is the most common security code on the Net, could be exploited by hackers for all kinds of [...]<p>Liked this post? Get more <a href="http://www.theemailadmin.com">email management and administration</a> related news from TheEmailAdmin.com!<br/><br/><a href="http://www.theemailadmin.com/2010/01/net-security-hole-could-take-year-to-fix/">Net security hole could take year to fix</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%2F01%2Fnet-security-hole-could-take-year-to-fix%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2010_2F01_2Fnet-security-hole-could-take-year-to-fix_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2010%2F01%2Fnet-security-hole-could-take-year-to-fix%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignright size-full wp-image-2046" src="http://www.theemailadmin.com/wp-content/uploads/2010/01/hacker-Custom.png" alt="hacker (Custom)" width="250" height="188" />A fix for a flaw in an important Internet security protocol is ready for prime time but it will be many months before the patch is fully implemented, according to technical experts.</p>
<p>The authentication vulnerability in TSL/SSL, which is the most common security code on the Net, could be exploited by hackers for all kinds of mischief. Built into browsers and Web servers to protect high-value information, the flaw impacts a wide scope of technologies including online banking, back-office systems using Web-based protocols, non-HTTP applications such as mail and database servers, mobile phones, wireless access points, DECT phones and home security systems.</p>
<p>The vulnerability was discovered last September by researchers at PhoneFactor, a security service provider in Overland Park, Kansas, but was kept under wraps until November when another security expert, working independently, <a target="_blank" href="http://www.ietf.org/mail-archive/web/tls/current/mail4.html" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.ietf.org/mail-archive/web/tls/current/mail4.html?referer=');">made the flaw public on a mailing list </a>sponsored by the Internet Engineering Task Force (IETF).</p>
<p>With the cat out of the bag, PhoneFactor decided to push out a <a target="_blank" href="http://www.phonefactor.com/news/phonefactor-discovers-major-vulnerability-ssl-authentication.php" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.phonefactor.com/news/phonefactor-discovers-major-vulnerability-ssl-authentication.php?referer=');">press release</a> on the subject. In it CTO Steve Dispensa, who, along with Marsh Ray, initially unearthed the flaw, stated,</p>
<blockquote><p>&#8220;Because this is a protocol vulnerability, and not merely an implementation flaw, the impacts are far-reaching. All SSL libraries will need to be patched, and most client and server applications will, at a minimum, need to include new copies of SSL libraries in their products. Most users will eventually need to update any software that uses SSL.&#8221;</p>
<p>&#8220;The discovery of this vulnerability speaks to a larger issue with single channel authentication protocols,&#8221; he added. &#8220;While this vulnerability is larger in scope than many, man-in-the-middle attacks have been a known threat for some time. Out-of-band protocols should be considered when possible to help mitigate the risk of these attacks.&#8221;”</p></blockquote>
<p><span id="more-2039"></span>According to a U.S. Computer Emergency Readiness Team (CERT) <a target="_blank" href="https://www.kb.cert.org/vuls/id/120541" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.kb.cert.org/vuls/id/120541?referer=');">vulnerability note</a>, the TLS/SSL defect exploits the way the protocol handles renegotiation requests.</p>
<blockquote><p>&#8220;The server treats the client&#8217;s initial TLS handshake as a renegotiation and thus believes that the initial data transmitted by the attacker is from the same entity as the subsequent client data,&#8221; it explained.</p></blockquote>
<p>The note said that SSL and TTL protocols are commonly used to provide authentication, encryption, integrity, and non-repudiation services to network applications such as HTTP, IMAP, POP3, LDAP. A vulnerability in the way SSL and TLS protocols allow renegotiation requests may allow an attacker to inject plaintext into an application protocol stream.</p>
<blockquote><p>&#8220;A remote, unauthenticated attacker may be able to inject an arbitrary amount of chosen plaintext into the beginning of the application protocol stream,&#8221; it added. &#8220;This could allow and attacker to issue HTTP requests, or take action impersonating the user, among other consequences.&#8221;</p></blockquote>
<p>What&#8217;s more, the attack is invisible to the server and browser it&#8217;s directed at, according to PhoneFactor. They have no idea that a session has been hijacked.</p>
<p>Following the public revelations about the TLS/SSL glitch, a working group was formed made up of vendors and representatives from the appropriate standards committees. They hammered out the fix for the problem that was released last week.</p>
<p>Vendors are expected to begin shipping patches containing the fix shortly. However, predictions are that adoption will be slow because patches must be performed on both servers and clients to fully close the security gap. &#8220;This obviously will not happen tomorrow,&#8221; Ray Marsh <a target="_blank" href="http://extendedsubset.com/?p=14" target="_blank" onclick="pageTracker._trackPageview('/outgoing/extendedsubset.com/?p=14&amp;referer=');">wrote in his Extended Subset blog</a>, &#8220;but eventually clients and servers will have to start refusing connections with unpatched endpoints (just like they do with ancient versions of SSL today). i.e., their configuration needs to go from “insecure/compatible mode”to secure/strict mode.&#8221;</p>
<p>&#8220;Unfortunately, as long as there is a single unpatched client and a single compatible-mode server in the world (or a compatible-mode client and an unpatched server) there exists a potential vulnerability,&#8221; he added.</p>
<p>Because the patching process will be prolonged, Marsh recommends that steps be taken to ensure that Web surfers are aware of their security status when accessing servers on the Net.</p>
<blockquote><p>&#8220;[In the coming months we will need client applications to begin warning users if they are connecting to an unpatched server,&#8221; he noted. &#8220;After all, wouldn’t you expect your browser to warn you if your connection could be hijacked because the (supposedly) secure site to which you were connecting was not maintained well enough to apply critical security patches on a regular basis?&#8221;</p></blockquote>
<p>Liked this post? Get more <a href="http://www.theemailadmin.com">email management and administration</a> related news from TheEmailAdmin.com!<br/><br/><a href="http://www.theemailadmin.com/2010/01/net-security-hole-could-take-year-to-fix/">Net security hole could take year to fix</a></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-spaced sexy-bookmarks-bg-love">
<ul class="socials">
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.theemailadmin.com/2010/01/net-security-hole-could-take-year-to-fix/&amp;title=Net+security+hole+could+take+year+to+fix" rel="nofollow" class="external" title="Share this on Reddit" onclick="pageTracker._trackPageview('/outgoing/reddit.com/submit?url=http_//www.theemailadmin.com/2010/01/net-security-hole-could-take-year-to-fix/_amp_title=Net+security+hole+could+take+year+to+fix&amp;referer=');">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.theemailadmin.com/2010/01/net-security-hole-could-take-year-to-fix/&amp;title=Net+security+hole+could+take+year+to+fix" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon" onclick="pageTracker._trackPageview('/outgoing/www.stumbleupon.com/submit?url=http_//www.theemailadmin.com/2010/01/net-security-hole-could-take-year-to-fix/_amp_title=Net+security+hole+could+take+year+to+fix&amp;referer=');">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.theemailadmin.com/2010/01/net-security-hole-could-take-year-to-fix/" rel="nofollow" class="external" title="Share this on Technorati" onclick="pageTracker._trackPageview('/outgoing/technorati.com/faves?add=http_//www.theemailadmin.com/2010/01/net-security-hole-could-take-year-to-fix/&amp;referer=');">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.theemailadmin.com/2010/01/net-security-hole-could-take-year-to-fix/&amp;title=Net+security+hole+could+take+year+to+fix" rel="nofollow" class="external" title="Share this on Mixx" onclick="pageTracker._trackPageview('/outgoing/www.mixx.com/submit?page_url=http_//www.theemailadmin.com/2010/01/net-security-hole-could-take-year-to-fix/_amp_title=Net+security+hole+could+take+year+to+fix&amp;referer=');">Share this on Mixx</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.theemailadmin.com/2010/01/net-security-hole-could-take-year-to-fix/&amp;t=Net+security+hole+could+take+year+to+fix" rel="nofollow" class="external" title="Share this on Facebook" onclick="pageTracker._trackPageview('/outgoing/www.facebook.com/share.php?v=4_amp_src=bm_amp_u=http_//www.theemailadmin.com/2010/01/net-security-hole-could-take-year-to-fix/_amp_t=Net+security+hole+could+take+year+to+fix&amp;referer=');">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Net+security+hole+could+take+year+to+fix+-+http://b2l.me/q2fjy+&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!" onclick="pageTracker._trackPageview('/outgoing/twitter.com/home?status=Net+security+hole+could+take+year+to+fix+-+http_//b2l.me/q2fjy+_amp_source=shareaholic&amp;referer=');">Tweet This!</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.theemailadmin.com/2010/01/net-security-hole-could-take-year-to-fix/&amp;title=Net+security+hole+could+take+year+to+fix&amp;summary=A%20fix%20for%20a%20flaw%20in%20an%20important%20Internet%20security%20protocol%20is%20ready%20for%20prime%20time%20but%20it%20will%20be%20many%20months%20before%20the%20patch%20is%20fully%20implemented%2C%20according%20to%20technical%20experts.%0D%0A%0D%0AThe%20authentication%20vulnerability%20in%20TSL%2FSSL%2C%20which%20is%20the%20most%20common%20security%20code%20on%20the%20Net%2C%20could%20be%20exploited%20&amp;source=Email management, storage and security for business email admins" rel="nofollow" class="external" title="Share this on LinkedIn" onclick="pageTracker._trackPageview('/outgoing/www.linkedin.com/shareArticle?mini=true_amp_url=http_//www.theemailadmin.com/2010/01/net-security-hole-could-take-year-to-fix/_amp_title=Net+security+hole+could+take+year+to+fix_amp_summary=A_20fix_20for_20a_20flaw_20in_20an_20important_20Internet_20security_20protocol_20is_20ready_20for_20prime_20time_20but_20it_20will_20be_20many_20months_20before_20the_20patch_20is_20fully_20implemented_2C_20according_20to_20technical_20experts._0D_0A_0D_0AThe_20authentication_20vulnerability_20in_20TSL_2FSSL_2C_20which_20is_20the_20most_20common_20security_20code_20on_20the_20Net_2C_20could_20be_20exploited_20_amp_source=Email_management_storage_and_security_for_business_email_admins&amp;referer=');">Share this on LinkedIn</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2010/01/net-security-hole-could-take-year-to-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshooting Error Code 0&#215;80072f17</title>
		<link>http://www.theemailadmin.com/2009/06/troubleshooting-error-code-0x80072f17/</link>
		<comments>http://www.theemailadmin.com/2009/06/troubleshooting-error-code-0x80072f17/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 12:32:52 +0000</pubDate>
		<dc:creator>Mike Rede</dc:creator>
				<category><![CDATA[Exchange server]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[error codes]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=1157</guid>
		<description><![CDATA[
			
				
			
		
Many people have reported problems when they try to sync their cell phones with their Exchange servers.
When they try to sync with MS Exchange Server 2003 using Windows Mobile 5.0 they might get the following error code: 0&#215;80072f17. Some users have also reported problems when trying to sync with MS Exchange Server 2007.
This problem is [...]<p>Liked this post? Get more <a href="http://www.theemailadmin.com">email management and administration</a> related news from TheEmailAdmin.com!<br/><br/><a href="http://www.theemailadmin.com/2009/06/troubleshooting-error-code-0x80072f17/">Troubleshooting Error Code 0&#215;80072f17</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%2F06%2Ftroubleshooting-error-code-0x80072f17%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2009_2F06_2Ftroubleshooting-error-code-0x80072f17_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F06%2Ftroubleshooting-error-code-0x80072f17%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Many people have reported problems when they try to sync their cell phones with their Exchange servers.</p>
<p>When they try to sync with MS Exchange Server 2003 using Windows Mobile 5.0 they might get the following error code: 0&#215;80072f17. Some users have also reported problems when trying to sync with MS Exchange Server 2007.</p>
<p>This problem is usually associated with using Secure Socket Layer (SSL) certificates.</p>
<p>Remember that you use SSL for Internet protocols such as Network News Transfer Protocol (NNTP), Simple Mail Transfer Protocol (SMTP), Post Office Protocol version 3 (POP3), and Internet Message Access Protocol (IMAP).</p>
<p><span id="more-1157"></span>The SSL authentication method uses public/private key technology to ensure privacy. The SSL protocol resides at the Open Systems Interconnection (OSI) presentation layer and moves data from the application layer to the TCP transport layer. It is responsible for authentication, encryption, and verification of data integrity.<br />
The authentication function assures that the data is being sent to the correct server and that the server is secure. Encryption ensures that data cannot be read by anyone other than the target server. Data integrity ensures that the data has not been corrupted or altered in transit.</p>
<p>If your user removes the SSL authentication then they’ll probably be able to synchronize their phones with the server. But that’s probably not how you want them to operate. Even if you directly install the certificate you may still have problems. Checking or un-checking the proxy settings related box does not have an effect on the problem.</p>
<p>One solution to this problem is to reissue the SSL certificate through Internet Information Services (IIS). This can happen if you were using the original certificate the Exchange Server installed and the certificate was replaced.</p>
<p>Another possible cause for the 0&#215;80072f17 error is if an unsupported certificate has been installed. If you installed a certificate that supported wildcards from a certifying digital certificate provider, then this certificate will probably install but using the certificate was most likely not supported. To fix this problem you can replace the certificate with one that does not use wildcards and is listed in the root certificate store on the device.</p>
<p>Another situation when the problem can occur is when Microsoft Exchange does not connect but generates another error code: 0&#215;80072EE7. Selecting another system to synchronize with will result in a related synchronization error message such as when the Microsoft Exchange server shows &#8220;Synchronization could not be completed. Try again later&#8221;. The support code generated by the system is: 0&#215;80072F17.</p>
<p>You might need to add a new certificate to your device. Such as when your SSL certificate issuer on the Exchange Server is new to the business or has made some changes.</p>
<p>Here’s how you can enable and disable Outlook Web Access for internal clients:</p>
<p><em>If you are using Microsoft Exchange Server 2003 Service Pack 1 (SP1), the following steps do not apply. The Web DAV address check is not present in Microsoft Exchange 2003 Service Pack 1.</em></p>
<p>To restrict access to Outlook Web Access if you are using Exchange Server 2003 SP1 or later, follow these steps:</p>
<ol>
<li>In the Active Directory Users and Computers snap-in, right-click the user account that you want to restrict from using OWA, and then click Properties.</li>
<li>Click the Exchange Features tab, click Outlook Web Access, and then click Disable.</li>
</ol>
<p>By default, user accounts that are mailbox-enabled are also enabled for Outlook Web Access in Exchange Server 2003.</p>
<p>You can enable users in your corporate network to access Outlook Web Access. At the same time, you can deny access to external clients. The key to this approach is a combination of a recipient policy and a special Hypertext Transfer Protocol (HTTP) virtual server.</p>
<p>To use this approach, follow these steps:</p>
<ol>
<li>Create a recipient policy with a Simple Mail Transfer Protocol (SMTP) domain name. Users who connect to an HTTP virtual server must have an e-mail address with the same SMTP domain as the virtual server. Creating a recipient policy is an efficient way to apply the same SMTP domain to multiple users. (Note Outlook Web Access users do not have to know the name of the SMTP domain.)</li>
<li>Apply the recipient policy to the user accounts that you want to enable access for.</li>
<li>On the front-end server, create a new HTTP virtual server that specifies the domain that is used in the recipient policy.</li>
</ol>
<p>After you have completed these steps, users whose e-mail addresses do not have the same SMTP domain as the HTTP virtual server cannot log on and access Outlook Web Access. Also, as long as you do not use the SMTP domain as the default domain, external users cannot determine what the SMTP domain is because the domain does not appear in the From field when users send e-mail messages outside the organization.</p>
<p>For more information, review the following article number in the Microsoft Knowledge Base:  293386  HTTP 401 or 404 error messages when you access OWA implicitly or explicitly.</p>
<p>Besides enabling Outlook Web Access for users in your corporate network, you can also prevent specific internal users from accessing Outlook Web Access. You do this by disabling the HTTP and Network News Transfer Protocol (NNTP) protocols for those users.</p>
<p>To prevent an internal user from accessing Outlook Web Access, follow these steps:</p>
<ol>
<li>In the Active Directory Users and Computers snap-in, open the user&#8217;s Properties dialog box.</li>
<li>On the Exchange Features tab, click Outlook Web Access, and then click Disable.</li>
<li>Restart the IIS Admin Service.</li>
</ol>
<p>Liked this post? Get more <a href="http://www.theemailadmin.com">email management and administration</a> related news from TheEmailAdmin.com!<br/><br/><a href="http://www.theemailadmin.com/2009/06/troubleshooting-error-code-0x80072f17/">Troubleshooting Error Code 0&#215;80072f17</a></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-spaced sexy-bookmarks-bg-love">
<ul class="socials">
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.theemailadmin.com/2009/06/troubleshooting-error-code-0x80072f17/&amp;title=Troubleshooting+Error+Code+0x80072f17" rel="nofollow" class="external" title="Share this on Reddit" onclick="pageTracker._trackPageview('/outgoing/reddit.com/submit?url=http_//www.theemailadmin.com/2009/06/troubleshooting-error-code-0x80072f17/_amp_title=Troubleshooting+Error+Code+0x80072f17&amp;referer=');">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.theemailadmin.com/2009/06/troubleshooting-error-code-0x80072f17/&amp;title=Troubleshooting+Error+Code+0x80072f17" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon" onclick="pageTracker._trackPageview('/outgoing/www.stumbleupon.com/submit?url=http_//www.theemailadmin.com/2009/06/troubleshooting-error-code-0x80072f17/_amp_title=Troubleshooting+Error+Code+0x80072f17&amp;referer=');">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.theemailadmin.com/2009/06/troubleshooting-error-code-0x80072f17/" rel="nofollow" class="external" title="Share this on Technorati" onclick="pageTracker._trackPageview('/outgoing/technorati.com/faves?add=http_//www.theemailadmin.com/2009/06/troubleshooting-error-code-0x80072f17/&amp;referer=');">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.theemailadmin.com/2009/06/troubleshooting-error-code-0x80072f17/&amp;title=Troubleshooting+Error+Code+0x80072f17" rel="nofollow" class="external" title="Share this on Mixx" onclick="pageTracker._trackPageview('/outgoing/www.mixx.com/submit?page_url=http_//www.theemailadmin.com/2009/06/troubleshooting-error-code-0x80072f17/_amp_title=Troubleshooting+Error+Code+0x80072f17&amp;referer=');">Share this on Mixx</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.theemailadmin.com/2009/06/troubleshooting-error-code-0x80072f17/&amp;t=Troubleshooting+Error+Code+0x80072f17" rel="nofollow" class="external" title="Share this on Facebook" onclick="pageTracker._trackPageview('/outgoing/www.facebook.com/share.php?v=4_amp_src=bm_amp_u=http_//www.theemailadmin.com/2009/06/troubleshooting-error-code-0x80072f17/_amp_t=Troubleshooting+Error+Code+0x80072f17&amp;referer=');">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Troubleshooting+Error+Code+0x80072f17+-+http://b2l.me/qv3bc+&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!" onclick="pageTracker._trackPageview('/outgoing/twitter.com/home?status=Troubleshooting+Error+Code+0x80072f17+-+http_//b2l.me/qv3bc+_amp_source=shareaholic&amp;referer=');">Tweet This!</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.theemailadmin.com/2009/06/troubleshooting-error-code-0x80072f17/&amp;title=Troubleshooting+Error+Code+0x80072f17&amp;summary=Many%20people%20have%20reported%20problems%20when%20they%20try%20to%20sync%20their%20cell%20phones%20with%20their%20Exchange%20servers.%0D%0A%0D%0AWhen%20they%20try%20to%20sync%20with%20MS%20Exchange%20Server%202003%20using%20Windows%20Mobile%205.0%20they%20might%20get%20the%20following%20error%20code%3A%200x80072f17.%20Some%20users%20have%20also%20reported%20problems%20when%20trying%20to%20sync%20with%20&amp;source=Email management, storage and security for business email admins" rel="nofollow" class="external" title="Share this on LinkedIn" onclick="pageTracker._trackPageview('/outgoing/www.linkedin.com/shareArticle?mini=true_amp_url=http_//www.theemailadmin.com/2009/06/troubleshooting-error-code-0x80072f17/_amp_title=Troubleshooting+Error+Code+0x80072f17_amp_summary=Many_20people_20have_20reported_20problems_20when_20they_20try_20to_20sync_20their_20cell_20phones_20with_20their_20Exchange_20servers._0D_0A_0D_0AWhen_20they_20try_20to_20sync_20with_20MS_20Exchange_20Server_202003_20using_20Windows_20Mobile_205.0_20they_20might_20get_20the_20following_20error_20code_3A_200x80072f17._20Some_20users_20have_20also_20reported_20problems_20when_20trying_20to_20sync_20with_20_amp_source=Email_management_storage_and_security_for_business_email_admins&amp;referer=');">Share this on LinkedIn</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2009/06/troubleshooting-error-code-0x80072f17/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google should encrypt the cloud</title>
		<link>http://www.theemailadmin.com/2009/06/google-should-encrypt-the-cloud/</link>
		<comments>http://www.theemailadmin.com/2009/06/google-should-encrypt-the-cloud/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 13:40:13 +0000</pubDate>
		<dc:creator>Dan Blacharski</dc:creator>
				<category><![CDATA[email management]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=1148</guid>
		<description><![CDATA[
			
				
			
		
Email operations and email archiving needs to have safe and secure protocols in place, especially if the corporation is under the purview of a privacy-related piece of legislation, such as HIPAA or Sarbanes-Oxley. Generally, the best way to ensure that those privacy protocols are put in place is to avoid cloud-based email and storage services.
Google [...]<p>Liked this post? Get more <a href="http://www.theemailadmin.com">email management and administration</a> related news from TheEmailAdmin.com!<br/><br/><a href="http://www.theemailadmin.com/2009/06/google-should-encrypt-the-cloud/">Google should encrypt the cloud</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%2F06%2Fgoogle-should-encrypt-the-cloud%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2009_2F06_2Fgoogle-should-encrypt-the-cloud_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F06%2Fgoogle-should-encrypt-the-cloud%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Email operations and email archiving needs to have safe and secure protocols in place, especially if the corporation is under the purview of a privacy-related piece of legislation, such as HIPAA or Sarbanes-Oxley. Generally, the best way to ensure that those privacy protocols are put in place is to avoid cloud-based email and storage services.</p>
<p>Google continues to try to get a seat at the enterprise with Gmail, and this week, some of the industry&#8217;s heavy-hitters took Google to the task over the issue. An open letter to Google&#8217;s CEO Eric Schmidt says the company is putting users at risk unnecessarily, and that encryption should be enabled by default on their web-based apps, including Gmail.</p>
<p>Currently, SSL is used only during login, after which, all browsing is unencrypted, unless the user takes an active step to return to the https protocol. Unless that step is taken, which most users will not do, the user is vulnerable to attack and theft. In most cases then, Gmail is run in the clear&#8211;which is completely unsuitable for corporate use.</p>
<p>Liked this post? Get more <a href="http://www.theemailadmin.com">email management and administration</a> related news from TheEmailAdmin.com!<br/><br/><a href="http://www.theemailadmin.com/2009/06/google-should-encrypt-the-cloud/">Google should encrypt the cloud</a></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-spaced sexy-bookmarks-bg-love">
<ul class="socials">
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.theemailadmin.com/2009/06/google-should-encrypt-the-cloud/&amp;title=Google+should+encrypt+the+cloud" rel="nofollow" class="external" title="Share this on Reddit" onclick="pageTracker._trackPageview('/outgoing/reddit.com/submit?url=http_//www.theemailadmin.com/2009/06/google-should-encrypt-the-cloud/_amp_title=Google+should+encrypt+the+cloud&amp;referer=');">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.theemailadmin.com/2009/06/google-should-encrypt-the-cloud/&amp;title=Google+should+encrypt+the+cloud" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon" onclick="pageTracker._trackPageview('/outgoing/www.stumbleupon.com/submit?url=http_//www.theemailadmin.com/2009/06/google-should-encrypt-the-cloud/_amp_title=Google+should+encrypt+the+cloud&amp;referer=');">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.theemailadmin.com/2009/06/google-should-encrypt-the-cloud/" rel="nofollow" class="external" title="Share this on Technorati" onclick="pageTracker._trackPageview('/outgoing/technorati.com/faves?add=http_//www.theemailadmin.com/2009/06/google-should-encrypt-the-cloud/&amp;referer=');">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.theemailadmin.com/2009/06/google-should-encrypt-the-cloud/&amp;title=Google+should+encrypt+the+cloud" rel="nofollow" class="external" title="Share this on Mixx" onclick="pageTracker._trackPageview('/outgoing/www.mixx.com/submit?page_url=http_//www.theemailadmin.com/2009/06/google-should-encrypt-the-cloud/_amp_title=Google+should+encrypt+the+cloud&amp;referer=');">Share this on Mixx</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.theemailadmin.com/2009/06/google-should-encrypt-the-cloud/&amp;t=Google+should+encrypt+the+cloud" rel="nofollow" class="external" title="Share this on Facebook" onclick="pageTracker._trackPageview('/outgoing/www.facebook.com/share.php?v=4_amp_src=bm_amp_u=http_//www.theemailadmin.com/2009/06/google-should-encrypt-the-cloud/_amp_t=Google+should+encrypt+the+cloud&amp;referer=');">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Google+should+encrypt+the+cloud+-+http://b2l.me/qv2jz+&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!" onclick="pageTracker._trackPageview('/outgoing/twitter.com/home?status=Google+should+encrypt+the+cloud+-+http_//b2l.me/qv2jz+_amp_source=shareaholic&amp;referer=');">Tweet This!</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.theemailadmin.com/2009/06/google-should-encrypt-the-cloud/&amp;title=Google+should+encrypt+the+cloud&amp;summary=Email%20operations%20and%20email%20archiving%20needs%20to%20have%20safe%20and%20secure%20protocols%20in%20place%2C%20especially%20if%20the%20corporation%20is%20under%20the%20purview%20of%20a%20privacy-related%20piece%20of%20legislation%2C%20such%20as%20HIPAA%20or%20Sarbanes-Oxley.%20Generally%2C%20the%20best%20way%20to%20ensure%20that%20those%20privacy%20protocols%20are%20put%20in%20place%20is%20to%20&amp;source=Email management, storage and security for business email admins" rel="nofollow" class="external" title="Share this on LinkedIn" onclick="pageTracker._trackPageview('/outgoing/www.linkedin.com/shareArticle?mini=true_amp_url=http_//www.theemailadmin.com/2009/06/google-should-encrypt-the-cloud/_amp_title=Google+should+encrypt+the+cloud_amp_summary=Email_20operations_20and_20email_20archiving_20needs_20to_20have_20safe_20and_20secure_20protocols_20in_20place_2C_20especially_20if_20the_20corporation_20is_20under_20the_20purview_20of_20a_20privacy-related_20piece_20of_20legislation_2C_20such_20as_20HIPAA_20or_20Sarbanes-Oxley._20Generally_2C_20the_20best_20way_20to_20ensure_20that_20those_20privacy_20protocols_20are_20put_20in_20place_20is_20to_20_amp_source=Email_management_storage_and_security_for_business_email_admins&amp;referer=');">Share this on LinkedIn</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2009/06/google-should-encrypt-the-cloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
