In regard to: Re: [Imap-uw] So close, Mark Crispin said (at 4:07pm on Oct...:

Note that you can not telnet to port 993 in any reasonable way, since that port is SSL encrypted.

Mark's right, but you can use openssl's s_client to handle the SSL part
and then just do the IMAP protocol yourself, e.g.

        openssl s_client -host your.imap.host -port 993

What does your /etc/xinetd.d/imap and/or /etc/xinetd.d/imaps look like?

Tim
--
Tim Mooney                              [EMAIL PROTECTED]
Information Technology Services         (701) 231-1076 (Voice)
Room 242-J6, IACC Building              (701) 231-8541 (Fax)
North Dakota State University, Fargo, ND 58105-5164
_______________________________________________
Imap-uw mailing list
Imap-uw@u.washington.edu
https://mailman1.u.washington.edu/mailman/listinfo/imap-uw

Reply via email to