<?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>GeekTank &#187; exchange</title>
	<atom:link href="http://geektank.net/tag/exchange/feed/" rel="self" type="application/rss+xml" />
	<link>http://geektank.net</link>
	<description>Random articles from an IT Professional and Part Time Garbage Picker</description>
	<lastBuildDate>Tue, 24 Apr 2012 18:40:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Testing Exchange 2007 IMAPS using OpenSSL</title>
		<link>http://geektank.net/2011/07/testing-exchange-2007-imaps-using-openssl/</link>
		<comments>http://geektank.net/2011/07/testing-exchange-2007-imaps-using-openssl/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 18:10:15 +0000</pubDate>
		<dc:creator>Jordan</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[2007]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[imaps]]></category>
		<category><![CDATA[openssl]]></category>

		<guid isPermaLink="false">http://geektank.net/?p=4739</guid>
		<description><![CDATA[I was trying to find out why Thunderbird wasn&#8217;t working with Exchange 2007 IMAPS (SSL). So I started testing this using OpenSSL using the following command. openssl s_client -connect imap.host.ca:993 However, I was able to use the LOGIN command, no &#8230; <a href="http://geektank.net/2011/07/testing-exchange-2007-imaps-using-openssl/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I was trying to find out why Thunderbird wasn&#8217;t working with Exchange 2007 IMAPS (SSL). So I started testing this using OpenSSL using the following command.</p>
<div class="codecolorer-container abap default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="abap codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">openssl s_client <span style="color: #808080;">-</span>connect imap<span style="color: #808080;">.</span>host<span style="color: #808080;">.</span><span style="color: #500066; text-transform: uppercase; font-weight: bold; zzz:keyword;">ca</span><span style="color: #808080;">:</span><span style="color: #3399ff;">993</span></div></div>
<p>However, I was able to use the LOGIN command, no command would return an error or any information. I did some searching and found that you need to include &#8220;-crlf&#8221;, from the man page.</p>
<div class="codecolorer-container abap default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="abap codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #808080;">-</span>crlf<br />
this <span style="color: #500066; text-transform: uppercase; font-weight: bold; zzz:keyword;">option</span> translated a <span style="color: #500066; text-transform: uppercase; font-weight: bold; zzz:keyword;">line</span> feed <span style="color: #500066; text-transform: uppercase; font-weight: bold; zzz:keyword;">from</span> the terminal <span style="color: #500066; text-transform: uppercase; font-weight: bold; zzz:keyword;">into</span> CR<span style="color: #808080;">+</span>LF <span style="color: #500066; text-transform: uppercase; font-weight: bold; zzz:keyword;">as</span> required <span style="color: #500066; text-transform: uppercase; font-weight: bold; zzz:keyword;">by</span> <span style="color: #500066; text-transform: uppercase; font-weight: bold; zzz:keyword;">some</span> servers<span style="color: #808080;">.</span></div></div>
<p>Adding this option then allowed me to login successfully. That was a good waste of 2 hours.</p>
]]></content:encoded>
			<wfw:commentRss>http://geektank.net/2011/07/testing-exchange-2007-imaps-using-openssl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Remove Roles After An Exchange Server Re-install Or Dead Exchange Server</title>
		<link>http://geektank.net/2009/02/how-to-remove-roles-after-an-exchange-server-re-install-or-dead-exchange-server/</link>
		<comments>http://geektank.net/2009/02/how-to-remove-roles-after-an-exchange-server-re-install-or-dead-exchange-server/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 19:28:59 +0000</pubDate>
		<dc:creator>Jordan</dc:creator>
				<category><![CDATA[Unsorted]]></category>
		<category><![CDATA[activedirectory adsiedit]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[roles]]></category>

		<guid isPermaLink="false">http://geektank.net/?p=4428</guid>
		<description><![CDATA[I had run into a little bit of an issue when install Exchange 2007, which lead me to revert my VMWare ESXi Snapshot back to a later date. Once I did this, I had a fresh install of the same &#8230; <a href="http://geektank.net/2009/02/how-to-remove-roles-after-an-exchange-server-re-install-or-dead-exchange-server/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I had run into a little bit of an issue when install Exchange 2007, which lead me to revert my VMWare ESXi Snapshot back to a later date. Once I did this, I had a fresh install of the same PC. When I tried to install Exchange 2007 I got hte following error message.</p>
<blockquote><p>&#8220;[ERROR] The Client Access server role is already installed on this computer.&#8221;</p></blockquote>
<p>For each rolle that I had installed on said server. I didn&#8217;t know why it was doing this. I suspected that ESXi left some reminents of the Exchange Install and that VMWare ESXi Snapshots weren&#8217;t really &#8220;Snapshots&#8221;. So I did a full re-install and still was receiving the above message.</p>
<p>I think starting doing some research and found out that there is Active Directory information that states what roles a server has, and the setup checks this before installing. All I had to do was delete this information. Here is the steps, that I found on the web.</p>
<blockquote><p>1. Click Start, point to Programs, point to Windows 2000 Support<br />
Tools, point to Tools, and then click ADSI Edit.<br />
2. Expand each of the following items:<br />
Configuration Container<br />
CN=3DConfiguration, DC=3DDomain_Name,DC=3Dcom<br />
CN=3DServices<br />
CN=3DMicrosoft Exchange<br />
CN=3DYour_Organization_Name<br />
CN=3DAdministrative Groups<br />
CN=3DYour_Administrative_Group_Name_Or_Exchange5.5_Site_Name<br />
CN=3DServers</p>
<p>Note In this procedure, Domain_Name is a placeholder for the name of<br />
your domain, Your_Organization_Name is a placeholder for the name of<br />
your organization, and<br />
Your_Administrative_Group_Name_Or_Exchange5.5_Site_Name is a<br />
placeholder for the name of your administrative group or Exchange 5.5<br />
site.<br />
3. Right-click the Exchange 2003 server object, and then click<br />
Delete.<br />
4. Click Yes in every adsiedit dialog box that prompts you to confirm<br />
the deletion.</p></blockquote>
<p>Once I completed this, I was able to install Exchange 2007 again. I had to process this on the Domain Controller which is a separate machine.</p>
]]></content:encoded>
			<wfw:commentRss>http://geektank.net/2009/02/how-to-remove-roles-after-an-exchange-server-re-install-or-dead-exchange-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

