Re: [Exim] cannot check header contents in ACL for RCPT (onl…

Top Page
Delete this message
Reply to this message
Author: Nico Erfurth
Date:  
To: Niels Dettenbach
CC: exim-users
Subject: Re: [Exim] cannot check header contents in ACL for RCPT (only possible in ACL for DATA)
Niels Dettenbach wrote:
> hello list,
>
> maybe i have tomatoes on my eyes - if so pls dont flame me ~8)


Yes, BIG FAT ONES ;)

> Most of that mails seems to be error messages from MTA's - so i think they
> should be transportable.
>
> How i can see how/where the header-checks fails? Is my config handling
> header-checks to restricted or should the problem located on the remote
> MTA's?
>
> The only ACL-related config seems to be:
>
> acl_smtp_rcpt = acl_check_rcpt
>
> and in ACL-section:



>    deny   senders = :
>           message = A valid sender header is required for bounces
>           log_message = Absender Header Fehler
>           !verify  = header_sender

>
>    deny   senders = :
>           message = A valid header syntax is required for bounces
>           log_message = Header Syntax Fehler
>           !verify  = header_syntax


Ok, what you do here?
You check for header_syntax and header_sender when you receive a message
with an empty envelope, doesn't this explain your problem? Move these
both test to your DATA-Acl and it should be fine.

Nico