My webmail change-password feature isn't working. I have two test accounts, one authenticated via pam in /etc/passwd and the other via authmysql. Here's what I know.
For the /etc/passwd (PAM) account, authsystem.passwd works. I can run it manually and change the password. For the account authenticated through authmysql, I have set the following in authmysqlrc: MYSQL_CHPASS_CLAUSE update courier.passwd set clear="$(newpass)", crypt="$(newpass_crypt)" where id="$(local_part)" and domain_name="$(domain)" I'm not seeing any activity in /var/log/mysql.log, which otherwise shows all authmysql activity. It looks as if the update query isn't making it out the door. I'm not seeing anything in any of the log files in /var/log which would shed light on this. Any suggestions as to where to look for (or what to set for) debugging information would be appreciated. I can log in OK to the webmail client with either account, send mail to either account from a remote host, and access both accounts using POP3. -- Lindsay Haisley | "Everything works | PGP public key FMP Computer Services | if you let it" | available at 512-259-1190 | (The Roadie) | <http://www.fmp.com/pubkeys> http://www.fmp.com | | _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
