On Fri, 06 Sep 2002 13:11:56 -0600, Nick Couchman wrote: > I'm trying to get imaps to work. Whenever I try to connect (for > instance, telnetting to the imaps port) the server just hangs.
You can not telnet to an imaps port. Telnet is plaintext, and SSL IMAP is not. Try using OpenSSL's s_client command.
