Raymond Scholz
2004-Feb-26 21:21 UTC
[Dovecot] IMAP error with squirrelmail - how to debug?
When moving messages with squirrelmail (or kmail), I get the following error: ERROR : Could not complete request. Query: COPY 3 "INBOX" Reason Given: Unexpected EOF According to the config I switched on rawlog: # This would write rawlogs into ~/dovecot.rawlog/ directory: mail_executable = /usr/lib/dovecot/rawlog /usr/lib/dovecot/imap rawlog.c was altered in order to have /tmp as HOME. But I see no logfiles being generated. Environment: lastest dovecot from CVS, vpopmail and local users (error with both types). Another issue: Ocassionally the auth process dies: Feb 26 21:08:49 servername dovecot: child 28641 (auth) killed with signal 11 Cheers, Ray -- Raymond Scholz - rscholz at zonix.de - GnuPG/PGP - http://www.zonix.de/
rscholz at fly:~> telnet servername imap2 Trying 399.187.271.232... Connected to servername. Escape character is '^]'. * OK dovecot ready. . login rscholz foobar . OK Logged in. A002 SELECT "INBOX" * FLAGS (\Answered \Flagged \Deleted \Seen \Draft) * OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft \*)] Flags permitted. * 4 EXISTS * 0 RECENT * OK [UIDVALIDITY 1077741495] UIDs valid * OK [UIDNEXT 5] Predicted next UID A002 OK [READ-WRITE] Select completed. A003 EXPUNGE A003 OK Expunge completed. A004 UID COPY 4 "Test" A004 NO Unexpected EOF A005 UID COPY 3 "Test" A005 NO Unexpected EOF Cheers, Ray -- Raymond Scholz - rscholz at zonix.de - GnuPG/PGP - http://www.zonix.de/