Aha! So that's where the "acl =" line comes in. Thanks!!
----- Original Message -----
From: "Philip Hazel" <ph10@???>
To: "Rick Ennis" <ennis@???>
Cc: "Friso Kuipers" <fkuipers@???>; <exim-users@???>
Sent: Sunday, April 07, 2002 3:05 PM
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.
>
>