<?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>DouglasWard.net &#187; Internet</title>
	<atom:link href="http://douglasward.net/category/technology/internet/feed/" rel="self" type="application/rss+xml" />
	<link>http://douglasward.net</link>
	<description>Random ramblings from an IT Director</description>
	<lastBuildDate>Thu, 10 Nov 2011 22:21:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='douglasward.net' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>DouglasWard.net &#187; Internet</title>
		<link>http://douglasward.net</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://douglasward.net/osd.xml" title="DouglasWard.net" />
	<atom:link rel='hub' href='http://douglasward.net/?pushpress=hub'/>
		<item>
		<title>GSAK Works In Linux!</title>
		<link>http://douglasward.net/2011/01/21/gsak-works-in-linux/</link>
		<comments>http://douglasward.net/2011/01/21/gsak-works-in-linux/#comments</comments>
		<pubDate>Fri, 21 Jan 2011 23:37:08 +0000</pubDate>
		<dc:creator>Douglas</dc:creator>
				<category><![CDATA[Geocaching]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[geocaching]]></category>
		<category><![CDATA[gsak]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://douglasward.net/?p=471</guid>
		<description><![CDATA[Shortly after I started Geocaching I discovered Geocaching Swiss Army Knife (GSAK).  GSAK is an excellent database application that is geared towards tracking all of your caching activities.  I rely on this one program to load thousands of caches into my GPSr, keep track of what I have found (as well hidden) and all of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=douglasward.net&amp;blog=4969350&amp;post=471&amp;subd=douglasward&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_484" class="wp-caption alignleft" style="width: 138px"><br />
<img class="size-full wp-image-484 " title="gsak-square128" src="http://douglasward.files.wordpress.com/2011/01/gsak-square128.png?w=570" alt=""   /><p class="wp-caption-text">Geocaching Swiss Army Knife</p></div>
<p>Shortly after I started Geocaching I discovered <a href="http://gsak.net">Geocaching Swiss Army Knife (GSAK)</a>.  GSAK is an excellent database application that is geared towards tracking all of your caching activities.  I rely on this one program to load thousands of caches into my GPSr, keep track of what I have found (as well hidden) and all of the recent activity in caches I haven&#8217;t yet found.  In my experience it is the best program written for this purpose.  There are other applications that can do parts of what GSAK can do but none offer the same complete package.</p>
<p>Sounds great, right?  The only problem I have with this program is that it is written for Windows.  There is no Linux port!  Since I run Ubuntu on all of my mobile computers (and even my work computers), I can only use it on my Windows computer at home.  This (for me) was limiting.  Of course Windows users don&#8217;t have a problem with this.  For us Linux users however, we are simply stuck if we need to reload our GPSr units in the field or do any research while we are out of range of the internet.</p>
<div id="attachment_487" class="wp-caption alignright" style="width: 160px"><a href="http://douglasward.files.wordpress.com/2011/01/winelogo.gif"><img class="size-full wp-image-487" title="WineLogo" src="http://douglasward.files.wordpress.com/2011/01/winelogo.gif?w=570" alt=""   /></a><p class="wp-caption-text">Wine Is Not A Windows Emulator</p></div>
<p>Over the years I have tried numerous Linux based tools trying to replace this functionality.  Each time I eventually gave up and went back to doing it in Windows.  One day recently I decided to give the latest development build of <a href="http://www.winehq.org" target="_blank">Wine</a> (WINe is Not an Emulator) to see if GSAK would work at all.  In past revisions of Wine GSAK would either not load at all or would crash and burn shortly after loading.  After updating my laptop and giving it a shot I found out that it works!  I was able to finally load GSAK and browse around the program without crashing.  What a relief!</p>
<p>So, how did I get it to work?  My Linux distribution of choice as of this writing is <a href="http://ubuntu.com" target="_blank">Ubuntu</a> 10.10.  The default version of Wine that is in the Ubuntu software repository is version 1.2.  Don&#8217;t try to run GSAK in this version as it will not work.  You can find <a href="http://www.winehq.org/download/deb" target="_blank">detailed instructions</a> on how to install Wine 1.3 below (summarized):</p>
<p>Run the following commands on the command line:</p>
<p><code>sudo add-apt-repository ppa:ubuntu-wine/ppa</code><br />
<code>sudo apt-get update</code><br />
<code>sudo apt-get install wine1.3</code></p>
<p>These commands will install the latest version of Wine automatically.  If you already had Wine installed then the upgrade will remove version 1.2 first.  I had the most success by manually deleting the Wine version 1.2 /home/user/.wine directory.  Opening Wine version 1.3 will create these files again from scratch.</p>
<div id="attachment_494" class="wp-caption aligncenter" style="width: 375px"><a href="http://douglasward.files.wordpress.com/2011/01/wine.png"><img class="size-full wp-image-494" title="wine" src="http://douglasward.files.wordpress.com/2011/01/wine.png?w=570" alt=""   /></a><p class="wp-caption-text">You need Wine version 1.3 or higher to make GSAK work.</p></div>
<p>After you have installed the latest version of Wine and created the new configuration files, download the latest version of GSAK.  Open the command line and browse to the downloads directory.  Enter the following command to install GSAK:</p>
<p><code>wine GSAK772B56.exe</code></p>
<div id="attachment_495" class="wp-caption aligncenter" style="width: 240px"><a href="http://douglasward.files.wordpress.com/2011/01/gsak-version.png"><img class="size-medium wp-image-495" title="gsak-version" src="http://douglasward.files.wordpress.com/2011/01/gsak-version.png?w=230&#038;h=300" alt="" width="230" height="300" /></a><p class="wp-caption-text">Latest version of GSAK</p></div>
<p>Now that the software is installed you can start it up, enter your licensing information and get started!  Once I had finished the installation and tried out a sample database, I was ready to start putting this to use.  I solved the issue of getting the software to work in the first place.  Now I had to solve the problem of portability.  How can I move my GSAK installation around with me wherever I go?  I have desktops at work and at home, a laptop and a netbook.  That&#8217;s a lot of devices!  I could be using any of them at any time so what happens when I have my netbook but GSAK is on my laptop?</p>
<p><a href="http://www.dropbox.com" target="_blank">Dropbox</a> solves this problem nicely.  I am running this service on all of my computers to synchronize my important files everywhere I go.  With so many computers it is virtually impossible to keep up with where my data is.  Dropbox takes care of this completely.  I went to my Windows computer and copied my existing GSAK settings files to my Dropbox folder.  Once you have copied the settings files over you will need to change the Application Data, Database Folder and Backup Folder paths in Tools &#8211; Options &#8211; General.  As you move from computer to computer GSAK will open up and pull in the latest database information.  It really is seamless!</p>
<p>It is seamless however, until I try to open GSAK on my one Windows computer.  The Application Data and Database Folder settings survive the transition from Linux to Windows.  The Backup Folder path does not change.  It still looks for the last path used.  If you want to back up the database in Windows you have to manually change the options coming and going from Windows.  I posted a note in the GSAK forum asking that the Backup Folder be turned into a variable instead of a hard coded path.  Hopefully that will change in future versions.</p>
<p><strong>So What Doesn&#8217;t Work In Windows?</strong></p>
<p>There are two areas of GSAK that still doesn&#8217;t work with Wine:</p>
<ul>
<li>Split Screen View &#8211; This feature doesn&#8217;t work at all.  It loads the first cache when the program loads but never loads another one after that.  Sometimes the program crashes when it tries to load.  I only run this view when I am on my Windows computer and I have to turn it off before I go back to Linux.</li>
<li>Macros &#8211; Most of the macros that I am accustomed to using work well in Linux.  Only the macros that require Windows drive letters won&#8217;t work in Linux.  That doesn&#8217;t affect me very much so I haven&#8217;t spent much time on it.</li>
</ul>
<div id="attachment_492" class="wp-caption aligncenter" style="width: 580px"><a href="http://douglasward.files.wordpress.com/2011/01/gsak-linux.png"><img class="size-full wp-image-492" title="gsak-linux" src="http://douglasward.files.wordpress.com/2011/01/gsak-linux.png?w=570&#038;h=265" alt="" width="570" height="265" /></a><p class="wp-caption-text">It really works!</p></div>
<p>So there you have it, GSAK works in Linux!  There are still a few kinks to be worked out but considering that a few months ago it wouldn&#8217;t even load properly this is enormous progress.  I hope more of my fellow Linux users will start running it.  Perhaps we can get the last few glitches worked out at some point and have the same functionality as our Windows brethren.  Happy Caching!</p>
<br />Filed under: <a href='http://douglasward.net/category/geocaching/'>Geocaching</a>, <a href='http://douglasward.net/category/technology/internet/'>Internet</a>, <a href='http://douglasward.net/category/technology/linux/'>Linux</a>, <a href='http://douglasward.net/category/technology/software-technology/'>Software</a> Tagged: <a href='http://douglasward.net/tag/dropbox/'>dropbox</a>, <a href='http://douglasward.net/tag/geocaching-2/'>geocaching</a>, <a href='http://douglasward.net/tag/gsak/'>gsak</a>, <a href='http://douglasward.net/tag/linux/'>Linux</a>, <a href='http://douglasward.net/tag/wine/'>wine</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/douglasward.wordpress.com/471/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/douglasward.wordpress.com/471/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/douglasward.wordpress.com/471/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/douglasward.wordpress.com/471/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/douglasward.wordpress.com/471/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/douglasward.wordpress.com/471/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/douglasward.wordpress.com/471/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/douglasward.wordpress.com/471/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/douglasward.wordpress.com/471/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/douglasward.wordpress.com/471/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/douglasward.wordpress.com/471/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/douglasward.wordpress.com/471/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/douglasward.wordpress.com/471/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/douglasward.wordpress.com/471/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=douglasward.net&amp;blog=4969350&amp;post=471&amp;subd=douglasward&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://douglasward.net/2011/01/21/gsak-works-in-linux/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/197d00329564eeecb4f8c3cacfd45d4e?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Douglas</media:title>
		</media:content>

		<media:content url="http://douglasward.files.wordpress.com/2011/01/gsak-square128.png" medium="image">
			<media:title type="html">gsak-square128</media:title>
		</media:content>

		<media:content url="http://douglasward.files.wordpress.com/2011/01/winelogo.gif" medium="image">
			<media:title type="html">WineLogo</media:title>
		</media:content>

		<media:content url="http://douglasward.files.wordpress.com/2011/01/wine.png" medium="image">
			<media:title type="html">wine</media:title>
		</media:content>

		<media:content url="http://douglasward.files.wordpress.com/2011/01/gsak-version.png?w=230" medium="image">
			<media:title type="html">gsak-version</media:title>
		</media:content>

		<media:content url="http://douglasward.files.wordpress.com/2011/01/gsak-linux.png" medium="image">
			<media:title type="html">gsak-linux</media:title>
		</media:content>
	</item>
		<item>
		<title>Porting Your Phone Number To Google Voice</title>
		<link>http://douglasward.net/2011/01/20/porting-your-phone-number-to-google-voice/</link>
		<comments>http://douglasward.net/2011/01/20/porting-your-phone-number-to-google-voice/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 19:11:48 +0000</pubDate>
		<dc:creator>Douglas</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Telecommunications]]></category>

		<guid isPermaLink="false">http://douglasward.net/?p=481</guid>
		<description><![CDATA[It looks like you can now port your favorite phone number to the Google Voice service.  This is a welcome addition to all of the great functionality that this service offers.  I&#8217;ve been using Google Voice since it was introduced so I don&#8217;t really have another number to give out. Google is testing out this service right [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=douglasward.net&amp;blog=4969350&amp;post=481&amp;subd=douglasward&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It looks like you can now <a href="http://gizmodo.com/5738350/you-can-now-port-your-own-number-to-google-voice">port your favorite phone number</a> to the <a href="https://google.com/voice">Google Voice</a> service.  This is a welcome addition to all of the great functionality that this service offers.  I&#8217;ve been using Google Voice since it was introduced so I don&#8217;t really have another number to give out.</p>
<p>Google is testing out this service right now with a limited number of users (present company excluded).  It looks like it will cost $20 to transfer the number and your existing phone account will be discontinued.  Keep in mind that you will be hit with early contract termination fees if you are still in the middle of a contract.  If you have been waiting to port your number when your contract ends however, this is for you!</p>
<p>Now if they would only add MMS and extension dialing support&#8230;</p>
<br />Filed under: <a href='http://douglasward.net/category/technology/internet/'>Internet</a>, <a href='http://douglasward.net/category/technology/telecommunications/'>Telecommunications</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/douglasward.wordpress.com/481/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/douglasward.wordpress.com/481/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/douglasward.wordpress.com/481/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/douglasward.wordpress.com/481/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/douglasward.wordpress.com/481/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/douglasward.wordpress.com/481/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/douglasward.wordpress.com/481/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/douglasward.wordpress.com/481/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/douglasward.wordpress.com/481/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/douglasward.wordpress.com/481/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/douglasward.wordpress.com/481/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/douglasward.wordpress.com/481/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/douglasward.wordpress.com/481/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/douglasward.wordpress.com/481/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=douglasward.net&amp;blog=4969350&amp;post=481&amp;subd=douglasward&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://douglasward.net/2011/01/20/porting-your-phone-number-to-google-voice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/197d00329564eeecb4f8c3cacfd45d4e?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Douglas</media:title>
		</media:content>
	</item>
		<item>
		<title>Introducing WordPress</title>
		<link>http://douglasward.net/2010/11/18/introducing-wordpress/</link>
		<comments>http://douglasward.net/2010/11/18/introducing-wordpress/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 21:28:44 +0000</pubDate>
		<dc:creator>Douglas</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[gpl]]></category>
		<category><![CDATA[open source software]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://douglasward.net/?p=463</guid>
		<description><![CDATA[This is an excellent video introduction to the concepts of WordPress. Pay close attention to the open source principles and references that Matt makes. Those same ideas drive everything I do at work and online. Filed under: Internet, Open Source Software, Software Tagged: blog, gpl, open source software, website, wordpress<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=douglasward.net&amp;blog=4969350&amp;post=463&amp;subd=douglasward&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is an excellent video introduction to the concepts of WordPress.  Pay close attention to the open source principles and references that Matt makes.  Those same ideas drive everything I do at work and online.</p>
<p><span style="text-align:center; display: block;"><a href="http://douglasward.net/2010/11/18/introducing-wordpress/"><img src="http://img.youtube.com/vi/SQEQr7c0-dw/2.jpg" alt="" /></a></span></p>
<br />Filed under: <a href='http://douglasward.net/category/technology/internet/'>Internet</a>, <a href='http://douglasward.net/category/technology/open-source-software/'>Open Source Software</a>, <a href='http://douglasward.net/category/technology/software-technology/'>Software</a> Tagged: <a href='http://douglasward.net/tag/blog/'>blog</a>, <a href='http://douglasward.net/tag/gpl/'>gpl</a>, <a href='http://douglasward.net/tag/open-source-software-2/'>open source software</a>, <a href='http://douglasward.net/tag/website/'>website</a>, <a href='http://douglasward.net/tag/wordpress/'>wordpress</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/douglasward.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/douglasward.wordpress.com/463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/douglasward.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/douglasward.wordpress.com/463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/douglasward.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/douglasward.wordpress.com/463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/douglasward.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/douglasward.wordpress.com/463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/douglasward.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/douglasward.wordpress.com/463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/douglasward.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/douglasward.wordpress.com/463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/douglasward.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/douglasward.wordpress.com/463/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=douglasward.net&amp;blog=4969350&amp;post=463&amp;subd=douglasward&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://douglasward.net/2010/11/18/introducing-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/197d00329564eeecb4f8c3cacfd45d4e?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Douglas</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/SQEQr7c0-dw/2.jpg" medium="image" />
	</item>
		<item>
		<title>When Errors Become Works of Art</title>
		<link>http://douglasward.net/2010/10/08/when-errors-become-works-of-art/</link>
		<comments>http://douglasward.net/2010/10/08/when-errors-become-works-of-art/#comments</comments>
		<pubDate>Fri, 08 Oct 2010 17:38:52 +0000</pubDate>
		<dc:creator>Douglas</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[404]]></category>
		<category><![CDATA[down]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[hootsuite]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://douglasward.net/?p=411</guid>
		<description><![CDATA[I remember when 404 and 500 errors were just that, error messages.  We have all seen them when we try to browse to a website and we have trouble communicating with the remote server.  They can be so much more though.  When a 404 error lives up to its full potential the result can be [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=douglasward.net&amp;blog=4969350&amp;post=411&amp;subd=douglasward&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I remember when <a href="http://en.wikipedia.org/wiki/HTTP_404" target="_blank">404</a> and <a href="http://www.checkupdown.com/status/E500.html" target="_blank">500</a> errors were just that, error messages.  We have all seen them when we try to browse to a website and we have trouble communicating with the remote server.  They can be so much more though.  When a 404 error lives up to its full potential the result can be a work of art.  Remember, if it&#8217;s on a computer, it will someday break.  I also find in life it&#8217;s important to not always take oneself too seriously.  One of my favorite websites, <a href="http://hootsuite.com" target="_blank">Hootsuite</a>, provides today&#8217;s examples:</p>
<p><a href="http://douglasward.files.wordpress.com/2010/10/hootsuite-404-1.png"><img class="aligncenter size-medium wp-image-412" title="hootsuite-404-1" src="http://douglasward.files.wordpress.com/2010/10/hootsuite-404-1.png?w=300&#038;h=184" alt="" width="300" height="184" /></a></p>
<p><a href="http://douglasward.files.wordpress.com/2010/10/hootsuite-404-2.png"><img class="aligncenter size-medium wp-image-413" title="hootsuite-404-2" src="http://douglasward.files.wordpress.com/2010/10/hootsuite-404-2.png?w=300&#038;h=215" alt="" width="300" height="215" /></a></p>
<p><a href="http://hootsuite.com" target="_blank">Hootsuite.com</a> is one of my favorite online apps by the way.  You should check them out when they have finished resolving this problem&#8230;</p>
<br />Filed under: <a href='http://douglasward.net/category/technology/internet/'>Internet</a>, <a href='http://douglasward.net/category/technology/websites/'>Websites</a> Tagged: <a href='http://douglasward.net/tag/404/'>404</a>, <a href='http://douglasward.net/tag/down/'>down</a>, <a href='http://douglasward.net/tag/error/'>error</a>, <a href='http://douglasward.net/tag/hootsuite/'>hootsuite</a>, <a href='http://douglasward.net/tag/website/'>website</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/douglasward.wordpress.com/411/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/douglasward.wordpress.com/411/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/douglasward.wordpress.com/411/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/douglasward.wordpress.com/411/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/douglasward.wordpress.com/411/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/douglasward.wordpress.com/411/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/douglasward.wordpress.com/411/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/douglasward.wordpress.com/411/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/douglasward.wordpress.com/411/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/douglasward.wordpress.com/411/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/douglasward.wordpress.com/411/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/douglasward.wordpress.com/411/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/douglasward.wordpress.com/411/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/douglasward.wordpress.com/411/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=douglasward.net&amp;blog=4969350&amp;post=411&amp;subd=douglasward&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://douglasward.net/2010/10/08/when-errors-become-works-of-art/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/197d00329564eeecb4f8c3cacfd45d4e?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Douglas</media:title>
		</media:content>

		<media:content url="http://douglasward.files.wordpress.com/2010/10/hootsuite-404-1.png?w=300" medium="image">
			<media:title type="html">hootsuite-404-1</media:title>
		</media:content>

		<media:content url="http://douglasward.files.wordpress.com/2010/10/hootsuite-404-2.png?w=300" medium="image">
			<media:title type="html">hootsuite-404-2</media:title>
		</media:content>
	</item>
		<item>
		<title>Threading The Conversation Needle</title>
		<link>http://douglasward.net/2010/09/30/threading-the-conversation-needle/</link>
		<comments>http://douglasward.net/2010/09/30/threading-the-conversation-needle/#comments</comments>
		<pubDate>Thu, 30 Sep 2010 18:10:18 +0000</pubDate>
		<dc:creator>Douglas</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[conversation view]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google apps]]></category>
		<category><![CDATA[priority inbox]]></category>

		<guid isPermaLink="false">http://douglasward.net/?p=408</guid>
		<description><![CDATA[My latest article is up on the Faith &#38; Technology Blog.  I discuss the recent Priority Inbox and Conversation View changes in Google Apps and Gmail.  Now it&#8217;s time to start thinking about the next topic! Filed under: Internet, Software Tagged: conversation view, google, google apps, priority inbox<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=douglasward.net&amp;blog=4969350&amp;post=408&amp;subd=douglasward&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>My latest article is up on the <a href="http://faithandtech.nccumc.net/threading-the-conversation-needle/" target="_blank">Faith &amp; Technology Blog</a>.  I discuss the recent Priority Inbox and Conversation View changes in Google Apps and Gmail.  Now it&#8217;s time to start thinking about the next topic!</p>
<br />Filed under: <a href='http://douglasward.net/category/technology/internet/'>Internet</a>, <a href='http://douglasward.net/category/technology/software-technology/'>Software</a> Tagged: <a href='http://douglasward.net/tag/conversation-view/'>conversation view</a>, <a href='http://douglasward.net/tag/google/'>google</a>, <a href='http://douglasward.net/tag/google-apps/'>google apps</a>, <a href='http://douglasward.net/tag/priority-inbox/'>priority inbox</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/douglasward.wordpress.com/408/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/douglasward.wordpress.com/408/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/douglasward.wordpress.com/408/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/douglasward.wordpress.com/408/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/douglasward.wordpress.com/408/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/douglasward.wordpress.com/408/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/douglasward.wordpress.com/408/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/douglasward.wordpress.com/408/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/douglasward.wordpress.com/408/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/douglasward.wordpress.com/408/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/douglasward.wordpress.com/408/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/douglasward.wordpress.com/408/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/douglasward.wordpress.com/408/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/douglasward.wordpress.com/408/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=douglasward.net&amp;blog=4969350&amp;post=408&amp;subd=douglasward&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://douglasward.net/2010/09/30/threading-the-conversation-needle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/197d00329564eeecb4f8c3cacfd45d4e?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Douglas</media:title>
		</media:content>
	</item>
		<item>
		<title>SSL Identification Errors</title>
		<link>http://douglasward.net/2010/08/30/ssl-identification-errors/</link>
		<comments>http://douglasward.net/2010/08/30/ssl-identification-errors/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 16:40:53 +0000</pubDate>
		<dc:creator>Douglas</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[intermediate ca]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[thawte]]></category>

		<guid isPermaLink="false">http://douglasward.net/?p=385</guid>
		<description><![CDATA[Our clergy e-mail server at work is running a Thawte SSL123 certificate for securing all webmail, POP/SSL and SMTP/SSL traffic.  They have been an excellent certificate authority and we have used them for several years now.  Unfortunately, the certificate in question expired over the weekend.  I was supposed to renew it late Saturday night or [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=douglasward.net&amp;blog=4969350&amp;post=385&amp;subd=douglasward&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Our clergy e-mail server at work is running a <a href="http://www.thawte.com/ssl/index.html" target="_blank">Thawte SSL123</a> certificate for securing all webmail, POP/SSL and SMTP/SSL traffic.  They have been an excellent <a href="http://en.wikipedia.org/wiki/Certificate_authority" target="_blank">certificate authority</a> and we have used them for several years now.  Unfortunately, the certificate in question expired over the weekend.  I was supposed to renew it late Saturday night or Sunday morning, the time when we have the least traffic on our server (go figure, it&#8217;s a bunch of preachers).  The problem was that I got home, sat on the couch, played with the kids and this slipped my mind.</p>
<p>There&#8217;s nothing better than a dose of high octane stress to kick off a week just right.  I came in this morning to find out that no one could connect to the server anymore.  Our office was flooded with calls wondering what was wrong with the e-mail server.  In the past people could have clicked past the expiration error and kept on trucking.  I quickly renewed the certificate, downloaded and installed it.  Then the real problem started.  All of our clients could now access the server but they were getting trust errors.  Turns out the new Thawte certificates need to have an <a href="https://search.thawte.com/support/ssl-digital-certificates/index?page=content&amp;id=AR1384" target="_blank">intermediate CA certificate</a> installed.</p>
<blockquote><p>Thawte uses Intermediate CAs to enhance the security of SSL and Code Signing certificates. Installing the correct Intermediate CAs or CA bundle for the certificate being used is absolutely essential to ensure that users don&#8217;t see certificate errors when visiting a website or running software secured with a Thawte certificate.</p></blockquote>
<p>I didn&#8217;t know about this since it had changed in the last year.  After running it by their technical support (they give great chat by the way) I was pointed to an <a href="https://search.thawte.com/support/ssl-digital-certificates/index?page=content&amp;actp=CROSSLINK&amp;id=AR1372" target="_blank">article</a> discussing the issue.  Turns out this new requirement was implemented on June 27th, 2010.  I downloaded the required certificate and added the following line to ssl.conf:</p>
<p><code>SSLCACertificateFile /usr/local/ssl/crt/cabundle.crt</code></p>
<p>One quick Apache restart and all is well.  Now it&#8217;s noon on Monday.  Time to get the week started!</p>
<br />Filed under: <a href='http://douglasward.net/category/technology/internet/'>Internet</a>, <a href='http://douglasward.net/category/technology/security/'>Security</a>, <a href='http://douglasward.net/category/technology/websites/'>Websites</a> Tagged: <a href='http://douglasward.net/tag/intermediate-ca/'>intermediate ca</a>, <a href='http://douglasward.net/tag/internet/'>Internet</a>, <a href='http://douglasward.net/tag/security/'>Security</a>, <a href='http://douglasward.net/tag/ssl/'>ssl</a>, <a href='http://douglasward.net/tag/thawte/'>thawte</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/douglasward.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/douglasward.wordpress.com/385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/douglasward.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/douglasward.wordpress.com/385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/douglasward.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/douglasward.wordpress.com/385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/douglasward.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/douglasward.wordpress.com/385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/douglasward.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/douglasward.wordpress.com/385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/douglasward.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/douglasward.wordpress.com/385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/douglasward.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/douglasward.wordpress.com/385/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=douglasward.net&amp;blog=4969350&amp;post=385&amp;subd=douglasward&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://douglasward.net/2010/08/30/ssl-identification-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/197d00329564eeecb4f8c3cacfd45d4e?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Douglas</media:title>
		</media:content>
	</item>
		<item>
		<title>Red Link of Death</title>
		<link>http://douglasward.net/2010/08/12/red-link-of-death/</link>
		<comments>http://douglasward.net/2010/08/12/red-link-of-death/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 18:18:31 +0000</pubDate>
		<dc:creator>Douglas</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://douglasward.net/?p=381</guid>
		<description><![CDATA[Leave it to Google to come up with interesting new things.  I downloaded the latest version of Chrome and noticed that several things have changed.  You can now synchronize extensions and preferences across browsers.  The best part though is the new graphic for SSL certificates: This is the graphic that you now see when you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=douglasward.net&amp;blog=4969350&amp;post=381&amp;subd=douglasward&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Leave it to <a href="http://www.google.com" target="_blank">Google</a> to come up with interesting new things.  I downloaded the latest version of <a href="http://www.google.com/chrome" target="_blank">Chrome</a> and noticed that several things have changed.  You can now synchronize extensions and preferences across browsers.  The best part though is the new graphic for SSL certificates:</p>
<div id="attachment_382" class="wp-caption aligncenter" style="width: 130px"><a href="http://douglasward.files.wordpress.com/2010/08/red-death.png"><img class="size-full wp-image-382" title="red-death" src="http://douglasward.files.wordpress.com/2010/08/red-death.png?w=570" alt=""   /></a><p class="wp-caption-text">Beware the security devils!</p></div>
<p>This is the graphic that you now see when you are visiting a website with a valid certificate that is loading page elements that are not encrypted.  It&#8217;s not a terrible thing security wise but nevertheless, beware the red skull of security!  Even though I know it is going to generate support calls I still love it.  Well done Google!</p>
<br />Filed under: <a href='http://douglasward.net/category/technology/internet/'>Internet</a>, <a href='http://douglasward.net/category/technology/security/'>Security</a>, <a href='http://douglasward.net/category/technology/websites/'>Websites</a> Tagged: <a href='http://douglasward.net/tag/chrome/'>chrome</a>, <a href='http://douglasward.net/tag/google/'>google</a>, <a href='http://douglasward.net/tag/security/'>Security</a>, <a href='http://douglasward.net/tag/ssl/'>ssl</a>, <a href='http://douglasward.net/tag/web/'>web</a>, <a href='http://douglasward.net/tag/websites/'>Websites</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/douglasward.wordpress.com/381/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/douglasward.wordpress.com/381/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/douglasward.wordpress.com/381/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/douglasward.wordpress.com/381/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/douglasward.wordpress.com/381/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/douglasward.wordpress.com/381/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/douglasward.wordpress.com/381/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/douglasward.wordpress.com/381/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/douglasward.wordpress.com/381/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/douglasward.wordpress.com/381/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/douglasward.wordpress.com/381/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/douglasward.wordpress.com/381/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/douglasward.wordpress.com/381/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/douglasward.wordpress.com/381/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=douglasward.net&amp;blog=4969350&amp;post=381&amp;subd=douglasward&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://douglasward.net/2010/08/12/red-link-of-death/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/197d00329564eeecb4f8c3cacfd45d4e?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Douglas</media:title>
		</media:content>

		<media:content url="http://douglasward.files.wordpress.com/2010/08/red-death.png" medium="image">
			<media:title type="html">red-death</media:title>
		</media:content>
	</item>
		<item>
		<title>Roadrunner Issue Resolved</title>
		<link>http://douglasward.net/2010/08/02/roadrunner-issue-resolved/</link>
		<comments>http://douglasward.net/2010/08/02/roadrunner-issue-resolved/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 18:13:26 +0000</pubDate>
		<dc:creator>Douglas</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[outage]]></category>
		<category><![CDATA[roadrunner]]></category>
		<category><![CDATA[timewarner]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://douglasward.net/?p=371</guid>
		<description><![CDATA[The Roadrunner delivery issue at work has been resolved.  I waited all weekend to see if our e-mail would deliver.  Roadrunner&#8217;s block on our IP address was never removed.  I sent an e-mail address to postmaster@rr.com with no luck.  There isn&#8217;t even an autoreply configured for that account.  All of the other major ISP&#8217;s resumed [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=douglasward.net&amp;blog=4969350&amp;post=371&amp;subd=douglasward&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_372" class="wp-caption aligncenter" style="width: 201px"><a href="http://douglasward.files.wordpress.com/2010/08/coyote.jpg"><img class="size-full wp-image-372" title="coyote" src="http://douglasward.files.wordpress.com/2010/08/coyote.jpg?w=570" alt=""   /></a><p class="wp-caption-text">Don&#039;t expect any help from the Roadrunner.</p></div>
<p>The Roadrunner delivery issue at work has been resolved.  I waited all weekend to see if our e-mail would deliver.  Roadrunner&#8217;s block on our IP address was never removed.  I sent an e-mail address to postmaster@rr.com with no luck.  There isn&#8217;t even an autoreply configured for that account.  All of the other major ISP&#8217;s resumed service with us after a few hours on Friday afternoon.  Once I was desperate enough I had to eventually change the IP address of our outbound mail delivery.  Thanks for nothing Roadrunner, I fixed it myself.</p>
<br />Filed under: <a href='http://douglasward.net/category/technology/internet/'>Internet</a>, <a href='http://douglasward.net/category/technology/websites/'>Websites</a> Tagged: <a href='http://douglasward.net/tag/email/'>email</a>, <a href='http://douglasward.net/tag/outage/'>outage</a>, <a href='http://douglasward.net/tag/roadrunner/'>roadrunner</a>, <a href='http://douglasward.net/tag/timewarner/'>timewarner</a>, <a href='http://douglasward.net/tag/web/'>web</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/douglasward.wordpress.com/371/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/douglasward.wordpress.com/371/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/douglasward.wordpress.com/371/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/douglasward.wordpress.com/371/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/douglasward.wordpress.com/371/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/douglasward.wordpress.com/371/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/douglasward.wordpress.com/371/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/douglasward.wordpress.com/371/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/douglasward.wordpress.com/371/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/douglasward.wordpress.com/371/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/douglasward.wordpress.com/371/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/douglasward.wordpress.com/371/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/douglasward.wordpress.com/371/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/douglasward.wordpress.com/371/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=douglasward.net&amp;blog=4969350&amp;post=371&amp;subd=douglasward&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://douglasward.net/2010/08/02/roadrunner-issue-resolved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/197d00329564eeecb4f8c3cacfd45d4e?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Douglas</media:title>
		</media:content>

		<media:content url="http://douglasward.files.wordpress.com/2010/08/coyote.jpg" medium="image">
			<media:title type="html">coyote</media:title>
		</media:content>
	</item>
		<item>
		<title>Concurrent Connections</title>
		<link>http://douglasward.net/2010/07/30/concurrent-connections/</link>
		<comments>http://douglasward.net/2010/07/30/concurrent-connections/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 20:58:52 +0000</pubDate>
		<dc:creator>Douglas</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[policies]]></category>
		<category><![CDATA[rate limiting]]></category>
		<category><![CDATA[roadrunner]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://douglasward.net/?p=363</guid>
		<description><![CDATA[I have noticed over the last few days that we have had Roadrunner messages in our main e-mail gateway stuck in our queue with the following error: 56FE71501A1C 1695 Fri Jul 30 08:32:19 noreply@nowhere.com (host hrndva-smtpin02.mail.rr.com[71.74.56.244] refused to talk to me: 421 4.7.1 - Connection refused - - Too many concurrent connections from source IP) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=douglasward.net&amp;blog=4969350&amp;post=363&amp;subd=douglasward&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have noticed over the last few days that we have had Roadrunner messages in our main e-mail gateway stuck in our queue with the following error:</p>
<blockquote><p><code>56FE71501A1C     1695 Fri Jul 30 08:32:19  noreply@nowhere.com<br />
(host hrndva-smtpin02.mail.rr.com[71.74.56.244] refused to talk to me: 421 4.7.1 - Connection refused -  -  Too many concurrent connections from source IP)</code></p></blockquote>
<p>Due to Roadrunner&#8217;s rather draconian <a href="http://postmaster.rr.com/index.php?option=com_content&amp;view=category&amp;id=45&amp;Itemid=71" target="_blank">inbound rate limit policy</a>, we receive this bounce error almost constantly.  A fairly large number of the e-mail that is sent out over our servers is headed for Roadrunner&#8217;s system.  Given that much of the traffic is generated from local church mailing lists, a delay of a few hours usually isn&#8217;t that big of a deal.  At least, it hasn&#8217;t been up until this week.  Once I got in this morning however, I saw that we had almost 5,000 messages in the queue with the same error.  Alarm bells went off and the IT Office shifted into DEFCON 1.</p>
<p>Searching through the 5,000 messages quickly showed me that there was one sender who was doing most of the work.  Grepping through /var/log/maillog quickly showed me which server the traffic was coming from.  Once I had this information handy I shut down the main gateway server to stop the bleeding until I could figure out what was going on.  I headed over to the server in question and started searching through those logs as well.</p>
<p>Turns out that there was an old <a href="http://squirrelmail.org/" target="_blank">Squirrelmail</a> plugin that the spammer was using to generate plain text spam messages internally.  Specifically these were nigerian phishing scheme messages.  Since they are plain text, coming to and from legitimate addresses and were constantly changing, they were very difficult for our spam filters to stop.  Once I updated the plugins, cleaned out all of the mail queues in question and restarted the affected services we were back in action.</p>
<p>The only problem remaining was to convince my fellow e-mail administrators that we were no longer sending spam.  All of the major ISP&#8217;s use different filtering systems, real time blacklists (RBL&#8217;s) and their own internal policies.  This meant visiting each ISP listed in the queue as a bounced message and reporting to them individually that the issue was resolved.</p>
<p>Along the way I noticed that there were two agencies that many of the ISP&#8217;s use as a clearing house for online e-mail system reputation.  You can sign up your organization and they will independently verify that you are not a spammer.  Once you are on their list, the ISP&#8217;s that subscribe to their services can verify that you are a legitmate sender.  It amounts to a shake down more or less.  You have to pay to play.  Given the importance of our e-mail systems I decided to go ahead and sign us up.  If you need to do the same with your mail servers then visit these companies:</p>
<ul>
<li><a href="http://www.emailreg.org/index.cgi?p=home" target="_blank">E-mailReg.org</a> &#8211; This service charges $20 for one year of service.  After verifying domain ownership they say it will take several days.</li>
<li><a href="http://www.returnpath.net/" target="_blank">ReturnPath.net</a> &#8211; This is the big service that a lot of the major ISP&#8217;s use.  They charge for their service based on how big your organization is.  We received the non-profit discount and paid $200 for the application fee with no monthly fee.  This system will take several weeks to verify.  You really should sign up for this service when times are good.</li>
</ul>
<p>All is well now.  The spam flow has been stopped and all of our queues are cleaned out.  All we can do now is wait on Roadrunner&#8217;s rate limits to time out and allow us to resume sending messages.</p>
<br />Filed under: <a href='http://douglasward.net/category/technology/internet/'>Internet</a>, <a href='http://douglasward.net/category/technology/security/'>Security</a> Tagged: <a href='http://douglasward.net/tag/email/'>email</a>, <a href='http://douglasward.net/tag/policies/'>policies</a>, <a href='http://douglasward.net/tag/rate-limiting/'>rate limiting</a>, <a href='http://douglasward.net/tag/roadrunner/'>roadrunner</a>, <a href='http://douglasward.net/tag/security/'>Security</a>, <a href='http://douglasward.net/tag/spam/'>spam</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/douglasward.wordpress.com/363/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/douglasward.wordpress.com/363/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/douglasward.wordpress.com/363/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/douglasward.wordpress.com/363/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/douglasward.wordpress.com/363/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/douglasward.wordpress.com/363/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/douglasward.wordpress.com/363/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/douglasward.wordpress.com/363/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/douglasward.wordpress.com/363/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/douglasward.wordpress.com/363/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/douglasward.wordpress.com/363/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/douglasward.wordpress.com/363/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/douglasward.wordpress.com/363/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/douglasward.wordpress.com/363/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=douglasward.net&amp;blog=4969350&amp;post=363&amp;subd=douglasward&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://douglasward.net/2010/07/30/concurrent-connections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/197d00329564eeecb4f8c3cacfd45d4e?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Douglas</media:title>
		</media:content>
	</item>
		<item>
		<title>Faith &amp; Technology</title>
		<link>http://douglasward.net/2010/07/22/faith-%c2%a0technology/</link>
		<comments>http://douglasward.net/2010/07/22/faith-%c2%a0technology/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 14:29:46 +0000</pubDate>
		<dc:creator>Douglas</dc:creator>
				<category><![CDATA[Church]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Social Networks]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[faith]]></category>
		<category><![CDATA[social networks]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://douglasward.net/?p=329</guid>
		<description><![CDATA[I submitted my first article for our new Faith &#38; Technology blog today.  We are starting this up as a collaborative effort between several clergy and lay people around our Conference.  Its purpose is to discuss technology and the various ways in which it impacts faith and our local church community.  This is my first [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=douglasward.net&amp;blog=4969350&amp;post=329&amp;subd=douglasward&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I submitted my first article for our new <a href="http://faithandtech.nccumc.net/" target="_blank">Faith &amp; Technology blog</a> today.  We are starting this up as a collaborative effort between several clergy and lay people around our Conference.  Its purpose is to discuss technology and the various ways in which it impacts faith and our local church community.  This is my first foray into scheduled writing for another publication (except for this blog of course).  My first article discusses what happens to clergy with full friends lists when <a href="http://faithandtech.nccumc.net/?p=26" target="_blank">they leave a church</a>.  I am very excited about this opportunity.  Be sure to subscribe.  We have lots of interesting things coming!</p>
<br />Filed under: <a href='http://douglasward.net/category/church/'>Church</a>, <a href='http://douglasward.net/category/technology/internet/'>Internet</a>, <a href='http://douglasward.net/category/technology/social-networks/'>Social Networks</a> Tagged: <a href='http://douglasward.net/tag/blog/'>blog</a>, <a href='http://douglasward.net/tag/faith/'>faith</a>, <a href='http://douglasward.net/tag/internet/'>Internet</a>, <a href='http://douglasward.net/tag/social-networks-2/'>social networks</a>, <a href='http://douglasward.net/tag/technology/'>Technology</a>, <a href='http://douglasward.net/tag/websites/'>Websites</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/douglasward.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/douglasward.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/douglasward.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/douglasward.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/douglasward.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/douglasward.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/douglasward.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/douglasward.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/douglasward.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/douglasward.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/douglasward.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/douglasward.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/douglasward.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/douglasward.wordpress.com/329/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=douglasward.net&amp;blog=4969350&amp;post=329&amp;subd=douglasward&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://douglasward.net/2010/07/22/faith-%c2%a0technology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/197d00329564eeecb4f8c3cacfd45d4e?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Douglas</media:title>
		</media:content>
	</item>
	</channel>
</rss>
