Hi Everyone.

Is there a way for courier-authlib (mysql) to learn passwords during
authentication?

I just created another mysql field called "clear_passwd" and want it to
be populated with clear passwords when users authenticate.

I have both courier pop3d and imapd daemons using authlib to
authenticate over mysql.

I have tried this from authmysqlrc example:

MYSQL_CHPASS_CLAUSE    UPDATE  users                                   \
                       SET
clear_passwd='$(newpass)',                     \
                       WHERE   localpart='$(local_part)' \
                       AND     domain_name='$(domain)'

But it doesn't seem to work somehow.

Thanks.







-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Courier-imap mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap

Reply via email to