我有一个安装和配置为http://flurdy.com/docs/postfix/index.html的邮件服务器。我使用带有两个字段=和=maildb
的表的 mysql 数据库。使用如下查询更新密码:users
id
'[email protected]'
crypt
'salted_md5_hash'
UPDATE users SET crypt = ENCRYPT('apassword', CONCAT('$5$', MD5(RAND()))) WHERE id = '[email protected]';
Roundcube 1.0-RC 根据http://trac.roundcube.net/wiki/Howto_Install安装
如何设置圆形立方体密码插件以与上述安装一起使用?