<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Drew Burden &#187; The vafo2240 Migration</title>
	<atom:link href="http://www.drewburden.com/category/the-vafo2240-migration/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.drewburden.com</link>
	<description>A nerd showers you with his opinions.</description>
	<lastBuildDate>Sun, 04 Jul 2010 13:14:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>The migration continues</title>
		<link>http://www.drewburden.com/2008/05/27/the-migration-continues/</link>
		<comments>http://www.drewburden.com/2008/05/27/the-migration-continues/#comments</comments>
		<pubDate>Tue, 27 May 2008 07:37:55 +0000</pubDate>
		<dc:creator>Drew Burden</dc:creator>
				<category><![CDATA[Follow-up]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[The vafo2240 Migration]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[vafo2240]]></category>

		<guid isPermaLink="false">http://www.drewburden.com/blog/2008/05/27/the-migration-continues/</guid>
		<description><![CDATA[CIMG0806, originally uploaded by nedrubwerd. I apologize for writing so much about this. It seems like it&#8217;s so unimportant to other people but right now it&#8217;s the only thing going on. It&#8217;ll eventually stop. So to follow up, I looked at how hard it would be to implement virtual email hosting on this server. It&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<div class="flickr-frame"><a title="photo sharing" href="http://www.flickr.com/photos/nedrubwerd/2074079537/"><img class="flickr-photo" src="http://farm3.static.flickr.com/2016/2074079537_e651de0ce0.jpg" alt="" /></a></p>
<p><span class="flickr-caption"><a href="http://www.flickr.com/photos/nedrubwerd/2074079537/">CIMG0806</a>, originally uploaded by <a href="http://www.flickr.com/people/nedrubwerd/">nedrubwerd</a>.</span></p>
</div>
<p class="flickr-yourcomment">I apologize for writing so much about this. It seems like it&#8217;s so unimportant to other people but right now it&#8217;s the only thing going on. It&#8217;ll eventually stop.</p>
<p>So to follow up, I looked at how hard it would be to implement virtual email hosting on this server. It&#8217;s not easy and I&#8217;m not doing it. Eventually I&#8217;ll get access to another computer and install Zimbra on it. That&#8217;ll do email. Virtually, too, I hope. It could just be that Exim is a real pain to get to do what you want it to. There are so many drivers and routers and conditional things you have to do just to have mailboxes in ~/imap of a domain owner&#8217;s user account. I do realize the system spool directory is important, and even that&#8217;s still used on a system under DirectAdmin. I don&#8217;t even know why I&#8217;m worrying about it. I certainly don&#8217;t plan on having many people on this server, so there&#8217;s little to no chance of a user name or email address colliding. Am I overreacting?</p>
<p>Tomorrow, Zach Dean&#8217;s site gets moved. This should be fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.drewburden.com/2008/05/27/the-migration-continues/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>On managing a server manually</title>
		<link>http://www.drewburden.com/2008/05/26/on-managing-a-server-manually/</link>
		<comments>http://www.drewburden.com/2008/05/26/on-managing-a-server-manually/#comments</comments>
		<pubDate>Mon, 26 May 2008 10:55:31 +0000</pubDate>
		<dc:creator>Drew Burden</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[The vafo2240 Migration]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[nano]]></category>
		<category><![CDATA[server administration]]></category>
		<category><![CDATA[vafo2240]]></category>

		<guid isPermaLink="false">http://www.drewburden.com/blog/?p=313</guid>
		<description><![CDATA[My web site was the latest in a string to find its way to vafo2240.indgeek.net, a 2U rackmount server sitting on a table on the first floor of the Loch Raven Building. Since I&#8217;m too poor (and/or lazy) to have a Web-based control panel on this server, all the VirtualHost nodes and zone files are [...]]]></description>
			<content:encoded><![CDATA[<p>My web site was the latest in a string to find its way to vafo2240.indgeek.net, a 2U rackmount server sitting on a table on the first floor of the Loch Raven Building. Since I&#8217;m too poor (and/or lazy) to have a Web-based control panel on this server, all the VirtualHost nodes and zone files are edited by hand by the users of the server. This has some risks associated with it, like an instance that happened this weekend when Nick misspelled &#8220;DocumentRoot&#8221; and brought down the entire Apache server. Why has this not stopped me from forcing my users to hand-edit their configuration files? It&#8217;s a good learning experience&#8211;for me <em>and</em> the users.</p>
<p>One thing I still can&#8217;t figure out is how to get Exim and Dovecot to differentiate between domains when accepting email. For example, of one were to send a message to drew@safetyguy.us, it would go to me. Although that&#8217;s cool and I get a free ride on other people&#8217;s domains, that&#8217;s not really the desired behavior. One of these days when I have some free time, I&#8217;ll dig through the configuration files on the server we have at Alphatek with DirectAdmin installed, which seems to do virtual email hosting quite flawlessly. I also still have yet to get SpamAssassin working with Exim, at least in the same way it works under DirectAdmin.</p>
<p>All this manual stuff is just the precursor to me studying for my RHCE certification. If I know my way around a Linux system, I can get the little piece of paper that <em>says</em> I know my way around, and then Eric wouldn&#8217;t seem so jumpy when I step in the server room or mention Linux. I personally think something like this is exciting and I don&#8217;t see myself giving in to any sort of control panel on any of my servers anytime soon. I like DirectAdmin and all because it&#8217;s really easy, but that&#8217;s in a case where we&#8217;re being paid to host web sites and quality is key. Since the only people on my server are me and my buddies, I&#8217;m sure we can deal with some experimentation. Right?</p>
<p>-</p>
<p><strong>Update 1:</strong> While writing this entry, I deleted a user (and its home directory) that had been moved to another server. Since I have httpd set to reload every minute, and a VirtualHost node pointed to that user&#8217;s home directory, Apache died. Oops. I&#8217;m learning, still.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.drewburden.com/2008/05/26/on-managing-a-server-manually/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A new home</title>
		<link>http://www.drewburden.com/2008/05/25/a-new-home/</link>
		<comments>http://www.drewburden.com/2008/05/25/a-new-home/#comments</comments>
		<pubDate>Mon, 26 May 2008 07:12:29 +0000</pubDate>
		<dc:creator>Drew Burden</dc:creator>
				<category><![CDATA[Site news]]></category>
		<category><![CDATA[The vafo2240 Migration]]></category>
		<category><![CDATA[drewburden.com]]></category>
		<category><![CDATA[moving]]></category>
		<category><![CDATA[new server]]></category>
		<category><![CDATA[vafo2240]]></category>

		<guid isPermaLink="false">http://www.drewburden.com/blog/?p=312</guid>
		<description><![CDATA[If you can see this blog post, you are accessing DrewBurden.com at its new home on a server owned by me. I&#8217;ll have to see how things go before posting a status update sometime soon. Maybe now I&#8217;ll blog a bit more.]]></description>
			<content:encoded><![CDATA[<p>If you can see this blog post, you are accessing DrewBurden.com at its new home on a server owned by me. I&#8217;ll have to see how things go before posting a status update sometime soon. Maybe now I&#8217;ll blog a bit more.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.drewburden.com/2008/05/25/a-new-home/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
