On Wed, Oct 09, 2002 at 02:40:33PM -0500, Bill Williamson wrote:
> -linuxfromscratch 3.2, 2.4.18 kernel
> -openssl-0.9.6e
> -courier-0.39.3.20020823.tar.gz
> 
> I used mkimapdcert, both with an untouched imapd.cnf, and with my changing
> "localhost" to my ip address.
> Both times give me this in the log when I try to connect (oe 6):
> 
> Oct  9 09:34:20 (none) imapd-ssl: Connection, ip=[::ffff:63.103.217.132]
> Oct  9 09:34:20 (none) imapd-ssl: Unexpected SSL connection shutdown.
> Oct  9 09:34:20 (none) imapd-ssl: Unexpected SSL connection shutdown.
> 
> Nothing above or below the log than the regular msgq/etc chatter.  This is a
> clean server, not much on it.  I can connect via imap non-ssl fine.  On my
> home box I have courier (.38.2) running with the same config, running fine.
> 
> Thoughts/suggestions?

Try connecting using openssl's s_client:

openssl s_client -connect x.x.x.x:993

It shows you the SSL negotiation, then connects your terminal to the session
(like telnet). So if you get the '* OK' response you can issue IMAP commands
(e.g. 'a001 logout')

Brian.


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to