Server Component 중 PopProxy 상태가 Inactive이기 때문에 발생한다.
Exchange Server에서 Exchange Management Shell을 실행한다.
Get-ServerComponentState -Identity 서버명을 입력하여 PopProxy가 Inactive인지 확인한다.
Inactive라면 Set-ServerComponentState -Component PopProxy -Identity 서버명 -Requester HealthAPI -State Active를 입력하여 Active 상태로 전환한다.