Event ID 12014 indicates a problem that arises at the time of loading certificate when connection is established between SMTP (Simple Mail Transfer Protocol) and TLS (Transport Layer Security) for authentication.
Get-SendConnector | FL name, fqdn, object class
Get-RecieveConnector | FL name, fqdn, object class
Enable-ExchangeCertificate -Thumbprint 2afd36617915932ad096c48eb3b847fc9564856 -Services “SMTP”
New-ExchangeCertificate -GenerateRequest-SubjectName “C=NL, O=Test, CN=mail.test.app” –IncludeAcceptedDomains –DomainName mail.test.app –Path c:\certificates\mail.test.app.req
The goal is to rectify the problem emerging at the time of loading certificate in EX2007. The certificatedomains parameter which reflect the FQDN server are either contained in the list but not enabled or not contained in the list and have to generate new certificate. So that at the time of establishing connection between SMTP and TLS, loading of certificate will not generate problem. IN case if you are still facing the issue, please comment, we will try our best to resolve your issue.