<?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; Postfix</title>
	<atom:link href="http://diymacserver.com/category/postfix/feed/" rel="self" type="application/rss+xml" />
	<link>http://diymacserver.com</link>
	<description></description>
	<lastBuildDate>Sat, 04 Feb 2012 13:11:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Postfix updated to 2.8.7</title>
		<link>http://diymacserver.com/2011/11/08/postfix-updated-to-2-8-7/</link>
		<comments>http://diymacserver.com/2011/11/08/postfix-updated-to-2-8-7/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 21:23:14 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Postfix]]></category>

		<guid isPermaLink="false">http://diymacserver.com/?p=2163</guid>
		<description><![CDATA[Here is a new version of Postfix, just released and I’ve got it tested on Snow Leopard and Lion on my test and production machines. This release contains a workaround for a problem that is fixed in Postfix 2.9. The postscreen daemon, which is not enabled by default, sent non-compliant SMTP responses (220- followed by [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a new version of Postfix, just released and I’ve got it tested on Snow Leopard and Lion on my test and production machines. This release contains a workaround for a problem that is fixed in Postfix 2.9.</p>
<ul>
<li>The postscreen daemon, which is not enabled by default, sent non-compliant SMTP responses (220- followed by 421) when it could not give a connection to a real smtpd process. These responses caused some remote SMTP clients to return mail as undeliverable.</p>
<p>The workaround is to hang up after sending 220- without sending the 421 &#8220;sorry&#8221; reply; this is harmless.</p>
<p>The complete fix involves too much change for a stable release: send the 220 greeting, wait for the EHLO command, then send the 421 &#8220;sorry&#8221; reply and hang up.</li>
</ul>
<p><a href="/updating-your-installation/upgrading-postfix/">Howto upgrade postfix.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://diymacserver.com/2011/11/08/postfix-updated-to-2-8-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postfix updated to 2.8.6</title>
		<link>http://diymacserver.com/2011/10/28/postfix-updated-to-2-8-6/</link>
		<comments>http://diymacserver.com/2011/10/28/postfix-updated-to-2-8-6/#comments</comments>
		<pubDate>Fri, 28 Oct 2011 17:44:14 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Postfix]]></category>

		<guid isPermaLink="false">http://diymacserver.com/?p=2159</guid>
		<description><![CDATA[Here is a new version of Postfix, just released and I’ve got it tested on Snow Leopard and Lion on my test and production machines. The Postfix SMTP daemon sent &#8220;bare&#8221; newline characters instead of when a header_checks REJECT pattern matched multi-line header. This bug was introduced with Postfix 1.1. The Postfix SMTP daemon sent [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a new version of Postfix, just released and I’ve got it tested on Snow Leopard and Lion on my test and production machines. </p>
<ul>
<li>The Postfix SMTP daemon sent &#8220;bare&#8221; newline characters instead of <CR><LF> when a header_checks REJECT pattern matched multi-line header. This bug was introduced with Postfix 1.1.
</li>
<li>The Postfix SMTP daemon sent &#8220;bare&#8221; newline characters instead of <CR><LF> when an smtpd_proxy_filter returned a multi-line response. This bug was introduced with Postfix 2.1.
</li>
<li>For compatibility with future EAI (email address internationalization) implementations, the Postfix MIME processor no longer enforces the strict_mime_encoding_domain check on unknown message subtypes such as message/global*. This check is disabled by default.</li>
<li>The Postfix master daemon could report a panic error (&#8220;master_spawn: at process limit&#8221;) after the process limit for some service was reduced with &#8220;postfix reload&#8221;. This bug existed in all Postfix versions.</li>
</ul>
<p><a href="/updating-your-installation/upgrading-postfix/">Howto upgrade postfix.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://diymacserver.com/2011/10/28/postfix-updated-to-2-8-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postfix updated to 2.8.5</title>
		<link>http://diymacserver.com/2011/09/06/postfix-updated-to-2-8-5/</link>
		<comments>http://diymacserver.com/2011/09/06/postfix-updated-to-2-8-5/#comments</comments>
		<pubDate>Tue, 06 Sep 2011 19:23:22 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Postfix]]></category>

		<guid isPermaLink="false">http://diymacserver.com/?p=2121</guid>
		<description><![CDATA[Here is a new version of Postfix, just released and I’ve got it tested on Snow Leopard and Leopard on my test machines. It solves some small bugs for the Postfix Milter client that were already included with the Postfix 2.9 experimental release as listed below: The Postfix Milter client logged a &#8220;milter miltername: malformed [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a new version of Postfix, just released and I’ve got it tested on Snow Leopard and Leopard on my test machines. It solves some small bugs for the Postfix Milter client that were already included with the Postfix 2.9 experimental release as listed below:</p>
<ul>
<li>
 The Postfix Milter client logged a &#8220;milter miltername: malformed    reply&#8221; error when a Milter sent an SMTP response without    enhanced status code (i.e. &#8220;XXX Text&#8221; instead of &#8220;XXX X.X.X   Text&#8221;).</li>
<li> The Postfix Milter client sent a random {client_connections}     macro value when the remote SMTP client was not subject to  any smtpd_client_* limit. As a workaround, it now sends a zero value instead.</li>
</ul>
<p><a href="/updating-your-installation/upgrading-postfix/">Howto upgrade postfix.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://diymacserver.com/2011/09/06/postfix-updated-to-2-8-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The mail server on Lion</title>
		<link>http://diymacserver.com/2011/08/10/the-mail-server-on-lion/</link>
		<comments>http://diymacserver.com/2011/08/10/the-mail-server-on-lion/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 19:45:21 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Dovecot]]></category>
		<category><![CDATA[Lion]]></category>
		<category><![CDATA[Postfix]]></category>
		<category><![CDATA[postfixadmin]]></category>
		<category><![CDATA[Roundcube]]></category>
		<category><![CDATA[SqlGrey]]></category>

		<guid isPermaLink="false">http://diymacserver.com/?p=2088</guid>
		<description><![CDATA[Whilst upgrading my production server, the one you&#8217;re getting these pages served by, to Lion and reinstalling all the programs on it I&#8217;ve also found time to write everything down for you to use when you upgrade to Lion. We already had the MAMP stuff teated and documented but now all the mail server components [...]]]></description>
			<content:encoded><![CDATA[<p>Whilst upgrading my production server, the one you&#8217;re getting these pages served by, to Lion and reinstalling all the programs on it I&#8217;ve also found time to write everything down for you to use when you upgrade to Lion. We already had the MAMP stuff teated and documented but now all the mail server components have been tested and written.</p>
<p><a href="http://diymacserver.com/mail/lion/">http://diymacserver.com/mail/lion/</a></p>
<p>So enjoy your new installation of Lion with these instructions.</p>
<p>In the coming week I will move all my stuff to the new Mini, hopefully without too much interruptions in our service.</p>
]]></content:encoded>
			<wfw:commentRss>http://diymacserver.com/2011/08/10/the-mail-server-on-lion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postfix updated to 2.8.4</title>
		<link>http://diymacserver.com/2011/07/10/postfix-updated-to-2-8-4/</link>
		<comments>http://diymacserver.com/2011/07/10/postfix-updated-to-2-8-4/#comments</comments>
		<pubDate>Sun, 10 Jul 2011 09:24:15 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Postfix]]></category>

		<guid isPermaLink="false">http://diymacserver.com/?p=1945</guid>
		<description><![CDATA[Here is a new version of Postfix, just released and I’ve got it tested on Snow Leopard and Leopard on my test machines. It solves some small bugs as listed below: Performance: a high load of DSN success notification requests could slow down the queue manager. Solution: make the trace client asynchronous, just like the [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a new version of Postfix, just released and I’ve got it tested on Snow Leopard and Leopard on my test machines. It solves some small bugs as listed below:</p>
<ul>
<li>Performance: a high load of DSN success notification requests could slow down the queue manager. Solution: make the trace client asynchronous, just like the bounce and defer clients.</li>
<li>The local(8) delivery agent ignored table lookup errors in mailbox_command_maps, mailbox_transport_maps, fallback_transport_maps and (while bouncing mail to alias) alias owner lookup.</li>
<li> Workaround: dbl.spamhaus.org rejects lookups with &#8220;No IP queries&#8221; even if the name has an alphanumerical prefix. We play safe, and skip both RHSBL and RHSWL queries for names ending in a numerical suffix.</li>
<li>The &#8220;sendmail -t&#8221; command reported &#8220;protocol error&#8221; instead of &#8220;file too large&#8221;, &#8220;no space left on device&#8221; etc.</li>
<li>The Postfix Milter client reported a temporary error instead of &#8220;file too large&#8221; in three cases.</li>
<li>Linux kernel version 3 support. Linus Torvalds has reset the counters for reasons not related to changes in code.</li>
</ul>
<p><a href="/updating-your-installation/upgrading-postfix/">Howto upgrade postfix.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://diymacserver.com/2011/07/10/postfix-updated-to-2-8-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X update 10.6.8 and Security Update 2011-004</title>
		<link>http://diymacserver.com/2011/06/26/mac-os-x-update-10-6-8-and-security-update-2011-004/</link>
		<comments>http://diymacserver.com/2011/06/26/mac-os-x-update-10-6-8-and-security-update-2011-004/#comments</comments>
		<pubDate>Sun, 26 Jun 2011 14:34:33 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Postfix]]></category>

		<guid isPermaLink="false">http://diymacserver.com/?p=1933</guid>
		<description><![CDATA[I’ve just installed the updates on all my test machines running Snow Leopard 10.6.7 and Leopard 10.5.8 before running it on my production server. I did a couple of tests on the machines and could not see an immediate problem on Snow Leopard. Therefore I’m happy to inform you that the Mac OS X 10.6.8 [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve just installed the updates on all my test machines running Snow Leopard 10.6.7 and Leopard 10.5.8 before running it on my production server. I did a couple of tests on the machines and could not see an immediate problem on Snow Leopard. Therefore I’m happy to inform you that the Mac OS X 10.6.8 update does not introduce any problem for our setup.</p>
<p>The Security Update 2011-004 however does change Leopard. I’ve noticed that it replace the postfix binaries and adds Apple’s idea of a security feature to the configuration file. To correct the binaries, go to your latest postfix source directory from which you installed it last and run </p>
<pre class="brush: plain; title: ;">sudo make install</pre>
<p>For the changed configuration please comment out or delete the following line from ‘/etc/postfix/main.cf‘:</p>
<pre class="brush: plain; title: ;">inet_interfaces = localhost</pre>
<p>Restart postfix (reloading config does not work) with:</p>
<pre class="brush: plain; title: ;">sudo postfix stop</pre>
<p>Postfix should restart automatically (if not run “sudo postfix start”).</p>
<p>This is expected to be the last update before Lion and I&#8217;ve got everything lined up to test the upgrade to Lion and a new install on that same platform. I hope to be able to tell you what the results will be as soon as possible. </p>
]]></content:encoded>
			<wfw:commentRss>http://diymacserver.com/2011/06/26/mac-os-x-update-10-6-8-and-security-update-2011-004/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Security Update 2011-002</title>
		<link>http://diymacserver.com/2011/04/15/security-update-2011-002/</link>
		<comments>http://diymacserver.com/2011/04/15/security-update-2011-002/#comments</comments>
		<pubDate>Fri, 15 Apr 2011 21:28:12 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Postfix]]></category>

		<guid isPermaLink="false">http://diymacserver.com/?p=1750</guid>
		<description><![CDATA[I’ve just installed the updates on all my test and production machines running Snow Leopard and Leopard. I did a couple of tests on the machines and could not see an immediate problem. The Security Update 2011-002 does an uncomfortable change on Leopard. I&#8217;ve noticed that it adds Apple&#8217;s idea of a security feature to [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve just installed the updates on all my test and production machines running Snow Leopard and Leopard. I did a couple of tests on the machines and could not see an immediate problem. The <a href="http://support.apple.com/kb/HT4608">Security Update 2011-002</a> does an uncomfortable change on Leopard. I&#8217;ve noticed that it adds Apple&#8217;s idea of a security feature to the Postfix configuration file. To correct it please 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</codeblock></p>
<p>Postfix should restart automatically (if not run &#8220;sudo postfix start&#8221;).</p>
<p>By the way the postfix binary could also have been updated on Leopard, you can check that by running:</p>
<p><codeblock>sudo postconf -m</codeblock></p>
<p>If it has been updated you won&#8217;t see MySQL being named in the list. Re-install postfix by going into your latest source directory you’ve used the last time and run</p>
<p><codeblock>sudo make install<br />
sudo postfix stop</codeblock></p>
]]></content:encoded>
			<wfw:commentRss>http://diymacserver.com/2011/04/15/security-update-2011-002/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Postfix updated to 2.8.2</title>
		<link>http://diymacserver.com/2011/03/23/postfix-updated-to-2-8-2/</link>
		<comments>http://diymacserver.com/2011/03/23/postfix-updated-to-2-8-2/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 05:54:04 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Postfix]]></category>

		<guid isPermaLink="false">http://diymacserver.com/?p=1741</guid>
		<description><![CDATA[Here is a new version of Postfix, just released and I&#8217;ve got it tested on Snow Leopard and Leopard on my test machines. It solves some small bugs as listed below: Bugfix: postscreen DNSBL scoring error. When a client disconnected and then reconnected before all DNSBL results for the earlier session arrived, DNSBL results for [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a new version of Postfix, just released and I&#8217;ve got it tested on Snow Leopard and Leopard on my test machines. It solves some small bugs as listed below:</p>
<ul>
<li>Bugfix: postscreen DNSBL scoring error.  When a client disconnected and then reconnected before all DNSBL results for the earlier session arrived, DNSBL results for the earlier session would be added to the score for the later session. This is very unlikely to have affected any legitimate mail.</li>
<li>Workaround: the SMTP client did not support mail to [ipv6:ipv6addr].</li>
<li>Portability: FreeBSD closefrom() was back-ported to FreeBSD 7, breaking FreeBSD 7.x support retroactively.</li>
<li>Portability: the SUN compiler had trouble with a pointer expression of the form &#8220;(&#8220;text1&#8243; &#8220;text2&#8243;) + constant&#8221; so we don&#8217;t try to be so clever.</li>
</ul>
<p><strong>Note:</strong><br />
Some people have reported problems with updating from an older version (before 2.8.x) that the TLS is no longer working. If you upgrade please add this line to your main.cf configuration file:</p>
<p><codeblock>smtpd_tls_exclude_ciphers = SSLv2, aNULL, ADH, eNULL</codeblock></p>
<p>and restart postfix. Everything should work as expected.</p>
<p>As usual you can read the instructions on how to upgrade Postfix at <a href="/updating-your-installation/upgrading-postfix/">Upgrading Postfix</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://diymacserver.com/2011/03/23/postfix-updated-to-2-8-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X update 10.6.7 and Security Update 2011-001</title>
		<link>http://diymacserver.com/2011/03/22/mac-os-x-update-10-6-7-and-security-update-2011-001/</link>
		<comments>http://diymacserver.com/2011/03/22/mac-os-x-update-10-6-7-and-security-update-2011-001/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 19:47:30 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Postfix]]></category>

		<guid isPermaLink="false">http://diymacserver.com/?p=1739</guid>
		<description><![CDATA[I’ve just installed the updates on all my test machines running Snow Leopard 10.6.7 and Leopard 10.5.8 before running it on my production server. I did a couple of tests on the machines and could not see an immediate problem. Therefore I’m happy to inform you that the Mac OS X 10.6.7 update does not [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve just installed the updates on all my test machines running Snow Leopard 10.6.7 and Leopard 10.5.8 before running it on my production server. I did a couple of tests on the machines and could not see an immediate problem. Therefore I’m happy to inform you that the <a href="http://support.apple.com/kb/HT4472">Mac OS X 10.6.7 update </a>does not introduce any problem for our setup. </p>
<p>The <a href="http://support.apple.com/kb/HT4581">Security Update 2011-001</a> however does change something on Leopard. I&#8217;ve noticed that it adds apple&#8217;s idea of a security feature to the configuration file. To correct it please 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</codeblock></p>
<p>Postfix should restart automatically (if not run &#8220;sudo postfix start&#8221;).</p>
]]></content:encoded>
			<wfw:commentRss>http://diymacserver.com/2011/03/22/mac-os-x-update-10-6-7-and-security-update-2011-001/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Postfix updated to 2.8.1</title>
		<link>http://diymacserver.com/2011/02/27/postfix-updated-to-2-8-1/</link>
		<comments>http://diymacserver.com/2011/02/27/postfix-updated-to-2-8-1/#comments</comments>
		<pubDate>Sun, 27 Feb 2011 10:46:19 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Postfix]]></category>

		<guid isPermaLink="false">http://diymacserver.com/?p=1718</guid>
		<description><![CDATA[Here is a new version of Postfix, just released and I&#8217;ve got it tested on Snow Leopard and Leopard on my test machines. It solves some small bugs as listed below: Fixed a &#8220;signal 11&#8243; bug with Postfix SMTP server debug logging at smtpd_tls_loglevel ≥ 3. The Postfix SMTP and QMQP servers no longer look [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a new version of Postfix, just released and I&#8217;ve got it tested on Snow Leopard and Leopard on my test machines. It solves some small bugs as listed below:</p>
<ul>
<li>Fixed a &#8220;signal 11&#8243; bug with Postfix SMTP server debug logging at smtpd_tls_loglevel ≥ 3.
</li>
<li>The Postfix SMTP and QMQP servers no longer look up IPv6 address information while looking up the FCRDNS (forward-confirmed reverse DNS) hostname for an IPv4 remote client (and vice versa).</li>
<li>The postscreen(8) daemon no longer logs a &#8220;connection reset by peer&#8221; warning when a remote SMTP client hangs up prematurely.</li>
<li>Removed spurious configuration parameters from &#8220;postconf&#8221; output, by deleting the #ifdef MIGRATION_WARNING transitional code from postscreen(8).</li>
<li>Assorted minor documentation fixes.</li>
</ul>
<p><strong>Note:</strong><br />
Some people have reported problems with updating from an older version that the TLS is no longer working. If you upgrade please add this line to your main.cf configuration file:</p>
<p><codeblock>smtpd_tls_exclude_ciphers = SSLv2, aNULL, ADH, eNULL</codeblock></p>
<p>and restart postfix. Everything should work as expected.</p>
<p>As usual you can read the instructions on how to upgrade Postfix at <a href="/updating-your-installation/upgrading-postfix/">Upgrading Postfix</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://diymacserver.com/2011/02/27/postfix-updated-to-2-8-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

