<?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: Configure postfix to use smart host</title>
	<atom:link href="http://www.bergek.com/2009/02/22/configure-postfix-to-use-smart-host/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bergek.com/2009/02/22/configure-postfix-to-use-smart-host/</link>
	<description>About the web we live in and gadgets in general.</description>
	<lastBuildDate>Mon, 08 Aug 2011 09:38:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Mikael Vejdemo-Johansson</title>
		<link>http://www.bergek.com/2009/02/22/configure-postfix-to-use-smart-host/comment-page-1/#comment-8944</link>
		<dc:creator>Mikael Vejdemo-Johansson</dc:creator>
		<pubDate>Tue, 14 Dec 2010 18:51:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.bergek.com/?p=292#comment-8944</guid>
		<description>For some servers that only accept PLAIN and LOGIN authentications, this config above is not going to be enough, since postfix defaults to no plain-text authentications.

If your relay sending sessions terminate with 
&lt;code&gt;
status=deferred (SASL authentication failed; cannot authenticate to server smtp.bredband.net[195.54.106.231]: no mechanism available)
&lt;/code&gt;
then you&#039;ll need to add the line
&lt;code&gt;
smtp_sasl_security_options = 
&lt;/code&gt;
to main.cf in order to turn off the noanonymous and noplaintext security options to SASL.</description>
		<content:encoded><![CDATA[<p>For some servers that only accept PLAIN and LOGIN authentications, this config above is not going to be enough, since postfix defaults to no plain-text authentications.</p>
<p>If your relay sending sessions terminate with<br />
<code><br />
status=deferred (SASL authentication failed; cannot authenticate to server smtp.bredband.net[195.54.106.231]: no mechanism available)<br />
</code><br />
then you&#8217;ll need to add the line<br />
<code><br />
smtp_sasl_security_options =<br />
</code><br />
to main.cf in order to turn off the noanonymous and noplaintext security options to SASL.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

