如何设置与SQL驱动程序和MySQL使用随机盐encryptionroundcube密码插件?
我有一个邮件服务器与安装和http://flurdy.com/docs/postfix/index.htmlconfiguration后缀。 我使用一个mysql数据库maildb与两个文件id 'salted_md5_hash'和crypt = 'salted_md5_hash'的表users 。 密码用这样的查询更新: 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安装 如何设置roundcube密码插件与上述安装工作?