> <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...
That's your problem, taking my word for things. Indeed, you are correct; I can find no debug capability for authmysql. My apologies, but there is hope. Now having checked my notes, I find that I did this using mysql loggin, which can log all queries submitted. http://www.mysql.com/doc/en/Query_log.html If no queries are making it to mysql, then it's likely that your autodaemond.mysql is correctly started, but queries aren't being appropriately submitted, or there's some error in the query. Both of which can hopefully be detected by the logging in mysql. You might try using 'authtest' and specifically specifying the authmysql module and see if queries are detected. Good luck; sorry for the mis-information. -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
