> Okay, I created a script to continually monitor all the SELECT
> queries on my
> MySQL server via SHOW PROCESSLIST, in order to debug the MySQL
> authentication.
>
> But first, I notice there's 5 mysql processes "Sleep"ing in the database I
> created for courier-imap, so I know the authdaemond is connecting
> successfully to the database. However, it just isn't running any queries
> when any authentication/login attempts are made...
>
> Any thoughts on why this might happen?

The execution time of these queries is probably so miniscule that even a
process continually polling the show processlist command may not show them.
The mysql authentication module has a debugging feature which logs the
commands submitted to the sql server.  You can try submitting these queries
on your own to see if they are causing errors, or undesired results.

David



-------------------------------------------------------
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

Reply via email to