Hello,
i've installed dovecot:
./configure
--prefix=/usr
--sysconfdir=/etc
--localstatedir=/var
--enable-debug
--with-storages=maildir && make && make install
groupadd dovecot
useradd -s /bin/bash -g dovecot dovecot
ok, in /etc/dovecot.conf I have:
# grep -v "#" /etc/dovecot.conf ###################################################################### protocols = imap ssl_disable = yes default_mail_env = maildir:/home/%u/Maildir protocol imap { login_executable = /usr/local/libexec/dovecot/imap-login mail_executable = /usr/local/libexec/dovecot/imap mail_executable = /usr/local/libexec/dovecot/rawlog /usr/local/libexec/dovecot/imap mail_modules = /usr/local/lib/dovecot/imap } protocol pop3 { } auth_executable = /usr/local/libexec/dovecot/dovecot-auth auth_verbose = yes auth_debug = yes auth default { mechanisms = plain passdb = shadow userdb = passwd user = root } ######################################################################
When I try to run:
dovecot
i get
# tail -f /var/log/maillog:
Apr 20 19:02:02 sww dovecot: Dovecot v1.0-stable starting up Apr 20 19:02:03 sww dovecot: Login process died too early - shutting down Apr 20 19:02:03 sww dovecot: imap-login: Panic: Leaked file fd 5: dev 0.6 inode 7 Apr 20 19:02:03 sww dovecot: auth(default): Panic: Leaked file fd 5: dev 0.6 inode 7 Apr 20 19:02:03 sww dovecot: child 21550 (login) killed with signal 6 Apr 20 19:02:03 sww dovecot: child 21549 (login) killed with signal 6 Apr 20 19:02:03 sww dovecot: child 21548 (login) killed with signal 6 Apr 20 19:02:03 sww dovecot: child 21547 (auth) killed with signal 6
I've got dovecot working on two other machines without any problem... Is there a way to fix this? Maybe some libs are missing?
-- websafe
-- websafe, http://www.partybitchez.org/