AfterLogic webmail开启修改密码插件Hmailserver
2020-12-13 01:54
标签:style class code color strong http 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, 在ip地址不为本地的服务器上要在\hmailserver-change-password\index.php中添加 protected function isLocalAccount($oAccount) AfterLogic webmail开启修改密码插件Hmailserver,搜素材,soscw.com AfterLogic webmail开启修改密码插件Hmailserver 标签:style class code color strong http 原文地址:http://www.cnblogs.com/oxzc/p/3713576.html
‘plugins.hmailserver-change-password.config.login‘ =>
‘hmailserver登陆名‘,
‘plugins.hmailserver-change-password.config.password‘ =>
‘hmailserver密码‘
{
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‘,
));
}
下一篇:Web通信
文章标题:AfterLogic webmail开启修改密码插件Hmailserver
文章链接:http://soscw.com/essay/24467.html