Falko_Braune
New Pleskian
I'm using plesk with CentOS 6.6 and the postfix/courier mail services
I tried to connect an existing mail account with a mail program like thunderbird.
But I'm not able to connect to it, except when I'm using "no connection security"
So I tried, if manually contacting the POP3s Port is working:
with the following result:
the same results come for trying to connect to port 465 (ssmtp) and 993 (imaps)
port 443 (https) seems to work fine
i already checked if the corresponding certificates exist (e.g. /usr/share/imapd.pem) and filled with the standard certificate informtaion given by plesk
checking openssl on the server gives the following result:
is there anything I have missed to configure?
I tried to connect an existing mail account with a mail program like thunderbird.
But I'm not able to connect to it, except when I'm using "no connection security"
So I tried, if manually contacting the POP3s Port is working:
Code:
openssl s_client -ssl3 -host mail.domain.de -port 995
with the following result:
Code:
CONNECTED(00000003)
write:errno=104
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 0 bytes and written 0 bytes
---
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE
SSL-Session:
Protocol : SSLv3
Cipher : 0000
Session-ID:
Session-ID-ctx:
Master-Key:
Key-Arg : None
PSK identity: None
PSK identity hint: None
SRP username: None
Start Time: 1424184294
Timeout : 7200 (sec)
Verify return code: 0 (ok)
---
the same results come for trying to connect to port 465 (ssmtp) and 993 (imaps)
port 443 (https) seems to work fine
i already checked if the corresponding certificates exist (e.g. /usr/share/imapd.pem) and filled with the standard certificate informtaion given by plesk
checking openssl on the server gives the following result:
Code:
# openssl version
OpenSSL 1.0.1e-fips 11 Feb 2013
is there anything I have missed to configure?