ntozier Yes, they are enabled for the user. The only error in the serverlog is an MSExchangeTransport that is referencing STARTTLS being unable to support the FQDN for the local hostname of the server (mailserver.domain.local) which started appearing when Microsoft removed support for .local and self signed certificates a few years ago.
When I run Get-ExchangeCertificate, the thumbprint appears correct and the Services on the public facing domain name are listed as IP.WS. Below is referencing an openssl check against the server, and I am not sure what this is telling me. Perhaps this could be a certificate issue?
Checking Secure IMAP (explicit) on port 143:
openssl s_client -connect 10.10.1.22:143 -starttls imap
CONNECTED(00000080)
write:errno=0
no peer certificate available
No client certificate CA names sent
SSL handshake has read 191 bytes and written 319 bytes
Verification: OK
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
Early data was not sent
Verify return code: 0 (ok)
Checking Secure IMAP (implicit) on port 993:
openssl s_client -connect 10.10.1.22:993
CONNECTED(00000080)
write:errno=0
no peer certificate available
No client certificate CA names sent
SSL handshake has read 0 bytes and written 293 bytes
Verification: OK
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
Early data was not sent
Verify return code: 0 (ok)
Checking Secure POP (explicit) on port 110:
openssl s_client -connect 10.10.1.22:110 -starttls pop3
CONNECTED(00000080)
write:errno=0
no peer certificate available
No client certificate CA names sent
SSL handshake has read 79 bytes and written 299 bytes
Verification: OK
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
Early data was not sent
Verify return code: 0 (ok)
Checking Secure POP (implicit) on port 995:
openssl s_client -connect 10.10.1.22:995
CONNECTED(00000080)
write:errno=0
no peer certificate available
No client certificate CA names sent
SSL handshake has read 0 bytes and written 293 bytes
Verification: OK
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
Early data was not sent
Verify return code: 0 (ok)