Hi,
I have my exim on 25, 465, 587 port and my smtp without ssl working properly but when i will switch on the SSL in client, i have an error on client side:
Your server has unexpectedly terminated the connection. Possible causes for this include server problems, network problems, or a long period of inactivity. Account: 'xxxx.x', Server: 'xxxx.xx', Protocol: SMTP, Port: 465, Secure(SSL): Yes, Error Number: 0x800CCC0F
I tried to do some smtp test and i have:
root@s1:~# openssl s_client -connect xxxx.xx:465 < /dev/null | grep '^220 '
15859:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:s23_clnt.c:583:
Do you know how to let exim to work with SSL?
I have version 0.9.8 of openssl:
root@s1:~# openssl
OpenSSL> version
OpenSSL 0.9.8g 19 Oct 2007
OpenSSL>
Could you please advice me something?
Thanks.
I have my exim on 25, 465, 587 port and my smtp without ssl working properly but when i will switch on the SSL in client, i have an error on client side:
Your server has unexpectedly terminated the connection. Possible causes for this include server problems, network problems, or a long period of inactivity. Account: 'xxxx.x', Server: 'xxxx.xx', Protocol: SMTP, Port: 465, Secure(SSL): Yes, Error Number: 0x800CCC0F
I tried to do some smtp test and i have:
root@s1:~# openssl s_client -connect xxxx.xx:465 < /dev/null | grep '^220 '
15859:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:s23_clnt.c:583:
Do you know how to let exim to work with SSL?
I have version 0.9.8 of openssl:
root@s1:~# openssl
OpenSSL> version
OpenSSL 0.9.8g 19 Oct 2007
OpenSSL>
Could you please advice me something?
Thanks.