Hi there, I have downloaded the source for courier-imap (1.4.5) and have compiled it without probs
I have setup authdaemon and setup the authmysql file so that it connects to the db and retreives all data (file at bottom) However it doesn't even _connect_ to mysql to auth and retrieve the uid, maildir etc. mysql is running and returns valid results when I do queries myself (as the user specified by the authmysql file) all anything does is come back with AUTHFAILURE the log files show stuff all Jul 4 00:41:54 obelix authdaemond.mysql: authdaemon: modules="authmysql", daemons=2 is all it says There is no connection to mysql according to the mysql logs --snip-- # The server name, userid, and password used to log in. MYSQL_SERVER localhost MYSQL_USERNAME XXXXXXXXXX MYSQL_PASSWORD XXXXXXXXXX ##NAME: MYSQL_SOCKET:0 # # MYSQL_SOCKET can be used with MySQL version 3.22 or later, it specifies the # filesystem pipe used for the connection # MYSQL_SOCKET /var/lib/mysql/mysql.sock ##NAME: MYSQL_PORT:0 # # MYSQL_PORT can be used with MySQL version 3.22 or later to specify a port to # connect to. MYSQL_PORT 3306 --snip-- it doesn't seem to matter whether I change the server to local host or put ips or hostnames or what have u. all the other config files point to authdaemon and authmysql only oh btw this is a suse 7.1 box with mysql 3.23.33 In the archives someone mentioned this, but there was no fix (well that someone sent to the list) any help appreciated. TIA Andrew ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek No, I will not fix your computer. http://thinkgeek.com/sf _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
