Hi David, <shrug> The script was able to catch pretty much every other test query I sent to it, but I'll take your word for it. Could you elaborate on that debugging feature and how to activate it/use it? I did not see that mentioned in the documentation, nor on any searches I did on the web...
- Jonathan ----- Original Message ----- From: "David Rasch" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 20, 2002 12:38 PM Subject: RE: [courier-users] Trouble with Courier IMAP+MySQL Auth > > 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 > > ------------------------------------------------------- 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
