Rejo Zenger <subs=exim-users@???> writes:
> On a Exim 4.10 box, AFAIC, the same setup as on another box. When a
> client from the local network tries to send email, this results in error
> messages like:
>
> 2002-11-29 19:51:46 H=xpert.local (xpert.zenger.nl) [10.0.1.1] sender
> verify fail for <peter@???>: Unrouteable address
> 2002-11-29 19:51:46 H=xpert.local (xpert.zenger.nl) [10.0.1.1]
> F=<peter@???> rejected RCPT <peter@???>: Sender
> verify failed
>
> What I do not understand is that it cannot verify <peter@???>?
Found a good method for tracking down this type of issue with someone else, run
Exim with debug option you will find a wealth of info. As shown in section
4.15 of Exim 4.10 spec document, basically doing test delivery with debuggin on
Try this :
* from terminal window go to Exim bin directory of box in question, type
# ./exim -v -d postmaster@???
you will get a lot of output on the screen, just wait till it stops then type
From: postmaster@??? (or any valid working mail account)
Subject: Test
then type [Enter] key, you will get another bunch of output, then type short
text like...
This is a test
then [Enter] key again then
^D
then
[Enter]
the email will then be processed by Exim and you will have a very detailed
output for analysis which hopefully will put you on track to finding cause of
problem.
Patrick