From ben at electricembers.net Fri Jun 26 12:57:05 2009 From: ben at electricembers.net (Benjamin Connelly) Date: Fri, 26 Jun 2009 09:57:05 -0700 Subject: [imapproxy-info] logged "errors" what do they mean Message-ID: <08A1B7DB-0925-4336-B661-E4F2D3770F68@electricembers.net> I see these sometimes: Jun 26 09:54:26 in.imapproxyd[14642]: IMAP_Line_Read(): connection closed prematurely. Jun 26 09:54:26 in.imapproxyd[14642]: Raw_Proxy(): Failed to read line from client on socket 13 Any ideas what exactly is happening here? Benjamin From dave64 at andrew.cmu.edu Fri Jun 26 12:59:42 2009 From: dave64 at andrew.cmu.edu (Dave McMurtrie) Date: Fri, 26 Jun 2009 12:59:42 -0400 Subject: [imapproxy-info] logged "errors" what do they mean In-Reply-To: <08A1B7DB-0925-4336-B661-E4F2D3770F68@electricembers.net> References: <08A1B7DB-0925-4336-B661-E4F2D3770F68@electricembers.net> Message-ID: <4A44FE7E.9050908@andrew.cmu.edu> Benjamin Connelly wrote: > I see these sometimes: > > Jun 26 09:54:26 in.imapproxyd[14642]: IMAP_Line_Read(): connection > closed prematurely. > Jun 26 09:54:26 in.imapproxyd[14642]: Raw_Proxy(): Failed to read line > from client on socket 13 > > Any ideas what exactly is happening here? imapproxy believes that the only normal way for a client to disconnect is for it to send a LOGOUT. If a client instead just closes the connection, you'll see the above messages. It's probably nothing to worry about. Either the client died abnormally or it's written in such a way that it will disconnect without first sending a LOGOUT command. Thanks, Dave -- Dave McMurtrie, SPE Email Systems Team Leader Carnegie Mellon University, Computing Services From ben at electricembers.net Fri Jun 26 13:48:37 2009 From: ben at electricembers.net (Benjamin Connelly) Date: Fri, 26 Jun 2009 10:48:37 -0700 Subject: [imapproxy-info] admin commands not working in 1.2.7rc2 Message-ID: <9CEDC0E1-482A-4352-BD7D-789FA0A1C62B@electricembers.net> I enabled admin commands, but then I get "NO Error in IMAP command received by server." when trying to issue any. . . Any ideas anybody? Benjamin P.S. I'm very excited to get imapproxy going. Thanks a zillion!