Autor: Peter Bowyer Datum: To: Exim Users Betreff: Re: [exim] reject-log questions
On Tue, 21 Sep 2004 16:20:20 +0200, SH Solutions <info@???> wrote: > Hi
>
> I thought, I understood most of exims logs, but now I found 2 stange
> entries:
>
> 2004-09-15 17:56:42 H=januXXXde [134XXX10] F=<keXXXsb@???> rejected
> RCPT <mail@???>: Sender verify failed
You have configured sender verification in an ACL, and for this
message, the verification failed.
> 2004-09-15 21:34:58 rejected HELO from [62XXX41]: syntactically invalid
> argument(s): nt_49613199.intern.XXX.de
You have configured HELO syntax checking, and this HELO argument
failed Exim's syntax check - probably because of the underscore -
that's an invalid character. You can adjust Exim's sensitivity to odd
characters in HELO strings with 'helo_accept_chars'.