码迷,mamicode.com
首页 > 其他好文 > 详细

exchange 2013&2016配置使用IMAP&POP

时间:2018-04-24 14:56:02      阅读:1207      评论:0      收藏:0      [点我收藏+]

标签:exchange 13&16配置POP   exchange 13&16配置IMAP   

POP设置:
在EMS中修改如下设置:
Get-ServerComponentState -Identity <ServerName> -Component PopProxy).LocalStates

如果没有显示任何结果,输入以下命令:
Set-ServerComponentState -Identity <ServerName> -component PopProxy -state Active -requester HealthAPI
技术分享图片

IMAP设置
EMS中输入以下命令:
Set-ServerComponentState -Identity <ServerName> -component PopProxy -state Active -requester HealthAPI
技术分享图片

然后重启所有POP&IMAP服务!

exchange 2013&2016配置使用IMAP&POP

标签:exchange 13&16配置POP   exchange 13&16配置IMAP   

原文地址:http://blog.51cto.com/3032439/2107199

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!