cpanel mailserver直接从roundcube界面更改密码

问题描述

我被困在roundcube密码插件中。

我有一个要配置的cpanel网络服务器。我已经选择roundcube作为Webmail客户端,并且创建了一个直接的URL到webmail roundcube,而没有cpanel的访问。

一切正常...

现在我想直接从roundcube启用密码更改按钮,我已添加

/usr/local/cpanel/base/3rdparty/roundcube/config/config.inc.PHP

密码插件是这样

$config['plugins'] = array('cpanellogin','cpanellogout','archive','calendar','carddav', 密码);

现在我可以看到显示密码按钮进入roundcube设置

roundcube password

要启用密码更改,我已经编辑了roundcube密码插件文件

/usr/local/cpanel/base/3rdparty/roundcube/plugins/password/config.inc.PHP

更改这些行:

$config['password_driver'] = 'cpanel';


// cPanel Driver options
// --------------------------
// The cPanel Host name
$config['password_cpanel_host'] = 'mail.mycPaneldomain.it';

// The cPanel admin username
$config['password_cpanel_username'] = 'mycPaneluser';

// The cPanel admin password
$config['password_cpanel_password'] = 'mycPanelpass';

// The cPanel admin hash
// If you prefer to use a hash (Remote Access Key) instead of plain password,enter it below.
// Hash takes precedence over password auth.
// You can generate a Remote Access Key in WHM -> Clusters -> Remote Access Key
$config['password_cpanel_hash'] = '';

// The cPanel port to use
$config['password_cpanel_port'] = 2083;


// cPanel Webmail Driver options
// -----------------------------
// The cPanel Host name
$config['password_cpanel_webmail_host'] = 'webmail.mycPaneldomain.it';

// The cPanel port to use
$config['password_cpanel_webmail_port'] = 2096;

更改它后,响应“ HTTP ERROR 500”页面不起作用

非常感谢您的支持

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)