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

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

> Yes, and for a single acl that worked great. But to OR two of them, my...
>
> acl_smtp_data = thingy : thingy2
>
> is what failed and that's where I'm still stuck. But thanks.
> Btw, I'm using exim 4.02 on redhat 7.2.



acl_smtp_data = list

begin acl

thingy:
accept .....

thingy2:
deny .....

list:
  accept acl = thingy
         acl = thingy2



OR, if you really want to

acl_smtp_data = "accept acl=thingy\n accept acl=thingy2"

Note the quotes and the \n.




--
Philip Hazel            University of Cambridge Computing Service,
ph10@???      Cambridge, England. Phone: +44 1223 334714.