<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Roachys Weblog &#187; Exchange</title>
	<atom:link href="http://blog.roachy.net/tag/exchange/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.roachy.net</link>
	<description>A digital notebook of technical experiences</description>
	<lastBuildDate>Wed, 02 Jun 2010 14:32:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.roachy.net' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/9f441d6d96c5ab0a3564bf350dd9249d?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>Roachys Weblog &#187; Exchange</title>
		<link>http://blog.roachy.net</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.roachy.net/osd.xml" title="Roachys Weblog" />
	<atom:link rel='hub' href='http://blog.roachy.net/?pushpress=hub'/>
		<item>
		<title>Free Brick Level backups on Exchange 2003/SBS 2003</title>
		<link>http://blog.roachy.net/2010/01/25/free-brick-level-backups-on-exchange-2003sbs-2003/</link>
		<comments>http://blog.roachy.net/2010/01/25/free-brick-level-backups-on-exchange-2003sbs-2003/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 16:32:03 +0000</pubDate>
		<dc:creator>Paul Morgan-Roach</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[BackupPC]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Exmerge]]></category>

		<guid isPermaLink="false">http://blog.roachy.net/?p=170</guid>
		<description><![CDATA[Free Brick Level backups on Exchange 2003/SBS 2003 using exmerge and backuppc<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.roachy.net&amp;blog=2880390&amp;post=170&amp;subd=technicalmumblings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve seen so many people attempt to restore Exchange and fail using Microsofts built in tools, or come unstuck because they want to restore a single mailbox, that I thought I&#8217;d document the free method of backing up Exchange that we use, so that it will hopefully help others.</p>
<p>One of the tools available from Microsoft free is Exmerge.  It allows individual mailboxes to be individually exported to PST files, which can then either be re-imported back into Exchange or simply opened in Outlook.  Exmerge is available from <a href="http://www.microsoft.com/downloads/details.aspx?familyid=429163ec-dcdf-47dc-96da-1c12d67327d5&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?familyid=429163ec-dcdf-47dc-96da-1c12d67327d5&amp;displaylang=en</a></p>
<p>Extract and save to the Exchsrv/bin directory, and when the appropriate mailboxes have been selected, destinations set save the configuration.  This will create an exmerge.ini file.</p>
<p>This can then be scripted in a batch file and run as a scheduled task.  I create a folder on the local disk of the Exchange server (although this can be done to a mapped drive) for each day I want the backup to run.</p>
<p>My exmon.bat file reads:</p>
<blockquote><p><strong>D:\exchsrvr\bin\exmerge.exe -F C:\scripts\exmon\exmerge.ini -B</strong></p></blockquote>
<p>Which runs the exmerge.exe, with the options specified in scripts\exmon\exmerge.ini and runs the script as a batch job using the -B switch.</p>
<p>To clean the folder prior to running, I have a separate batch file that runs earlier on the same day that runs</p>
<blockquote><p><strong>del /F /Q /S z:\Exchange\exmon\*.*</strong></p></blockquote>
<p>Subsequently to back up the PST files to a separate server I use the excellent BackupPC running on a Debian server.  Installation instructions for Debian are here:<a href="http://www.debianhelp.co.uk/backuppc.htm"> http://www.debianhelp.co.uk/backuppc.htm</a></p>
<p>The BackupPC box is confugured to access the SMB share that the PST&#8217;s are stored in, as well as additional file shares on the server.  BackupPC supports incremental backups and backups via a variety of methods (including SSH and rsync, as well as SMB).</p>
<p>It&#8217;s also possible to archive off historic backups for off-site using the archive functions within BackupPC.  As a free solution for backing up mailboxes and beiong able to recover easily (with version control) this is very effective&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/technicalmumblings.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/technicalmumblings.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/technicalmumblings.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/technicalmumblings.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/technicalmumblings.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/technicalmumblings.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/technicalmumblings.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/technicalmumblings.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/technicalmumblings.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/technicalmumblings.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/technicalmumblings.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/technicalmumblings.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/technicalmumblings.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/technicalmumblings.wordpress.com/170/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.roachy.net&amp;blog=2880390&amp;post=170&amp;subd=technicalmumblings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.roachy.net/2010/01/25/free-brick-level-backups-on-exchange-2003sbs-2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">roachy1979</media:title>
		</media:content>
	</item>
		<item>
		<title>Using Recipient Policy to Create Email Addresses</title>
		<link>http://blog.roachy.net/2008/09/05/using-recipient-policy-to-create-email-addresses/</link>
		<comments>http://blog.roachy.net/2008/09/05/using-recipient-policy-to-create-email-addresses/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 09:22:38 +0000</pubDate>
		<dc:creator>Paul Morgan-Roach</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Recipient Policy]]></category>

		<guid isPermaLink="false">http://technicalmumblings.wordpress.com/?p=90</guid>
		<description><![CDATA[By default, Microsoft exchange uses the username when creating email addresses for users using Recipient Policy. eg. username@domainname.com However, in many cases the standardised email address format is slightly different &#8211; for example: firstname.lastname@domainname.com This is actually really easy to edit in the Exchange System Manager using a few variables: %g  = Given Name (First [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.roachy.net&amp;blog=2880390&amp;post=90&amp;subd=technicalmumblings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>By default, Microsoft exchange uses the username when creating email addresses for users using Recipient Policy.</p>
<p>eg.</p>
<blockquote><p>username@domainname.com</p></blockquote>
<p>However, in many cases the standardised email address format is slightly different &#8211; for example:</p>
<blockquote><p>firstname.lastname@domainname.com</p></blockquote>
<p>This is actually really easy to edit in the Exchange System Manager using a few variables:</p>
<p>%g  = Given Name (First name).<br />
%3g = means first 3 letters of Given Name<br />
%s  = Surname (Last name).<br />
%3s = means first 3      letters of sn.<br />
%d  = displayname.<br />
%m  = Exchange alias.</p>
<p>Once this has been edited, just right click on the Policy and click Update this Policy now.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/technicalmumblings.wordpress.com/90/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/technicalmumblings.wordpress.com/90/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/technicalmumblings.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/technicalmumblings.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/technicalmumblings.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/technicalmumblings.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/technicalmumblings.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/technicalmumblings.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/technicalmumblings.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/technicalmumblings.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/technicalmumblings.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/technicalmumblings.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/technicalmumblings.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/technicalmumblings.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/technicalmumblings.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/technicalmumblings.wordpress.com/90/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.roachy.net&amp;blog=2880390&amp;post=90&amp;subd=technicalmumblings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.roachy.net/2008/09/05/using-recipient-policy-to-create-email-addresses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">roachy1979</media:title>
		</media:content>
	</item>
		<item>
		<title>Enabling RPC over HTTPS on SBS2003</title>
		<link>http://blog.roachy.net/2008/04/07/enabling-rpc-over-https-on-sbs2003/</link>
		<comments>http://blog.roachy.net/2008/04/07/enabling-rpc-over-https-on-sbs2003/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 10:34:28 +0000</pubDate>
		<dc:creator>Paul Morgan-Roach</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[Samba]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[RPC/HTTPS]]></category>
		<category><![CDATA[SBS2003]]></category>

		<guid isPermaLink="false">http://technicalmumblings.wordpress.com/?p=32</guid>
		<description><![CDATA[Thanks go to Simon Butler for this (aka. Sembee on Experts-Exchange or http://www.amset.info).  His resources on this helped me iron out the problems and get this working beautifully! I&#8217;d struggled getting RPC/HTTPS working for ages using a self -signed certificate, and while it&#8217;s still recommended using a purchased certificate, I needed to get a particular [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.roachy.net&amp;blog=2880390&amp;post=32&amp;subd=technicalmumblings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Thanks go to Simon Butler for this (aka. Sembee on Experts-Exchange or http://www.amset.info).  His resources on this helped me iron out the problems and get this working beautifully!</p>
<p>I&#8217;d struggled getting RPC/HTTPS working for ages using a self -signed certificate, and while it&#8217;s still recommended using a purchased certificate, I needed to get a particular user working extremely quickly &#8211; within about 4 hours.  Waiting for appropriate DNS to propogate to get the cert approved wasn&#8217;t an option so the existing self signed cert I used for OWA was the only option&#8230;</p>
<p><em><strong>NOTE:  THIS SOLUTION INVOLVES EDITING THE REGISTRY ON YOUR SBS SERVER &#8211; USE AT YOUR OWN RISK!</strong></em></p>
<p>First things first, the certificate needed to be installed in the Root Certification Authorities store on the client machine.  Note that adding the cert to the default store WILL NOT work.</p>
<p>Then create split DNS by adding the corresponding external DNS zone to your internal DNS server, and a host record for the SBS server.  Remember, if your external web site is hosted externally you need to ensure that there is an A record that points to the web servers IP address.</p>
<p>Next, a couple of Registry keys needed to be added (I would have never have sussed this if it wasn&#8217;t for the resources on Amset!).  A reg key needs to be created on the SBS server as follows:</p>
<blockquote><p>Windows Registry Editor Version 5.00<br />
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NTDS\Parameters]<br />
&#8220;NSPI Interface protocol sequences&#8221;=hex(7):6e,00,63,00,61,00,63,00,6e,00,5f,00,\ 68,00,74,00,74,00,70,00,3a,00,36,00,30,00,30,00,34,00,00,00,00,00</p></blockquote>
<p>Copy and paste the above into notepad and save with a .reg extension, then run.  This will create a key that looks like:</p>
<blockquote><p>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NTDS\Parameters  Type REG_MULTI_SZ Name: NSPI Interface protocol sequences Value: ncacn_http:6004</p></blockquote>
<p>Next on the Exchange server (this will be the same machine if using SBS) a different registry key needs to be created:</p>
<p><strong>NOTE: THIS NEEDS TO BE ON A SINGLE LINE AND EDITED TO SHOW SERVER SETTINGS FOR YOUR SERVER</strong></p>
<blockquote><p>Windows Registry Editor Version 5.00<br />
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Rpc\RpcProxy]<br />
&#8220;ValidPorts&#8221;=&#8221;server:100-5000; server:6001-6002; server:6004;server.domain.local:6001-6002; server.domain.local:6004; mail.external.com:6001-6002; mail.external.com:6004;&#8221;</p></blockquote>
<p>Save as a .reg file and run.</p>
<p>Then simply configure Outlook to use RPC over HTTPS and specify the FQDN of the server.  You can test the connection by holding CTRL and right-clicking the Outlook icon, then looking at the Connection Status in the taskbar.  If it is trying to resolve the external FQDN of the server then Outlook is configured correctly.  Then just ensure that port 443 on your firewall is forwarded to the SBS server&#8230;.</p>
<p>&#8230;.sorted <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/technicalmumblings.wordpress.com/32/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/technicalmumblings.wordpress.com/32/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/technicalmumblings.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/technicalmumblings.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/technicalmumblings.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/technicalmumblings.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/technicalmumblings.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/technicalmumblings.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/technicalmumblings.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/technicalmumblings.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/technicalmumblings.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/technicalmumblings.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/technicalmumblings.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/technicalmumblings.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/technicalmumblings.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/technicalmumblings.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.roachy.net&amp;blog=2880390&amp;post=32&amp;subd=technicalmumblings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.roachy.net/2008/04/07/enabling-rpc-over-https-on-sbs2003/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">roachy1979</media:title>
		</media:content>
	</item>
		<item>
		<title>Red Cross?</title>
		<link>http://blog.roachy.net/2008/03/05/red-cross/</link>
		<comments>http://blog.roachy.net/2008/03/05/red-cross/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 08:37:39 +0000</pubDate>
		<dc:creator>Paul Morgan-Roach</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Compose]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[OWA]]></category>

		<guid isPermaLink="false">http://technicalmumblings.wordpress.com/?p=25</guid>
		<description><![CDATA[A couple of people have asked me about what causes the accursed &#8220;red cross&#8221; when editing/composing an email in OWA in Vista and newer versions of internet explorer and how to resolve it. It turns out Microsoft have discontinued support for the ActiveX control that is used in the OWA Compose/Edit window, but have released [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.roachy.net&amp;blog=2880390&amp;post=25&amp;subd=technicalmumblings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A couple of people have asked me about what causes the accursed &#8220;red cross&#8221; when editing/composing an email in OWA in Vista and newer versions of internet explorer and how to resolve it.</p>
<p>It turns out Microsoft have discontinued support for the ActiveX control that is used in the OWA Compose/Edit window, but have released a hotfix here:</p>
<p><a href="http://support.microsoft.com/kb/911829" title="http://support.microsoft.com/kb/911829">http://support.microsoft.com/kb/911829</a></p>
<p>Fortunately it doesn&#8217;t require a restart of the Exchange server&#8230;.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/technicalmumblings.wordpress.com/25/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/technicalmumblings.wordpress.com/25/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/technicalmumblings.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/technicalmumblings.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/technicalmumblings.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/technicalmumblings.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/technicalmumblings.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/technicalmumblings.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/technicalmumblings.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/technicalmumblings.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/technicalmumblings.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/technicalmumblings.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/technicalmumblings.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/technicalmumblings.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/technicalmumblings.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/technicalmumblings.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.roachy.net&amp;blog=2880390&amp;post=25&amp;subd=technicalmumblings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.roachy.net/2008/03/05/red-cross/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">roachy1979</media:title>
		</media:content>
	</item>
		<item>
		<title>Evolution &#8211; Could not connect to Exchange backend process&#8230;.</title>
		<link>http://blog.roachy.net/2008/02/27/evolution-could-not-connect-to-exchange-backend-process/</link>
		<comments>http://blog.roachy.net/2008/02/27/evolution-could-not-connect-to-exchange-backend-process/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 08:48:16 +0000</pubDate>
		<dc:creator>Paul Morgan-Roach</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Evolution]]></category>

		<guid isPermaLink="false">http://technicalmumblings.wordpress.com/?p=19</guid>
		<description><![CDATA[This occasionally occurs for me in Evolution when picking up mail from my Exchange server. From this point new emails are displayed but don&#8217;t have any content. The solution &#8211; remove the Exchange directory&#8217;s. This should keep all settings, but then polls the mailbox again to collect content (NOTE: it&#8217;s a good idea to back [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.roachy.net&amp;blog=2880390&amp;post=19&amp;subd=technicalmumblings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This occasionally occurs for me in Evolution when picking up mail from my Exchange server.  From this point new emails are displayed but don&#8217;t have any content. The solution &#8211; remove the Exchange directory&#8217;s.  This should keep all settings, but then polls the mailbox again to collect content (NOTE: it&#8217;s a good idea to back up the contents of the /evolution directory first):</p>
<blockquote><p>$evolution &#8211;force-shutdown<br />
$ cd ~/.evolution<br />
$ rm -rfv exchange/</p></blockquote>
<p>Then restart Evolution and it should poll the mailbox and work!</p>
<p>EDIT:  This stopped working &#8211; now I have to run evolution as root and it seems to work again.  Very odd (&amp; not very secure)</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/technicalmumblings.wordpress.com/19/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/technicalmumblings.wordpress.com/19/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/technicalmumblings.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/technicalmumblings.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/technicalmumblings.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/technicalmumblings.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/technicalmumblings.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/technicalmumblings.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/technicalmumblings.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/technicalmumblings.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/technicalmumblings.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/technicalmumblings.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/technicalmumblings.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/technicalmumblings.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/technicalmumblings.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/technicalmumblings.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.roachy.net&amp;blog=2880390&amp;post=19&amp;subd=technicalmumblings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.roachy.net/2008/02/27/evolution-could-not-connect-to-exchange-backend-process/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">roachy1979</media:title>
		</media:content>
	</item>
		<item>
		<title>How to test for Open Mail Relays</title>
		<link>http://blog.roachy.net/2008/02/18/how-to-test-for-open-mail-relays/</link>
		<comments>http://blog.roachy.net/2008/02/18/how-to-test-for-open-mail-relays/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 16:41:33 +0000</pubDate>
		<dc:creator>Paul Morgan-Roach</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Mail relays]]></category>

		<guid isPermaLink="false">http://technicalmumblings.wordpress.com/?p=11</guid>
		<description><![CDATA[Previously I knew how to test for traditional Open Relays on mail servers &#8211; but was looking for some more extensive testing and stumbled across this site: http://www.dsbl.org/relay-methods Among the list is methods of testing against double bounce and webmail relaying&#8230;. In addition to this the base-64 encoding and decoding tool can be used to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.roachy.net&amp;blog=2880390&amp;post=11&amp;subd=technicalmumblings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Previously I knew how to test for traditional Open Relays on mail servers &#8211; but was looking for some more extensive testing and stumbled across this site:</p>
<p><a title="http://www.dsbl.org/relay-methods" href="http://www.dsbl.org/relay-methods" target="_blank">http://www.dsbl.org/relay-methods</a></p>
<p>Among the list is methods of testing against double bounce and webmail relaying&#8230;.</p>
<p>In addition to this the base-64 encoding and decoding tool can be used to test SMTP Auth on servers:</p>
<p><a href="http://legacy.dillfrog.com/tools/base-64_encode/">http://legacy.dillfrog.com/tools/base-64_encode/</a></p>
<p>Very useful <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/technicalmumblings.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/technicalmumblings.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/technicalmumblings.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/technicalmumblings.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/technicalmumblings.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/technicalmumblings.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/technicalmumblings.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/technicalmumblings.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/technicalmumblings.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/technicalmumblings.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/technicalmumblings.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/technicalmumblings.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/technicalmumblings.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/technicalmumblings.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/technicalmumblings.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/technicalmumblings.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.roachy.net&amp;blog=2880390&amp;post=11&amp;subd=technicalmumblings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.roachy.net/2008/02/18/how-to-test-for-open-mail-relays/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">roachy1979</media:title>
		</media:content>
	</item>
		<item>
		<title>Direct Push on Windows Mobile using Self Signed SSL</title>
		<link>http://blog.roachy.net/2007/11/29/direct-push-on-windows-mobile-using-self-signed-ssl/</link>
		<comments>http://blog.roachy.net/2007/11/29/direct-push-on-windows-mobile-using-self-signed-ssl/#comments</comments>
		<pubDate>Thu, 29 Nov 2007 08:48:00 +0000</pubDate>
		<dc:creator>Paul Morgan-Roach</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Server Activesync]]></category>
		<category><![CDATA[Windows Mobile]]></category>

		<guid isPermaLink="false">http://technicalmumblings.wordpress.com/2007/11/29/direct-push-on-windows-mobile-using-self-signed-ssl/</guid>
		<description><![CDATA[I was just looking through some old notes on how to set up Windows Mobile Devices for Direct Push (Calendar, Tasks, Contacts and Email!!!) with a self signed SSL certificate (you can&#8217;t just install the 64bit .cer file as it won&#8217;t allow the file type). Anyway, thought I&#8217;d publish the solution here&#8230;. Note: this only [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.roachy.net&amp;blog=2880390&amp;post=5&amp;subd=technicalmumblings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was just looking through some old notes on how to set up Windows Mobile Devices for Direct Push</p>
<p>(Calendar, Tasks, Contacts and Email!!!) with a self signed SSL certificate (you can&#8217;t just install</p>
<p>the 64bit .cer file as it won&#8217;t allow the file type).</p>
<p>Anyway, thought I&#8217;d publish the solution here&#8230;.<br />
Note: this only works on Windows Mobile 5 and above &#8211; not WM 2003 <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
I&#8217;ll assume here that people know how to create the SSL certificate (if not theres a good guide</p>
<p>at http://www.petri.co.il/install_windows_server_2003_ca.htm)<br />
Next download the SSLChainsaver tool to the root of your C: drive</p>
<p>http://blogs.msdn.com/windowsmobile/archive/2006/08/11/sslchainsaver.aspx</p>
<p>Follow the instructions on the page to pull a copy of the root and leaf certificates, then</p>
<p>export the ROOT certificate in Base-64 encoded format.<br />
Open the certificate from a command prompt using the line:<br />
C:\Type rootcert.cer<br />
Which will output the hash of the certificate, which will look like:<br />
C:\&gt;type rootcert.cer<br />
&#8212;&#8211;BEGIN CERTIFICATE&#8212;&#8211;<br />
MIIEYzCCA0ugAwIBAgIQG4HnhkoEsahFnmBPR65JWjANBgkqhkiG9w0BAQUFADA9</p>
<p>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</p>
<p>A1UEAxMHYmhzcnYwMjAeFw0wNTEwMDMxNzA3NTRaFw0xMDEwMDMxNzE1MjFaMD0x</p>
<p>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</p>
<p>VQQDEwdiaHNydjAyMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2GTQ</p>
<p>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</p>
<p>N2RtoT4HcNUHYyDTlLrydD4tCOq21o4cNHRk67UsRGRHjZz/BI1YsdOXl1rakOva</p>
<p>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</p>
<p>COsC4ULQDytkuw9gCifqiCyxnT0k7+zkIgNxF4ncFdbnESLm3Bw2wCBz1G/MtUwY</p>
<p>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</p>
<p>2AiOz+jgGeYKv9jD8wIDAQABo4IBXTCCAVkwEwYJKwYBBAGCNxQCBAYeBABDAEEw</p>
<p>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</p>
<p>5a5dW4PRqcsXEAMtMIHyBgNVHR8EgeowgecwgeSggeGggd6GgatsZGFwOi8vL0NO</p>
<p>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</p>
<p>dmljZXMsQ049U2VydmljZXMsQ049Q29uZmlndXJhdGlvbixEQz1iaCxEQz1sb2Nh</p>
<p>bD9jZXJ0aWZpY2F0ZVJldm9jYXRpb25MaXN0P2Jhc2U/b2JqZWN0Q2xhc3M9Y1JM</p>
<p>RGlzdHJpYnV0aW9uUG9pbnSGLmh0dHA6Ly9iaHNydjAyLmJoLmxvY2FsL0NlcnRF</p>
<p>bnJvbGwvYmhzcnYwMi5jcmwwEAYJKwYBBAGCNxUBBAMCAQAwDQYJKoZIhvcNAQEF</p>
<p>BQADggEBAEGdXuUfA7kvCxLLOI+W3+Nbz7lENOZF59cNVaQJ5HwjIGtLhw2tv2c0</p>
<p>SibjlB68ecuyuD6K4gYLVlhZrLelDKqGYsV3uF+Q4293+t2S+D3cMXW/gPAYeBU2</p>
<p>Ld+P6dm4tjmzcSC/Xpi3mQpw8kQF93rEEkApbP4LOXh/X5LpyZ2iS15RTMMomxvL</p>
<p>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</p>
<p>ILk4wkjERNGgRRl5eOF3QZ/hMWRu1UMb1C6mrcxs4pBW1qyOJQNJB+Y3eHuWCzfw</p>
<p>oZMi16R2/MCkY6xCqvDRj302UKLHUbU=<br />
&#8212;&#8211;END CERTIFICATE&#8212;&#8211;<br />
Create a new file in notepad using the following template and call it _setup.xml, then paste the cert above into the section as below.</p>
<p><a href="http://bp1.blogger.com/_GJ5zZlhlGN8/R06DGOgZ70I/AAAAAAAAAMs/EudSXbbcock/s1600-h/_setupxml.JPG"><img src="http://bp1.blogger.com/_GJ5zZlhlGN8/R06DGOgZ70I/AAAAAAAAAMs/EudSXbbcock/s400/_setupxml.JPG" style="display:block;text-align:center;cursor:pointer;margin:0 auto 10px;" border="0" /></a> <span style="font-size:85%;"></p>
<p></span> Then open your root certificate, look at the thumbprint of the certificate and copy that into the characteristic type section (highlighted in red above, without the spaces). My Thumbprint looked like 963688b77d91307e0164661f9550e2a2</p>
<p>Finally, all you need to do is make the .xml file into a cab file for installation into the Windows Mobile Device using the command line makecab (which ships is %systemroot%\system32 with windows</p>
<p>Makecab _setup.xml rootcert.cab</p>
<p>Copy this to your Windows Mobile device with Activesync, then run.</p>
<p>You should now have an appropriate certificate to allow you to use Direct Push Email</p>
<p>through Exchange Activesync…..</p>
<p>Hoorah!!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/technicalmumblings.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/technicalmumblings.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/technicalmumblings.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/technicalmumblings.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/technicalmumblings.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/technicalmumblings.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/technicalmumblings.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/technicalmumblings.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/technicalmumblings.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/technicalmumblings.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/technicalmumblings.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/technicalmumblings.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/technicalmumblings.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/technicalmumblings.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/technicalmumblings.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/technicalmumblings.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.roachy.net&amp;blog=2880390&amp;post=5&amp;subd=technicalmumblings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.roachy.net/2007/11/29/direct-push-on-windows-mobile-using-self-signed-ssl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">roachy1979</media:title>
		</media:content>

		<media:content url="http://bp1.blogger.com/_GJ5zZlhlGN8/R06DGOgZ70I/AAAAAAAAAMs/EudSXbbcock/s400/_setupxml.JPG" medium="image" />
	</item>
	</channel>
</rss>