Не решено The user and the mailbox are in different Active Directory sites.

Razer

Участник
Добрый день! Есть несколько Exchange Server 2019 которые работают в DAG. Есть жалоба на подключение к ящику по IMAP.:cautious:
Хм. Запилил командлет
Test-ImapConnectivity -ClientAccessServer EX01 -MailboxCredential (Get-Credential MYDOMEN\problem_user)

Unable to create MailboxSession MailboxSession object to access the mailbox [problem_user@domen.ru].
Detailed error information:[Microsoft.Exchange.Data.Storage.WrongServerException]:
The user and the mailbox are in different Active Directory sites.
Inner error [Microsoft.Mapi.MapiExceptionMailboxInTransit]: MapiExceptionMailboxInTransit: Detected site violation (hr=0x0,ec=1292)
Подскажите куда думать ?
 
Попробуй поглядеть командлетом
Get-ServerHealth EX01 | ?{$_.HealthSetName -like "IMAP*"}
 
Назад
Верх