<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Stempell &#187; sasl</title>
	<atom:link href="http://stempell.com/tag/sasl/feed/" rel="self" type="application/rss+xml" />
	<link>http://stempell.com</link>
	<description>Urlaubsfotos, Fun</description>
	<lastBuildDate>Mon, 16 Jan 2012 21:21:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>postfix/smtpd: warning: SASL authentication failure: cannot connect to saslauthd server: Permission denied</title>
		<link>http://stempell.com/2009/05/postfixsmtpd-warning-sasl-authentication-failure-cannot-connect-to-saslauthd-server-permission-denied/</link>
		<comments>http://stempell.com/2009/05/postfixsmtpd-warning-sasl-authentication-failure-cannot-connect-to-saslauthd-server-permission-denied/#comments</comments>
		<pubDate>Fri, 22 May 2009 16:52:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Work Related]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[sasl]]></category>
		<category><![CDATA[saslauthd]]></category>

		<guid isPermaLink="false">http://stempell.com/?p=298</guid>
		<description><![CDATA[Saslauth und Postfix zusammen bringen!]]></description>
			<content:encoded><![CDATA[<p>Mailserver-Probleme sind ungefähr so einfach zu lösen wie gordische Knoten. Einfach durchschlagen geht, aber damit ist niemandem geholfen. Schließlich wollen wir Mails versenden.</p>
<p>Die Fehlermeldung im besagt:</p>
<p>postfix/smtpd[30189]: warning: SASL authentication failure: cannot connect to saslauthd server: Permission denied<br />
postfix/smtpd[30189]: warning: h1424030.stratoserver.net[85.214.25.36]: SASL LOGIN authentication failed: generic failure</p>
<p><span id="more-298"></span>Bedeutet im Klartext, dass man keine Mails versenden kann. Soweit so hässlich. Das passierte bei einem Upgrade von Debian 4.0 (Etch) auf Debian 5.0 (Lenny).</p>
<p>Stundenlanges konfigurieren brauchte nichts. Dann noch mal Google gefragt und &lt;zack&gt; gefunden. <a title="SASL2 Help" href="http://www.jimmy.co.at/weblog/?p=52" target="_blank">Jimmy Weblog</a> verdanke ich ein funktionierendes Saslauth. Thx Jimmy!</p>
<p>Hier der Code:</p>
<pre>mkdir -p /var/spool/postfix/var/run/saslauthd
ln -s /var/spool/postfix/var/run/saslauthd /var/run
chgrp sasl /var/spool/postfix/var/run/saslauthd
adduser postfix sasl
/etc/init.d/postfix restart
/etc/init.d/saslauthd restart

Das Ganze klappt natürlich nur, wenn die Config auch zu den Pfaden passt. <img src='http://stempell.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> 

Greetz Iggi</pre>
]]></content:encoded>
			<wfw:commentRss>http://stempell.com/2009/05/postfixsmtpd-warning-sasl-authentication-failure-cannot-connect-to-saslauthd-server-permission-denied/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

