Re: [exim] SSL 3.0 and logparsing

Top Page
Delete this message
Reply to this message
Author: Phil Pennock
Date:  
To: exim-users
Subject: Re: [exim] SSL 3.0 and logparsing
On 2012-06-23 at 00:54 +0200, Sander Smeenk wrote:
> this entry in my logs made my parser fail:
> |.. P=esmtpsa X=SSL 3.0:DHE_RSA_AES_256_CBC_SHA1:32 A=login:derp ..
>
> The space between SSL and 3.0 is unexpected. Is this intentional?
> It's easily amended in my scripts, i'm just curious.


Upgrade Exim to 4.80.

That's the old GnuTLS integration, which was replaced in 4.80. Be sure
to read README.UPDATING when you do.

Note that the :32 is a mistake in Exim prior to 4.80 when using GnuTLS;
the byte-count was interpreted as a bit-count. That should be :256.

-Phil