Re: [exim] single domain retry timeout exceeded error

Top Page
Delete this message
Reply to this message
Author: Raymond Norton
Date:  
To: exim-users
Subject: Re: [exim] single domain retry timeout exceeded error
I tried the following:

/usr/sbin/exim_tidydb /var/spool/exim.in retry > /dev/null

/usr/sbin/exim_tidydb /var/spool/exim4 retry > /dev/null

Neither command fixed things, so I moved the db/retry files to /tmp, restarted and that fixed things


From what I found on the subject that fix is frowned upon, but I couldn't find another way to get past the issue.




On 2/11/2013 9:03 PM, Phil Pennock wrote:
> On 2013-02-11 at 13:36 -0600, Raymond Norton wrote:
>> I'm running a relay server with exim4 on Ubuntu 12.04 and baruwa 2.0. I
>> have a single domain I relay to that is being bounced by the scanner
>> with the following errors
> This looks like something that might have been fixed by Tony Finch in
> November, per:
>    https://github.com/Exim/exim/commit/ba9af0af397dd7d395378b883f8d9beb3bdd5ffd
> and a couple of follow-up fixes.

>
> Are you in a position to try building from git head and seeing if that
> resolves the issue for you?
>
> -Phil