Words by Mário Gamito [Sun, Aug 19, 2007 at 12:05:38AM +0100]:
>  Hi,
> 
>  Does anyone knows the openssl parameters to "talk" to a POP3/SSL and 
> IMAP/SSL servers ?
> 
>  Like telneting to 110 and 143 ports in plain POP3 and IMAP.
> 
>  Any help would be appreciated.

Yes.

(pop3s)
openssl s_client -connect $SERVER:995
(imaps)
openssl s_client -connect $SERVER:993

-- 
Jose Celestino
----------------------------------------------------------------
http://www.msversus.org/     ; http://techp.org/petition/show/1
http://www.vinc17.org/noswpat.en.html
----------------------------------------------------------------
"And on the trillionth day, Man created Gods." -- Thomas D. Pate
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to