> - When I set AutoTLS to true and FullSSL to false I get: > > Error S2 NO Cleartext login on this server requires the > use of transport level security (SSL/TLS). in function: login >
This indicates that FullSSL must be true. > - When I set AutoTLS to false and FullSSL to true I get: > > Error error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown > protocol in function: login > This indicates that SSL2 and SSL3 aren't supported. Set AutoTLS true. > Has anyone an idea what I am doing wrong ? > > Thanks in advance. > > Adrian. > If setting both doesn't work I would try to set IMAPSend.Sock.SSL.SSLType:=LT_TLSv1; just after TIMAPSend.Create. Ludo ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ synalist-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synalist-public
