Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jun 2020 12:27:30 +0200
From:      Daniel Lysfjord <lysfjord.daniel@smokepit.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: Exim - retry time not reached for any host
Message-ID:  <f9413c03-db27-52de-6a1d-48c2d55df04f@smokepit.net>
In-Reply-To: <2063278.3V7qYkmoPJ@curlew>
References:  <2534646.NQNxk83B2J@curlew> <2bb9b869-087f-0de7-a092-5753e6528a10@smokepit.net> <c4d55ab3-e90a-0658-c0e4-0c8d606ca102@smokepit.net> <2063278.3V7qYkmoPJ@curlew>

next in thread | previous in thread | raw e-mail | index | archive | help
On 22.06.2020 10:46, Mike Clarke wrote:
> On Monday, 22 June 2020 08:36:45 BST Daniel Lysfjord via freebsd-questions wrote:
> 
> 
>> To clarify: did 4.94 fail to connect every time on a *new* email?
> 
> 
> Yes, every attempt to send a new email failed on the initial connection. It would eventually
> succeed after several retries but that could take an hour or more.
> 
> 
> In the case of the example for which I showed results there are 4 IP addresses for
> mail.gridhost.co.uk so there were 4 failures for the initial attempt to connect and 4 more for
> each retry.
> 
> 
> When a connection was finally made it was with the first IP tried for that attempt but I don't
> know if this was the case for every successful connection.
> 
> 

In your route_list, you have mail3.gridhost.co.uk, not that it should 
matter, but you could try changing that to mail.gridhost.co.uk (or, 
possibly 95.142.156.18).

It seems like your successful attempt are at 
95.142.156.18(mail.gridhost.co.uk), but fails at 
95.142.156.8(mail-beta.gridhost.co.uk), 
95.142.156.16(mail1-a.eqx.gridhost.co.uk) and 
95.142.156.28(mail4-e.eqx.gridhost.co.uk).

Could it be that you're finding a corner case in exim, because of that 
circular dns resolving? mail.gridhost.co.uk does have multiple A 
records, one of those has a PTR back to mail.gridhost.co.uk, where the 
rest does not.

Grasping at straws here^^ If this is of no help, I can't see any other 
way around than using tcpdump on the connections, to see what's going on.

The log line:
TLS error '(SSL_connect): error:00000000:lib(0):func(0):reason(0)
is in my search history, so I've been hit with something kicking out the 
same error somewhere some time, but I can't remember what it was:)

What SSL library is your exim compiled with?


Regards,
Daniel



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?f9413c03-db27-52de-6a1d-48c2d55df04f>