On Thu, Mar 15, 2001 at 12:54:47PM -0500, Darrin Powell wrote:
> I am trying to setup IMAP with SSL suport. I have installed the latest
> verion of IMAP and Openssl on my linux 7.0 box. I can connect via IMAP
> using netscape without SSL and it works fine when I try it with SSL it cannot
> find the server. I followed the procedures for the certifiactes, but I am not
> sure if it worked. Any sugestions?
Please check out all steps you made again. The error message you give
does not indicate that your problem is related to certificates.
- You should have a normal IMAP server on port 143. Telnet to port 143
and you should see
host 24: telnet localhost 143
Trying...
Connected to ...
Escape character is '^]'.
* OK [CAPABILITY IMAP4 IMAP4REV1 STARTTLS LOGIN-REFERRALS AUTH=LOGIN] localhost
IMAP4rev1 2000.287 at Thu, 15 Mar 2001 21:26:57 +0100 (MET)
- Due to the SSL support, you should now have another IMAP server wrapped
with SSL on port 993. Use "openssl s_client" to connect to port 993.
Once the handshake is finished, you should see the same line.
- If you don't have success with the second step, check that you have
installed an according entry in /etc/inetd.conf and that you have
called "inetd -c" or sent the appropriate signal to inetd to re-read
its configuration file.
- Have a look into your logfiles.
Best regards,
Lutz
--
Lutz Jaenicke [EMAIL PROTECTED]
BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus Fax. +49 355 69-4153
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]