千家信息网

exchange 2013&2016配置使用IMAP&POP

发表于:2025-02-02 作者:千家信息网编辑
千家信息网最后更新 2025年02月02日,POP设置:在EMS中修改如下设置:Get-ServerComponentState -Identity -Component PopProxy).LocalStates如果没有显示任何结果,输入以
千家信息网最后更新 2025年02月02日exchange 2013&2016配置使用IMAP&POP

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服务!

0