Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: exim: users

Early retry timeout

 

 

exim users RSS feed   Index | Next | Previous | View Threaded


Nikolaus at rath

Jun 18, 2012, 1:15 PM

Post #1 of 8 (1268 views)
Permalink
Early retry timeout

Hello,

I just received the following bounce from my exim server:

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

fmjvisas [at] state
SMTP error from remote mail server after RCPT TO:<fmjvisas [at] state>:
host haig-ee.state.gov [169.253.194.10]: 451 4.3.2 Please try again later:
retry timeout exceeded

However, this mail was only sent a few minutes ago:

# grep state.gov /var/log/exim4/mainlog
2012-06-18 18:44:27 1Sggw6-0002OE-1y SMTP error from remote mail server after RCPT TO:<fmjvisas [at] state>: host stimson.state.gov [169.252.4.131]: 451 4.3.2 Please try again later
2012-06-18 18:44:28 1Sggw6-0002OE-1y == fmjvisas [at] state R=dnslookup T=remote_smtp defer (-44): SMTP error from remote mail server after RCPT TO:<fmjvisas [at] state>: host haig-ee.state.gov [169.253.194.10]: 451 4.3.2 Please try again later
2012-06-18 18:44:29 1Sggw6-0002OE-1y ** fmjvisas [at] state: retry timeout exceeded

I'm using the default retry rule:

# exim -brt state.gov
Retry rule: * * F,2h,15m; G,16h,1h,1.5; F,4d,6h;

and the retry db says:

# exim_dumpdb /var/spool/exim4 retry
[...]
R:fmjvisas [at] state:<Nikolaus [at] rath> -44 13133 SMTP error from remote mail server after RCPT TO:<fmjvisas [at] state>: host haig-ee.state.gov [169.253.194.10]: 451 4.3.2 Please try again later
13-Jun-2012 17:29:36 18-Jun-2012 18:44:29 19-Jun-2012 00:44:29 *
[..]

An earlier email to the same address was delivered fine with proper
retries:

2012-06-13 17:29:35 1SerNt-0002jb-0R SMTP error from remote mail server after RCPT TO:<fmjvisas [at] state>: host stimson.state.gov [169.252.4.131]: 451 4.3.2 Please try again later
2012-06-13 17:29:36 1SerNt-0002jb-0R == fmjvisas [at] state R=dnslookup T=remote_smtp defer (-44): SMTP error from remote mail server after RCPT TO:<fmjvisas [at] state>: host haig-ee.state.gov [169.253.194.10]: 451 4.3.2 Please try again later
2012-06-13 17:34:11 1SerNt-0002jb-0R == fmjvisas [at] state routing defer (-51): retry time not reached
2012-06-13 18:04:11 1SerNt-0002jb-0R SMTP error from remote mail server after RCPT TO:<fmjvisas [at] state>: host haig-ee.state.gov [169.253.194.10]: 451 4.3.2 Please try again later
2012-06-13 18:04:11 1SerNt-0002jb-0R == fmjvisas [at] state R=dnslookup T=remote_smtp defer (-44): SMTP error from remote mail server after RCPT TO:<fmjvisas [at] state>: host stimson.state.gov [169.252.4.131]: 451 4.3.2 Please try again later
2012-06-13 18:34:11 1SerNt-0002jb-0R SMTP error from remote mail server after RCPT TO:<fmjvisas [at] state>: host haig-ee.state.gov [169.253.194.10]: 451 4.3.2 Please try again later
2012-06-13 18:34:12 1SerNt-0002jb-0R => fmjvisas [at] state R=dnslookup T=remote_smtp H=stimson.state.gov [169.252.4.131] X=TLS1.0:RSA_AES_256_CBC_SHA1:32 CV=no
2012-06-13 18:34:12 1SerNt-0002jb-0R Completed

Can someone explain why this mail was bounced so quickly?

Exim 4.71.

Best,


-Nikolaus

--
»Time flies like an arrow, fruit flies like a Banana.«

PGP fingerprint: 5B93 61F8 4EA2 E279 ABF6 02CF A9AD B7F8 AE4E 425C

--
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/


tlyons at ivenue

Jun 18, 2012, 2:05 PM

Post #2 of 8 (1099 views)
Permalink
Re: Early retry timeout [In reply to]

