<?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>DIYMacServer &#187; Leopard</title>
	<atom:link href="http://diymacserver.com/category/leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://diymacserver.com</link>
	<description></description>
	<lastBuildDate>Thu, 11 Mar 2010 20:44:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mac OS X Update 10.6.2 and Security Update 2009-006</title>
		<link>http://diymacserver.com/2009/11/10/mac-os-x-update-10-6-2-and-security-update-2009-006/</link>
		<comments>http://diymacserver.com/2009/11/10/mac-os-x-update-10-6-2-and-security-update-2009-006/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 07:25:20 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Leopard]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[security update]]></category>

		<guid isPermaLink="false">http://diymacserver.com/?p=1108</guid>
		<description><![CDATA[Warning, be careful when updating your server. I noticed a few hick-ups on my machine. I will update this post with my findings through the day when I find out more.
Leopard Issues:

Resolved: My remote desktop isn&#8217;t working anymore, still looking into this one. Solution: It somehow works again after some time waiting, probably I was [...]]]></description>
			<content:encoded><![CDATA[<p>Warning, be careful when updating your server. I noticed a few hick-ups on my machine. I will update this post with my findings through the day when I find out more.</p>
<p>Leopard Issues:</p>
<ul>
<li><em>Resolved</em>: My remote desktop isn&#8217;t working anymore, still looking into this one. <em>Solution</em>: It somehow works again after some time waiting, probably I was trying to fast</li>
</ul>
<p>Working: Everything else does not look to be affected, even Postfix is as is (in contrast to Snow Leopard)</p>
<p>Snow Leopard issues:</p>
<ul>
<li>Postfix binary get&#8217;s replaced, you&#8217;ll have to do a &#8217;sudo make install&#8217; from the last install direcory to get it working again.</li>
</ul>
<p>For the rest on Snow Leopard everything seems to be working as intended. Will do some more test during the day. </p>
<p>Read more about the update to 10.6.2 <a href="http://support.apple.com/kb/HT3874">here</a> and the security update 2009-006 <a href="http://support.apple.com/kb/HT3937">here</a>.</p>
<p>If you find anything please let us know in the comments and I will try to verify.</p>
<p><strong><em>Update</em></strong>: No more problems found, I guess it was just a postfix problem and as Joe has commented I need to change the location to prevent future issues.</p>
]]></content:encoded>
			<wfw:commentRss>http://diymacserver.com/2009/11/10/mac-os-x-update-10-6-2-and-security-update-2009-006/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dovecot updated to 1.2.5</title>
		<link>http://diymacserver.com/2009/09/15/dovecot-updated-to-1-2-5/</link>
		<comments>http://diymacserver.com/2009/09/15/dovecot-updated-to-1-2-5/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 19:03:29 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Dovecot]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://diymacserver.com/?p=1067</guid>
		<description><![CDATA[A new verison of Dovecot has been released a few days ago but I&#8217;ve only been able to test it today, sorry busy week.
The bugfixes include:

Authentication: DIGEST-MD5 and RPA mechanisms no longer require	  user&#8217;s login realm to be listed in auth_realms. It only made	  configuration more difficult without really providing extra security.
zlib plugin: [...]]]></description>
			<content:encoded><![CDATA[<p>A new verison of Dovecot has been released a few days ago but I&#8217;ve only been able to test it today, sorry busy week.</p>
<p>The bugfixes include:</p>
<ul>
<li>Authentication: DIGEST-MD5 and RPA mechanisms no longer require	  user&#8217;s login realm to be listed in auth_realms. It only made	  configuration more difficult without really providing extra security.</li>
<li>zlib plugin: Don&#8217;t allow clients to save compressed data directly.	  This prevents users from exploiting (most of the) potential security  holes in zlib/bzlib.</li>
<li> Added pop3_save_uidl setting.</li>
<li>dict quota: When updating quota and user isn&#8217;t already in dict,  recalculate and save the quota.</li>
<li>file_set_size() was broken with OSes that didn&#8217;t support  posix_fallocate() (almost everyone except Linux), causing all kinds  of index file errors.</li>
<li>v1.2.4 index file handling could have caused an assert-crash
</li>
<li> IMAP: Fixes to QRESYNC extension.</li>
<li> virtual plugin: Crashfix</li>
<li> deliver: Don&#8217;t send rejects to any messages that have Auto-Submitted<br />
 header. This avoids emails loops.</li>
<li> Maildir: Performance fixes, especially with maildir_very_dirty_syncs.</li>
<li> Maildir++ quota: Limits weren&#8217;t read early enough from maildirsize file (when quota limits not enforced by Dovecot)</li>
<li> Message decoding fixes (mainly for IMAP SEARCH, Sieve).</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://diymacserver.com/2009/09/15/dovecot-updated-to-1-2-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X Security Update 2009-005</title>
		<link>http://diymacserver.com/2009/09/11/mac-os-x-security-update-2009-005/</link>
		<comments>http://diymacserver.com/2009/09/11/mac-os-x-security-update-2009-005/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 09:08:40 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Leopard]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[security update]]></category>

		<guid isPermaLink="false">http://diymacserver.com/?p=1052</guid>
		<description><![CDATA[This update is only for Leopard and Tiger users (Snow Leopard is not affected). I have not tested this on Tiger as I have no longer a machine with Tiger installed but I&#8217;ve tested the Leopard based update and that went without a problem. My production server and two of my test servers received the [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="" align="left" title="" src="/images/software_update.gif"/>This update is only for Leopard and Tiger users (Snow Leopard is not affected). I have not tested this on Tiger as I have no longer a machine with Tiger installed but I&#8217;ve tested the Leopard based update and that went without a problem. My production server and two of my test servers received the update and installed it without any problem.</p>
<p>Read more about the security update <a href="http://support.apple.com/kb/HT3865">here</a>.</p>
<p>n case of doubt, please make a full bootable disk image backup with Carbon Copy Cloner before you start. There are some people having reported problems with previous update so better be safe then sorry!</p>
]]></content:encoded>
			<wfw:commentRss>http://diymacserver.com/2009/09/11/mac-os-x-security-update-2009-005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Short notice</title>
		<link>http://diymacserver.com/2009/08/29/short-notice/</link>
		<comments>http://diymacserver.com/2009/08/29/short-notice/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 19:35:51 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Leopard]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[Update]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[opinion]]></category>
		<category><![CDATA[security update]]></category>

		<guid isPermaLink="false">http://diymacserver.com/?p=962</guid>
		<description><![CDATA[I know a lot of you are awaiting news on Snow Leopard! The early release has put me into a tight spot as I&#8217;m on holiday now (I&#8217;m typing this in an internet cafe paying a ridiculus rate per hour). Snow Leopard is lying in my mailbox at home and I didn&#8217;t bring any Mac [...]]]></description>
			<content:encoded><![CDATA[<p>I know a lot of you are awaiting news on Snow Leopard! The early release has put me into a tight spot as I&#8217;m on holiday now (I&#8217;m typing this in an internet cafe paying a ridiculus rate per hour). Snow Leopard is lying in my mailbox at home and I didn&#8217;t bring any Mac with me. So bear with me untill the next weekend when I&#8217;ll be back home and will post updates.</p>
<p>Postfix has released a new version 2.6.5 as well. Usually they are installable without problems so feel free to update and I will test is soon!</p>
<p>Sorry about this!</p>
]]></content:encoded>
			<wfw:commentRss>http://diymacserver.com/2009/08/29/short-notice/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Compiling 64 bits on a PowerPC on Leopard</title>
		<link>http://diymacserver.com/2009/08/22/compiling-64-bits-on-a-powerpc-on-leopard/</link>
		<comments>http://diymacserver.com/2009/08/22/compiling-64-bits-on-a-powerpc-on-leopard/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 19:09:24 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[64 bits]]></category>
		<category><![CDATA[PowerPC]]></category>

		<guid isPermaLink="false">http://diymacserver.com/?p=958</guid>
		<description><![CDATA[Recently I got some remarks from a user who asked why he was not able to compile 64 bits on the PowerPC platform. My notes and instructions did not mention this and I must confess that I had forgotten this as I could not see a PowerMac or iMac G5 as your basic mailserver.
But I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I got some remarks from a user who asked why he was not able to compile 64 bits on the PowerPC platform. My notes and instructions did not mention this and I must confess that I had forgotten this as I could not see a PowerMac or iMac G5 as your basic mailserver.</p>
<p>But I&#8217;m wrong, as my basic goal was to provide you with a complete mailserver solution, I have to acknowledge that the most polular pages are on installing Apache, PHP and third MySQL. The popularity of the mailserver instructions comes way lower then these three subjects.</p>
<p>So therefore I&#8217;ve updated all the 64 bit instructions with how to compile on a 64 bit PowerPC platform. You have to forgive me for not being able to test this (no G5 at my place!) I&#8217;m using the input of someone else who told me this. It was a very simple change as you only need to change the &#8216;<code>x86_64</code>&#8216; bit into &#8216;<code>ppc64</code>&#8216; and that&#8217;s it.</p>
<p>If someone else could verify that this works it would be grand!</p>
]]></content:encoded>
			<wfw:commentRss>http://diymacserver.com/2009/08/22/compiling-64-bits-on-a-powerpc-on-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New mailserver setup with Dovecot</title>
		<link>http://diymacserver.com/2009/07/02/new-mailserver-setup-with-dovecot/</link>
		<comments>http://diymacserver.com/2009/07/02/new-mailserver-setup-with-dovecot/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 19:36:43 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Courier]]></category>
		<category><![CDATA[Dovecot]]></category>
		<category><![CDATA[Instructions]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[Postfix]]></category>
		<category><![CDATA[Update]]></category>
		<category><![CDATA[courier auth]]></category>
		<category><![CDATA[courier imap]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://diymacserver.com/?p=744</guid>
		<description><![CDATA[As promised earlier, now Dovecot 1.2.0 is released, I&#8217;m officialy launching the new mailserver setup with Postfix and Dovecot (Currently Leopard only).
This means no more Courier based products like the authentication, IMAP, POP3 and maildrop apps. Dovecto can do all that with a single installation. I&#8217;ve found out that the setup is a lot simpler [...]]]></description>
			<content:encoded><![CDATA[<p>As <a href="/2009/06/13/switching-from-courier-to-dovecot/">promised</a> earlier, now <a href="http://www.dovecot.org/list/dovecot-news/2009-July/000119.html">Dovecot 1.2.0 is released</a>, I&#8217;m officialy launching the <a href="/installing-the-mailserver/the-mailserver-on-leopard/">new mailserver setup with Postfix and Dovecot</a> (Currently Leopard only).</p>
<p>This means no more <a href="http://www.courier-mta.org/">Courier</a> based products like the authentication, IMAP, POP3 and maildrop apps. Dovecto can do all that with a single installation. I&#8217;ve found out that the setup is a lot simpler with a lot fewer procedures and configuration files to maintain.</p>
<p>An last but not in the least, it looks like Dovecot is proving to be an even better IMAP server than Courier was. As I told you in the earlier <a href="/2009/06/13/switching-from-courier-to-dovecot/">post</a> it&#8217;s a lot faster. While testing it myself I often saw new email appear in Mail or Thunderbird immidiate after thy were received by Dovecot.</p>
<p>Currently the setup only describes the basic setup of a server, I still need to add the DSpam spam-filter in the setup and integrate server based filtering of incoming emails (where we used to use maildrop for). It is all possible but I still need to find out how and document it for you. When that is done I will write the neccesary migration documents how existing users can migrate safely from Courier to Dovecot.</p>
<p>I will keep supporting the Courier product stack for at least a year after I finished documenting the migration instructions. So don&#8217;t worry if you don&#8217;t switch immediatly. My production servers still run Courier, I only use Dovecot on my test servers. Although there is one user who has already switched to Dovecot (We helped each other in getting this done) because of the performance problems he experienced with Courier IMAP. These problems are now gone and this is one of the reasons I want to move to Dovecot a.s.a.p.</p>
<p>The advise currently is if you want to setup a new server: Use the Dovecot based <a href="/installing-the-mailserver/the-mailserver-on-leopard/">setup</a>. If you already use Courier please wait untill the migration instructions are finished. If you can&#8217;t wait I will try to assist you via email as much as I can but you will be mostly on your own. It&#8217;s not that difficult but ou need to know what you are doing.</p>
<p>I hope you like the switch and will be happy with the improved setup. You can read all about it at <a href="/installing-the-mailserver/the-mailserver-on-leopard/">the new mailserver instruction pages</a></p>
]]></content:encoded>
			<wfw:commentRss>http://diymacserver.com/2009/07/02/new-mailserver-setup-with-dovecot/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>XCode 3.1.3 released</title>
		<link>http://diymacserver.com/2009/06/24/xcode-313-released/</link>
		<comments>http://diymacserver.com/2009/06/24/xcode-313-released/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 16:16:14 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Leopard]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Update]]></category>
		<category><![CDATA[XCode]]></category>
		<category><![CDATA[mac osx]]></category>

		<guid isPermaLink="false">http://diymacserver.com/?p=689</guid>
		<description><![CDATA[Just to inform you all as I missed it myself. Apple have released a new version of XCode. It&#8217;s not mandatory to upgrade but I will do it myself and all instructions etc. will be based on this version although I don&#8217;t expect any issues if you keep using the previous version.
You can download it [...]]]></description>
			<content:encoded><![CDATA[<p>Just to inform you all as I missed it myself. Apple have released a new version of XCode. It&#8217;s not mandatory to upgrade but I will do it myself and all instructions etc. will be based on this version although I don&#8217;t expect any issues if you keep using the previous version.</p>
<p>You can download it from <a href="http://developer.apple.com">developer.apple.com</a>. If you don&#8217;t have an account yet, just register. It&#8217;s free if you just want to download XCode and the related information.</p>
<p>What&#8217;s new in XCode 3.1.3:</p>
<ul>
<li> SDK support for targeting non-Mac OS X platforms, including iPhone OS SDK.
</li>
<li> GCC 4.2 &#038; LLVM GCC 4.2 optional compilers for use with Mac OS X 10.5 SDK
</li>
<li> Updated assistants to create new projects, targets, and source ?les
</li>
<li> Toolbar uses a single popup to choose platform, target, and debug/release
</li>
<li> Integrated SCM support now works with Subversion 1.5</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://diymacserver.com/2009/06/24/xcode-313-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic mailserver instructions now available in 64 bit mode</title>
		<link>http://diymacserver.com/2009/03/22/basic-mailserver-instructions-now-available-in-64-bit-mode/</link>
		<comments>http://diymacserver.com/2009/03/22/basic-mailserver-instructions-now-available-in-64-bit-mode/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 09:34:50 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Courier]]></category>
		<category><![CDATA[Instructions]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[Postfix]]></category>
		<category><![CDATA[64 bits]]></category>
		<category><![CDATA[courier auth]]></category>
		<category><![CDATA[courier imap]]></category>

		<guid isPermaLink="false">http://diymacserver.com/?p=511</guid>
		<description><![CDATA[Finally, I&#8217;ve set myself to it after avery busy week at work. I&#8217;ve created a new set of pages to instruct you how to compile Postfix, Courier-Auth and Courier IMAP/POP3 in 64 bits mode. It&#8217;s basically setting some extra compiler flags but it takes some trial and error to find out which are the correct [...]]]></description>
			<content:encoded><![CDATA[<p>Finally, I&#8217;ve set myself to it after avery busy week at work. I&#8217;ve created a new set of pages to instruct you how to compile Postfix, Courier-Auth and Courier IMAP/POP3 in 64 bits mode. It&#8217;s basically setting some extra compiler flags but it takes some trial and error to find out which are the correct ones. Don&#8217;t forget you need a 64 bits MySQL installation to get this working otherwise you will get compiler errors.</p>
<ul>
<li><a href="/installing-the-mailserver/the-basic-mailserver-on-leopard/building-the-postfix-mailserver-in-64-bits-on-leopard/">Building the Postfix mailserver in 64 bits on Leopard</a></li>
<li><a href="/installing-the-mailserver/the-basic-mailserver-on-leopard/building-the-courier-auth-library-in-64-bits-on-leopard/">Building the Courier Auth library in 64 bits on Leopard</a></li>
<li><a href="/installing-the-mailserver/the-basic-mailserver-on-leopard/building-the-courier-imappop3-server-in-64-bits-on-leopard/">Building the Courier IMAP/POP3 server in 64 bits on Leopard</a></li>
</ul>
<p>The configuration of all the components is not affected by this new compilation method so they stay the same. Next up: DSPAM and Maildrop.</p>
]]></content:encoded>
			<wfw:commentRss>http://diymacserver.com/2009/03/22/basic-mailserver-instructions-now-available-in-64-bit-mode/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Adding GD and mcrypt to PHP</title>
		<link>http://diymacserver.com/2009/03/14/adding-gd-and-mcrypt-to-php/</link>
		<comments>http://diymacserver.com/2009/03/14/adding-gd-and-mcrypt-to-php/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 12:59:13 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Instructions]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://diymacserver.com/?p=474</guid>
		<description><![CDATA[I&#8217;ve received many requests to add several modules to my documentation set of installing PHP. I&#8217;ve untill now avoided it because it is a lot of work to do this for all seperate versions. Not even mentioning solving issues and supporting all your questions.
I&#8217;ve now documented how to add GD (which was one of the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve received many requests to add several modules to my documentation set of installing PHP. I&#8217;ve untill now avoided it because it is a lot of work to do this for all seperate versions. Not even mentioning solving issues and supporting all your questions.</p>
<p>I&#8217;ve now documented how to add GD (which was one of the most requested modules) and mcrypt (required for a safe use of phpmyadmin).</p>
<p>I&#8217;ve documented each module as a seperate installation and it will tell you which parameters to add to the normal PHP installation to make it work. In this manner everyone can select the modules he or she wants without the modules that aren&#8217;t needed.</p>
<p>Read more about it on their respective pages:</p>
<ul>
<li><a href="/installing-php/adding-the-mcrypt-module-to-php/">Adding the mcrypt module to PHP on Leopard</a></li>
<li><a href="/installing-php/adding-the-gd-module-to-php-on-leopard/">Adding the GD module to PHP on Leopard</a></li>
</ul>
<p>I hope you like this method of documention this.</p>
]]></content:encoded>
			<wfw:commentRss>http://diymacserver.com/2009/03/14/adding-gd-and-mcrypt-to-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X updated to 10.5.6 and security update 2008-008</title>
		<link>http://diymacserver.com/2008/12/16/mac-os-x-updated-to-1056-and-security-update-2008-008/</link>
		<comments>http://diymacserver.com/2008/12/16/mac-os-x-updated-to-1056-and-security-update-2008-008/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 21:48:02 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Leopard]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Update]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://diymacserver.com/?p=309</guid>
		<description><![CDATA[I&#8217;ve just finished updating my test server with Mac OSX 10.5.6. Both updates went without any problem and my setup was not affected in a negative way. Only had to get a new version of GPGmail. Every item had started after the reboot and worked according to expectations.
If you want to read more on what [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="" align="left" title="" src="/images/software_update.gif"/>I&#8217;ve just finished updating my test server with Mac OSX 10.5.6. Both updates went without any problem and my setup was not affected in a negative way. Only had to get a new version of GPGmail. Every item had started after the reboot and worked according to expectations.</p>
<p>If you want to read more on what is affected in the updates I would suggest reading the Apple support site for the <a href="http://support.apple.com/kb/HT3194">10.5.6 update</a> and the <a href="http://support.apple.com/kb/HT3338">2008-008 security update</a>.</p>
<p>In case of doubt, please make a full bootable disk image backup with Cabon Copy Cloner before you start.</p>
<p>I will update my production machines this weekend when I&#8217;ve got some more spare time. If you want to be sure everything is allright please wait untill then.</p>
<p><em><strong>Update:</strong> There was an issue with postfix, please <a href="/2008/12/18/update-1056-cripples-postfix-again/">read the update</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://diymacserver.com/2008/12/16/mac-os-x-updated-to-1056-and-security-update-2008-008/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
