<?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>AppleTechnician.com &#187; Mac OS X Server</title>
	<atom:link href="http://appletechnician.com/category/mac-os-x-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://appletechnician.com</link>
	<description></description>
	<lastBuildDate>Thu, 28 Jan 2010 17:34:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Solving Unresponsive Mac OS X Server Tools</title>
		<link>http://appletechnician.com/2009/03/29/solving-unresponsive-mac-os-x-server-tools/</link>
		<comments>http://appletechnician.com/2009/03/29/solving-unresponsive-mac-os-x-server-tools/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 20:46:13 +0000</pubDate>
		<dc:creator>Damien Barrett</dc:creator>
				<category><![CDATA[Mac OS X Server]]></category>
		<category><![CDATA[Server Admin]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Workgroup Manager]]></category>

		<guid isPermaLink="false">http://appletechnician.com/?p=140</guid>
		<description><![CDATA[The problem: Suddenly, your Server Admin and Workgroup Manager applications are unresponsive or extremely sluggish, taking many seconds to simply switch between tasks, or up to a minute to launch.
The solutions &#38; explanation: While this issue existed sporadically in Tiger Server, it&#8217;s really come to the front with Leopard Server because the latter is now [...]]]></description>
			<content:encoded><![CDATA[<p><strong>The problem:</strong> Suddenly, your Server Admin and Workgroup Manager applications are unresponsive or extremely sluggish, taking many seconds to simply switch between tasks, or up to a minute to launch.</p>
<p><strong>The solutions &amp; explanation:</strong> While this issue existed sporadically in Tiger Server, it&#8217;s really come to the front with Leopard Server because the latter is now much more picky about having properly-configured DNS for your server. If this is happening to you, here&#8217;s a checklist to help you solve the problem:</p>
<p><strong>1)</strong> Have you recently changed IP numbers on your server? If so, did you use the changeip command? (man changeip to read about this tool). Run this command to determine whether anything needs to be fixed on your server:</p>
<blockquote><p>sudo changeip -checkhostname</p></blockquote>
<p>If your DNS is configured properly, the result should read something like:</p>
<blockquote><p>Primary address     = 209.250.250.98</p>
<p>Current HostName    = macshelf.com<br />
DNS HostName        = macshelf.com</p>
<p>The names match. There is nothing to change.</p></blockquote>
<p>If you get anything other than this match, you&#8217;ll need to run the changeip command to get the configuration on your server aligned.</p>
<p>If you&#8217;re not hosting your own DNS, then you may need your ISP to create a PTR record for your server&#8217;s domain name so that both forward and reverse DNS lookups are valid. This is especially important if you&#8217;re hosting email on this server, as many email servers are configured to reject mail coming from a server without 100% correct DNS.</p>
<p><strong>2)</strong> Ok, so you&#8217;ve verified your DNS settings are correct. If you had to execute the changeip command to make changes, make sure you&#8217;ve rebooted the server.</p>
<p><strong>3)</strong> If you&#8217;re still having issues with Server Admin and WGM being slow, try removing their preference files (com.apple.ServerAdmin.plist and com.apple.WorkgroupManager.plist) that reside in ~/Library/Preferences. When you relaunch Server Admin and/or WGM, you can re-enter your server&#8217;s address (either its domain name, its IP number, its local Bonjour name, or its loopback address (127.0.0.1); they all will work)).</p>
<p><strong>4)</strong> If you&#8217;re still having problems with unresponsive Server tools, try unloading and then reloading the servermgrd process.</p>
<blockquote><p>sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.servermgrd.plist</p></blockquote>
<blockquote><p>sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.servermgrd.plist</p></blockquote>
<p>These are the steps I followed in resolving this issue on several of the Mac OS X Servers that I manage. Your mileage, of course, may vary. I culled most of this information from the Apple Discussion Boards and the Mac OS X Server and MacEnterprise mailing lists. Good luck!</p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://www.bloglines.com/sub/http://appletechnician.com/2009/03/29/solving-unresponsive-mac-os-x-server-tools/' title='Save to Bloglines' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/bloglines.png' style='width:16px; height:16px;' alt='[Bloglines] ' /></a> <a href='http://www.blogsvine.com/submit.php?url=http://appletechnician.com/2009/03/29/solving-unresponsive-mac-os-x-server-tools/' title='Save to Blogsvine' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/blogsvine.png' style='width:16px; height:16px;' alt='[Blogsvine] ' /></a> <a href='http://del.icio.us/post?url=http://appletechnician.com/2009/03/29/solving-unresponsive-mac-os-x-server-tools/&amp;title=Solving Unresponsive Mac OS X Server Tools' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://appletechnician.com/2009/03/29/solving-unresponsive-mac-os-x-server-tools/&amp;title=Solving Unresponsive Mac OS X Server Tools' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.diigo.com/post?url=http://appletechnician.com/2009/03/29/solving-unresponsive-mac-os-x-server-tools/&amp;title=Solving Unresponsive Mac OS X Server Tools' title='Save to diigo' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/diigo.png' style='width:16px; height:16px;' alt='[diigo] ' /></a> <a href='http://www.facebook.com/share.php?u=http://appletechnician.com/2009/03/29/solving-unresponsive-mac-os-x-server-tools/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://appletechnician.com/2009/03/29/solving-unresponsive-mac-os-x-server-tools/&amp;title=Solving Unresponsive Mac OS X Server Tools' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://www.mixx.com/submit?page_url=http://appletechnician.com/2009/03/29/solving-unresponsive-mac-os-x-server-tools/' title='Save to Mixx' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/mixx.png' style='width:16px; height:16px;' alt='[Mixx] ' /></a> <a href='http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://appletechnician.com/2009/03/29/solving-unresponsive-mac-os-x-server-tools/' title='Seed Newsvine' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/newsvine.png' style='width:16px; height:16px;' alt='[Newsvine] ' /></a> <a href='http://www.propeller.com/submit/?U=http://appletechnician.com/2009/03/29/solving-unresponsive-mac-os-x-server-tools/&amp;T=Solving Unresponsive Mac OS X Server Tools' title='Submit to Propeller' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/propeller.png' style='width:16px; height:16px;' alt='[Propeller] ' /></a> <a href='http://reddit.com/submit?url=http://appletechnician.com/2009/03/29/solving-unresponsive-mac-os-x-server-tools/&amp;title=Solving Unresponsive Mac OS X Server Tools' title='Reddit' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/reddit.png' style='width:16px; height:16px;' alt='[Reddit] ' /></a> <a href='http://www.squidoo.com/lensmaster/bookmark?http://appletechnician.com/2009/03/29/solving-unresponsive-mac-os-x-server-tools/' title='Save to Squidoo' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/squidoo.png' style='width:16px; height:16px;' alt='[Squidoo] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://appletechnician.com/2009/03/29/solving-unresponsive-mac-os-x-server-tools/&amp;title=Solving Unresponsive Mac OS X Server Tools' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://technorati.com/faves?add=http://appletechnician.com/2009/03/29/solving-unresponsive-mac-os-x-server-tools/' title='Add to my Technorati Favorites' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/technorati.png' style='width:16px; height:16px;' alt='[Technorati] ' /></a>  <a title='See more bookmark and sharing options...' href='http://appletechnician.com/2009/03/29/solving-unresponsive-mac-os-x-server-tools/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://appletechnician.com/2009/03/29/solving-unresponsive-mac-os-x-server-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migrating Leopard Wiki Server to Another Server</title>
		<link>http://appletechnician.com/2009/03/04/migrating-leopard-wiki-server-to-another-server/</link>
		<comments>http://appletechnician.com/2009/03/04/migrating-leopard-wiki-server-to-another-server/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 21:23:41 +0000</pubDate>
		<dc:creator>Damien Barrett</dc:creator>
				<category><![CDATA[Mac OS X Server]]></category>

		<guid isPermaLink="false">http://appletechnician.com/?p=51</guid>
		<description><![CDATA[Today, we had a catastrophic data failure on our Wiki server, hosted on a Mac OS X Server. We had two backups, a Carbon Copy Clone from over a year ago, and a Retrospect backup from a few weeks ago. Clearly, the CCC backup was pretty much unusable (ancient content), and so we pulled our [...]]]></description>
			<content:encoded><![CDATA[<p>Today, we had a catastrophic data failure on our Wiki server, hosted on a Mac OS X Server. We had two backups, a Carbon Copy Clone from over a year ago, and a Retrospect backup from a few weeks ago. Clearly, the CCC backup was pretty much unusable (ancient content), and so we pulled our newest Wiki content from the Retrospect backup, and suddenly hit a wall. I needed to slip the &#8220;new&#8221; content into a freshly-restored Leopard server. But how?</p>
<p>Unfortunately, Apple&#8217;s <a href="http://www.apple.com/server/macosx/resources/" onclick="javascript:urchinTracker ('/outbound/article/www.apple.com');">Leopard Server documentation</a> doesn&#8217;t say much about migrating from one Wiki server to another, but it turns out that it&#8217;s not such a difficult process. I found <a href="http://discussions.apple.com/thread.jspa?threadID=1562018&amp;tstart=-2" onclick="javascript:urchinTracker ('/outbound/article/discussions.apple.com');">this Apple Discussion post</a> that helped me to understand the process for restoring the content into a newly-rebuilt Leopard Server OS. Here are my notes from doing this:</p>
<ol>
<li>Reinstall Leopard Server OS. Rebuild Users &amp; Groups, rejoin to ODM, if necessary.</li>
<li>Pull Wiki content from Retrospect backup.</li>
<li>Turn off Web services, if you haven&#8217;t already done so.</li>
<li>Move the restored content into /Library/Collaboration</li>
<li>chown -R _teamsserver:_teamsserver /Library/Collaboration</li>
<li>Rename index.db to index.bak on each workgroup/wiki. Each index.db will be rebuilt when you restart the Web services.</li>
<li>Turn web services back on. Verify that index.db is rebuilt for each workgroup/wiki</li>
<li>Load your wiki in web browser and voila!, all your content is back.</li>
</ol>
<p>And that&#8217;s it. I was pleasantly surprised at how easy this was to restore a wiki from backup. Migrating a wiki from one server to another would use this same process.</p>
<p><strong>Note: </strong>Retrospect doesn&#8217;t honor perimssions during a restore process, which necessitated step number 5 above. Normally, you&#8217;d just be able to tar or zip your content and cp or ditto it from one location to another, which would preserve your permissions.</p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://www.bloglines.com/sub/http://appletechnician.com/2009/03/04/migrating-leopard-wiki-server-to-another-server/' title='Save to Bloglines' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/bloglines.png' style='width:16px; height:16px;' alt='[Bloglines] ' /></a> <a href='http://www.blogsvine.com/submit.php?url=http://appletechnician.com/2009/03/04/migrating-leopard-wiki-server-to-another-server/' title='Save to Blogsvine' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/blogsvine.png' style='width:16px; height:16px;' alt='[Blogsvine] ' /></a> <a href='http://del.icio.us/post?url=http://appletechnician.com/2009/03/04/migrating-leopard-wiki-server-to-another-server/&amp;title=Migrating Leopard Wiki Server to Another Server' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://appletechnician.com/2009/03/04/migrating-leopard-wiki-server-to-another-server/&amp;title=Migrating Leopard Wiki Server to Another Server' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.diigo.com/post?url=http://appletechnician.com/2009/03/04/migrating-leopard-wiki-server-to-another-server/&amp;title=Migrating Leopard Wiki Server to Another Server' title='Save to diigo' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/diigo.png' style='width:16px; height:16px;' alt='[diigo] ' /></a> <a href='http://www.facebook.com/share.php?u=http://appletechnician.com/2009/03/04/migrating-leopard-wiki-server-to-another-server/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://appletechnician.com/2009/03/04/migrating-leopard-wiki-server-to-another-server/&amp;title=Migrating Leopard Wiki Server to Another Server' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://www.mixx.com/submit?page_url=http://appletechnician.com/2009/03/04/migrating-leopard-wiki-server-to-another-server/' title='Save to Mixx' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/mixx.png' style='width:16px; height:16px;' alt='[Mixx] ' /></a> <a href='http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://appletechnician.com/2009/03/04/migrating-leopard-wiki-server-to-another-server/' title='Seed Newsvine' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/newsvine.png' style='width:16px; height:16px;' alt='[Newsvine] ' /></a> <a href='http://www.propeller.com/submit/?U=http://appletechnician.com/2009/03/04/migrating-leopard-wiki-server-to-another-server/&amp;T=Migrating Leopard Wiki Server to Another Server' title='Submit to Propeller' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/propeller.png' style='width:16px; height:16px;' alt='[Propeller] ' /></a> <a href='http://reddit.com/submit?url=http://appletechnician.com/2009/03/04/migrating-leopard-wiki-server-to-another-server/&amp;title=Migrating Leopard Wiki Server to Another Server' title='Reddit' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/reddit.png' style='width:16px; height:16px;' alt='[Reddit] ' /></a> <a href='http://www.squidoo.com/lensmaster/bookmark?http://appletechnician.com/2009/03/04/migrating-leopard-wiki-server-to-another-server/' title='Save to Squidoo' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/squidoo.png' style='width:16px; height:16px;' alt='[Squidoo] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://appletechnician.com/2009/03/04/migrating-leopard-wiki-server-to-another-server/&amp;title=Migrating Leopard Wiki Server to Another Server' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://technorati.com/faves?add=http://appletechnician.com/2009/03/04/migrating-leopard-wiki-server-to-another-server/' title='Add to my Technorati Favorites' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/technorati.png' style='width:16px; height:16px;' alt='[Technorati] ' /></a>  <a title='See more bookmark and sharing options...' href='http://appletechnician.com/2009/03/04/migrating-leopard-wiki-server-to-another-server/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://appletechnician.com/2009/03/04/migrating-leopard-wiki-server-to-another-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Snow Leopard Mail Server to Use Dovecot</title>
		<link>http://appletechnician.com/2009/03/04/snow-leopard-mail-server-to-use-dovecot/</link>
		<comments>http://appletechnician.com/2009/03/04/snow-leopard-mail-server-to-use-dovecot/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 13:17:39 +0000</pubDate>
		<dc:creator>Damien Barrett</dc:creator>
				<category><![CDATA[Mac OS X Server]]></category>

		<guid isPermaLink="false">http://appletechnician.com/?p=42</guid>
		<description><![CDATA[Rumors abound that Snow Leopard&#8217;s Mail server will use Dovecot instead of Cyrus. This is excellent news.
According to the Dovecot project&#8217;s web site, the software is also &#8220;among the highest performing IMAP servers,&#8221; using self optimizing, transparent indexing of mail folders that support modification by multiple concurrent users. The software also supports IMAP extensions including [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.appleinsider.com/articles/09/02/13/snow_leopard_server_to_ramp_up_scalability_and_performance.html" onclick="javascript:urchinTracker ('/outbound/article/www.appleinsider.com');">Rumors</a> abound that Snow Leopard&#8217;s Mail server <a href="http://www.derekunderwood.com/general-computer/apples-os-x-snow-leopard-server-brings-faster-email/" onclick="javascript:urchinTracker ('/outbound/article/www.derekunderwood.com');">will use Dovecot</a> instead of Cyrus. This is excellent news.</p>
<blockquote><p>According to the Dovecot project&#8217;s web site, the software is also &#8220;among the highest performing IMAP servers,&#8221; using self optimizing, transparent indexing of mail folders that support modification by multiple concurrent users. The software also supports IMAP extensions including IDLE push notifications, and provides plugins for handling ACL support and quota limitations. Apple is also expect to tout improvements of its own, including support for server side email rules and vacation messages.</p></blockquote>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://www.bloglines.com/sub/http://appletechnician.com/2009/03/04/snow-leopard-mail-server-to-use-dovecot/' title='Save to Bloglines' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/bloglines.png' style='width:16px; height:16px;' alt='[Bloglines] ' /></a> <a href='http://www.blogsvine.com/submit.php?url=http://appletechnician.com/2009/03/04/snow-leopard-mail-server-to-use-dovecot/' title='Save to Blogsvine' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/blogsvine.png' style='width:16px; height:16px;' alt='[Blogsvine] ' /></a> <a href='http://del.icio.us/post?url=http://appletechnician.com/2009/03/04/snow-leopard-mail-server-to-use-dovecot/&amp;title=Snow Leopard Mail Server to Use Dovecot' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://appletechnician.com/2009/03/04/snow-leopard-mail-server-to-use-dovecot/&amp;title=Snow Leopard Mail Server to Use Dovecot' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.diigo.com/post?url=http://appletechnician.com/2009/03/04/snow-leopard-mail-server-to-use-dovecot/&amp;title=Snow Leopard Mail Server to Use Dovecot' title='Save to diigo' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/diigo.png' style='width:16px; height:16px;' alt='[diigo] ' /></a> <a href='http://www.facebook.com/share.php?u=http://appletechnician.com/2009/03/04/snow-leopard-mail-server-to-use-dovecot/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://appletechnician.com/2009/03/04/snow-leopard-mail-server-to-use-dovecot/&amp;title=Snow Leopard Mail Server to Use Dovecot' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://www.mixx.com/submit?page_url=http://appletechnician.com/2009/03/04/snow-leopard-mail-server-to-use-dovecot/' title='Save to Mixx' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/mixx.png' style='width:16px; height:16px;' alt='[Mixx] ' /></a> <a href='http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://appletechnician.com/2009/03/04/snow-leopard-mail-server-to-use-dovecot/' title='Seed Newsvine' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/newsvine.png' style='width:16px; height:16px;' alt='[Newsvine] ' /></a> <a href='http://www.propeller.com/submit/?U=http://appletechnician.com/2009/03/04/snow-leopard-mail-server-to-use-dovecot/&amp;T=Snow Leopard Mail Server to Use Dovecot' title='Submit to Propeller' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/propeller.png' style='width:16px; height:16px;' alt='[Propeller] ' /></a> <a href='http://reddit.com/submit?url=http://appletechnician.com/2009/03/04/snow-leopard-mail-server-to-use-dovecot/&amp;title=Snow Leopard Mail Server to Use Dovecot' title='Reddit' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/reddit.png' style='width:16px; height:16px;' alt='[Reddit] ' /></a> <a href='http://www.squidoo.com/lensmaster/bookmark?http://appletechnician.com/2009/03/04/snow-leopard-mail-server-to-use-dovecot/' title='Save to Squidoo' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/squidoo.png' style='width:16px; height:16px;' alt='[Squidoo] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://appletechnician.com/2009/03/04/snow-leopard-mail-server-to-use-dovecot/&amp;title=Snow Leopard Mail Server to Use Dovecot' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://technorati.com/faves?add=http://appletechnician.com/2009/03/04/snow-leopard-mail-server-to-use-dovecot/' title='Add to my Technorati Favorites' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/technorati.png' style='width:16px; height:16px;' alt='[Technorati] ' /></a>  <a title='See more bookmark and sharing options...' href='http://appletechnician.com/2009/03/04/snow-leopard-mail-server-to-use-dovecot/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://appletechnician.com/2009/03/04/snow-leopard-mail-server-to-use-dovecot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