On Mon, Jun 18, 2012 at 1:15 PM, Nikolaus Rath <Nikolaus [at] rath> wrote:
> # grep state.gov /var/log/exim4/mainlog
> 2012-06-18 18:44:27 1Sggw6-0002OE-1y SMTP error from remote mail server after RCPT TO:<fmjvisas [at] state>: host stimson.state.gov [169.252.4.131]: 451 4.3.2 Please try again later
> 2012-06-18 18:44:28 1Sggw6-0002OE-1y == fmjvisas [at] state R=dnslookup T=remote_smtp defer (-44): SMTP error from remote mail server after RCPT TO:<fmjvisas [at] state>: host haig-ee.state.gov [169.253.194.10]: 451 4.3.2 Please try again later
> 2012-06-18 18:44:29 1Sggw6-0002OE-1y ** fmjvisas [at] state: retry timeout exceeded
>
> I'm using the default retry rule:
> # exim -brt state.gov
> Retry rule: *  *  F,2h,15m; G,16h,1h,1.5; F,4d,6h;
> and the retry db says:
>  R:fmjvisas [at] state:<Nikolaus [at] rath> -44 13133 SMTP error from remote mail server after RCPT TO:<fmjvisas [at] state>: host haig-ee.state.gov [169.253.194.10]: 451 4.3.2 Please try again later
> 13-Jun-2012 17:29:36  18-Jun-2012 18:44:29  19-Jun-2012 00:44:29 *
>
> Can someone explain why this mail was bounced so quickly?

Maybe you have set in this transport hosts_max_try = 1 ?

...Todd
--
Always code as if the guy who ends up maintaining your code will be a
violent psychopath who knows where you live. -- Martin Golding

--
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/


kebba.foon at qcell

Jun 18, 2012, 2:27 PM

Post #3 of 8 (1106 views)
Permalink
Re: Early retry timeout [In reply to]

Used to have similar problem with a client, my problem was the client ip was blacklisted in some database as a spammer
-----Original message-----
From: Nikolaus Rath
Sent: 18/06/2012, 20:15
To: exim-users [at] exim
Subject: [exim] Early retry timeout


Hello,

I just received the following bounce from my exim server:

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

fmjvisas [at] state
SMTP error from remote mail server after RCPT TO:<fmjvisas [at] state>:
host haig-ee.state.gov [169.253.194.10]: 451 4.3.2 Please try again later:
retry timeout exceeded

However, this mail was only sent a few minutes ago:

# grep state.gov /var/log/exim4/mainlog
2012-06-18 18:44:27 1Sggw6-0002OE-1y SMTP error from remote mail server after RCPT TO:<fmjvisas [at] state>: host stimson.state.gov [169.252.4.131]: 451 4.3.2 Please try again later
2012-06-18 18:44:28 1Sggw6-0002OE-1y == fmjvisas [at] state R=dnslookup T=remote_smtp defer (-44): SMTP error from remote mail server after RCPT TO:<fmjvisas [at] state>: host haig-ee.state.gov [169.253.194.10]: 451 4.3.2 Please try again later
2012-06-18 18:44:29 1Sggw6-0002OE-1y ** fmjvisas [at] state: retry timeout exceeded

I'm using the default retry rule:

# exim -brt state.gov
Retry rule: * * F,2h,15m; G,16h,1h,1.5; F,4d,6h;

and the retry db says:

# exim_dumpdb /var/spool/exim4 retry
[...]
R:fmjvisas [at] state:<Nikolaus [at] rath> -44 13133 SMTP error from remote mail server after RCPT TO:<fmjvisas [at] state>: host haig-ee.state.gov [169.253.194.10]: 451 4.3.2 Please try again later
13-Jun-2012 17:29:36 18-Jun-2012 18:44:29 19-Jun-2012 00:44:29 *
[..]

An earlier email to the same address was delivered fine with proper
retries:

