--Peter Saenger wrote on 25.10.2002 16:34 +0200: > MySQL Logfile shows: > -----snipp---- > 021025 15:21:38 8 Connect root@localhost on > 8 Init DB imap_account > -----snapp---- > > I did not configure a separate MySQL Account for Courier yet, so it's using > root. > > As you see Courier is connecting to MySQL Server and selecting the database > (name "imap_account" is right), but does not execute any SQL queries in > order to perform authentication. > > Why? Any suggestions?
Typos and/or trailing/leading whitespaces in etc/authmysqlrc where no one should be. Its a very cheap parser ;) If you cant spot the problem attach strace to authdaemon and then run authtest. Roland ------------------------------------------------------- This sf.net email is sponsored by: Influence the future of Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) program now. http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
