<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Living with Tiger</title>
	<atom:link href="http://n3wb.com/boolean/archives/2005/08/living-with-tiger/feed/" rel="self" type="application/rss+xml" />
	<link>http://n3wb.com/boolean/archives/2005/08/living-with-tiger/</link>
	<description>tech commentary and observations from the future</description>
	<lastBuildDate>Mon, 02 Apr 2012 13:16:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Charlie Lindahl</title>
		<link>http://n3wb.com/boolean/archives/2005/08/living-with-tiger/comment-page-1/#comment-488</link>
		<dc:creator>Charlie Lindahl</dc:creator>
		<pubDate>Fri, 11 Nov 2005 23:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.n3wb.com/boolean/archives/2005/08/living-with-tiger/#comment-488</guid>
		<description>Thanks to all for the posting(s). I, too, was able to fix my postfix problem by following the directions given above. 

I had the problem when I upgraded from Panther to Tiger &quot;in place&quot; (i.e., NOT a clean install). 

Charlie</description>
		<content:encoded><![CDATA[<p>Thanks to all for the posting(s). I, too, was able to fix my postfix problem by following the directions given above. </p>
<p>I had the problem when I upgraded from Panther to Tiger &#8220;in place&#8221; (i.e., NOT a clean install). </p>
<p>Charlie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boolean</title>
		<link>http://n3wb.com/boolean/archives/2005/08/living-with-tiger/comment-page-1/#comment-323</link>
		<dc:creator>boolean</dc:creator>
		<pubDate>Thu, 01 Sep 2005 16:44:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.n3wb.com/boolean/archives/2005/08/living-with-tiger/#comment-323</guid>
		<description>Hey again, Simon.

Thanks for the tip. I tried editting the contents but Wordpress seems to enjoy eating the tags and adding its own formatting inside the XMP tags. So, the above is correct minus the P and BR tags scattered around the end of lines. If you (a reader) are going to use this fix, please follow the link so you can see the proper XML in its original, unwordpressified glory.</description>
		<content:encoded><![CDATA[<p>Hey again, Simon.</p>
<p>Thanks for the tip. I tried editting the contents but WordPress seems to enjoy eating the tags and adding its own formatting inside the XMP tags. So, the above is correct minus the P and BR tags scattered around the end of lines. If you (a reader) are going to use this fix, please follow the link so you can see the proper XML in its original, unwordpressified glory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Heywood</title>
		<link>http://n3wb.com/boolean/archives/2005/08/living-with-tiger/comment-page-1/#comment-322</link>
		<dc:creator>Simon Heywood</dc:creator>
		<pubDate>Thu, 01 Sep 2005 16:02:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.n3wb.com/boolean/archives/2005/08/living-with-tiger/#comment-322</guid>
		<description>Hello Boolean,

After what you&#039;ve said perhaps the best idea is to fix postfix. Apparently (search apple discussions for posts by Bill Scott) Apple&#039;s plist file is Broken.

The fix is:
% cat org.postfix.master.plist



&lt;xmp&gt;
&lt; ?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;

&lt;plist version=&quot;1.0&quot;&gt;
&lt;dict&gt;
        &lt;key&gt;Label&lt;/key&gt;
        &lt;string&gt;org.postfix.master&lt;/string&gt;
        &lt;key&gt;Program&lt;/key&gt;
        &lt;string&gt;/usr/libexec/postfix/master&lt;/string&gt;
        &lt;key&gt;ProgramArguments&lt;/key&gt;
                &lt;string&gt;master&lt;/string&gt;
        &lt;key&gt;RunAtLoad&lt;/key&gt;
                &lt;true /&gt;
        &lt;key&gt;OnDemand&lt;/key&gt;
                &lt;false /&gt;
&lt;/dict&gt;
&lt;/plist&gt;&lt;/xmp&gt;

From: http://discussions.info.apple.com/webx?14@322.IA4xaAsh6pV.5@.68b3e81d/8</description>
		<content:encoded><![CDATA[<p>Hello Boolean,</p>
<p>After what you&#8217;ve said perhaps the best idea is to fix postfix. Apparently (search apple discussions for posts by Bill Scott) Apple&#8217;s plist file is Broken.</p>
<p>The fix is:<br />
% cat org.postfix.master.plist</p>
<p><xmp><br />
< ?xml version="1.0" encoding="UTF-8"?></p>
<plist version="1.0">
<dict><br />
        <key>Label</key><br />
        <string>org.postfix.master</string><br />
        <key>Program</key><br />
        <string>/usr/libexec/postfix/master</string><br />
        <key>ProgramArguments</key><br />
                <string>master</string><br />
        <key>RunAtLoad</key></p>
<true />
        <key>OnDemand</key><br />
                <false /><br />
</dict>
</plist></xmp></p>
<p>From: <a href="http://discussions.info.apple.com/webx?14@322.IA4xaAsh6pV.5@.68b3e81d/8" rel="nofollow">http://discussions.info.apple.com/webx?14@322.IA4xaAsh6pV.5@.68b3e81d/8</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boolean</title>
		<link>http://n3wb.com/boolean/archives/2005/08/living-with-tiger/comment-page-1/#comment-321</link>
		<dc:creator>boolean</dc:creator>
		<pubDate>Thu, 01 Sep 2005 12:44:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.n3wb.com/boolean/archives/2005/08/living-with-tiger/#comment-321</guid>
		<description>Yeah, I saw that in your post that you found this from the Apple Discussion forums. Frankly, it&#039;s surprising to me that people are still having this problem and that it hasn&#039;t been fixed yet, or that a proper fix hasn&#039;t been posted somewhere.

One note about the postfix bug is that it may be triggered by an error in another application or configuration. If you&#039;re setup to launch postfix automatically when mail arrives in the mail-drop folder, it could be a latent time-bomb that will appear when you have your first system error. The error reporting system in Tiger seems to like to send out mail to the administrator (as it does in other &#039;nixes) and this is triggering postfix to start up. I see errors in my logs (after errors in my logs) about postfix not being started and unable to add to mail-drop.

Here&#039;s looking for 10.4.3...</description>
		<content:encoded><![CDATA[<p>Yeah, I saw that in your post that you found this from the Apple Discussion forums. Frankly, it&#8217;s surprising to me that people are still having this problem and that it hasn&#8217;t been fixed yet, or that a proper fix hasn&#8217;t been posted somewhere.</p>
<p>One note about the postfix bug is that it may be triggered by an error in another application or configuration. If you&#8217;re setup to launch postfix automatically when mail arrives in the mail-drop folder, it could be a latent time-bomb that will appear when you have your first system error. The error reporting system in Tiger seems to like to send out mail to the administrator (as it does in other &#8216;nixes) and this is triggering postfix to start up. I see errors in my logs (after errors in my logs) about postfix not being started and unable to add to mail-drop.</p>
<p>Here&#8217;s looking for 10.4.3&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Heywood</title>
		<link>http://n3wb.com/boolean/archives/2005/08/living-with-tiger/comment-page-1/#comment-320</link>
		<dc:creator>Simon Heywood</dc:creator>
		<pubDate>Thu, 01 Sep 2005 11:59:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.n3wb.com/boolean/archives/2005/08/living-with-tiger/#comment-320</guid>
		<description>Odd you should mention comments on your first week with Tiger, I&#039;ve just left one. The comments left by others (MTEQC) hint at why Postfix is trying to run and also how to sort it. This site is linked from Apple Discussions as well, hence why people are still finding it. Myself, I go the postfix error when upgrading to Tiger, an Archive and Install fixed it. Only for it to reappear just a couple of days ago. I can only assume that in installing MYSQL and wordpress it&#039;s caused some interaction with Postfix.</description>
		<content:encoded><![CDATA[<p>Odd you should mention comments on your first week with Tiger, I&#8217;ve just left one. The comments left by others (MTEQC) hint at why Postfix is trying to run and also how to sort it. This site is linked from Apple Discussions as well, hence why people are still finding it. Myself, I go the postfix error when upgrading to Tiger, an Archive and Install fixed it. Only for it to reappear just a couple of days ago. I can only assume that in installing MYSQL and wordpress it&#8217;s caused some interaction with Postfix.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

