also, i'd do a 'netstat -an | grep 993' to see if anything is listening on that port... i get:
tcp 0 0.0.0.0:993 0.0.0.0:* LISTEN and my imaps port works. Jeff > -----Original Message----- > From: Jeff Bert [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 22, 2002 1:16 PM > To: Lee Hoffman > Cc: 'Cyrus Mailing List' > Subject: RE: SSL/TLS > > > maybe you should look in /etc/xinetd.d/ and see if there is an imaps > file floating unwarranted in there. maybe some other process is > intercepting > it... i know this is a wild guess.... > > jeff > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On Behalf Of Ken Murchison > > Sent: Wednesday, May 22, 2002 12:35 PM > > To: Lee Hoffman > > Cc: 'Cyrus Mailing List' > > Subject: Re: SSL/TLS > > > > > > > > > > Lee Hoffman wrote: > > > > > > The log was already at local6.debug. When I try to login, no imapd -s > > > process is spawned, and the logs show nothing at all (atleast > that I can > > > discern, there are a number of users logging in and out, so > theres a lot > > > of stuff being printed). > > > > > > It seems to me that it's a problem with master not spawning > (it listens, > > > but then doesn't spawn). > > > > If its listening but not spawning, master probably thinks there is a > > process already running which can service this. The 'available' count > > can get screwed up if a process gets killed but master doesn't know > > about it. > > > > I would try restarting master. > > > > > Im going to try a recompile without the --with-ssl, any other ideas > > > before I do so (Im trying to avoid it since this is a live server)? > > > > This probably won't make a difference. imapd would complain if your > > tried to do SSL/TLS and it wasn't compiled with it. > > > > > > > > > -----Original Message----- > > > From: Ken Murchison [mailto:[EMAIL PROTECTED]] > > > Sent: Wednesday, May 22, 2002 3:13 PM > > > To: Lee Hoffman > > > Cc: 'Cyrus Mailing List' > > > Subject: Re: SSL/TLS > > > > > > Lee Hoffman wrote: > > > > > > > > Im not sure if its being caused by login attempts via ssl > (although it > > > > seems to happen when I try to login via ssl from a mail > client or when > > > I > > > > run the command below), but imapd prints the following: > > > > > > > > May 22 14:55:51 servername master[18641]: process 28462 > exited, status > > > 0 > > > > > > > > Yes, imaps is listed in /etc/services > > > > > > Alright. Crank the imap logging level up to local6.debug and restart > > > syslogd. > > > > > > Try to make another connection, and see if an 'imapd -s' gets spawned. > > > Look in imapd.log and do a 'ps -f -u cyrus'. > > > > > > If you have a running 'imapd -s', then do an strace on it to > see what it > > > is doing. > > > > > > Ken > > > > > > > -----Original Message----- > > > > From: Ken Murchison [mailto:[EMAIL PROTECTED]] > > > > Sent: Wednesday, May 22, 2002 2:52 PM > > > > To: Lee Hoffman > > > > Cc: 'Cyrus Mailing List' > > > > Subject: Re: SSL/TLS > > > > > > > > Lee Hoffman wrote: > > > > > > > > > > When I run /usr/local/ssl/bin/openssl s_client -connect > > > localhost:993 > > > > > > > > > > The following is printed: > > > > > > > > > > CONNECTED(00000003) > > > > > > > > > > Then it just hangs. > > > > > > > > Check imapd.log for errors. Is "imaps" listed in /etc/services? > > > > > > > > Ken > > > > -- > > > > Kenneth Murchison Oceana Matrix Ltd. > > > > Software Engineer 21 Princeton Place > > > > 716-662-8973 x26 Orchard Park, NY 14127 > > > > --PGP Public Key-- http://www.oceana.com/~ken/ksm.pgp > > > > > > -- > > > Kenneth Murchison Oceana Matrix Ltd. > > > Software Engineer 21 Princeton Place > > > 716-662-8973 x26 Orchard Park, NY 14127 > > > --PGP Public Key-- http://www.oceana.com/~ken/ksm.pgp > > > > -- > > Kenneth Murchison Oceana Matrix Ltd. > > Software Engineer 21 Princeton Place > > 716-662-8973 x26 Orchard Park, NY 14127 > > --PGP Public Key-- http://www.oceana.com/~ken/ksm.pgp > >