[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Exim
On Fri, Jun 29, 2001 at 10:54:17AM +0100, Ernest Brown wrote:
> Hello Brian,
>
> When i send mail from an exim box I get the following error message.
> brown at ghana.com routing defer (-42): retry time not reached
>
> Any Help ?
Yep, try delivering it again with debugging turned on.
Exim has decided that the name 'ghana.com' can't be routed, perhaps because
the DNS is down, or perhaps because of a config file problem.
To get some more info on what is happening, find the message-ID of the
message in the queue:
# exim -bp
Then try redelivering it with
# exim -v -M <message-ID>
or
# exim -d9 -M <message-ID>
(-d1 to -d9 are increasing levels of debugging)
Using -M to force a delivery attempt will bypass the normal mechanism which
says that if a host is down, it won't attempt to deliver to it again until a
little while later.
Regards,
Brian.
P.S. Exim 3.30 is out.
-----
This is the afnog mailing list, managed by Majordomo 1.94.4
To send a message to this list, e-mail afnog at afnog.org
To send a request to majordomo, e-mail majordomo at afnog.org and put
your request in the body of the message (i.e use "help" for help)
This list is maintained by owner-afnog at afnog.org
- Follow-Ups:
- Re: Exim
- From: "Steven G. Huter" <sghuter at nsrc.org>