[Dovecot] Occasional errors opening email folder in SquirrelMail
Every once in a while I get this [1] error when trying to open a mail folder in SquirrelMail. I don't know enough about IMAP to tell if it is a SquirrelMail or a Dovecot issue. I also get this [2] error message every time I try to send an email. The email goes through but there is no copy in the Sent folder. If there is some kind of logging I can enable that would help with this please let me know.
[1] ERROR: Bad or malformed request. Query: FETCH (FLAGS UID RFC822.SIZE BODY.PEEK[HEADER.FIELDS (Date To Cc
From Subject X-Priority Importance Priority Content-Type)]) Server responded: Error in IMAP command UID: Invalid arguments.
[2] ERROR: Bad or malformed request. Server responded: Error in IMAP command APPEND:
Thank you, Jonathan
On Mon, 2006-01-09 at 16:25 +0300, Jonathan wrote:
Every once in a while I get this [1] error when trying to open a mail folder in SquirrelMail. I don't know enough about IMAP to tell if it is a SquirrelMail or a Dovecot issue. I also get this [2] error message every time I try to send an email. The email goes through but there is no copy in the Sent folder. If there is some kind of logging I can enable that would help with this please let me know.
You could enable Dovecot's rawlog to see what exactly Squirerlmail is trying to send to Dovecot. See bottom of http://dovecot.org/bugreport.html
[1] ERROR: Bad or malformed request. Query: FETCH (FLAGS UID RFC822.SIZE BODY.PEEK[HEADER.FIELDS (Date To Cc
From Subject X-Priority Importance Priority Content-Type)]) Server responded: Error in IMAP command UID: Invalid arguments.
This looks like the message numbers are missing after FETCH command. That'd be Squirrelmail bug.
[2] ERROR: Bad or malformed request. Server responded: Error in IMAP command APPEND:
Don't know about this. If there's nothing in Dovecot's logs, only the rawlog would show the problem.
Timo Sirainen wrote:
On Mon, 2006-01-09 at 16:25 +0300, Jonathan wrote:
[1] ERROR: Bad or malformed request. Query: FETCH (FLAGS UID RFC822.SIZE BODY.PEEK[HEADER.FIELDS (Date To Cc
From Subject X-Priority Importance Priority Content-Type)]) Server responded: Error in IMAP command UID: Invalid arguments.
This looks like the message numbers are missing after FETCH command. That'd be Squirrelmail bug.
I'll take this one to the SquirrelMail list then, thanks.
[2] ERROR: Bad or malformed request. Server responded: Error in IMAP command APPEND:
Don't know about this. If there's nothing in Dovecot's logs, only the rawlog would show the problem.
This is the rawlog for the above error, is this SquirrelMail as well or is this one dovecot?
server% cat 20060115-055730-35553.in A002 LIST "" "Sent" A003 APPEND "Sent" (\Seen) \{562}
server% cat 20060115-055730-35553.out
- OK [RAWLOG TIMESTAMP] 2006-01-15 05:57:30
- LIST (\HasNoChildren) "." "Sent" A002 OK List completed. A003 BAD Error in IMAP command APPEND:
Thanks, Jonathan
participants (2)
-
Jonathan
-
Timo Sirainen