[Exim] Re: More bother

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Patrick Starrenburg
Data:  
Para: exim-users
Asunto: [Exim] Re: More bother
"Luke Pascoe" <luke.p@???> writes:

> Now email to local mailboxes gets spat back with the following:
>
> > The following text was generated during the delivery attempt:
> >
> > ------ pest@??? ------
> >
> > user.pest: Message contains invalid header


Hi Luke

Have you run this test though in debug mode?

exim -d -bv pest@??? (checks recipient address)
exim -d -bvs some.person@??? (checks sender address)

Will give you lots of detail...

You can also check through section 5.3 of Exim 4 spec document for more command
line options for debugging.

This may give you enought to pin down problem.

Patrick