Re: [exim] POODLE...

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Hans Morten Kind
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: Re: [exim] POODLE...
This seems to disable SSLv3 with openssl
openssl_options = -all +no_sslv3

Test with
openssl s_client -connect server:25 -starttls smtp [-ssl2|-ssl3|-tls1]

hmk