Hello :)
I had a working Dovecot 0.99.x with the following dovecot.conf:
###
ssl_disable = yes
disable_plaintext_auth = no
login = imap
verbose_proctitle = yes
default_mail_env = maildir:%h/Maildir
auth = default
auth_mechanisms = plain
auth_userdb = passwd /etc/passwd
auth_passdb = shadow /etc/shadow
auth_user = root
protocols = imap pop3
###
Then I've downloaded, compiled and installed Doveot 1.0.rc6,
I tried lot of "possibilities" in the new dovecot.conf
but I always get :
dovecot: Dovecot v1.0.rc6 starting up
dovecot: Login process died too early - shutting down
dovecot: child 15288 (login) killed with signal 11
dovecot: child 15289 (login) killed with signal 11
dovecot: child 15290 (login) killed with signal 11
Some add. info:
# dovecot -n
# /usr/local/etc/dovecot.conf
ssl_disable: yes
login_dir: /usr/local/var/run/dovecot/login
login_executable: /usr/local/libexec/dovecot/imap-login
auth default:
passdb:
driver: shadow
args: /etc/shadow
userdb:
driver: passwd
How can I get the new Dovecot acting as the old one?
I don't use pam (which seems to be default now),
simply shadow passwords (Slackware).
http://wiki.dovecot.org/UpgradingDovecot did not help me.
TIA,
websafe
Odhiambo WASHINGTON
2006-Aug-15 15:11 UTC
[Dovecot] Problems after upgrade (0.99.x -> 1.0.x)
* On 15/08/06 16:50 +0200, fazer69 at o2.pl wrote:
| Hello :)
|
| I had a working Dovecot 0.99.x with the following dovecot.conf:
1.0rc6 crashes with the errors you mention. Try the nightly snapshot
instead. To be honest, I am still watching the unfolding events while
running 1.0rc2, which my customers haven't complained about.
-Wash
http://www.netmeister.org/news/learn2quote.html
DISCLAIMER: See http://www.wananchi.com/bms/terms.php
--
+======================================================================+
|\ _,,,---,,_ | Odhiambo Washington <wash at wananchi.com>
Zzz /,`.-'`' -. ;-;;,_ | Wananchi Online Ltd. www.wananchi.com
|,4- ) )-,_. ,\ ( `'-'| Tel: +254 20 313985-9 +254 20 313922
'---''(_/--' `-'\_) | GSM: +254 722 743223 +254 733
744121
+======================================================================+
Life is like a simile.
fazer69 at o2.pl writes:> dovecot: Dovecot v1.0.rc6 starting up > dovecot: Login process died too early - shutting down > dovecot: child 15288 (login) killed with signal 11 > dovecot: child 15289 (login) killed with signal 11 > dovecot: child 15290 (login) killed with signal 11> How can I get the new Dovecot acting as the old one?Does this reproduce after a reboot? If so, get a stack backtrace from the core file or by attaching a debugger such as GDB and post it. -- Matthias Andree