[bugs] [Bug 1015] Changed - Unable to access Folders
bugs@bugs.horde.org
bugs@bugs.horde.org
Tue, 6 Aug 2002 18:33:08 -0300
http://bugs.horde.org/show_bug.cgi?id=1015
*** shadow/1015 Tue Aug 6 18:10:48 2002
--- shadow/1015.tmp.31009 Tue Aug 6 18:33:08 2002
***************
*** 33,35 ****
--- 33,55 ----
------- Additional Comments From chuck@horde.org 08/06/02 18:10 -------
IMAP server? info from your imap server logs? this just isn't enough to go on...
+
+ ------- Additional Comments From ccoles@keylabs.com 08/06/02 18:33 -------
+ When waiting for folder page to time out (oops I said page not found), the IMAP
+ server reports the following (this is at the end when it times out):
+
+ Aug 6 11:00:09 raven dbmail/imap4[32100]: COMMAND: [00000b9c STATUS INBOX
+ (MESSAGES UNSEEN)]
+ Aug 6 11:00:09 raven dbmail/imap4[32100]: COMMAND: [00000b9d STATUS INBOX
+ (MESSAGES UNSEEN)]
+ Aug 6 11:00:09 raven dbmail/imap4[32100]: COMMAND: [00000b9d]
+ Aug 6 11:00:09 raven dbmail/imap4[32100]: imap_process(): error [Broken
+ pipe] on read-stream
+ Aug 6 11:00:09 raven dbmail/imap4[32100]: SS_WaitAndProcess(): client @
+ socket 3 (IP: 127.0.0.1) logged out, connection closed
+
+ The 'COMMAND' lines above are repeated over and over and over. The IMAP server
+ is dbmail with the message base in a MySQL database. The number of unread
+ messages is around 6000 or so, but those messages do not belong to the current
+ user. I've requested comments from the dbmail group but have not received any
+ feedback yet.