<?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 for Switching...</title>
	<atom:link href="http://switch.richard5.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://switch.richard5.net</link>
	<description>How to build your Mac into a internet server using open source software</description>
	<lastBuildDate>Tue, 17 Jun 2008 18:25:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Installing the Roundcube webmail on the mac mini server by Richard5</title>
		<link>http://switch.richard5.net/2006/01/06/installing-the-roundcube-webmail-on-the-mac-mini-server/comment-page-1/#comment-64912</link>
		<dc:creator>Richard5</dc:creator>
		<pubDate>Tue, 17 Jun 2008 18:25:42 +0000</pubDate>
		<guid isPermaLink="false">http://switch.richard5.net/?p=62#comment-64912</guid>
		<description>Colin, try to login in with the full email address not just the user name.</description>
		<content:encoded><![CDATA[<p>Colin, try to login in with the full email address not just the user name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing the Roundcube webmail on the mac mini server by Colin</title>
		<link>http://switch.richard5.net/2006/01/06/installing-the-roundcube-webmail-on-the-mac-mini-server/comment-page-1/#comment-64901</link>
		<dc:creator>Colin</dc:creator>
		<pubDate>Tue, 17 Jun 2008 17:17:49 +0000</pubDate>
		<guid isPermaLink="false">http://switch.richard5.net/?p=62#comment-64901</guid>
		<description>Tried it, but ended up with this in the error logs.  (Regular IMAPS access works fine.)

IMAP Error: Authentication for colin failed (AUTH): &quot;a000 NO Error authenticating
&quot;Authentication for colin failed (LOGIN): &quot;a001 NO Auth method not enabled&quot;</description>
		<content:encoded><![CDATA[<p>Tried it, but ended up with this in the error logs.  (Regular IMAPS access works fine.)</p>
<p>IMAP Error: Authentication for colin failed (AUTH): &#8220;a000 NO Error authenticating<br />
&#8220;Authentication for colin failed (LOGIN): &#8220;a001 NO Auth method not enabled&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Starting the mailserver programs automatically after a reboot by Robin</title>
		<link>http://switch.richard5.net/isp-in-a-box-v2/starting-the-mailserver-programs-automatically-after-a-reboot/comment-page-1/#comment-64183</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Tue, 10 Jun 2008 07:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://switch.richard5.net/isp-in-a-box-v2/starting-the-mailserver-programs-automatically-after-a-reboot/#comment-64183</guid>
		<description>Thank you for the reply.

I used your IMAP Startup-Item-script as a blueprint. It is working.</description>
		<content:encoded><![CDATA[<p>Thank you for the reply.</p>
<p>I used your IMAP Startup-Item-script as a blueprint. It is working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Starting the mailserver programs automatically after a reboot by Richard5</title>
		<link>http://switch.richard5.net/isp-in-a-box-v2/starting-the-mailserver-programs-automatically-after-a-reboot/comment-page-1/#comment-64080</link>
		<dc:creator>Richard5</dc:creator>
		<pubDate>Sun, 08 Jun 2008 19:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://switch.richard5.net/isp-in-a-box-v2/starting-the-mailserver-programs-automatically-after-a-reboot/#comment-64080</guid>
		<description>I don&#039;t understand why you would want this but you can by adding the startup script to the &quot;Login Items&quot; in the Accounts panel in the System Preferences.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t understand why you would want this but you can by adding the startup script to the &#8220;Login Items&#8221; in the Accounts panel in the System Preferences.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Starting the mailserver programs automatically after a reboot by Robin</title>
		<link>http://switch.richard5.net/isp-in-a-box-v2/starting-the-mailserver-programs-automatically-after-a-reboot/comment-page-1/#comment-64073</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Sun, 08 Jun 2008 18:22:23 +0000</pubDate>
		<guid isPermaLink="false">http://switch.richard5.net/isp-in-a-box-v2/starting-the-mailserver-programs-automatically-after-a-reboot/#comment-64073</guid>
		<description>How can I write to start Courier POP daemon when I login?</description>
		<content:encoded><![CDATA[<p>How can I write to start Courier POP daemon when I login?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding virtual hosts to your Apache installation on OS X by another steve</title>
		<link>http://switch.richard5.net/isp-in-a-box-v2/installing-apache-on-mac-os-x/adding-virtual-hosts-to-your-apache-installation-on-os-x/comment-page-1/#comment-61427</link>
		<dc:creator>another steve</dc:creator>
		<pubDate>Tue, 20 May 2008 11:19:41 +0000</pubDate>
		<guid isPermaLink="false">http://switch.richard5.net/adding-virtual-hosts-to-your-apache-installation-on-os-x/#comment-61427</guid>
		<description>Hi Murray, no doubt you&#039;ve sorted the problem now but just in case anyone else has a similar problem it&#039;s easily solved by editing the httpd.conf file and changing the following entry:


    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    Deny from all


To:


    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    Allow from all             ## Changed this from &quot;Deny from all&quot; ##
</description>
		<content:encoded><![CDATA[<p>Hi Murray, no doubt you&#8217;ve sorted the problem now but just in case anyone else has a similar problem it&#8217;s easily solved by editing the httpd.conf file and changing the following entry:</p>
<p>    Options FollowSymLinks<br />
    AllowOverride None<br />
    Order deny,allow<br />
    Deny from all</p>
<p>To:</p>
<p>    Options FollowSymLinks<br />
    AllowOverride None<br />
    Order deny,allow<br />
    Allow from all             ## Changed this from &#8220;Deny from all&#8221; ##</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About me by Larry</title>
		<link>http://switch.richard5.net/about-me/comment-page-1/#comment-59073</link>
		<dc:creator>Larry</dc:creator>
		<pubDate>Tue, 06 May 2008 18:50:20 +0000</pubDate>
		<guid isPermaLink="false">http://switch.richard5.net/about-me/#comment-59073</guid>
		<description>Following your suggestion, I found out that my installation expected php.ini to be in /Library/PHP5/lib/, and it was actually in /etc/. I don&#039;t remember if I moved it there or what exactly.

I copied the php.ini file to /Library/PHP5/lib/, toggled Apache, and php error logging works now.

Thanks so much for the help!</description>
		<content:encoded><![CDATA[<p>Following your suggestion, I found out that my installation expected php.ini to be in /Library/PHP5/lib/, and it was actually in /etc/. I don&#8217;t remember if I moved it there or what exactly.</p>
<p>I copied the php.ini file to /Library/PHP5/lib/, toggled Apache, and php error logging works now.</p>
<p>Thanks so much for the help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About me by Richard5</title>
		<link>http://switch.richard5.net/about-me/comment-page-1/#comment-59058</link>
		<dc:creator>Richard5</dc:creator>
		<pubDate>Tue, 06 May 2008 17:04:46 +0000</pubDate>
		<guid isPermaLink="false">http://switch.richard5.net/about-me/#comment-59058</guid>
		<description>You&#039;ve got to make sure that the php.ini file is expected in that location. To make sure create a sample php file with the statement phpinfo(); in it. It will output the configuration of PHP and where it is expecting the ini file to be.</description>
		<content:encoded><![CDATA[<p>You&#8217;ve got to make sure that the php.ini file is expected in that location. To make sure create a sample php file with the statement phpinfo(); in it. It will output the configuration of PHP and where it is expecting the ini file to be.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About me by Larry</title>
		<link>http://switch.richard5.net/about-me/comment-page-1/#comment-59048</link>
		<dc:creator>Larry</dc:creator>
		<pubDate>Tue, 06 May 2008 15:55:03 +0000</pubDate>
		<guid isPermaLink="false">http://switch.richard5.net/about-me/#comment-59048</guid>
		<description>Hello Richard,

First, thanks for posting your installation guidelines! I&#039;m (nearly) happily using Apache/MySQL/PHP on my iMac, after using MAMP.

The one damper on my happiness - since I switched from MAMP, I can&#039;t log php errors. I&#039;ve posted to an Apple Discussion forum, so far without replies:

http://discussions.apple.com/thread.jspa?threadID=1511411

I hope you can read my forum posting and suggest a solution, either here or in the forum thread.


Larry
Web Team
De Anza College</description>
		<content:encoded><![CDATA[<p>Hello Richard,</p>
<p>First, thanks for posting your installation guidelines! I&#8217;m (nearly) happily using Apache/MySQL/PHP on my iMac, after using MAMP.</p>
<p>The one damper on my happiness &#8211; since I switched from MAMP, I can&#8217;t log php errors. I&#8217;ve posted to an Apple Discussion forum, so far without replies:</p>
<p><a href="http://discussions.apple.com/thread.jspa?threadID=1511411" rel="nofollow">http://discussions.apple.com/thread.jspa?threadID=1511411</a></p>
<p>I hope you can read my forum posting and suggest a solution, either here or in the forum thread.</p>
<p>Larry<br />
Web Team<br />
De Anza College</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configure Postfix for the DSPAM content filter by jagowan</title>
		<link>http://switch.richard5.net/isp-in-a-box-v2/setting-up-dspam/configure-postfix-for-the-dspam-content-filter/comment-page-1/#comment-58369</link>
		<dc:creator>jagowan</dc:creator>
		<pubDate>Sat, 26 Apr 2008 13:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://switch.richard5.net/isp-in-a-box-v2/setting-up-dspam/configure-postfix-for-the-dspam-content-filter/#comment-58369</guid>
		<description>I&#039;M Sorry, I have miss configuration.
After i&#039;ve read your configuration example carefully, it&#039;s working for dspam to filtering incoming only.</description>
		<content:encoded><![CDATA[<p>I&#8217;M Sorry, I have miss configuration.<br />
After i&#8217;ve read your configuration example carefully, it&#8217;s working for dspam to filtering incoming only.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

