LOGINDISABLED

2002-11-12 Thread bao
Hi list, I'm compiling UW Imap-2002.RC9 on a RH 8.0. The closest system type to this is RH 7.2. openssl-0.9.6b-29 is installed I have tried make lrh, make slx. With SSLTYPE=none, the server can be fired up, run and I can log in. But with the default SSLTYPE=nopwd, I cannot login. The error

How to set SET_READTIMEOUT

2002-11-12 Thread Shawn Walker
How to set SET_READTIMEOUT when there is no stream to begin with? I found a problem when attempting to connect to a SSL port (993) but the user never specified the port is SSL so it's trying to connect with a regular connect (like using port 143). The select() never timeout in tcp_getdata()

Re: How to set SET_READTIMEOUT

2002-11-12 Thread Mark Crispin
On Tue, 12 Nov 2002, Shawn Walker wrote: How to set SET_READTIMEOUT when there is no stream to begin with? Since SET_READTIMEOUT sets a global value, the stream argument is ignored and thus the stream can be NIL. I found a problem when attempting to connect to a SSL port (993) but the user

Re: How to set SET_READTIMEOUT

2002-11-12 Thread Shawn Walker
No, the problem is that the client is the one that start the SSL connection. From looking at Ethereal with a normal SSL connection, you will see the following... ClientServer SYN - - SYN, ACK ACK - SSL Client Hello - - ACK

Re: How to set SET_READTIMEOUT

2002-11-12 Thread Mark Crispin
On Tue, 12 Nov 2002, Shawn Walker wrote: If the user never select SSL checkbox and then connect, the server is waiting for a SSL Client Hello from the client. For a normal session (port 143) the server send a IMAP response (OK response). And doesn't the server eventually time out when the SSL