2012-06-13 17:29:35 1SerNt-0002jb-0R SMTP error from remote mail server after RCPT TO:<fmjvisas [at] state>: host stimson.state.gov [169.252.4.131]: 451 4.3.2 Please try again later
2012-06-13 17:29:36 1SerNt-0002jb-0R == fmjvisas [at] state R=dnslookup T=remote_smtp defer (-44): SMTP error from remote mail server after RCPT TO:<fmjvisas [at] state>: host haig-ee.state.gov [169.253.194.10]: 451 4.3.2 Please try again later
2012-06-13 17:34:11 1SerNt-0002jb-0R == fmjvisas [at] state routing defer (-51): retry time not reached
2012-06-13 18:04:11 1SerNt-0002jb-0R SMTP error from remote mail server after RCPT TO:<fmjvisas [at] state>: host haig-ee.state.gov [169.253.194.10]: 451 4.3.2 Please try again later
2012-06-13 18:04:11 1SerNt-0002jb-0R == fmjvisas [at] state R=dnslookup T=remote_smtp defer (-44): SMTP error from remote mail server after RCPT TO:<fmjvisas [at] state>: host stimson.state.gov [169.252.4.131]: 451 4.3.2 Please try again later
2012-06-13 18:34:11 1SerNt-0002jb-0R SMTP error from remote mail server after RCPT TO:<fmjvisas [at] state>: host haig-ee.state.gov [169.253.194.10]: 451 4.3.2 Please try again later
2012-06-13 18:34:12 1SerNt-0002jb-0R => fmjvisas [at] state R=dnslookup T=remote_smtp H=stimson.state.gov [169.252.4.131] X=TLS1.0:RSA_AES_256_CBC_SHA1:32 CV=no
2012-06-13 18:34:12 1SerNt-0002jb-0R Completed

Can someone explain why this mail was bounced so quickly?

Exim 4.71.

Best,


-Nikolaus

--
»Time flies like an arrow, fruit flies like a Banana.«

PGP fingerprint: 5B93 61F8 4EA2 E279 ABF6 02CF A9AD B7F8 AE4E 425C

--
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

--
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/


Nikolaus at rath

Jun 18, 2012, 5:26 PM

Post #4 of 8 (1095 views)
Permalink
Re: Early retry timeout [In reply to]

On 06/18/2012 05:05 PM, Todd Lyons wrote:
> On Mon, Jun 18, 2012 at 1:15 PM, Nikolaus Rath <Nikolaus [at] rath> wrote:
>> # grep state.gov /var/log/exim4/mainlog
>> 2012-06-18 18:44:27 1Sggw6-0002OE-1y SMTP error from remote mail server after RCPT TO:<fmjvisas [at] state>: host stimson.state.gov [169.252.4.131]: 451 4.3.2 Please try again later
>> 2012-06-18 18:44:28 1Sggw6-0002OE-1y == fmjvisas [at] state R=dnslookup T=remote_smtp defer (-44): SMTP error from remote mail server after RCPT TO:<fmjvisas [at] state>: host haig-ee.state.gov [169.253.194.10]: 451 4.3.2 Please try again later
>> 2012-06-18 18:44:29 1Sggw6-0002OE-1y ** fmjvisas [at] state: retry timeout exceeded
>>
>> I'm using the default retry rule:
>> # exim -brt state.gov
>> Retry rule: * * F,2h,15m; G,16h,1h,1.5; F,4d,6h;
>> and the retry db says:
>> R:fmjvisas [at] state:<Nikolaus [at] rath> -44 13133 SMTP error from remote mail server after RCPT TO:<fmjvisas [at] state>: host haig-ee.state.gov [169.253.194.10]: 451 4.3.2 Please try again later
>> 13-Jun-2012 17:29:36 18-Jun-2012 18:44:29 19-Jun-2012 00:44:29 *
>>
>> Can someone explain why this mail was bounced so quickly?
>
> Maybe you have set in this transport hosts_max_try = 1 ?

Nope, this option doesn't appear anywhere in my configuration.


Best,

-Nikolaus

--
»Time flies like an arrow, fruit flies like a Banana.«

PGP fingerprint: 5B93 61F8 4EA2 E279 ABF6 02CF A9AD B7F8 AE4E 425C

--
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/


eximX0902w at linuxwan

Jun 18, 2012, 5:50 PM

Post #5 of 8 (1086 views)
Permalink
Re: Early retry timeout [In reply to]

On 19/06/12 06:15, Nikolaus Rath wrote:
> Can someone explain why this mail was bounced so quickly?
>
> Exim 4.71.

