проверяем соединение на защищенный imap-порт:
s_client
-connect 192.168.172.17:993
В ответ сервер не дает сертификат и сообщает об ошибке.
Лечим:
Get-ServerComponentState -Identity SERVER
Далее Видите что-то вроде:
Server Component State
------ --------- -----
..................
exchange.domain.loc ImapProxy Inactive
..................
------ --------- -----
..................
exchange.domain.loc ImapProxy Inactive
..................
Следом все просто:
Set-ServerComponentState -Identity EXCHANGE -Requester HealthAPI -Component ImapProxy -State Active
после служба встает в
Server Component State
------ --------- -----
..................
exchange.domain.loc ImapProxy Active
..................
Источник: здесь------ --------- -----
..................
exchange.domain.loc ImapProxy Active
..................
Комментариев нет:
Отправить комментарий