<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: 10.5.8 Server Upgrade : Mail</title>
	<atom:link href="http://www.jonsblog.org/2010/01/17/leopard-server-upgrade-mail-10-6-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jonsblog.org/2010/01/17/leopard-server-upgrade-mail-10-6-2/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 09 Aug 2010 03:36:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Jon Brown</title>
		<link>http://www.jonsblog.org/2010/01/17/leopard-server-upgrade-mail-10-6-2/comment-page-1/#comment-44</link>
		<dc:creator>Jon Brown</dc:creator>
		<pubDate>Sat, 06 Mar 2010 01:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonsblog.org/?p=5#comment-44</guid>
		<description>Your very welcome, I think you can rename the drives without any problem that should be fine and should not affect the transfer. What I did instead of target disk mode was just take the drive out of the old XServe and put it in the new one, and yes I did rename my drive seemed to be ok.</description>
		<content:encoded><![CDATA[<p>Your very welcome, I think you can rename the drives without any problem that should be fine and should not affect the transfer. What I did instead of target disk mode was just take the drive out of the old XServe and put it in the new one, and yes I did rename my drive seemed to be ok.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rusty Duncan</title>
		<link>http://www.jonsblog.org/2010/01/17/leopard-server-upgrade-mail-10-6-2/comment-page-1/#comment-43</link>
		<dc:creator>Rusty Duncan</dc:creator>
		<pubDate>Fri, 05 Mar 2010 17:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonsblog.org/?p=5#comment-43</guid>
		<description>Hmm, I can think of an issue with mounting the drives in target disk mode. The new drives have the same names as the old ones. Macintosh HD and UserData. So when I mount the old ones I will have two drives of each name. If I rename the old drives Macintosh HD-old and UserData-Old will this break the info in /usr/bin/cyrus/bin ??

Thanks!</description>
		<content:encoded><![CDATA[<p>Hmm, I can think of an issue with mounting the drives in target disk mode. The new drives have the same names as the old ones. Macintosh HD and UserData. So when I mount the old ones I will have two drives of each name. If I rename the old drives Macintosh HD-old and UserData-Old will this break the info in /usr/bin/cyrus/bin ??</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rusty Duncan</title>
		<link>http://www.jonsblog.org/2010/01/17/leopard-server-upgrade-mail-10-6-2/comment-page-1/#comment-42</link>
		<dc:creator>Rusty Duncan</dc:creator>
		<pubDate>Fri, 05 Mar 2010 17:11:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonsblog.org/?p=5#comment-42</guid>
		<description>Wow. Thanks so much for a detailed and clear reply. The old server is still running while I figure out how to best accomplish migration. So, I can certainly give your suggestion a try. 

I have been going off of the Migration document you recommend using the section for Manual Migration. It describes exporting data and backing up certain files. Somehow I interpreted it to mean I could do what I tried. And, I was using split horizon dns without knowing what it is called. 

Thank you for educating me!</description>
		<content:encoded><![CDATA[<p>Wow. Thanks so much for a detailed and clear reply. The old server is still running while I figure out how to best accomplish migration. So, I can certainly give your suggestion a try. </p>
<p>I have been going off of the Migration document you recommend using the section for Manual Migration. It describes exporting data and backing up certain files. Somehow I interpreted it to mean I could do what I tried. And, I was using split horizon dns without knowing what it is called. </p>
<p>Thank you for educating me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Brown</title>
		<link>http://www.jonsblog.org/2010/01/17/leopard-server-upgrade-mail-10-6-2/comment-page-1/#comment-41</link>
		<dc:creator>Jon Brown</dc:creator>
		<pubDate>Fri, 05 Mar 2010 01:31:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonsblog.org/?p=5#comment-41</guid>
		<description>Split horizon DNS means that you have two sets of DNS records, a public facing set and a private facing set. You never want your server to be out on the public internet so what you should be doing is putting your server behind a firewall and using its port forwarding options to forward your servers public IP to its private IP. When people in the real world want to get to your server they will reference your public facing DNS records. We use GoDaddy for our public DNS since we also get our domains with them as well. Internally your server should reference itself. You should be running DNS but the record should point internally. That is what split horizon DNS is.

The mail migration script needs to run off of the original drive, you can either mount your old server in target disc mode onto your new hardware. If your performing an upgrade then you should not just copy the /usr/bin/cyrus/bin/ directory to another hard drive, this will never work because the permissions have changed and the Apple migration script looks in the database, and the database in turn references other directories you really should either install on a clean hard drive and import from the old hard drive, or use carbon copy cloner to clone the drive to another drive then run the script. 

I understand that your mailstore was on another drive, I did that too without looking at your setup I would guess that the /usr/bin/cyrus/ folder you copied might be empty indeed. You can check the exact path in Server Admin if your old server is still operational. You should also reference this document and read it carefully. http://manuals.info.apple.com/en_US/Migration_v10.6.pdf it answers a lot of your questions. Good luck and thanks for commenting!</description>
		<content:encoded><![CDATA[<p>Split horizon DNS means that you have two sets of DNS records, a public facing set and a private facing set. You never want your server to be out on the public internet so what you should be doing is putting your server behind a firewall and using its port forwarding options to forward your servers public IP to its private IP. When people in the real world want to get to your server they will reference your public facing DNS records. We use GoDaddy for our public DNS since we also get our domains with them as well. Internally your server should reference itself. You should be running DNS but the record should point internally. That is what split horizon DNS is.</p>
<p>The mail migration script needs to run off of the original drive, you can either mount your old server in target disc mode onto your new hardware. If your performing an upgrade then you should not just copy the /usr/bin/cyrus/bin/ directory to another hard drive, this will never work because the permissions have changed and the Apple migration script looks in the database, and the database in turn references other directories you really should either install on a clean hard drive and import from the old hard drive, or use carbon copy cloner to clone the drive to another drive then run the script. </p>
<p>I understand that your mailstore was on another drive, I did that too without looking at your setup I would guess that the /usr/bin/cyrus/ folder you copied might be empty indeed. You can check the exact path in Server Admin if your old server is still operational. You should also reference this document and read it carefully. <a href="http://manuals.info.apple.com/en_US/Migration_v10.6.pdf" rel="nofollow">http://manuals.info.apple.com/en_US/Migration_v10.6.pdf</a> it answers a lot of your questions. Good luck and thanks for commenting!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rusty Duncan</title>
		<link>http://www.jonsblog.org/2010/01/17/leopard-server-upgrade-mail-10-6-2/comment-page-1/#comment-40</link>
		<dc:creator>Rusty Duncan</dc:creator>
		<pubDate>Thu, 04 Mar 2010 15:20:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonsblog.org/?p=5#comment-40</guid>
		<description>Can you describe your DNS setup in a bit more detail? I have looked up the definition of split horizon dns but it did not help.

Also, I cannot seem to get the migration script to run. I have copied the /usr/bin/cyrus/bin directory to an external drive, and referenced it in my script. But it comes back with an error stating &quot;Error: cvt_cyrusdb does not exist in: .&quot;
I know the file is in the directory. My original server setup was using an external volume to keep the mail store. Is it possible that the /cyrus/bin folder is also in a different location than normal?

Thanks!</description>
		<content:encoded><![CDATA[<p>Can you describe your DNS setup in a bit more detail? I have looked up the definition of split horizon dns but it did not help.</p>
<p>Also, I cannot seem to get the migration script to run. I have copied the /usr/bin/cyrus/bin directory to an external drive, and referenced it in my script. But it comes back with an error stating &#8220;Error: cvt_cyrusdb does not exist in: .&#8221;<br />
I know the file is in the directory. My original server setup was using an external volume to keep the mail store. Is it possible that the /cyrus/bin folder is also in a different location than normal?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Brown Designs &#124; I AM OSX</title>
		<link>http://www.jonsblog.org/2010/01/17/leopard-server-upgrade-mail-10-6-2/comment-page-1/#comment-7</link>
		<dc:creator>Jon Brown Designs &#124; I AM OSX</dc:creator>
		<pubDate>Wed, 20 Jan 2010 03:40:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonsblog.org/?p=5#comment-7</guid>
		<description>[...] Excerpt from: Jon Brown Designs [...]</description>
		<content:encoded><![CDATA[<p>[...] Excerpt from: Jon Brown Designs [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Brown Designs &#124; Mac Affinity</title>
		<link>http://www.jonsblog.org/2010/01/17/leopard-server-upgrade-mail-10-6-2/comment-page-1/#comment-6</link>
		<dc:creator>Jon Brown Designs &#124; Mac Affinity</dc:creator>
		<pubDate>Tue, 19 Jan 2010 23:55:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonsblog.org/?p=5#comment-6</guid>
		<description>[...] Follow this link: Jon Brown Designs [...]</description>
		<content:encoded><![CDATA[<p>[...] Follow this link: Jon Brown Designs [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
