<?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: Setup Postfix with a remote SMTP relay host</title>
	<atom:link href="http://www.zulius.com/how-to/set-up-postfix-with-a-remote-smtp-relay-host/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zulius.com/how-to/set-up-postfix-with-a-remote-smtp-relay-host/</link>
	<description>Advanced Application Development</description>
	<lastBuildDate>Tue, 07 Feb 2012 19:41:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Matt D.</title>
		<link>http://www.zulius.com/how-to/set-up-postfix-with-a-remote-smtp-relay-host/comment-page-1/#comment-507</link>
		<dc:creator>Matt D.</dc:creator>
		<pubDate>Tue, 07 Feb 2012 19:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.zulius.com/wordpress/?p=3#comment-507</guid>
		<description>Thanks for the quick reply... everything is working now, what I ended up doing was purging postfix and reinstalling it, and choosing &quot;no configuration&quot; during install. I then added copied the default main.cf.debian to /etc/postfix/main.cf and added the lines you have in your setup. What&#039;s interesting is that when I used :80 on the smtp server, mail.log was showing the connections were refused, so I removed it and edited sasl_passwd and did the postmap thing again, and lo and behold, mail.log is now showing status=sent and I&#039;m getting my test messages. Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks for the quick reply... everything is working now, what I ended up doing was purging postfix and reinstalling it, and choosing "no configuration" during install. I then added copied the default main.cf.debian to /etc/postfix/main.cf and added the lines you have in your setup. What's interesting is that when I used :80 on the smtp server, mail.log was showing the connections were refused, so I removed it and edited sasl_passwd and did the postmap thing again, and lo and behold, mail.log is now showing status=sent and I'm getting my test messages. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim White</title>
		<link>http://www.zulius.com/how-to/set-up-postfix-with-a-remote-smtp-relay-host/comment-page-1/#comment-506</link>
		<dc:creator>Tim White</dc:creator>
		<pubDate>Tue, 07 Feb 2012 15:55:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.zulius.com/wordpress/?p=3#comment-506</guid>
		<description>@Matt - it sounds like you skipped running postmap on your plaintext /etc/postfix/sasl_passwd file, which creates the  /etc/postfix/sasl_passwd.db file.</description>
		<content:encoded><![CDATA[<p>@Matt - it sounds like you skipped running postmap on your plaintext /etc/postfix/sasl_passwd file, which creates the  /etc/postfix/sasl_passwd.db file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt D.</title>
		<link>http://www.zulius.com/how-to/set-up-postfix-with-a-remote-smtp-relay-host/comment-page-1/#comment-505</link>
		<dc:creator>Matt D.</dc:creator>
		<pubDate>Tue, 07 Feb 2012 15:46:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.zulius.com/wordpress/?p=3#comment-505</guid>
		<description>I&#039;m running Ubuntu Server 10.4.3 that hosts our in-house repair software and needs to relay messages from a php form to our isp&#039;s smtp server. Everything previously ran on a win2003 server and everything worked normally. I have smtp= set in php.ini and installed postfix, sasl2-bin, and ran through all the steps on your tutorial and still nothing goes through. I tried both with and without :80 after the smtp server specified in relayhost. When I check /var/log/mail.log, I&#039;m getting server postfix/smtp[...]: fatal: open database /etc/postfix/sasl_passwd.db: No such file or directory. Help! I&#039;m no linux expert, but I&#039;m learning on the fly :/</description>
		<content:encoded><![CDATA[<p>I'm running Ubuntu Server 10.4.3 that hosts our in-house repair software and needs to relay messages from a php form to our isp's smtp server. Everything previously ran on a win2003 server and everything worked normally. I have smtp= set in php.ini and installed postfix, sasl2-bin, and ran through all the steps on your tutorial and still nothing goes through. I tried both with and without :80 after the smtp server specified in relayhost. When I check /var/log/mail.log, I'm getting server postfix/smtp[...]: fatal: open database /etc/postfix/sasl_passwd.db: No such file or directory. Help! I'm no linux expert, but I'm learning on the fly :/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladimir</title>
		<link>http://www.zulius.com/how-to/set-up-postfix-with-a-remote-smtp-relay-host/comment-page-1/#comment-504</link>
		<dc:creator>Vladimir</dc:creator>
		<pubDate>Mon, 06 Feb 2012 22:54:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.zulius.com/wordpress/?p=3#comment-504</guid>
		<description>@Ed, Tim

Thank you, Tim, for this article, but Ed was Godsend. I spent several days looking for answer why my clearos postfix can&#039;t authenticate with ISP&#039;s smtp server. Ed found this:

&lt;blockquote&gt;
I think I figured out my solution: postfix seems to insist on applying the Cisco PIX workaround. I added this line in main.cf:
smtp_pix_workarounds =
So now the smtp server is recognized as ESMTP and EHLO is used by default. Email started flowing!
&lt;/blockquote&gt;

Thanks, with all my hart</description>
		<content:encoded><![CDATA[<p>@Ed, Tim</p>
<p>Thank you, Tim, for this article, but Ed was Godsend. I spent several days looking for answer why my clearos postfix can't authenticate with ISP's smtp server. Ed found this:</p>
<blockquote><p>
I think I figured out my solution: postfix seems to insist on applying the Cisco PIX workaround. I added this line in main.cf:<br />
smtp_pix_workarounds =<br />
So now the smtp server is recognized as ESMTP and EHLO is used by default. Email started flowing!
</p></blockquote>
<p>Thanks, with all my hart</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randy S.</title>
		<link>http://www.zulius.com/how-to/set-up-postfix-with-a-remote-smtp-relay-host/comment-page-1/#comment-482</link>
		<dc:creator>Randy S.</dc:creator>
		<pubDate>Sat, 31 Dec 2011 22:18:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.zulius.com/wordpress/?p=3#comment-482</guid>
		<description>GMail, ubuntu 11.10, Courier (not cyrus)
Man I find mail server set-up to be arduous. But almost! first try your post resulted in success for me. 
I must reinforce your kindly and carefully noted Troubleshooting entry RE: (Authentication failed: cannot SASL authenticate to server ...: no mechanism available) and the fix given, FIX: smtp_sasl_security_options = noanonymous
You see in my ubuntu setup the default was smtp_sasl_security_options = noplaintext, noanonymous
Looks good? Result was the exact error you point out. Had the drop the noplaintext
part and right away mail sent error free.
NICE!! thank you!
Also so others won&#039;t sweat like I did when the check for libssl failed, this set up works fine. Of course, that could be because I use the Courier Delivery Agent instead
of cyrus. Note: smtp_sasl_type = cyrus on this machine. I thought that would not work. I did not install cyrus. 
For courier install I followed http://flurdy.com/docs/postfix/</description>
		<content:encoded><![CDATA[<p>GMail, ubuntu 11.10, Courier (not cyrus)<br />
Man I find mail server set-up to be arduous. But almost! first try your post resulted in success for me.<br />
I must reinforce your kindly and carefully noted Troubleshooting entry RE: (Authentication failed: cannot SASL authenticate to server ...: no mechanism available) and the fix given, FIX: smtp_sasl_security_options = noanonymous<br />
You see in my ubuntu setup the default was smtp_sasl_security_options = noplaintext, noanonymous<br />
Looks good? Result was the exact error you point out. Had the drop the noplaintext<br />
part and right away mail sent error free.<br />
NICE!! thank you!<br />
Also so others won't sweat like I did when the check for libssl failed, this set up works fine. Of course, that could be because I use the Courier Delivery Agent instead<br />
of cyrus. Note: smtp_sasl_type = cyrus on this machine. I thought that would not work. I did not install cyrus.<br />
For courier install I followed <a href="http://flurdy.com/docs/postfix/" rel="nofollow">http://flurdy.com/docs/postfix/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: i4o</title>
		<link>http://www.zulius.com/how-to/set-up-postfix-with-a-remote-smtp-relay-host/comment-page-1/#comment-479</link>
		<dc:creator>i4o</dc:creator>
		<pubDate>Fri, 09 Dec 2011 08:07:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.zulius.com/wordpress/?p=3#comment-479</guid>
		<description>Worked for a while, but then google stopped receiving mail from postfix ( &quot;suspicious activity on your account&quot; ). I did create dedicated account for forwarding and didn&#039;t log in via browser.</description>
		<content:encoded><![CDATA[<p>Worked for a while, but then google stopped receiving mail from postfix ( "suspicious activity on your account" ). I did create dedicated account for forwarding and didn't log in via browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Minecrafter</title>
		<link>http://www.zulius.com/how-to/set-up-postfix-with-a-remote-smtp-relay-host/comment-page-1/#comment-477</link>
		<dc:creator>Minecrafter</dc:creator>
		<pubDate>Sat, 03 Dec 2011 20:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.zulius.com/wordpress/?p=3#comment-477</guid>
		<description>Thanks for the guide, it helped me get my Nagios setup on the road! I didn&#039;t know of the [host] trick, but I simply made a MX record on a unused subdomain.

Note: Debian Lenny&#039;s SSL crt file is /etc/ssl/certs/ca-certificates.crt.</description>
		<content:encoded><![CDATA[<p>Thanks for the guide, it helped me get my Nagios setup on the road! I didn't know of the [host] trick, but I simply made a MX record on a unused subdomain.</p>
<p>Note: Debian Lenny's SSL crt file is /etc/ssl/certs/ca-certificates.crt.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leif Madsen</title>
		<link>http://www.zulius.com/how-to/set-up-postfix-with-a-remote-smtp-relay-host/comment-page-1/#comment-470</link>
		<dc:creator>Leif Madsen</dc:creator>
		<pubDate>Tue, 22 Nov 2011 22:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.zulius.com/wordpress/?p=3#comment-470</guid>
		<description>Worked great first try! Thanks for this article. For those who are using Ubuntu, the ca.crt file is what you&#039;re looking for. I used this and it&#039;s fine:

/usr/share/ca-certificates/debconf.org/ca.crt</description>
		<content:encoded><![CDATA[<p>Worked great first try! Thanks for this article. For those who are using Ubuntu, the ca.crt file is what you're looking for. I used this and it's fine:</p>
<p>/usr/share/ca-certificates/debconf.org/ca.crt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Relaying SMTP via Gmail (or Google Apps) Using Postfix &#171; Asterisk, and other worldly endeavours.</title>
		<link>http://www.zulius.com/how-to/set-up-postfix-with-a-remote-smtp-relay-host/comment-page-1/#comment-469</link>
		<dc:creator>Relaying SMTP via Gmail (or Google Apps) Using Postfix &#171; Asterisk, and other worldly endeavours.</dc:creator>
		<pubDate>Tue, 22 Nov 2011 22:17:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.zulius.com/wordpress/?p=3#comment-469</guid>
		<description>[...] http://www.zulius.com/how-to/set-up-postfix-with-a-remote-smtp-relay-host/ Share this:TwitterFacebookDiggRedditLike this:LikeBe the first to like this post. [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.zulius.com/how-to/set-up-postfix-with-a-remote-smtp-relay-host/" rel="nofollow">http://www.zulius.com/how-to/set-up-postfix-with-a-remote-smtp-relay-host/</a> Share this:TwitterFacebookDiggRedditLike this:LikeBe the first to like this post. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry</title>
		<link>http://www.zulius.com/how-to/set-up-postfix-with-a-remote-smtp-relay-host/comment-page-1/#comment-451</link>
		<dc:creator>Dmitry</dc:creator>
		<pubDate>Wed, 16 Nov 2011 20:16:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.zulius.com/wordpress/?p=3#comment-451</guid>
		<description>In my case I need [] in:
relayhost = [smtp.gmail.com]:587</description>
		<content:encoded><![CDATA[<p>In my case I need [] in:<br />
relayhost = [smtp.gmail.com]:587</p>
]]></content:encoded>
	</item>
</channel>
</rss>

