[Dovecot] Some trouble with dovecot 2.1 and SASL
Hi,
I'm testing dovecot 2.1.0, on Debian 6.0, with "passdb driver = imap" and SASL for postfix's SMTP-Auth, like explained ih this howto: http://wiki2.dovecot.org/HowTo/PostfixAndDovecotSASL
Authentications over IMAP (local dovecot -> remote dovecot) works fine, and it's great. Also smtp-auth on postfix (over SASL) works fine. But in the dovecot log I found this error:
Feb 19 11:11:42 demo-vpop dovecot: auth: Fatal: master: service(auth): child 30506 killed with signal 11 (core dumps disabled)
even though all works fine.
This is my dovecot configuration:
# 2.1.0: dovecot.conf-imapc # OS: Linux 2.6.32-5-amd64 x86_64 Debian 6.0.4 auth_mechanisms = plain login default_login_user = nobody imapc_host = 10.0.0.1 mail_gid = imapproxy mail_home = /home/imapproxy/%u mail_location = imapc:~/imapc mail_uid = imapproxy passdb { args = host=10.0.0.1 default_fields = userdb_imapc_user=%u userdb_imapc_password=%w driver = imap } protocols = imap service auth { unix_listener /var/spool/postfix/private/auth { group = postfix mode = 0660 user = postfix } } ssl = no userdb { driver = prefetch }
But if instead of "unix_listener /var/spool/postfix/private/auth" I use:
service auth { unix_listener auth-userdb { } inet_listener { port = 12345 } }
no errors appears in the log. In both cases all works fine.
Is there any errors in my dovecot's configuration?
-- Alessio Cecchi is: on LinkedIn -> http://www.linkedin.com/in/alessice Assistenza Sistemi Linux -> http://www.cecchi.biz/ Hosting Linux -> http://www.hosting-linux.it @ PLUG -> ex-Presidente, adesso senatore a vita, http://www.prato.linux.it
On 19.02.2012 11:39, Alessio Cecchi wrote:
Feb 19 11:11:42 demo-vpop dovecot: auth: Fatal: master: service(auth): child 30506 killed with signal 11 (core dumps disabled)
signal 11 = segmentation fault
That's probably a dovecot bug.
Is it possible to reproduce this signal 11 crash? See: http://dovecot.org/bugreport.html
Best regards,
Morten
Il 19/02/2012 13:11, Morten Stevens ha scritto:
On 19.02.2012 11:39, Alessio Cecchi wrote:
Feb 19 11:11:42 demo-vpop dovecot: auth: Fatal: master: service(auth): child 30506 killed with signal 11 (core dumps disabled)
signal 11 = segmentation fault
That's probably a dovecot bug.
Is it possible to reproduce this signal 11 crash? See: http://dovecot.org/bugreport.html
Best regards,
Morten
Hi,
I will try to provide as much as possibile information to reproduce the bug. Give me only some days to provide all informations.
Thank you
Alessio Cecchi is: @ ILS -> http://www.linux.it/~alessice/ on LinkedIn -> http://www.linkedin.com/in/alessice Assistenza Sistemi GNU/Linux -> http://www.cecchi.biz/ @ PLUG -> ex-Presidente, adesso senatore a vita, http://www.prato.linux.it @ LOLUG -> Socio http://www.lolug.net
On Sun, 2012-02-19 at 11:39 +0100, Alessio Cecchi wrote:
I'm testing dovecot 2.1.0, on Debian 6.0, with "passdb driver = imap" and SASL for postfix's SMTP-Auth, like explained ih this howto: http://wiki2.dovecot.org/HowTo/PostfixAndDovecotSASL
Authentications over IMAP (local dovecot -> remote dovecot) works fine, and it's great. Also smtp-auth on postfix (over SASL) works fine. But in the dovecot log I found this error:
Feb 19 11:11:42 demo-vpop dovecot: auth: Fatal: master: service(auth): child 30506 killed with signal 11 (core dumps disabled)
http://hg.dovecot.org/dovecot-2.1/rev/a6a58512f0df should fix this.
Il 21/02/2012 10:16, Timo Sirainen ha scritto:
On Sun, 2012-02-19 at 11:39 +0100, Alessio Cecchi wrote:
I'm testing dovecot 2.1.0, on Debian 6.0, with "passdb driver = imap" and SASL for postfix's SMTP-Auth, like explained ih this howto: http://wiki2.dovecot.org/HowTo/PostfixAndDovecotSASL
Authentications over IMAP (local dovecot -> remote dovecot) works fine, and it's great. Also smtp-auth on postfix (over SASL) works fine. But in the dovecot log I found this error:
Feb 19 11:11:42 demo-vpop dovecot: auth: Fatal: master: service(auth): child 30506 killed with signal 11 (core dumps disabled)
http://hg.dovecot.org/dovecot-2.1/rev/a6a58512f0df should fix this.
Patch applied, after rebuilding all works fine.
Thanks Timo
Alessio Cecchi is: @ ILS -> http://www.linux.it/~alessice/ on LinkedIn -> http://www.linkedin.com/in/alessice Assistenza Sistemi GNU/Linux -> http://www.cecchi.biz/ @ PLUG -> ex-Presidente, adesso senatore a vita, http://www.prato.linux.it @ LOLUG -> Socio http://www.lolug.net
participants (3)
-
Alessio Cecchi
-
Morten Stevens
-
Timo Sirainen