RE: [qmailtoaster] POP3 Secure on port 995

2017-05-26 Thread CarlC Internet Services Service Desk
To: qmailtoaster-list@qmailtoaster.com Subject: RE: [qmailtoaster] POP3 Secure on port 995 Tony, While you're fixing that, check out http://www.qmailwiki.org/Qmail-control-files#control.2Ftlsserverciphers ... You can kill off all the older hackable SSLv2 and even kill off SSLv3 and TLSv1 if you don't have

RE: [qmailtoaster] POP3 Secure on port 995

2017-05-26 Thread CarlC Internet Services Service Desk
, May 26, 2017 08:13 AM To: Jaime Lerner Subject: Re: [qmailtoaster] POP3 Secure on port 995 Hmm, Sorry to all I found out why it was not working. I was trying to use STARTTLS not SSL/TLS. All happy now. If you want to test the certificate on your system try using this... openssl s_client

Re: [qmailtoaster] POP3 Secure on port 995

2017-05-26 Thread Tony White
Hmm, Sorry to all I found out why it was not working. I was trying to use STARTTLS not SSL/TLS. All happy now. If you want to test the certificate on your system try using this... openssl s_client -connect mail.yourservername.com:995 change the port to check other secure connection. best