Re: Strange problem with postfix and dovecot sasl auth

2009-04-27 Thread Juha Pahkala
Timo Sirainen wrote: On Apr 26, 2009, at 11:58 PM, Timo Sirainen wrote: smtpd_sasl_path = private/dovecot .. I can see the private/auth socket created when dovecot starts, with postfix:postfix permissions. Also, netstat shows it: bash:# netstat -ln | grep dovecot unix 2 [ ACC ] ST

Re: Strange problem with postfix and dovecot sasl auth

2009-04-26 Thread Timo Sirainen
On Mon, 2009-04-27 at 00:08 -0400, Victor Duchovni wrote: > On Mon, Apr 27, 2009 at 12:04:50AM -0400, Timo Sirainen wrote: > > > Oh. That's actually it. Dovecot is listening on private/auth, but Postfix > > is connecting to private/dovecot. But what is listening on private/dovecot > > then? You'

Re: Strange problem with postfix and dovecot sasl auth

2009-04-26 Thread Victor Duchovni
On Mon, Apr 27, 2009 at 12:04:50AM -0400, Timo Sirainen wrote: > Oh. That's actually it. Dovecot is listening on private/auth, but Postfix > is connecting to private/dovecot. But what is listening on private/dovecot > then? You've added some kind of a "dovecot" service to master.cf? Almost cert

Re: Strange problem with postfix and dovecot sasl auth

2009-04-26 Thread Timo Sirainen
On Apr 26, 2009, at 11:58 PM, Timo Sirainen wrote: smtpd_sasl_path = private/dovecot .. I can see the private/auth socket created when dovecot starts, with postfix:postfix permissions. Also, netstat shows it: bash:# netstat -ln | grep dovecot unix 2 [ ACC ] STREAM LISTENING

Re: Strange problem with postfix and dovecot sasl auth

2009-04-26 Thread Timo Sirainen
On Apr 24, 2009, at 11:54 AM, Juha Pahkala wrote: Apr 24 15:42:50 server postfix/smtpd[8126]: fatal: no SASL authentication mechanisms .. auth default: mechanisms: plain login So Dovecot is advertising PLAIN and LOGIN mechanisms to Postfix. client: path: /var/spool/postfix/private/a

Re: Strange problem with postfix and dovecot sasl auth

2009-04-26 Thread Sahil Tandon
On Sun, 26 Apr 2009, Juha Pahkala wrote: > Wietse Venema wrote: >> Juha Pahkala: >> >>> Wietse Venema wrote: >>> Juha Pahkala: > Apr 24 15:42:30 server postfix/smtpd[8126]: name_mask: noanonymous > Apr 24 15:42:30 server postfix/smtpd[8126]: > xsasl_dovecot_

Re: Strange problem with postfix and dovecot sasl auth

2009-04-25 Thread Juha Pahkala
Wietse Venema wrote: Juha Pahkala: Wietse Venema wrote: Juha Pahkala: Apr 24 15:42:30 server postfix/smtpd[8126]: name_mask: noanonymous Apr 24 15:42:30 server postfix/smtpd[8126]: xsasl_dovecot_server_connect: Connecting Apr 24 15:42:40 server postfix/smtpd[8126]: xsasl_do

Re: Strange problem with postfix and dovecot sasl auth

2009-04-24 Thread Juha Pahkala
Wietse Venema wrote: Juha Pahkala: Apr 24 15:42:30 server postfix/smtpd[8126]: name_mask: noanonymous Apr 24 15:42:30 server postfix/smtpd[8126]: xsasl_dovecot_server_connect: Connecting Apr 24 15:42:40 server postfix/smtpd[8126]: xsasl_dovecot_server_connect: auth reply: status Apr 24 15:4

Re: Strange problem with postfix and dovecot sasl auth

2009-04-24 Thread Juha Pahkala
Terry Carmen wrote: Hello, I've been trying to setup postfix with tls and smtp auth (dovecot sasl). I'm now stuck with the smtp auth part, with a strange error. For a few days I've tried to search information about similar problems, but found none. Now I'm hoping somebody here could help me out.

Re: Strange problem with postfix and dovecot sasl auth

2009-04-24 Thread Wietse Venema
Juha Pahkala: > Apr 24 15:42:30 server postfix/smtpd[8126]: name_mask: noanonymous > Apr 24 15:42:30 server postfix/smtpd[8126]: > xsasl_dovecot_server_connect: Connecting > Apr 24 15:42:40 server postfix/smtpd[8126]: > xsasl_dovecot_server_connect: auth reply: status > Apr 24 15:42:50 server pos

Re: Strange problem with postfix and dovecot sasl auth

2009-04-24 Thread Terry Carmen
> Hello, > > I've been trying to setup postfix with tls and smtp auth (dovecot sasl). > I'm now stuck with the smtp auth part, with a strange error. For a few > days I've tried to search information about similar problems, but found > none. Now I'm hoping somebody here could help me out. I'm runni

Strange problem with postfix and dovecot sasl auth

2009-04-24 Thread Juha Pahkala
Hello, I've been trying to setup postfix with tls and smtp auth (dovecot sasl). I'm now stuck with the smtp auth part, with a strange error. For a few days I've tried to search information about similar problems, but found none. Now I'm hoping somebody here could help me out. I'm running Ubunt