Hi. I got these into my mysql log when users log in using courier-imap (one line for each login):
020717 13:43:57 Aborted connection 1099021 to db: 'vpopmail' user: 'sqladmin' host: `localhost' (Got an error reading communication packets) I use vpopmail to authenticate and authvchkpw as an authmodule. I think that this happens because authlib's auth_vchkpw_pre() calls vclose() too early. It closes after authentication, but still does open_smtp_relay() after that and so db is left open. So I moved call to vclose() few lines forward, after open_smtp_relay() and after that I haven't got "Aborted connection ..." failures into mysql log. -- / Tuomas Suutari | Mobile: +358 50 3806983 \ E-mail: [EMAIL PROTECTED] ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
