characters long problem

Richard

Verified User
Joined
Jul 2, 2004
Messages
33
Location
Argentina
Hi,

Sometimes exim return email with this error:

> 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:
>
> [email protected]
> Unrouteable address
>
> ------ This is a copy of the message, including all the headers. ------
> ------ The body of the message is 388732 characters long; only the first
> ------ 106496 or so are included here.

I update exim.pl but nothing change, what is this error? and how can i fix?
 
Just what error are you trying to fix?

The unroutable address error means that your server can't find a route to send the email. The only way to find out why would be to run traceroute through the shell, to the mx server for the domain, to see why your server can't find it.

The size error? That's not an error. Exim is returning only part of the email message to you for identification purposes. Do you really need it to return more?

Jeff
 
Back
Top