4 messages in net.sourceforge.lists.courier-usersRe: [courier-users] ERROR: missing RS...
FromSent OnAttachments
cour...@perimeter.co.zaSep 1, 2003 12:21 am 
Anand BuddhdevSep 1, 2003 1:22 am 
cour...@perimeter.co.zaSep 1, 2003 1:51 am 
Sam VarshavchikSep 1, 2003 7:21 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] ERROR: missing RSA private keyActions...
From:Anand Buddhdev (ar@anand.org)
Date:Sep 1, 2003 1:22:44 am
List:net.sourceforge.lists.courier-users

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

,status: deferred

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.