<?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: Postfix SMTP Authentication and Dovecot SASL</title>
	<atom:link href="http://www.linuxmail.info/postfix-smtp-auth-dovecot-sasl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxmail.info/postfix-smtp-auth-dovecot-sasl/</link>
	<description>Rapidly deploy Linux based mail solutions today</description>
	<lastBuildDate>Sat, 12 Sep 2009 22:40:43 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: consultant</title>
		<link>http://www.linuxmail.info/postfix-smtp-auth-dovecot-sasl/#comment-3926</link>
		<dc:creator>consultant</dc:creator>
		<pubDate>Sat, 12 Sep 2009 22:40:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mail.info/postfix-smtp-auth-dovecot-sasl/#comment-3926</guid>
		<description>Hi Basheer,

1. Check if the directory /var/spool/postfix/private exists

2. Type in dovecot -n, if the configuration is correct you should see

auth default:
  mechanisms: plain login
  .
  .
  .
  socket:
    type: listen
    client:
      path: /var/spool/postfix/private/auth
      mode: 432
      user: postfix
      group: postfix</description>
		<content:encoded><![CDATA[<p>Hi Basheer,</p>
<p>1. Check if the directory /var/spool/postfix/private exists</p>
<p>2. Type in dovecot -n, if the configuration is correct you should see</p>
<p>auth default:<br />
  mechanisms: plain login<br />
  .<br />
  .<br />
  .<br />
  socket:<br />
    type: listen<br />
    client:<br />
      path: /var/spool/postfix/private/auth<br />
      mode: 432<br />
      user: postfix<br />
      group: postfix</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Basheer</title>
		<link>http://www.linuxmail.info/postfix-smtp-auth-dovecot-sasl/#comment-3923</link>
		<dc:creator>Basheer</dc:creator>
		<pubDate>Sat, 12 Sep 2009 16:15:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mail.info/postfix-smtp-auth-dovecot-sasl/#comment-3923</guid>
		<description>Mr Consultant, I have restarted Dovecot, so many times after configuring dovecot, but still it doesnt create auth file. I am using new centos5.3, please help me, I need it to be solved badly.</description>
		<content:encoded><![CDATA[<p>Mr Consultant, I have restarted Dovecot, so many times after configuring dovecot, but still it doesnt create auth file. I am using new centos5.3, please help me, I need it to be solved badly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: consultant</title>
		<link>http://www.linuxmail.info/postfix-smtp-auth-dovecot-sasl/#comment-3920</link>
		<dc:creator>consultant</dc:creator>
		<pubDate>Fri, 11 Sep 2009 13:15:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mail.info/postfix-smtp-auth-dovecot-sasl/#comment-3920</guid>
		<description>Hi Basheer,

Make sure you have properly configured Dovecot since Dovecot is the one creating /var/spool/postfix/private/auth. Also try to restart Dovecot and check if it creates the auth file.</description>
		<content:encoded><![CDATA[<p>Hi Basheer,</p>
<p>Make sure you have properly configured Dovecot since Dovecot is the one creating /var/spool/postfix/private/auth. Also try to restart Dovecot and check if it creates the auth file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Basheer</title>
		<link>http://www.linuxmail.info/postfix-smtp-auth-dovecot-sasl/#comment-3913</link>
		<dc:creator>Basheer</dc:creator>
		<pubDate>Tue, 08 Sep 2009 17:48:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mail.info/postfix-smtp-auth-dovecot-sasl/#comment-3913</guid>
		<description>Please help to solve this issue

I am using Centos 5.3, we are facing following errors,

warning: SASL: Connect to private/auth failed: No such file or directory
fatal: no SASL authentication mechanisms
warning: process /usr/libexec/postfix/smtpd pid 25194 exit status 1
warning: /usr/libexec/postfix/smtpd: bad command startup — throttling

I have entered everything correctly,

client {
path = /var/spool/postfix/private/auth
mode = 0660
user = postfix
group = postfix
}</description>
		<content:encoded><![CDATA[<p>Please help to solve this issue</p>
<p>I am using Centos 5.3, we are facing following errors,</p>
<p>warning: SASL: Connect to private/auth failed: No such file or directory<br />
fatal: no SASL authentication mechanisms<br />
warning: process /usr/libexec/postfix/smtpd pid 25194 exit status 1<br />
warning: /usr/libexec/postfix/smtpd: bad command startup — throttling</p>
<p>I have entered everything correctly,</p>
<p>client {<br />
path = /var/spool/postfix/private/auth<br />
mode = 0660<br />
user = postfix<br />
group = postfix<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shaik basheeruddin</title>
		<link>http://www.linuxmail.info/postfix-smtp-auth-dovecot-sasl/#comment-3911</link>
		<dc:creator>shaik basheeruddin</dc:creator>
		<pubDate>Tue, 08 Sep 2009 08:06:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mail.info/postfix-smtp-auth-dovecot-sasl/#comment-3911</guid>
		<description>I am using Centos 5.3, we are facing following errors,

warning: SASL: Connect to private/auth failed: No such file or directory
fatal: no SASL authentication mechanisms
warning: process /usr/libexec/postfix/smtpd pid 25194 exit status 1
warning: /usr/libexec/postfix/smtpd: bad command startup — throttling

I have entered everything correctly,

client {
path = /var/spool/postfix/private/auth
mode = 0660
user = postfix
group = postfix
}</description>
		<content:encoded><![CDATA[<p>I am using Centos 5.3, we are facing following errors,</p>
<p>warning: SASL: Connect to private/auth failed: No such file or directory<br />
fatal: no SASL authentication mechanisms<br />
warning: process /usr/libexec/postfix/smtpd pid 25194 exit status 1<br />
warning: /usr/libexec/postfix/smtpd: bad command startup — throttling</p>
<p>I have entered everything correctly,</p>
<p>client {<br />
path = /var/spool/postfix/private/auth<br />
mode = 0660<br />
user = postfix<br />
group = postfix<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dC</title>
		<link>http://www.linuxmail.info/postfix-smtp-auth-dovecot-sasl/#comment-3909</link>
		<dc:creator>dC</dc:creator>
		<pubDate>Wed, 02 Sep 2009 20:57:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mail.info/postfix-smtp-auth-dovecot-sasl/#comment-3909</guid>
		<description>Hi Consultant. After running some more tests, I&#039;ve narrowed down my open relay problem a little and am hoping you can help. 

When trying to use a RCPT TO: name@domain.COM I get: 250 2.1.5 Ok. That goes for any email address destine for any server ending in .COM. 

However, if I try to email out to a .NET, .ORG .EDU etc, I get 554 5.7.1 : Relay access denied as expected. Any ideas?</description>
		<content:encoded><![CDATA[<p>Hi Consultant. After running some more tests, I&#8217;ve narrowed down my open relay problem a little and am hoping you can help. </p>
<p>When trying to use a RCPT TO: <a href="mailto:name@domain.COM">name@domain.COM</a> I get: 250 2.1.5 Ok. That goes for any email address destine for any server ending in .COM. </p>
<p>However, if I try to email out to a .NET, .ORG .EDU etc, I get 554 5.7.1 : Relay access denied as expected. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mheyn</title>
		<link>http://www.linuxmail.info/postfix-smtp-auth-dovecot-sasl/#comment-3908</link>
		<dc:creator>mheyn</dc:creator>
		<pubDate>Tue, 01 Sep 2009 15:31:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mail.info/postfix-smtp-auth-dovecot-sasl/#comment-3908</guid>
		<description>dovecot failed. The error was: Iniciando Dovecot Imap: Error: Error in configuration file /etc/dovecot.conf line 1024: Plugin section not allowed here (section changed at line 1024)
Fatal: Invalid configuration in /etc/dovecot.conf
[FALLÓ]

???</description>
		<content:encoded><![CDATA[<p>dovecot failed. The error was: Iniciando Dovecot Imap: Error: Error in configuration file /etc/dovecot.conf line 1024: Plugin section not allowed here (section changed at line 1024)<br />
Fatal: Invalid configuration in /etc/dovecot.conf<br />
[FALLÓ]</p>
<p>???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: consultant</title>
		<link>http://www.linuxmail.info/postfix-smtp-auth-dovecot-sasl/#comment-3887</link>
		<dc:creator>consultant</dc:creator>
		<pubDate>Wed, 19 Aug 2009 23:16:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mail.info/postfix-smtp-auth-dovecot-sasl/#comment-3887</guid>
		<description>Hi dC,

We have basically the same configuration but it is working in my case. Sorry, I have no more ideas.</description>
		<content:encoded><![CDATA[<p>Hi dC,</p>
<p>We have basically the same configuration but it is working in my case. Sorry, I have no more ideas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: areamike</title>
		<link>http://www.linuxmail.info/postfix-smtp-auth-dovecot-sasl/#comment-3885</link>
		<dc:creator>areamike</dc:creator>
		<pubDate>Wed, 19 Aug 2009 15:05:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mail.info/postfix-smtp-auth-dovecot-sasl/#comment-3885</guid>
		<description>Looks like you are missing these lines

mydomain = yourdomain.com
myhostname = www.yourdomain.com
myorigin = $mydomain</description>
		<content:encoded><![CDATA[<p>Looks like you are missing these lines</p>
<p>mydomain = yourdomain.com<br />
myhostname = <a href="http://www.yourdomain.com" rel="nofollow">http://www.yourdomain.com</a><br />
myorigin = $mydomain</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dC</title>
		<link>http://www.linuxmail.info/postfix-smtp-auth-dovecot-sasl/#comment-3884</link>
		<dc:creator>dC</dc:creator>
		<pubDate>Wed, 19 Aug 2009 14:52:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mail.info/postfix-smtp-auth-dovecot-sasl/#comment-3884</guid>
		<description># postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
home_mailbox = Maildir/
html_directory = no
inet_interfaces = all
mail_owner = postfix
mailbox_size_limit = 551200000
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
message_size_limit = 51210000
mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
mynetworks = 127.0.0.0/8
newaliases_path = /usr/bin/newaliases.postfix
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES
sample_directory = /usr/share/doc/postfix-2.3.3/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_path = private/auth
smtpd_sasl_type = dovecot
unknown_local_recipient_reject_code = 550</description>
		<content:encoded><![CDATA[<p># postconf -n<br />
alias_database = hash:/etc/aliases<br />
alias_maps = hash:/etc/aliases<br />
broken_sasl_auth_clients = yes<br />
command_directory = /usr/sbin<br />
config_directory = /etc/postfix<br />
daemon_directory = /usr/libexec/postfix<br />
debug_peer_level = 2<br />
home_mailbox = Maildir/<br />
html_directory = no<br />
inet_interfaces = all<br />
mail_owner = postfix<br />
mailbox_size_limit = 551200000<br />
mailq_path = /usr/bin/mailq.postfix<br />
manpage_directory = /usr/share/man<br />
message_size_limit = 51210000<br />
mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain<br />
mynetworks = 127.0.0.0/8<br />
newaliases_path = /usr/bin/newaliases.postfix<br />
queue_directory = /var/spool/postfix<br />
readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES<br />
sample_directory = /usr/share/doc/postfix-2.3.3/samples<br />
sendmail_path = /usr/sbin/sendmail.postfix<br />
setgid_group = postdrop<br />
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination<br />
smtpd_sasl_auth_enable = yes<br />
smtpd_sasl_path = private/auth<br />
smtpd_sasl_type = dovecot<br />
unknown_local_recipient_reject_code = 550</p>
]]></content:encoded>
	</item>
</channel>
</rss>
