<?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>Edge of the Web &#187; computing</title>
	<atom:link href="http://www.edgeoftheweb.co.uk/blog/category/computing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.edgeoftheweb.co.uk/blog</link>
	<description></description>
	<lastBuildDate>Tue, 03 Jan 2012 15:10:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Email migration strategy &#8211; plans &amp; tips</title>
		<link>http://www.edgeoftheweb.co.uk/blog/2011/11/08/email-migration-strategy-plans-tips/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=email-migration-strategy-plans-tips</link>
		<comments>http://www.edgeoftheweb.co.uk/blog/2011/11/08/email-migration-strategy-plans-tips/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 12:20:31 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[computing]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://www.edgeoftheweb.co.uk/blog/?p=964</guid>
		<description><![CDATA[Recently we moved our mail servers from where they’ve been hosted for a few years along with our website, to a shiny new cloud server, dedicated just for email (at the moment). Email is (still) the life-blood of 21st century &#8230;]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://www.edgeoftheweb.co.uk/blog/wp-content/uploads/2011/11/shutterstock_59270638.jpg"><img class="alignright size-medium wp-image-969" style="padding-left: 20px;" title="Flying Emails" src="http://www.edgeoftheweb.co.uk/blog/wp-content/uploads/2011/11/shutterstock_59270638-300x212.jpg" alt="" width="300" height="212" /></a>Recently we moved our mail servers from where they’ve been hosted for a few years along with our website, to a shiny new cloud server, dedicated just for email (at the moment).</p>
<p>Email is (still) the life-blood of 21st century communication, despite the rise and fall of varying social mediums. Varying reports put the <a href="http://www.radicati.com/wp/wp-content/uploads/2010/04/Email-Statistics-Report-2010-2014-Executive-Summary2.pdf">total number of emails sent per year</a> in the 100s of billions, although there is some debate on just how much of that is spam!</p>
<p>So it was important that the transfer went smoothly, with as little disruption as possible. I followed advice from this useful <a href="http://www.toao.net/438-seamless-email-server-migration">email migration</a> guide to help with the transfer.<br />
To speed up DNS propagation, remember to change your TTL to something small, but don’t forget that your TTL must propagate too!</p>
<p>First, I setup the new server with mail and smtp server software and created all the relevant mailboxes and forwarders. Importantly I set up a PTR record for the server so reverse DNS lookups would match the mail server name properly.<br />
I used the same mail server software we were using on the old setup, so we didn’t have to worry about compatibility issues when moving emails across to the new system.</p>
<p>Secondly I setup a subdomain (e.g. tempmail.edgeoftheweb.co.uk) on the new server and created forwarders for all the accounts from that subdomain to our actual domain: e.g. info@tempmail.edgeoftheweb.co.uk pointed to info@edgeoftheweb.co.uk</p>
<p>Thirdly, once the DNS records for tempmail.edgeoftheweb.co.uk had propagated round the internet, I backed up all existing emails (including the subscribed folders list and email ID list) on the old server, and moved them to the new server. What I didn’t do at this point, but what I should have done, was to create all the existing IMAP folders (using <a href="http://bobpeers.com/technical/telnet_imap">telnet</a> for example).</p>
<p>Fourth, I setup forwarders on all the email accounts on the old system to redirect mail to tempmail.edgeoftheweb.co.uk. The clever thing was that when emails were received at the new server, it knew to redirect tempmail.edgeoftheweb.co.uk to edgeoftheweb.co.uk, but because it thought edgeoftheweb.co.uk was a locally stored domain name it just delivered incoming emails to essentially a different folder on the new server, rather than sending them back to the old one!</p>
<p>Fifth, I changed our DNS records to point our mail server at the new IP address, and also copied across any additional emails that had arrived since I backed the old server up from the old server to the new server.</p>
<p>Finally, once the DNS records had changed I re-configured our email clients to use the new SSL certificates for the new mail server and new account passwords too!</p>
<p>Having followed those steps we didn’t need to create or setup new email account in our mail clients, we didn’t loose any emails, and our mail clients remained synchronised with the mail server!</p>
<p>NB &#8211; to test the new mail server worked OK before DNS changes had been made, I added an entry to my <a href="http://en.wikipedia.org/wiki/Hosts_(file)">hosts file</a> redirecting our mail server domain name to the new server’s IP address.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.edgeoftheweb.co.uk/blog/2011/11/08/email-migration-strategy-plans-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome OS &#8211; Can it compete with Windows?</title>
		<link>http://www.edgeoftheweb.co.uk/blog/2009/11/20/google-chrome-os-can-it-compete-with-windows/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=google-chrome-os-can-it-compete-with-windows</link>
		<comments>http://www.edgeoftheweb.co.uk/blog/2009/11/20/google-chrome-os-can-it-compete-with-windows/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 10:47:09 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[computing]]></category>

		<guid isPermaLink="false">http://www.edgeoftheweb.co.uk/blog/?p=190</guid>
		<description><![CDATA[Google has recently released more detail on it's new operating system, Google Chrome OS. Can it compete with Microsoft Windows?]]></description>
			<content:encoded><![CDATA[<p>Google has recently released more detail on it&#8217;s new operating system, Google Chrome OS. Built on Googles browser Chrome, it differs greatly from traditional operating systems that we all know, such as Windows, OSX and Linux.Instead of having all your data and applications such as Word and Outlook stored on your computer hard drive, the applications instead, will be stored on one of Googles servers, called a Cloud. This means that you need to be connected to the Internet to use Chrome and access your applications. Of course right now this is a bit of an issue because broadband speeds, especially in certain parts of the UK are still very slow and sometimes unavailable. The good thing is that if you lost your laptop or it broke, then all you would need to would be to purchase a new one, connect to Google Chrome and your back up and running again. Another concern of course is that your data would be stored elsewhere and with people already worried about data protection it will be interesting to see how this one pans out.</p>
<p>One major advantage I see from a personal point of view is that you could have multiple machines using the same OS environment. As I work from home a fair bit and occasionally from a client&#8217;s office, I have to make sure that I have got all the correct files with me and applications, such as my website editor setup correctly before I can work efficiently. Google OS could eliminate these problems.</p>
<p>So is a Cloud OS the future? I think it probably is. There a plenty of advantages to using it and security would be a major factor. However Chrome is not due to be released until Xmas 2010 and even then it&#8217;s only on Netbooks. I think broadband speeds and availability will have to dramatically improve before Google Chrome can challenge the king of the OS, Windows, but it&#8217;s something I&#8217;m certainly looking forward too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.edgeoftheweb.co.uk/blog/2009/11/20/google-chrome-os-can-it-compete-with-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

