tux2015 n00b
Joined: 31 May 2014 Posts: 29
|
Posted: Sun Sep 07, 2014 9:39 pm Post subject: net-mail/qmail error when connecting with SSL to SMTPD |
|
|
Code: |
$ openssl s_client -connect domain.com:25 -crlf
CONNECTED(00000003)
140027231831696:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:s23_clnt.c:787:
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 7 bytes and written 170 bytes
---
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE
---
|
Connection to port 993 (dovecot) with same openssl command works ok. What's wrong with SMTP (netqmail) connection? |
|