<?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</title>
	<atom:link href="http://diymacserver.com/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>Apache updated to 2.2.15</title>
		<link>http://diymacserver.com/2010/03/11/apache-updated-to-2-2-15/</link>
		<comments>http://diymacserver.com/2010/03/11/apache-updated-to-2-2-15/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 20:44:49 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[security update]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://diymacserver.com/?p=1255</guid>
		<description><![CDATA[The apache team have released an update to the popular webserver. This updates concerns several security fixes and I would advise you to upgrade your server accordingly. I&#8217;ve tested and updated all my server without any problem. Read all about the changes and bugs fixed in the 2.2.15 changelog.
If you&#8217;ve forgotten how to upgrade your [...]]]></description>
			<content:encoded><![CDATA[<p>The apache team have released an update to the popular webserver. This updates concerns several security fixes and I would advise you to upgrade your server accordingly. I&#8217;ve tested and updated all my server without any problem. Read all about the changes and bugs fixed in the <a href="http://www.apache.org/dist/httpd/CHANGES_2.2.15">2.2.15 changelog</a>.</p>
<p>If you&#8217;ve forgotten how to upgrade your Apache installation in the least painfull way with a possibility to go back if something goes wrong: <a href="/updating-your-installation/upgrading-apache/">Upgrading Apache</a></p>
]]></content:encoded>
			<wfw:commentRss>http://diymacserver.com/2010/03/11/apache-updated-to-2-2-15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dovecot updated to 1.2.11</title>
		<link>http://diymacserver.com/2010/03/09/dovecot-updated-to-1-2-11/</link>
		<comments>http://diymacserver.com/2010/03/09/dovecot-updated-to-1-2-11/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 19:56:08 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Dovecot]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://diymacserver.com/?p=1251</guid>
		<description><![CDATA[Timo released another bugfix to Dovecot, mbox users really should upgrade, because by sending a message with a huge header you could basically cause a DoS (this problem exists only with v1.2.x, not with v1.0 or v1.1). Our default setting is maildirs instead of mbox, so you should be safe.

mbox: Message header reading was unnecessarily [...]]]></description>
			<content:encoded><![CDATA[<p>Timo released another bugfix to Dovecot, mbox users really should upgrade, because by sending a message with a huge header you could basically cause a DoS (this problem exists only with v1.2.x, not with v1.0 or v1.1). Our default setting is maildirs instead of mbox, so you should be safe.</p>
<ul>
<li>mbox: Message header reading was unnecessarily slow. Fetching a huge header could have resulted in Dovecot eating a lot of CPU. Also searching messages was much slower than necessary.</li>
<li>mbox, dbox, cydir: Mail root directory was created with 0770  permissions, instead of 0700.</li>
<li>maildir: Reading uidlist could have ended up in an infinite loop.</li>
<li>IMAP IDLE: v1.2.7+ caused extra load by checking changes every 0.5 seconds after a change had occurred in mailbox</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://diymacserver.com/2010/03/09/dovecot-updated-to-1-2-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Possible version problem with mysqld</title>
		<link>http://diymacserver.com/2010/03/04/possible-version-problem-with-mysqld/</link>
		<comments>http://diymacserver.com/2010/03/04/possible-version-problem-with-mysqld/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 19:46:49 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[startup]]></category>

		<guid isPermaLink="false">http://diymacserver.com/?p=1247</guid>
		<description><![CDATA[Several people have notified me of the problem they discovered when checking the version that is installed after they manually compiled MySQL from source after the binary install. The mysqld located in &#8216;/usr/local/mysql/bin&#8216; directory keeps reflecting the original installed version and not the latest source compiled version.
It took me a while to find out what [...]]]></description>
			<content:encoded><![CDATA[<p>Several people have notified me of the problem they discovered when checking the version that is installed after they manually compiled MySQL from source after the binary install. The <code>mysqld</code> located in &#8216;<code>/usr/local/mysql/bin</code>&#8216; directory keeps reflecting the original installed version and not the latest source compiled version.</p>
<p>It took me a while to find out what was wrong here but I solved it. It is my mistake as I did not discover this earlier. The <code>mysqld</code> program when compiling from source is located in &#8216;<code>/usr/local/mysql/libexec</code>&#8216; and is properly referenced is you use the &#8216;<code>mysqld_safe</code>&#8216; program to start it up. The <code>mysqld</code> binary in &#8216;<code>/usr/local/mysql/bin</code>&#8216; is a left-over of the binary install procedure and is no longer used or referenced. This also means that my startup script was incorrect.</p>
<p>As a consequence I&#8217;ve changed the <a href="/installing-mysql/starting-mysql-on-leopard/">startup plist</a> file. Please do the same by first changing the plist file and then do:</p>
<p><codeblock>sudo launchctl unload /System/Library/LaunchDaemons/com.diymacserver.mysql.plist<br />
sudo launchctl load /System/Library/LaunchDaemons/com.diymacserver.mysql.plist<br />
</codeblock></p>
<p>Then the newer version should be running. You can check this by using the command:</p>
<p><codeblock>mysqladmin version</codeblock></p>
<p>Thanks to the vigilant users and my apologies to the others.</p>
]]></content:encoded>
			<wfw:commentRss>http://diymacserver.com/2010/03/04/possible-version-problem-with-mysqld/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL released 5.1.44</title>
		<link>http://diymacserver.com/2010/02/21/mysql-released-5-1-44/</link>
		<comments>http://diymacserver.com/2010/02/21/mysql-released-5-1-44/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 20:20:08 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://diymacserver.com/?p=1239</guid>
		<description><![CDATA[For everyone who has upgraded to a 5.1.x version. This is mostly a bug fix release and it is up to you if you want to upgrade. There are no apparent security issues solved in this release. 
Check all the fixes and changes that are listed on the release notes to see what issues are [...]]]></description>
			<content:encoded><![CDATA[<p>For everyone who has upgraded to a 5.1.x version. This is mostly a bug fix release and it is up to you if you want to upgrade. There are no apparent security issues solved in this release. </p>
<p>Check all the fixes and changes that are listed on <a href="http://dev.mysql.com/doc/refman/5.1/en/news-5-1-44.html">the release notes</a> to see what issues are resolved and if you are affected.</p>
<p>I’ve compiled this version and did some simple tests on my test servers and it worked without any problems.</p>
<p>Read the documentation on <a href="/updating-your-installation/upgrading-mysql/">how to ugrade MySQL</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://diymacserver.com/2010/02/21/mysql-released-5-1-44/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postfix updated to 2.7.0</title>
		<link>http://diymacserver.com/2010/02/18/postfix-updated-to-2-7-0/</link>
		<comments>http://diymacserver.com/2010/02/18/postfix-updated-to-2-7-0/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 20:20:08 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Postfix]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://diymacserver.com/?p=1235</guid>
		<description><![CDATA[It&#8217;s been a while but the Postfix stable release 2.7.0 is available. For the past releases, the focus has moved towards improving the code and documentation, and updating the system for changing environments. You can read the release notes but the biggest changes are:

Improved before-queue content filter performance. With
 &#8220;smtpd_proxy_options = speed_adjust&#8221;, the Postfix SMTP [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while but the Postfix stable release 2.7.0 is available. For the past releases, the focus has moved towards improving the code and documentation, and updating the system for changing environments. You can read the <a href="http://www.postfix.org/announcements/postfix-2.7.0.html">release notes</a> but the biggest changes are:</p>
<ul>
<li>Improved before-queue content filter performance. With<br />
 &#8220;smtpd_proxy_options = speed_adjust&#8221;, the Postfix SMTP server<br />
 receives the entire message before it connects to a before-queue<br />
 content filter. Typically, this allows Postfix to handle the same<br />
 mail load with fewer content filter processes.</li>
<li>Improved address verification performance. The verify database<br />
 is now persistent by default, and it is automatically cleaned<br />
 periodically, Under overload conditions, the Postfix SMTP server<br />
 no longer waits up to 6 seconds for an address probe to complete.</li>
<li>Support for reputation management based on the local SMTP client<br />
 IP address. This is typically implemented with &#8220;FILTER transportname:&#8221;<br />
 actions in access maps or header/body checks, and mail delivery<br />
 transports in master.cf with unique smtp_bind_address values.</li>
<li>The postscreen daemon (a zombie-blocker in front of Postfix) is<br />
 still too rough for a stable release, and will be made &#8220;mature&#8221;<br />
 in the Postfix 2.8 development cycle (however you can use Postfix<br />
 2.7 with the Postfix 2.8 postscreen and dnsblog executables and<br />
 master.cf configuration; this code has already proven itself).</li>
</ul>
<p>No functionality has been removed, but it is a good idea to review<br />
the RELEASE_NOTES file for the usual minor incompatibilities or<br />
limitations.</p>
<p>By the way you still need to edit the ‘s<code>rc/util/sys_defs.h</code>‘ file.</p>
<p>For instructions on how to upgrade Postfix please read <a href="/updating-your-installation/upgrading-postfix/">Upgrading Postfix</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://diymacserver.com/2010/02/18/postfix-updated-to-2-7-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL released 5.1.43</title>
		<link>http://diymacserver.com/2010/02/01/mysql-released-5-1-43/</link>
		<comments>http://diymacserver.com/2010/02/01/mysql-released-5-1-43/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 20:06:08 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://diymacserver.com/?p=1182</guid>
		<description><![CDATA[For everyone who has upgraded to a 5.1.x version. This is mostly a bug fix release and it is up to you if you want to upgrade. There are no apparent security issues solved in this release. 
Check all the fixes and changes that are listed on the release notes to see what issues are [...]]]></description>
			<content:encoded><![CDATA[<p>For everyone who has upgraded to a 5.1.x version. This is mostly a bug fix release and it is up to you if you want to upgrade. There are no apparent security issues solved in this release. </p>
<p>Check all the fixes and changes that are listed on <a href="http://dev.mysql.com/doc/refman/5.1/en/news-5-1-43.html">the release notes</a> to see what issues are resolved and if you are affected. Most of them are concerning replication.</p>
<p>I’ve compiled this version and did some simple tests on my test servers and it worked without any problems.</p>
<p>Read the documentation on <a href="/updating-your-installation/upgrading-mysql/">how to ugrade MySQL</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://diymacserver.com/2010/02/01/mysql-released-5-1-43/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dovecot updated to 1.2.10</title>
		<link>http://diymacserver.com/2010/01/31/dovecot-updated-to-1-2-10/</link>
		<comments>http://diymacserver.com/2010/01/31/dovecot-updated-to-1-2-10/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 19:30:17 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Dovecot]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://diymacserver.com/?p=1166</guid>
		<description><![CDATA[Timo released another bugfix to Dovecot, some minor fixes are included. If you don&#8217;t have any problem you don&#8217;t need to upgrade if you don&#8217;t want to. Bugs fixed in this issue are:

%variables now support %{host}, %{pid} and %{env:ENVIRONMENT_NAME} everywhere.
LIST-STATUS capability is now advertised
maildir: Fixed several assert-crashes.
imap: LIST &#8220;&#8221; inbox shouldn&#8217;t crash when using namespace [...]]]></description>
			<content:encoded><![CDATA[<p>Timo released another bugfix to Dovecot, some minor fixes are included. If you don&#8217;t have any problem you don&#8217;t need to upgrade if you don&#8217;t want to. Bugs fixed in this issue are:</p>
<ul>
<li>%variables now support %{host}, %{pid} and %{env:ENVIRONMENT_NAME} everywhere.</li>
<li>LIST-STATUS capability is now advertised</li>
<li>maildir: Fixed several assert-crashes.</li>
<li>imap: LIST &#8220;&#8221; inbox shouldn&#8217;t crash when using namespace with  &#8220;INBOX.&#8221; prefix.</li>
<li>lazy_expunge now ignores non-private namespaces.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://diymacserver.com/2010/01/31/dovecot-updated-to-1-2-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X Security Update 2010-001</title>
		<link>http://diymacserver.com/2010/01/23/mac-os-x-security-update-2010-001/</link>
		<comments>http://diymacserver.com/2010/01/23/mac-os-x-security-update-2010-001/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 18:52:27 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Postfix]]></category>
		<category><![CDATA[Update]]></category>
		<category><![CDATA[security update]]></category>

		<guid isPermaLink="false">http://diymacserver.com/?p=1164</guid>
		<description><![CDATA[Sorry that I&#8217;m later than I&#8217;m supposed to be with this blogpost, but my new day job needs all the attention at the moment. The good news is there are not much problems when you update your Mac with the latest security update. Read more about it in Apple&#8217;s Knowledge base article.
On Leopard there is [...]]]></description>
			<content:encoded><![CDATA[<p>Sorry that I&#8217;m later than I&#8217;m supposed to be with this blogpost, but my new day job needs all the attention at the moment. The good news is there are not much problems when you update your Mac with the latest security update. Read more about it in Apple&#8217;s <a href="http://support.apple.com/kb/HT4004">Knowledge base article</a>.</p>
<p>On Leopard there is a small known issue with postfix.  To correct it comment out or delete the following line from &#8216;<code>/etc/postfix/main.cf</code>&#8216;:</p>
<p><codeblock>inet_interfaces = localhost</codeblock></p>
<p>Restart postfix (reloading config does not work) with:</p>
<p><codeblock>sudo postfix stop<br />
sudo postfix start</codeblock></p>
<p>And all should be fine. If you find another issue please use the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://diymacserver.com/2010/01/23/mac-os-x-security-update-2010-001/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MySQL released version 5.0.89</title>
		<link>http://diymacserver.com/2009/12/22/mysql-released-version-5-0-89/</link>
		<comments>http://diymacserver.com/2009/12/22/mysql-released-version-5-0-89/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 18:23:07 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://diymacserver.com/?p=1149</guid>
		<description><![CDATA[MySQL released new versions of the  5.0.x community version of their database server. There were no security issue releated to this release so if you are not affected I would not advise you to upgrade. I&#8217;ve upgraded all my servers without any issue following the normal upgrade path as documented.
Read more about the specifics [...]]]></description>
			<content:encoded><![CDATA[<p>MySQL released new versions of the  5.0.x community version of their database server. There were no security issue releated to this release so if you are not affected I would not advise you to upgrade. I&#8217;ve upgraded all my servers without any issue following the normal upgrade path as <a href="/updating-your-installation/upgrading-mysql/">documented</a>.</p>
<p>Read more about the specifics for this release here: <a href="http://dev.mysql.com/doc/refman/5.0/en/news-5-0-89.html">Changes in MySQL 5.0.89</a></p>
]]></content:encoded>
			<wfw:commentRss>http://diymacserver.com/2009/12/22/mysql-released-version-5-0-89/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP updated to 5.2.12</title>
		<link>http://diymacserver.com/2009/12/22/php-updated-to-5-2-12/</link>
		<comments>http://diymacserver.com/2009/12/22/php-updated-to-5-2-12/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 18:15:32 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[security update]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://diymacserver.com/?p=1146</guid>
		<description><![CDATA[The PHP development team have released PHP 5.2.12. This release focuses on improving the stability of the PHP 5.2.x branch with over 60 bug fixes, some of which are security related. All users of PHP 5.2 are encouraged to upgrade to this release. The security enhancements and fixes in PHP 5.2.12 are:

Fixed a safe_mode bypass [...]]]></description>
			<content:encoded><![CDATA[<p>The PHP development team have released PHP 5.2.12. This release focuses on improving the stability of the PHP 5.2.x branch with over 60 bug fixes, some of which are security related. All users of PHP 5.2 are encouraged to upgrade to this release. The security enhancements and fixes in PHP 5.2.12 are:</p>
<ul>
<li>Fixed a safe_mode bypass in tempnam() identified by Grzegorz Stachowiak. (CVE-2009-3557, Rasmus)</li>
<li>Fixed a open_basedir bypass in posix_mkfifo() identified by Grzegorz Stachowiak. (CVE-2009-3558, Rasmus)</li>
<li>Added &#8220;max_file_uploads&#8221; INI directive, which can be set to limit the number of file uploads per-request to 20 by default, to prevent possible DOS via temporary file exhaustion, identified by Bogdan Calin. (CVE-2009-4017, Ilia)</li>
<li>Added protection for $_SESSION from interrupt corruption and improved &#8220;session.save_path&#8221; check, identified by Stefan Esser. (CVE-2009-4143, Stas)</li>
<li>Fixed bug #49785 (insufficient input string validation of htmlspecialchars()). (CVE-2009-4142, Moriyoshi, hello at iwamot dot com)</li>
</ul>
<p>For instructions on how to upgrade PHP please read: <a href="/updating-your-installation/updating-php/">Upgrading PHP</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://diymacserver.com/2009/12/22/php-updated-to-5-2-12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
