On Thu, 2006-06-01 at 11:03 -0700, Mario Nigrovic-rvvk40 wrote:
#4 0x00075d70 in internal_handler (log_type=32 ' ', format=0x86420 "Disconnected: %s", args=0xffbef760) at failures.c:362 str = (string_t *) 0xa5b90 ret = 73 #5 0x000759ac in i_info (format=0x86420 "Disconnected: %s") at failures.c:218 No locals. #6 0x000222c0 in client_disconnect (client=0xb0b58, reason=0x0) at client.c:119 No locals. #7 0x0001ef50 in cmd_fetch_finish (ctx=0xb0b9c) at cmd-fetch.c:98 storage = (struct mail_storage *) 0xb0990 error = 0x0 syntax = false temporary_error = false cmd = (struct client_command_context *) 0xb0b9c ok_message = 0x85998 "OK Fetch completed." failed = 144 partial = false
Oh. I fixed this crash actually a few days ago. But since the crash happens only at disconnect time, it doesn't explain why Dovecot isn't working with you at all. The FETCH command fails but doesn't give any reason for it, which is weird..
Have you enabled any plugins? Could you post what "dovecot -n" says?
If you want to test the crash fix, the patch is here (but it's unlikely to fix your real problem anyway): http://dovecot.org/list/dovecot-cvs/2006-May/005613.html