Re: [Exim] ORing multiple ACLs & verify sender/callout

Top Page
Delete this message
Reply to this message
Author: Friso Kuipers
Date:  
To: ennis
CC: exim-users
Subject: Re: [Exim] ORing multiple ACLs & verify sender/callout
On 5 Apr, Rick Ennis wrote:

>
> According to the spec, acl_smtp_data is a string, not a list. So I
> guess that explains why my approach failed. Is there an easy way to
> do this that I'm missing? I did see a reference to the "acl = "
> directive, but had trouble finding any examples that used it. Is that
> what I need?
>


Did you do:

acl_smtp_data = thingy (declaration in main part configure)
begin acl              (acl part)
thingy:
    your checks


begin routers