Hi Timo,
Friday, July 20, 2007, 12:40:59 PM, you wrote:
On Fri, 2007-07-20 at 12:20 +0300, Sergey A. Kobzar wrote:
Well, now I can see Spam and Harm folders bat can't move messages from Inbox into Spam folder for example. MUA just freezes. Nothing in logs (mail_debug = yes).
Is it MUA that freezes or Dovecot's imap process? (Does imap process use 100% cpu?)
It's MUA. Server looks good at those time: Tasks: 88 total, 2 running, 86 sleeping, 0 stopped, 0 zombie Cpu(s): 0.0%us, 0.3%sy, 0.0%ni, 98.3%id, 0.7%wa, 0.0%hi, 0.7%si, 0.0%st
Try manually:
1 login user pass 2 select inbox 3 copy 1 Public/Spam
Does it succeed?
# telnet localhost 143 Trying 127.0.0.1... Connected to localhost.domain.com. Escape character is '^]'.
- OK Dovecot ready.
- login user@domain.com passwd
- OK Logged in.
- select inbox
- FLAGS (\Answered \Flagged \Deleted \Seen \Draft)
- OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft \*)] Flags permitted.
- 1 EXISTS
- 0 RECENT
- OK [UIDVALIDITY 1183490762] UIDs valid
- OK [UIDNEXT 41] Predicted next UID
- OK [READ-WRITE] Select completed.
- copy 1 Public/Spam
... and no answer.
- logout does not work - no answer.
I can kill telnet session only.
In logs:
Jul 20 10:57:16 mail dovecot: IMAP(user@domain.com): Effective uid=8, gid=12, home= Jul 20 10:57:16 mail dovecot: IMAP(user@domain.com): Namespace: type=public, prefix=Public/, sep=/, inbox=no, hidden=no, subscriptions=no Jul 20 10:57:16 mail dovecot: IMAP(user@domain.com): maildir: data=/home/mail/public Jul 20 10:57:16 mail dovecot: IMAP(user@domain.com): maildir: root=/home/mail/public, index=/home/mail/public, control=, inbox= Jul 20 10:57:16 mail dovecot: IMAP(user@domain.com): Namespace: type=private, prefix=, sep=/, inbox=yes, hidden=no, subscriptions=no Jul 20 10:57:16 mail dovecot: IMAP(user@domain.com): maildir: data=/home/mail/domain.com/user Jul 20 10:57:16 mail dovecot: IMAP(user@domain.com): maildir: root=/home/mail/domain.com/user, index=/home/mail/domain.com/user, control=, inbox= Jul 20 10:57:16 mail dovecot: imap-login: Login: user=<user@domain.com>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured
Second question. You told /home/mail/public is not an Maildir, but it has cur, new and tmp folders. Why?
That's kind of a bug. v1.1 doesn't do that anymore.
Thanks. I will try to upgrade Dovecot, but 1.1 is marked is unstable in Gentoo :). Worth to try.
-- Sergey