<?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: PHP mail() and ssmtp on Debian Linux</title>
	<atom:link href="http://www.davidhurst.co.uk/2007/06/19/php-mail-and-ssmtp-on-debian-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidhurst.co.uk/2007/06/19/php-mail-and-ssmtp-on-debian-linux/</link>
	<description>PHP/MySQL, REALbasic, Javascript Developer</description>
	<pubDate>Sun, 21 Mar 2010 01:51:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: David Hurst</title>
		<link>http://www.davidhurst.co.uk/2007/06/19/php-mail-and-ssmtp-on-debian-linux/comment-page-1/#comment-31705</link>
		<dc:creator>David Hurst</dc:creator>
		<pubDate>Fri, 04 Sep 2009 14:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidhurst.co.uk/2007/06/19/php-mail-and-ssmtp-on-debian-linux/#comment-31705</guid>
		<description>If you read the first line of the post you will see that you need to have a working SMTP server to use SSMTP. SSMTP is not a SMTP server - it's just a utility that forwards mail to a designated server and behaves like sendmail on the command line. This is perfect for when you have a PHP server that you do not want to run a full MTA on.

If you need a full MTA, you will need to install sendmail, postfix or something similar.</description>
		<content:encoded><![CDATA[<p>If you read the first line of the post you will see that you need to have a working SMTP server to use SSMTP. SSMTP is not a SMTP server - it&#8217;s just a utility that forwards mail to a designated server and behaves like sendmail on the command line. This is perfect for when you have a PHP server that you do not want to run a full MTA on.</p>
<p>If you need a full MTA, you will need to install sendmail, postfix or something similar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonyme</title>
		<link>http://www.davidhurst.co.uk/2007/06/19/php-mail-and-ssmtp-on-debian-linux/comment-page-1/#comment-31701</link>
		<dc:creator>Anonyme</dc:creator>
		<pubDate>Fri, 04 Sep 2009 14:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidhurst.co.uk/2007/06/19/php-mail-and-ssmtp-on-debian-linux/#comment-31701</guid>
		<description>mailhub= line to the address of your SMTP server.

What is that? I want to DO smtp server, and that i need always HAVE SMTP server?</description>
		<content:encoded><![CDATA[<p>mailhub= line to the address of your SMTP server.</p>
<p>What is that? I want to DO smtp server, and that i need always HAVE SMTP server?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eduardo López</title>
		<link>http://www.davidhurst.co.uk/2007/06/19/php-mail-and-ssmtp-on-debian-linux/comment-page-1/#comment-31324</link>
		<dc:creator>Eduardo López</dc:creator>
		<pubDate>Tue, 01 Sep 2009 06:52:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidhurst.co.uk/2007/06/19/php-mail-and-ssmtp-on-debian-linux/#comment-31324</guid>
		<description>Greetings and thanks for the guide.

I just wanted to point out that, in my personal case, i had troubles making ssmtp work because of the structure of my user's password, which contained a special character "#". I didnt make it work until I realized that, changed the password and all worked perfeclty :) 

I hope that would help someone!

Regards</description>
		<content:encoded><![CDATA[<p>Greetings and thanks for the guide.</p>
<p>I just wanted to point out that, in my personal case, i had troubles making ssmtp work because of the structure of my user&#8217;s password, which contained a special character &#8220;#&#8221;. I didnt make it work until I realized that, changed the password and all worked perfeclty <img src='http://www.davidhurst.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I hope that would help someone!</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nobrell</title>
		<link>http://www.davidhurst.co.uk/2007/06/19/php-mail-and-ssmtp-on-debian-linux/comment-page-1/#comment-28079</link>
		<dc:creator>nobrell</dc:creator>
		<pubDate>Mon, 06 Jul 2009 22:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidhurst.co.uk/2007/06/19/php-mail-and-ssmtp-on-debian-linux/#comment-28079</guid>
		<description>Thanks David for a gr8 guide :D
Works like a charm, and I don't need to install and configure sendmail on my LAMP  just to be able to send out PHP mail()</description>
		<content:encoded><![CDATA[<p>Thanks David for a gr8 guide <img src='http://www.davidhurst.co.uk/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> <br />
Works like a charm, and I don&#8217;t need to install and configure sendmail on my LAMP  just to be able to send out PHP mail()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ct</title>
		<link>http://www.davidhurst.co.uk/2007/06/19/php-mail-and-ssmtp-on-debian-linux/comment-page-1/#comment-26629</link>
		<dc:creator>ct</dc:creator>
		<pubDate>Mon, 08 Jun 2009 07:56:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidhurst.co.uk/2007/06/19/php-mail-and-ssmtp-on-debian-linux/#comment-26629</guid>
		<description>thanks for the guide!
tried to get ssmtp to work on gentoo for 1 day.
didn't see the authmethod directive .. omg :)
with this directive, all is working great</description>
		<content:encoded><![CDATA[<p>thanks for the guide!<br />
tried to get ssmtp to work on gentoo for 1 day.<br />
didn&#8217;t see the authmethod directive .. omg <img src='http://www.davidhurst.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <br />
with this directive, all is working great</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ap</title>
		<link>http://www.davidhurst.co.uk/2007/06/19/php-mail-and-ssmtp-on-debian-linux/comment-page-1/#comment-24508</link>
		<dc:creator>ap</dc:creator>
		<pubDate>Wed, 29 Apr 2009 21:57:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidhurst.co.uk/2007/06/19/php-mail-and-ssmtp-on-debian-linux/#comment-24508</guid>
		<description>Wow. I just spend two days getting my php scripts to send e-mail. Tried setting up postfix, nullmailer, esmtp and ssmtp. All of them worked fine from the command line, but my apache2 error.log kept saying that sendmail couldn't be found. I'm just learning to administer a Linux server though ssh (which is extremely satisfying once you get something to work) and blog posts like this are a great help for guys like me. Learning as i go.

So, just wanted to say: thanks a bunch, keep 'm coming!</description>
		<content:encoded><![CDATA[<p>Wow. I just spend two days getting my php scripts to send e-mail. Tried setting up postfix, nullmailer, esmtp and ssmtp. All of them worked fine from the command line, but my apache2 error.log kept saying that sendmail couldn&#8217;t be found. I&#8217;m just learning to administer a Linux server though ssh (which is extremely satisfying once you get something to work) and blog posts like this are a great help for guys like me. Learning as i go.</p>
<p>So, just wanted to say: thanks a bunch, keep &#8216;m coming!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: THE_PATRICIAN</title>
		<link>http://www.davidhurst.co.uk/2007/06/19/php-mail-and-ssmtp-on-debian-linux/comment-page-1/#comment-23575</link>
		<dc:creator>THE_PATRICIAN</dc:creator>
		<pubDate>Tue, 14 Apr 2009 18:59:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidhurst.co.uk/2007/06/19/php-mail-and-ssmtp-on-debian-linux/#comment-23575</guid>
		<description>Wow, I messed around with postfix and sendmail for hours, this took a few mins, have my babies :)

Just a tip on ports, I found that you can use this, changing you smtp and port to suit
mailhub=smtp.Yourdomain.com:80</description>
		<content:encoded><![CDATA[<p>Wow, I messed around with postfix and sendmail for hours, this took a few mins, have my babies <img src='http://www.davidhurst.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Just a tip on ports, I found that you can use this, changing you smtp and port to suit<br />
mailhub=smtp.Yourdomain.com:80</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DaWaBZ</title>
		<link>http://www.davidhurst.co.uk/2007/06/19/php-mail-and-ssmtp-on-debian-linux/comment-page-1/#comment-19826</link>
		<dc:creator>DaWaBZ</dc:creator>
		<pubDate>Sat, 10 Jan 2009 12:39:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidhurst.co.uk/2007/06/19/php-mail-and-ssmtp-on-debian-linux/#comment-19826</guid>
		<description>This is just a thank you for the Hint
I was searching for such a simple - yet efficient - solution
Thanks a lot !</description>
		<content:encoded><![CDATA[<p>This is just a thank you for the Hint<br />
I was searching for such a simple - yet efficient - solution<br />
Thanks a lot !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Hurst</title>
		<link>http://www.davidhurst.co.uk/2007/06/19/php-mail-and-ssmtp-on-debian-linux/comment-page-1/#comment-18254</link>
		<dc:creator>David Hurst</dc:creator>
		<pubDate>Thu, 13 Nov 2008 15:15:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidhurst.co.uk/2007/06/19/php-mail-and-ssmtp-on-debian-linux/#comment-18254</guid>
		<description>Cheers A-NOM. That's a better way of doing things - I've updated the article above.</description>
		<content:encoded><![CDATA[<p>Cheers A-NOM. That&#8217;s a better way of doing things - I&#8217;ve updated the article above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A-NOM-ynous</title>
		<link>http://www.davidhurst.co.uk/2007/06/19/php-mail-and-ssmtp-on-debian-linux/comment-page-1/#comment-18215</link>
		<dc:creator>A-NOM-ynous</dc:creator>
		<pubDate>Tue, 11 Nov 2008 18:31:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidhurst.co.uk/2007/06/19/php-mail-and-ssmtp-on-debian-linux/#comment-18215</guid>
		<description>A slightly more "secure" method that doesn't expose your SMTP username and password to anyone who sees a phpinfo() page is to set sendmail_path = "/usr/local/sbin/ssmtp -t" and use AuthUser and AuthPass in ssmtp.conf.

Also, ssmtp doesn't have a -i flag, so it just gets ignored.</description>
		<content:encoded><![CDATA[<p>A slightly more &#8220;secure&#8221; method that doesn&#8217;t expose your SMTP username and password to anyone who sees a phpinfo() page is to set sendmail_path = &#8220;/usr/local/sbin/ssmtp -t&#8221; and use AuthUser and AuthPass in ssmtp.conf.</p>
<p>Also, ssmtp doesn&#8217;t have a -i flag, so it just gets ignored.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
