Jaldhar H. Vyas wrote: > On Fri, 29 Jul 2005, Vedran Furac wrote: > > >>Jaldhar H. Vyas wrote: >> >>>On Fri, 29 Jul 2005, Vedran Furač wrote: >>> >>> >>> >>>>Package: dovecot >>>>Version: 0.99.20050712-1 >>>>Severity: important >>>> >>>>Allmost immediately after starting it crashes and I get this in log: >>>> >>>>Jul 29 00:18:52 pollux dovecot: Dovecot v1.0-stable starting up >>>>Jul 29 00:18:56 pollux dovecot: Auth process died too early - shutting down >>>>Jul 29 00:18:56 pollux dovecot: child 24186 (auth) killed with signal 11 >>>> >>>>Strace output: http://www.riteh.hr/~vedranf/linux/dovecot.strace >>>> >>>>Version 0.99.14 worked fine. >>>> > > > The ldap configuration is now done from /etc/dovecot/dovecot-ldap.conf . > Is this file configured correctly?
Well, I think it is. If I strip the comments and whitespace: # grep -v ^# dovecot-ldap.conf|grep [:alnum:] hosts = pollux:636 dn = uid=dovecot-auth,ou=Users,dc=pollux,dc=home dnpass = ***** ldap_version = 3 base = ou=Users, dc=pollux, dc=home default_pass_scheme = PLAIN-MD5 important part of dovecot.conf: auth_verbose = yes auth_debug = yes auth default { mechanisms = plain passdb = ldap /etc/dovecot/dovecot-ldap.conf userdb = ldap /etc/dovecot/dovecot-ldap.conf user = dovecot-auth } and important part of slapd.conf: access to attrs=userPassword,sambaNTPassword,sambaLMPassword by dn.regex="uid=dovecot-auth,ou=Users,dc=pollux,dc=home" read New dovecot needs two users: login user (dovecot) and auth user (dovecot-auth). Old dovecot needed only one user. Because of this change, this HOWTO is out of date and needs rewrite: http://wiki.dovecot.org/moin.cgi/DovecotOpenLdap I'm not the only one with this problem, he has it too: http://www.dovecot.org/list/dovecot/2005-May/007263.html but noone one the list responded. I sent him a mail but he didn't respond. -- Vedran Furač -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]