Sounds very similar to a long standing issue which was thought to be
fixed but which still seems to turn up in very specific circumstances.
I'm sure people would be very interested in what those circumstances are
so the issue could be examined more since it is not very easily reproduced.

http://bugs.exim.org/show_bug.cgi?id=636
http://bugs.exim.org/show_bug.cgi?id=1140
http://bugs.exim.org/show_bug.cgi?id=893


--
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/


Nikolaus at rath

Jun 18, 2012, 6:57 PM

Post #6 of 8 (1080 views)
Permalink
Re: Early retry timeout [In reply to]

Ted Cooper <eximX0902w [at] linuxwan> writes:
> On 19/06/12 06:15, Nikolaus Rath wrote:
>> Can someone explain why this mail was bounced so quickly?
>>
>> Exim 4.71.
>
> Sounds very similar to a long standing issue which was thought to be
> fixed but which still seems to turn up in very specific circumstances.
> I'm sure people would be very interested in what those circumstances are
> so the issue could be examined more since it is not very easily reproduced.
>
> http://bugs.exim.org/show_bug.cgi?id=636
> http://bugs.exim.org/show_bug.cgi?id=1140
> http://bugs.exim.org/show_bug.cgi?id=893

Yes, that looks very similar. But I'm not sure what missing information
I could add here, the first report seems to contain pretty much
everything that I would say is relevant.

Is there something in particular you are looking for that I could
provide?


Best,

-Nikolaus

--
»Time flies like an arrow, fruit flies like a Banana.«

PGP fingerprint: 5B93 61F8 4EA2 E279 ABF6 02CF A9AD B7F8 AE4E 425C

--
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/


tlyons at ivenue

Jun 18, 2012, 8:29 PM

Post #7 of 8 (1083 views)
Permalink
Re: Early retry timeout [In reply to]

On Mon, Jun 18, 2012 at 6:57 PM, Nikolaus Rath <Nikolaus [at] rath> wrote:
> Ted Cooper <eximX0902w [at] linuxwan> writes:
>> On 19/06/12 06:15, Nikolaus Rath wrote:
>>> Can someone explain why this mail was bounced so quickly?
>>> Exim 4.71.
>>
>> Sounds very similar to a long standing issue which was thought to be
>> fixed but which still seems to turn up in very specific circumstances.
>> http://bugs.exim.org/show_bug.cgi?id=636
>> http://bugs.exim.org/show_bug.cgi?id=1140
>> http://bugs.exim.org/show_bug.cgi?id=893
>
> Yes, that looks very similar. But I'm not sure what missing information
> I could add here, the first report seems to contain pretty much
> everything that I would say is relevant.
> Is there something in particular you are looking for that I could
> provide?

Is there any other domain in your hints db that ends up going to the
same IP address and that has already timed out?

...Todd

--
Always code as if the guy who ends up maintaining your code will be a
violent psychopath who knows where you live. -- Martin Golding

--
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/


Nikolaus at rath

Jun 19, 2012, 7:03 AM

Post #8 of 8 (1098 views)
Permalink
Re: Early retry timeout [In reply to]

Todd Lyons <tlyons [at] ivenue> writes:
> On Mon, Jun 18, 2012 at 6:57 PM, Nikolaus Rath <Nikolaus [at] rath> wrote:
>> Ted Cooper <eximX0902w [at] linuxwan> writes:
>>> On 19/06/12 06:15, Nikolaus Rath wrote:
>>>> Can someone explain why this mail was bounced so quickly?
>>>> Exim 4.71.
>>>
>>> Sounds very similar to a long standing issue which was thought to be
>>> fixed but which still seems to turn up in very specific circumstances.
>>> http://bugs.exim.org/show_bug.cgi?id=636
>>> http://bugs.exim.org/show_bug.cgi?id=1140
>>> http://bugs.exim.org/show_bug.cgi?id=893
>>
>> Yes, that looks very similar. But I'm not sure what missing information
>> I could add here, the first report seems to contain pretty much
>> everything that I would say is relevant.
>> Is there something in particular you are looking for that I could
>> provide?
>
> Is there any other domain in your hints db that ends up going to the
> same IP address and that has already timed out?

No, I don't think so:

