On Mon, 2007-03-26 at 15:35 -0500, Steven F Siirila wrote:
Mar 26 15:13:10 myhostname dovecot: imap-login: Authenticate PLAIN failed: Don't send unrequested data: user=<rmtuser>, method=PLAIN, rip=10.9.9.9, lip=10.1.1.1, TLS
This shouldn't happen unless the first authentication already failed. Anyway I suppose this is a bug, fixed: http://dovecot.org/list/dovecot-cvs/2007-March/008377.html and http://dovecot.org/list/dovecot-cvs/2007-March/008379.html
Mar 26 15:13:10 myhostname dovecot: child 3333 (login) killed with signal 11
I'm not sure why it crashes though. I couldn't reproduce it. Possibly fixed by these, but I don't see how: http://dovecot.org/list/dovecot-cvs/2007-March/008373.html http://dovecot.org/list/dovecot-cvs/2007-March/008376.html
One way to reproduce the error at least is to stop dovecot-auth and then do something like:
x authenticate plain hello world
But apparently with you the client disconnected and somehow that caused the crash..