[exim-dev] [Bug 2340] conn-reject terminates routing-output …

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 2340] conn-reject terminates routing-output list of hosts
https://bugs.exim.org/show_bug.cgi?id=2340

--- Comment #1 from Jeremy Harris <jgh146exb@???> ---
> 13:15:14 85261 failed: Connection refused


That should be a string corresponding to errno.

>13:15:14 85261 added retry item for T:mapper.gslb.fedex.com:204.135.242.200/[REDACTED]: errno=61 more_errno=0,A flags=2


and errno was 61. On my Linux here, 61 is ENODATA; ECONNREFUSED is 111.
What is your platform, and is ECONNREFUSED==61 there?

Also, please check the transport involved for options
hosts_max_try
hosts_max_try_hardlimit

On an initial attempt, I'm failing to duplicate the problem.

--
You are receiving this mail because:
You are on the CC list for the bug.