Re: [exim] Please check for SSL transport errors

Top Page
Delete this message
Reply to this message
Author: Phil Pennock
Date:  
To: The Doctor
CC: exim-users
Subject: Re: [exim] Please check for SSL transport errors
On 2017-02-11 at 16:13 -0700, The Doctor wrote:
> On Sat, Feb 11, 2017 at 09:19:05PM +0000, Phil Pennock wrote:
> > Build 4.89 with the same DB you built 4.88 with.
>
> Most likely it is DB6 and not DB5 ..
> How can I tell?


$ ldd $(which exim)
$ exim -bV

Read doc/dbm.discuss.txt which comes with the Exim releases; looks like
`make test_dbfn` is currently broken, I'll fix that for RC4.

> Also is it possbile to usr -L/usr/local/lib -ldbX ?


Local/Makefile :

LDFLAGS += -L/usr/local/lib -ldbX

> > On the _remote_ side, if that's yours, then:
> >
> >     # Bug-fixes 4.88
> >     chunking_advertise_hosts =

> >
> > Much of the reason why we're releasing 4.89 so soon is that 4.88 has
> > some Issues.
>
> This could explain quite a lot of lockups that have been
> happening here.
>
> What do I need to for the chucking_advertise_hosts line?


Put in exactly what I wrote above. Define it to be an empty list.

> 1st the conecction was 4.89_RC3 to 4.89RC3


Is that one of the failing connections? Because we have plenty of RC3
to RC3 which is succeeding now.

-Phil