Re: [Exim] Where to put 'acl_smtp_data' section?

Top Page
Delete this message
Reply to this message
Author: Nico Erfurth
Date:  
To: Erik Enge
CC: exim-users
Subject: Re: [Exim] Where to put 'acl_smtp_data' section?
Erik Enge wrote:
> Hi.
>
> I'm trying to add an acl_smtp_data section to my exim.conf to block out
> certain mail. Should I add the acl_smtp_data under "begin acl"? And if
> so, before or after 'acl_check_rcpt'?
>
> I tried searching the Exim specification (I'm running 4.10 on Linux) but
> I couldn't find anything on acl_smtp_data.
>
> Any pointers would be appreciated.


Add
acl_smtp_data = my_data_acl
to the global section

and
my_data_acl:
Your ACL rules here

in the acl-section.

ciao