No worries, David - you solved the problem anyway. I was trying to find that general query log - but it didn't seem like it existed. That displayed the query, which flicked on a lightswitch. I had DEFAULT_DOMAIN set in authmysqlrc, because I thought what it did was: If a user tries to login as "jonathan" and the login fails, then the server will try it AGAIN with the DEFAULT_DOMAIN appended [EMAIL PROTECTED] - like a second login. I turned off DEFAULT_DOMAIN and it works perfectly! Thanks, David!
- Jonathan ----- Original Message ----- From: "David Rasch" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 20, 2002 1:05 PM Subject: RE: [courier-users] Trouble with Courier IMAP+MySQL Auth > > <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 > > ------------------------------------------------------- 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
