Link to home
Start Free TrialLog in
Avatar of alibongo1970
alibongo1970

asked on

Event ID 12016

Hi Experts

I have read this thread https://www.experts-exchange.com/questions/23584461/Event-ID-12016.html and have a relates question.
I am getting lots of Event ID's 12014, 12015 and 12016

I have tried the Enable-ExchangeCertificate command but get the following error message
WARNING: This certificate will not be used for external TLS connections with a FQDN of myserver.mydomain.com because the CA-signed cerificate with the thumbprint 'C80BB0395FF0E4D4258F689B700741C83BFACB' takes precedence. The following connectors match that FQDN: Default MYSERVER, Client MYSERVER

The certificate installed with that thumbprint is for IMAP, POP and IIS services and is still valid. The certificate which has expired was for the SMTP service.

Thanks
Avatar of Paranormastic
Paranormastic
Flag of United States of America image

You should have added the SMTP tag to that command in your case.  This will likely clear up all 3 errors.
http://support.microsoft.com/kb/555855
Avatar of alibongo1970
alibongo1970

ASKER

I have tried using the SMTP command

Enable-ExchangeCertificate -Thumbprint 5E7207604F9B0A1D00FE63 -Services "SMTP"

I am getting the following error

This certificate will not be used for external TLS connections with an FQDN of 'myserver.mydomain.com' because the CA-signed certificate with thumbprint 'C808BB039FFF04' takes precedence. The following connectores match that FQDN: Default myserver, Client  myserver

We have a certificate for IMAP, POP and IIS connections which is the certificate which is taking precedence. We do not have an Edge Transport server but we are using Clearswift Mailsweeper as a Smarthost for external e-mail connections. Do we need to have the certificate for SMTP at all



ASKER CERTIFIED SOLUTION
Avatar of Paranormastic
Paranormastic
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial