bitnami roundcube安裝

如已有郵箱服務,選custom ,不要選Gmailphp

IMAP端口爲143    protocol tlsmysql

SMTP端口25sql

填好郵箱服務器地址服務器

添加密碼插件:編輯app

C:\Bitnami\roundcube-1.1.4-1\apps\roundcube\htdocs\config加密

// List of active plugins (in plugins/ directory)
$config['plugins'] = array(
    'archive',
    'zipdownload',
 'password'
);插件

 

拷貝文件並修改ip

C:\Bitnami\roundcube-1.1.4-1\apps\roundcube\htdocs\plugins\password\config.inc.php.dist爲md5

C:\Bitnami\roundcube-1.1.4-1\apps\roundcube\htdocs\plugins\password\config.inc.phppdo

 

$config['password_db_dsn'] = 'mysql://username:password@emailServerIP:3306/maildb';

$config['password_query'] = "UPDATE mailbox         SET password=ENCRYPT(%p,concat(_utf8'$1$',right(md5(rand()),8),_utf8'$'))         WHERE username=%u         LIMIT 1         ";

相關文章
相關標籤/搜索