# exim_dumpdb . retry | grep state.gov
R:fmjvisas [at] state:<Nikolaus [at] rath> -44 13133 SMTP error from remote mail server after RCPT TO:<fmjvisas [at] state>: host haig-ee.state.gov [169.253.194.10]: 451 4.3.2 Please try again later
# exim_dumpdb . retry | grep 169.253.194.10
R:fmjvisas [at] state:<Nikolaus [at] rath> -44 13133 SMTP error from remote mail server after RCPT TO:<fmjvisas [at] state>: host haig-ee.state.gov [169.253.194.10]: 451 4.3.2 Please try again later

Here's the complete output for reference (it's a rather small server):

# exim_dumpdb . retry
R:e.isac [at] jacobs-university:<Nikolaus [at] rath> -44 12877 SMTP error from remote mail server after RCPT TO:<e.isac [at] jacobs-university>: host atlas2b.jacobs-university.de [212.201.44.16]: 450 4.2.0 <e.isac@j
23-May-2012 00:26:05 23-May-2012 00:26:05 23-May-2012 00:41:05
T:gmail-smtp-in-v4v6.l.google.com:2001:4860:800a::1a 101 77 Network is unreachable
06-Jun-2012 07:24:01 11-Jun-2012 01:18:39 11-Jun-2012 07:18:39 *
T:mail.folkwang-hochschule.de:193.175.156.114 110 333 Connection timed out
05-Jun-2012 07:36:01 12-Jun-2012 16:04:18 12-Jun-2012 22:04:18 *
T:mailin.rzone.de:2a01:238:20a:202:50f0::1100 101 77 Network is unreachable
19-Jun-2012 10:37:45 19-Jun-2012 10:37:45 19-Jun-2012 10:52:45
T:mx.freenet.de:2001:748:100:40::8:110 101 77 Network is unreachable
31-May-2012 19:01:30 02-Jun-2012 17:54:05 02-Jun-2012 23:54:05
T:mx.freenet.de:2001:748:100:40::8:112 101 77 Network is unreachable
31-May-2012 19:01:30 02-Jun-2012 17:54:05 02-Jun-2012 23:54:05
T:mx03.t-online.de:2003:2:2:10:194:25:134:8 101 77 Network is unreachable
12-Jun-2012 08:23:30 12-Jun-2012 08:23:30 12-Jun-2012 08:38:30
T:nomail.ivenue.com:64.14.201.5 111 77 Connection refused
19-Jun-2012 00:27:07 19-Jun-2012 00:27:07 19-Jun-2012 00:42:07
R:fmjvisas [at] state:<Nikolaus [at] rath> -44 13133 SMTP error from remote mail server after RCPT TO:<fmjvisas [at] state>: host haig-ee.state.gov [169.253.194.10]: 451 4.3.2 Please try again later
13-Jun-2012 17:29:36 18-Jun-2012 18:44:29 19-Jun-2012 00:44:29 *
T:gmail-smtp-in-v4v6.l.google.com:2001:4860:800a::1b 101 77 Network is unreachable
19-Jun-2012 10:37:45 19-Jun-2012 10:37:45 19-Jun-2012 10:52:45
T:mailin.rzone.de:2a01:238:20a:202:50f0::1099 101 77 Network is unreachable
19-Jun-2012 10:37:45 19-Jun-2012 10:37:45 19-Jun-2012 10:52:45
T:mx.freenet.de:2001:748:100:40::8:111 101 77 Network is unreachable
31-May-2012 19:01:30 02-Jun-2012 17:54:05 02-Jun-2012 23:54:05
T:mx02.t-online.de:2003:2:2:10:194:25:134:8 101 77 Network is unreachable
10-Jun-2012 17:58:46 10-Jun-2012 17:58:46 10-Jun-2012 18:13:46
T:tahini.csx.cam.ac.uk:2001:630:212:8:204:23ff:fed6:b664 101 77 Network is unreachable
19-Jun-2012 00:27:07 19-Jun-2012 01:57:49 19-Jun-2012 02:12:49


Best,

-Nikolaus

--
»Time flies like an arrow, fruit flies like a Banana.«

PGP fingerprint: 5B93 61F8 4EA2 E279 ABF6 02CF A9AD B7F8 AE4E 425C

--
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

exim users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.