Hi, I have recently been attempting to get the MySQL authentication working for courier-imap. More specifically, I was trying to use the "Experimental" MYSQL_SELECT_CLAUSE code, because my database is broken up differently. It was not working properly and it caused quite a headache, but I finally figured out why it wasn't working. In both the documentation and the example it says to return the values in this order:
username, cryptpw, uid, gid, clearpw, home, maildir, quota, fullname Unfortunately, the code in authmysqllib.c expects the values to be return as: username, cryptpw, clearpw, uid, gid, home, maildir, quota, fullname With clearpw in front of uid, not behind gid. It is working for me now and I am very pleased with it. I just wanted to drop this line in case anyone else was having similar issues. Thanks, Eric _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
