Hello -
I cannot seem to get SMTP/IMAP normal ports to use TLS. Normal SMTP sending/receiving works fine, as well as IMAP, but nothing with TLS. The ports through the firewall are forwarded fine.
I have a certificate installed in IIS and the HTTPS side works fine, and have used SSLlabs to check security and everything is reporting as grade 'A'. I used IISCrypto to disable all SSL, and TLS 1.0/1.1 protocols, as well as any weak encryption.
I have the certificate exported as pfx, and this certificate used for TLS/SSL ports in the bindings page, with the password. It gives no errors saving for each.
TLS 1.2 is enabled on the server (Microsoft server 2019), and this is running SM build 7188. Under Settings>Protocols>Security Protocols I have tried both System Defaults and specifically selecting TLS 1.2
When connecting to the server, STARTTLS is not listed as an option. Using Openssl to connect to try and establish a connection times out after 5 minutes unable to get a TLS connection -
Sending mail from another mail server to this one doesn't show STARTTLS as an option -
[2020.04.30] 15:47:50 [00010] Connection to x.x.x.x:25 from 192.168.2.195:63759 succeeded (Id: 1)
[2020.04.30] 15:47:50 [00010] RSP: 220 mail.domaina.com
[2020.04.30] 15:47:50 [00010] CMD: EHLO mail.domainb.com
[2020.04.30] 15:47:50 [00010] RSP: 250-mail.domaina.com Hello [x.x.x.x]
[2020.04.30] 15:47:50 [00010] RSP: 250-SIZE 104857600
[2020.04.30] 15:47:50 [00010] RSP: 250-AUTH LOGIN CRAM-MD5
[2020.04.30] 15:47:50 [00010] RSP: 250-8BITMIME
[2020.04.30] 15:47:50 [00010] RSP: 250-DSN
[2020.04.30] 15:47:50 [00010] RSP: 250 OK
Am I missing something? I've restarted the server a few times with no change.
Thanks!