[Dovecot] After Debian testing upgrade, dovecot doesn't work
Today I upgraded my Debian testing server (just personal testing server), and one of the updates was dovecot-common and dovecote-imapd. I passed through the dovecot.conf file changing things so that I would have similar features as before, and everything looked OK.
Now, after restarting, and all, I try to connect the the imap server with my user acount, and it passes OK, but when I try to see my INBOX folder the conection gets reset, and I have this in the mail.log file:
Aug 11 15:20:53 bugs dovecot: imap-login: Login: martin [xxx.xxx.xxx.xxx] Aug 11 15:20:54 bugs dovecot: child 8085 (imap) killed with signal 10
I erased the .imap folder in ~martin/mail/ but with no luck.
What happened, and how can I fix this.
bugs:/etc/dovecot# dpkg -l | grep dovecot ii dovecot-common 0.99.20050712-2 secure mail server that supports mbox and ma ii dovecot-imapd 0.99.20050712-2 secure IMAP server that supports mbox and ma ii dovecot-pop3d 0.99.20050712-2 secure POP3 server that supports mbox and ma
-- 11:55:01 up 155 days, 1:49, 3 users, load average: 0.12, 0.72, 0.86
Lic. Martín Marqués | select 'mmarques' || '@' || 'unl.edu.ar' Centro de Telematica | DBA, Programador, Administrador Universidad Nacional del Litoral
On Thu, 11 Aug 2005, Martin Marques wrote:
Today I upgraded my Debian testing server (just personal testing server), and one of the updates was dovecot-common and dovecote-imapd. I passed through the dovecot.conf file changing things so that I would have similar features as before, and everything looked OK.
Now, after restarting, and all, I try to connect the the imap server with my user acount, and it passes OK, but when I try to see my INBOX folder the conection gets reset, and I have this in the mail.log file:
Aug 11 15:20:53 bugs dovecot: imap-login: Login: martin [xxx.xxx.xxx.xxx] Aug 11 15:20:54 bugs dovecot: child 8085 (imap) killed with signal 10
Are you using LDAP or SQL or somesuch? The configuration files for these changed.
-- Jaldhar H. Vyas jaldhar@debian.org La Salle Debain - http://www.braincells.com/debian/
On Thu, 11 Aug 2005, Jaldhar H. Vyas wrote:
On Thu, 11 Aug 2005, Martin Marques wrote:
Today I upgraded my Debian testing server (just personal testing server), and one of the updates was dovecot-common and dovecote-imapd. I passed through the dovecot.conf file changing things so that I would have similar features as before, and everything looked OK.
Now, after restarting, and all, I try to connect the the imap server with my user acount, and it passes OK, but when I try to see my INBOX folder the conection gets reset, and I have this in the mail.log file:
Aug 11 15:20:53 bugs dovecot: imap-login: Login: martin [xxx.xxx.xxx.xxx] Aug 11 15:20:54 bugs dovecot: child 8085 (imap) killed with signal 10
Are you using LDAP or SQL or somesuch? The configuration files for these changed.
No. mail is in the mail dir (flat files) and passdb = pam.
-- 11:55:01 up 155 days, 1:49, 3 users, load average: 0.12, 0.72, 0.86
Lic. Martín Marqués | select 'mmarques' || '@' || 'unl.edu.ar' Centro de Telematica | DBA, Programador, Administrador Universidad Nacional del Litoral
On Thu, 2005-08-11 at 15:23 -0300, Martin Marques wrote:
Now, after restarting, and all, I try to connect the the imap server with my user acount, and it passes OK, but when I try to see my INBOX folder the conection gets reset, and I have this in the mail.log file:
Aug 11 15:20:53 bugs dovecot: imap-login: Login: martin [xxx.xxx.xxx.xxx] Aug 11 15:20:54 bugs dovecot: child 8085 (imap) killed with signal 10
This is a bit strange. I don't remember hardly any bug reports about imap-login process crashing. Could you do this while no-one is connected to Dovecot:
gdb attach pidof imap-login
cont
then connect to Dovecot with IMAP client and you should see that gdb says it has crashed. You may need to do this a few times if you have multiple imap-login processes running. So, then say "bt" and copy&paste the result here.
El Dom 14 Ago 2005 18:04, Timo Sirainen escribió:
On Thu, 2005-08-11 at 15:23 -0300, Martin Marques wrote:
Now, after restarting, and all, I try to connect the the imap server with my user acount, and it passes OK, but when I try to see my INBOX folder the conection gets reset, and I have this in the mail.log file:
Aug 11 15:20:53 bugs dovecot: imap-login: Login: martin [xxx.xxx.xxx.xxx] Aug 11 15:20:54 bugs dovecot: child 8085 (imap) killed with signal 10
This is a bit strange. I don't remember hardly any bug reports about imap-login process crashing. Could you do this while no-one is connected to Dovecot:
gdb attach
pidof imap-login
contthen connect to Dovecot with IMAP client and you should see that gdb says it has crashed. You may need to do this a few times if you have multiple imap-login processes running. So, then say "bt" and copy&paste the result here.
OK, I downgraded to the version in stable that worked, and still works for me. This week I'm out of town for work, so I'll test this, see what happens, and send a feedback report.
-- select 'mmarques' || '@' || 'unl.edu.ar' AS email;
Martín Marqués | Programador, DBA Centro de Telemática | Administrador Universidad Nacional del Litoral
participants (4)
-
Jaldhar H. Vyas
-
Martin Marques
-
Martín Marqués
-
Timo Sirainen