[Exchange 2010] Single Server에서 Outlook Anywhere 구성방법
[환경]
bcps-dc01.bcps.com
* 내,외부 접속시 mail.bcps.com 으로 접속하여 OWA 및 Outlook Anywhere 기타 EWS 기능 모두 동작하도록 함.
[진행]
1. Wild card 인증서 발급
[PS] C:\>$Data = New-ExchangeCertificate -FriendlyName 'Ex2010 Cert' -GenerateRequest -SubjectName "cn=bcps-dc01.bcps.com" -DomainName *.bcps.com -PrivateKeyExportable $true [PS] C:\>Set-Content -path "C:\MSSupport\Certreq.req" -Value $Data |
2. 웹 인증기관에 연결하여 인증서 발급
4. Exchange Web Service , Offline Address Book Service, OWA , ECP URL 설정 구성
5. Outlook Anywhere 구성
RPC Proxy 가 설치되었는지 확인
a. RPCProxy.dll 이 Listening 중인지 확인
c. Client Access Array 구성
위의 설정까지만 마치면 다음과 같이 이름확인이 되지 않는 문제가 발생합니다.
d. Client Access Array를 생성합니다.
e. Database를 d단계에서 생성한 Client Access Array와 연결 시켜 줍니다.
Get-MailboxDatabase | Set-MailboxDatabase –RpcClientAccessServer mail.bcps.com
f. HTTPS로 성공적으로 연결되는 것을 확인할 수 있습니다.