thorso...@lavabit.com: > I applied the suggested changes and decided to test the server. > > "openssl s_client -tls1 -connect mail.example.com:25" returned > "SSL3_GET_RECORD:wrong version number". What is the problem?
Stuff the error message into a search engine. The result: one ends of the connection wants to talk SSLv3 and the other end supports only TLSv1. Wietse