AfterLogic webmail开启修改密码插件Hmailserver
AfterLogic webmail修改密码插件,下载位置http://www.afterlogic.com/wiki/Password_change_for_hMailServer_(WebMail_Plugins)?WM=Lite
复制到\webmail\data\plugins\hmailserver-change-password\index.php
启用插件步骤:
找到 data/settings/config.php 打开:
添加如下
‘plugins.hmailserver-change-password‘ =>
true,
‘plugins.hmailserver-change-password.config.login‘ =>
‘hmailserver登陆名‘,
‘plugins.hmailserver-change-password.config.password‘ =>
‘hmailserver密码‘
在ip地址不为本地的服务器上要在\hmailserver-change-password\index.php中添加
protected function isLocalAccount($oAccount)
{
return
\in_array(\strtolower(\trim($oAccount->IncomingMailServer)), array(
‘localhost‘, ‘127.0.0.1‘, ‘::1‘, ‘::1/128‘, ‘0:0:0:0:0:0:0:1‘,‘服务器ip‘,
));
}
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。