<?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"
	>
<channel>
	<title>Comments on: PHP, mail() and OSX Leopard</title>
	<atom:link href="http://echohelloworld.com/2008/05/php-mail-and-osx-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://echohelloworld.com/2008/05/php-mail-and-osx-leopard/</link>
	<description>the Internet</description>
	<pubDate>Wed, 19 Nov 2008 13:31:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Tim Glenn</title>
		<link>http://echohelloworld.com/2008/05/php-mail-and-osx-leopard/#comment-161</link>
		<dc:creator>Tim Glenn</dc:creator>
		<pubDate>Sat, 18 Oct 2008 15:51:42 +0000</pubDate>
		<guid isPermaLink="false">http://echohelloworld.com/?p=5#comment-161</guid>
		<description>Great help! Thanks~!</description>
		<content:encoded><![CDATA[<p>Great help! Thanks~!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fares Farhan</title>
		<link>http://echohelloworld.com/2008/05/php-mail-and-osx-leopard/#comment-125</link>
		<dc:creator>Fares Farhan</dc:creator>
		<pubDate>Thu, 11 Sep 2008 06:49:07 +0000</pubDate>
		<guid isPermaLink="false">http://echohelloworld.com/?p=5#comment-125</guid>
		<description>You rocks! I've been dying to sort out why the mail() function doesn't work at all on my mac.. great help.. thanks alot..</description>
		<content:encoded><![CDATA[<p>You rocks! I&#8217;ve been dying to sort out why the mail() function doesn&#8217;t work at all on my mac.. great help.. thanks alot..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jasper Tandy</title>
		<link>http://echohelloworld.com/2008/05/php-mail-and-osx-leopard/#comment-93</link>
		<dc:creator>Jasper Tandy</dc:creator>
		<pubDate>Sat, 30 Aug 2008 15:04:06 +0000</pubDate>
		<guid isPermaLink="false">http://echohelloworld.com/?p=5#comment-93</guid>
		<description>thehexman: just use any domain in existence. In my experience of setting this up on testing servers, it doesn't need to be the exact domain that you're using on that server, it just has to be existing. I use echohelloworld.com for my local development server and it seems to work fine.

mauricio: try opening console and checking out mail.log (it's under /var/log) - it gives quite decent messages as to why things aren't working.</description>
		<content:encoded><![CDATA[<p>thehexman: just use any domain in existence. In my experience of setting this up on testing servers, it doesn&#8217;t need to be the exact domain that you&#8217;re using on that server, it just has to be existing. I use echohelloworld.com for my local development server and it seems to work fine.</p>
<p>mauricio: try opening console and checking out mail.log (it&#8217;s under /var/log) - it gives quite decent messages as to why things aren&#8217;t working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thehexman</title>
		<link>http://echohelloworld.com/2008/05/php-mail-and-osx-leopard/#comment-92</link>
		<dc:creator>thehexman</dc:creator>
		<pubDate>Sat, 30 Aug 2008 14:29:14 +0000</pubDate>
		<guid isPermaLink="false">http://echohelloworld.com/?p=5#comment-92</guid>
		<description>Hi, 

I dont exactly have a website, but I am doing development on my mac for a soon-to-be website, and some of the code, when testing it, needs to use the mail() function.  what domain could I use? (we dont have servers up yet, which is why im doing it on my mac)</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I dont exactly have a website, but I am doing development on my mac for a soon-to-be website, and some of the code, when testing it, needs to use the mail() function.  what domain could I use? (we dont have servers up yet, which is why im doing it on my mac)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mauricio</title>
		<link>http://echohelloworld.com/2008/05/php-mail-and-osx-leopard/#comment-91</link>
		<dc:creator>mauricio</dc:creator>
		<pubDate>Thu, 28 Aug 2008 03:14:32 +0000</pubDate>
		<guid isPermaLink="false">http://echohelloworld.com/?p=5#comment-91</guid>
		<description>HI, 
Thanks for your tutorial. I tried really hard to make things work (it's been at least 9 hours since I started) but I'm still unable to use the mail() function with Leopard. I wonder if anyone has any other suggestions.
THank you,</description>
		<content:encoded><![CDATA[<p>HI,<br />
Thanks for your tutorial. I tried really hard to make things work (it&#8217;s been at least 9 hours since I started) but I&#8217;m still unable to use the mail() function with Leopard. I wonder if anyone has any other suggestions.<br />
THank you,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Are Rikardsen</title>
		<link>http://echohelloworld.com/2008/05/php-mail-and-osx-leopard/#comment-65</link>
		<dc:creator>Are Rikardsen</dc:creator>
		<pubDate>Mon, 04 Aug 2008 10:40:48 +0000</pubDate>
		<guid isPermaLink="false">http://echohelloworld.com/?p=5#comment-65</guid>
		<description>I followed these very useful instructions to make it work on my mac (see "Postfix on a null client") : http://www.postfix.org/STANDARD_CONFIGURATION_README.html</description>
		<content:encoded><![CDATA[<p>I followed these very useful instructions to make it work on my mac (see &#8220;Postfix on a null client&#8221;) : <a href="http://www.postfix.org/STANDARD_CONFIGURATION_README.html" rel="nofollow">http://www.postfix.org/STANDARD_CONFIGURATION_README.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sixAxis</title>
		<link>http://echohelloworld.com/2008/05/php-mail-and-osx-leopard/#comment-58</link>
		<dc:creator>sixAxis</dc:creator>
		<pubDate>Sat, 12 Jul 2008 02:54:21 +0000</pubDate>
		<guid isPermaLink="false">http://echohelloworld.com/?p=5#comment-58</guid>
		<description>wow great tutorial..
i got this error message on terminal.. i don't know if it is safe or not..

Jul 12 09:52:59 sixaxis postfix/local[9979]: warning: service not found: biff/udp</description>
		<content:encoded><![CDATA[<p>wow great tutorial..<br />
i got this error message on terminal.. i don&#8217;t know if it is safe or not..</p>
<p>Jul 12 09:52:59 sixaxis postfix/local[9979]: warning: service not found: biff/udp</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jasper Tandy</title>
		<link>http://echohelloworld.com/2008/05/php-mail-and-osx-leopard/#comment-50</link>
		<dc:creator>Jasper Tandy</dc:creator>
		<pubDate>Wed, 09 Jul 2008 15:36:18 +0000</pubDate>
		<guid isPermaLink="false">http://echohelloworld.com/?p=5#comment-50</guid>
		<description>I agree - the only good thing about it was that I got paid to figure out how to do it! Glad it was helpful!</description>
		<content:encoded><![CDATA[<p>I agree - the only good thing about it was that I got paid to figure out how to do it! Glad it was helpful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barry</title>
		<link>http://echohelloworld.com/2008/05/php-mail-and-osx-leopard/#comment-49</link>
		<dc:creator>Barry</dc:creator>
		<pubDate>Wed, 09 Jul 2008 10:25:31 +0000</pubDate>
		<guid isPermaLink="false">http://echohelloworld.com/?p=5#comment-49</guid>
		<description>Hello, cheers very much for that - I'm astounded this isn't more commonly available</description>
		<content:encoded><![CDATA[<p>Hello, cheers very much for that - I&#8217;m astounded this isn&#8217;t more commonly available</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jasper Tandy</title>
		<link>http://echohelloworld.com/2008/05/php-mail-and-osx-leopard/#comment-48</link>
		<dc:creator>Jasper Tandy</dc:creator>
		<pubDate>Mon, 07 Jul 2008 16:47:52 +0000</pubDate>
		<guid isPermaLink="false">http://echohelloworld.com/?p=5#comment-48</guid>
		<description>glad it helped!</description>
		<content:encoded><![CDATA[<p>glad it helped!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
