02. Microsoft/Exchange 2010
Exchange SSL Certificate 갱신 후 메일 수 발신 안됨
검짱돌이
2014. 1. 15. 18:13
Exchnage Queue에 아래 발송 관련 로그 확인
You may see the following error in the queue viewer on your edge server:
451 4.4.0 Primary target IP address responded with: "454 4.7.5 Certificate validation failure."
Exchange 인증서 변경 후 Edge가 있다면 아래와 같이 Edge 구독을 새로 실행해야 함
사설 인증서가 만료 되었을때 아래와 같은 작업으로 갱신을 진행합니다.
- Get-ExchangeCertificate -Thumbpoint | New-ExchangeCertificate
-
Enabled-ExchangeCertificate -Services SMTP / Edge 구독을 새로 생성해야함
- Edge서버에서 EMS 실행 New-Edgesubscription -Filename "C:\newedge.xml"
- Newedge.xml파일을 Hun Transport 서버로 복사합니다.
- Exchange Management Console에서 새 Edge 구독을 실행합니다.
[참고 사이트]