On Mon, 01 Sep 2003 09:21:06 +0200 cour...@perimeter.co.za wrote:
Hi all.
Please forgive my ignorance if this is something simple...
I am getting the following errors on emails going to a specific mail
server from my Courier Mail server (beware line-wrap):
Sep 1 09:15:40 panther courieresmtp:
id=0008F190.3F4A0161.00007F5F,from=<rin...@jmd.co.za>,addr=<rinus@idw
s.co.za
: 454 TLS not available: missing RSA private key (#4.3.0)
Sep 1 09:15:40 panther courieresmtp:
id=0008F190.3F4A0161.00007F5F,from=<rin...@jmd.co.za>,addr=<rinus@idw
s.co.za
I have no experience with RSA stuff at all. Any pointers at a
solution would be appreciated!
The remote server is advertising support for STARTTLS, but then fails to
initialise a TLS session, so it's basically broken. You can tell your
courier not to do TLS when talking to that host, by putting a line like
this in your esmtproutes file:
jmd.co.za:/SECURITY=NONE
Or you can disable STARTTLS in the courier esmtp client altogether by
setting ESMTP_USE_STARTTLS=0 in the courierd config file.