Tony Bibbs writes: > I've been testing authentication with courier and doing: > > "/usr/local/src/courier-0.37.0/authlib/authtest couriertest" correctly > gives: > > passwdAuthenticated: module authdaemon > Home directory: /home/couriertest > UID/GID: 502/503 > AUTHADDR=couriertest > AUTHFULLNAME=<none> > > Now I want to test MySQL authentication. I have restarted my MySQL > server and I specified the --log=/path/to/mysql/log. I then run: > > ./authtest -m authmysql couriertest and it fails. I checked the MySQL > log and nothing appears.
You only have authdaemon installed, hence this is your only authentication module. Edit authdaemonrc and configure authdaemon to use authmysql. -- Sam _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
