On 18/06/06, Hans-Werner Hilse <[EMAIL PROTECTED]> wrote:

Nope. It acts like a telnet client after establishing an SSL connection:
---snip
[EMAIL PROTECTED] ~ $ openssl s_client -connect pop.gmail.com:pop3s
CONNECTED(00000003)
[lots of info snipped]
+OK Gpop ready for requests from 123.45.67.89 n23pf2387435nfc
---snip

For your test case: POP3 is usually on port 110, POP3S is usually on
port 995. If the SSL connection isn't set up on connection level at
start, but on an application configured stage afterwards, however,
s_client wouldn't work. An example would be STARTTLS on IMAP (not
IMAPS) and SMTP.

Excellent!  It works :-)

Well, gmail is giving me trouble with USER & PASS, but I have managed
to connect to other maileservers on port 995 successfully.

Just to confirm:  Are the username and password using this client
transmitted with SSL/TLS encryption?
--
Regards,
Mick
--
gentoo-user@gentoo.org mailing list

Reply via email to