积极答复者
exchange server 2013 / 使用 outlook 2007/2010 报错 “您的服务器不支持指定的加密类型”

问题
答案
-
您好!
1.首先确认IMAP4服务是否开启。
2.对于12014错误,我建议你使用以下命令检查安装在 Exchange 服务器上的证书的配置以及安装在该服务器上的所有接收连接器和发送连接器的配置。
Get-ExchangeCertificate | FL * Get-ReceiveConnector | FL name, fqdn, objectClass Get-SendConnector | FL name, fqdn, objectClass
以下文章供你参考(注意:基于我的经验,同样适用于exchange 2013)
3.请参考以下文章检查你的客户端设置是否正确。
微软一站式示例脚本库: http://blogs.technet.com/b/onescript
- 已标记为答案 cara chen 2013年12月23日 2:58
全部回复
-
您好!
1.请确认你使用的是rpc/http方式连接你的服务器还是pop3/imap4方式连接的。当这个问题发生时请检查是否所有所需的服务都是开启的,你可以使用test-servicehealth命令来查看。
2.请检查是否在应用程序日志存在任何的错误信息。
使用的是 imap4 的方式连接的。
没有检查过服务,能否帮忙列一下 需要哪些服务?我一个个检查。
日志里面有 event id 12014 TransportService 的报错!!
Microsoft Exchange could not find a certificate that contains the domain name CAS02.zteservices.eu in the personal store on the local computer. Therefore, it is unable to support the STARTTLS SMTP verb for the connector Default Frontend CAS02 with a FQDN parameter of CAS02.zteservices.eu. If the connector's FQDN is not specified, the computer's FQDN is used. Verify the connector configuration and the installed certificates to make sure that there is a certificate with a domain name for that FQDN. If this certificate exists, run Enable-ExchangeCertificate -Services SMTP to make sure that the Microsoft Exchange Transport service has access to the certificate key.
-
您好!
1.首先确认IMAP4服务是否开启。
2.对于12014错误,我建议你使用以下命令检查安装在 Exchange 服务器上的证书的配置以及安装在该服务器上的所有接收连接器和发送连接器的配置。
Get-ExchangeCertificate | FL * Get-ReceiveConnector | FL name, fqdn, objectClass Get-SendConnector | FL name, fqdn, objectClass
以下文章供你参考(注意:基于我的经验,同样适用于exchange 2013)
3.请参考以下文章检查你的客户端设置是否正确。
微软一站式示例脚本库: http://blogs.technet.com/b/onescript
- 已标记为答案 cara chen 2013年12月23日 2:58