E-mail forwarder fails "retry timeout exceeded"

eknip

Verified User
Joined
Jul 29, 2009
Messages
21
Hi,

I've got quite a unique e-mail situation. Two domainnames run on the same server: domain1.com and domain2.com.

For domain1.com I've created e-mail forwarders who point to an existing e-mailaddress on domain2.com which is using Google Apps.

Domain1 uses local delivery for MX (to forward the e-mails) while domain2 doesn't use local MX records because it's running Google Apps.

When I send e-mails to domain1.com, it keeps failing. I've tried to add domain1.com as whitelist domain in the exim conf, but that didn't work.

Any suggestions?

Thanks!
 
What error is in the logs. What error is displayed as a bounce back.
 
Error as bounce back:
[email protected]
(ultimately generated from [email protected])
retry time not reached for any host after a long failure period

Exim main log
2012-06-26 18:12:28 1SjYNQ-0001X4-9j <= [email protected] H=mail-pz0-f51.google.com [209.85.210.51] P=esmtps X=TLSv1:RC4-SHA:128 S=1653 id=CAN5tNKm8SMg-mFogCNHho5RGNh+a2b=cEqQrjT_JOz6XuOXh2A@mail.gmail.com T="check" from <[email protected]> for [email protected]
2012-06-26 18:12:28 cwd=/var/spool/exim 3 args: /usr/sbin/exim -Mc 1SjYNQ-0001X4-9j
2012-06-26 18:12:28 1SjYNQ-0001X4-9j ** [email protected] <[email protected]> F=<[email protected]> R=lookuphost T=remote_smtp: retry time not reached for any host after a long failure period
2012-06-26 18:12:28 cwd=/var/spool/exim 7 args: /usr/sbin/exim -t -oem -oi -f <> -E1SjYNQ-0001X4-9j
2012-06-26 18:12:28 1SjYNQ-0001XA-JS <= <> R=1SjYNQ-0001X4-9j U=mail P=local S=2586 T="Mail delivery failed: returning message to sender" from <> for [email protected]
2012-06-26 18:12:28 1SjYNQ-0001X4-9j Completed
2012-06-26 18:12:28 cwd=/var/spool/exim 3 args: /usr/sbin/exim -Mc 1SjYNQ-0001XA-JS
2012-06-26 18:12:29 1SjYNQ-0001XA-JS => [email protected] F=<> R=lookuphost T=remote_smtp S=2652 H=gmail-smtp-in-v4v6.l.google.com [173.194.67.26] X=TLSv1:RC4-SHA:128 C="250 2.0.0 OK 1340727151 c73si20122496wec.101"
2012-06-26 18:12:29 1SjYNQ-0001XA-JS Completed
 
Once it's returned it's too late to see why. Send another email to the same address. After it fails the first few times check the exim mainlog, or even the queue, to see the underlying failure cause.

Jeff
 
Back
Top