I did. But on the latest one it does not work. And more. It sends the request to MySQL so I would expect it tries the correct auth metod, but it does not decrypt password corectly. If I remove crypt column from SQL and keep just Clar, the auth daemon sends to MySQL "" in select instead of crypt. That causes bad SQL query. So I need to use both, crypt and Clar. Ondra
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Thomas Otto Sent: Tuesday, January 29, 2002 10:06 AM To: [EMAIL PROTECTED] Subject: RE: [courier-users] MySQL Authentication Problems On Tue, 2002-01-29 at 09:31, Ondra Koutek wrote: > Hi all, > I have a problem with authentification through MySQL. The courier IMAP > sends corect SQL SELECT, and if I manager this SELECT manualy, I receive > proper row containing all informations. But Courier IMAP still answers > "Login Failed". > I use authmysql and quthpam module and I have all columns in databases > table. > Is there any Hint what I should test or where can be problem? > Thanx > Ondra > hi Ondra! try in authdaemonrc: authmodulelist="authmysql authpam" in courier 0.36.0 (debian) this works for me. -> use authmysql as first entry. cu tommi _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users --- P��choz� zpr�va neobsahuje viry. Zkontrolov�no antivirov�m syst�mem AVG (http://www.grisoft.cz). Verze: 6.0.319 / Virov� b�ze: 178 - datum vyd�n�: 28.1.2002 --- Odchoz� zpr�va neobsahuje viry. Zkontrolov�no antivirov�m syst�mem AVG (http://www.grisoft.cz). Verze: 6.0.319 / Virov� b�ze: 178 - datum vyd�n�: 28.1.2002 _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
