Hello,
I have an exchange server with external name mail.domain.com and internal name mail.domain.local.
In event log I get the event ID 12014:
Microsoft Exchange could not find a certificate that contains the domain name mail.domain.local in the personal store on the local computer. Therefore, it is unable to support the STARTTLS SMTP verb for the connector Default MAIL with a FQDN parameter of mail.domain.local. 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.
I have certificate for *.domain.com which is assigned to all exchange servers. What are my options here to resolve the problem? If I generate a certificate in my internal CA for mail.domain.local will it work for TLS with exchange servers external to my organization?
If I try to change FQDN on connector I get the error:
If the AuthMechanism attribute on
a Receive connector contains the value ExchangeServer, you must set the
FQDN parameter on the Receive connector to one of the following values:
the FQDN of the transport server "mail.domain.local", the NetBIOS name
of the transport server "MAIL", or $null.
- Edited by Aurimas N 21 hours 46 minutes ago