On Fri, 2003-03-07 at 02:45, Jens Hafner wrote: > I replaced the certififcate that was automatically generated > with one that is signed by our Certification authority. ... > In /var/log/mail.info I get an output that could be related > to this: it says: ... > esmtpd-ssl: starttls: accept: error:00000000:lib:(0):func(0):reason(0).
Is there a mismatch between the hostname and the name in the certificate? You can try connecting to the server with openssl, like this: openssl s_client -connect mail.domain.com:993 See if that tells you anything useful. -- Gordon Messmer <[EMAIL PROTECTED]> ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
