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

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Friso Kuipers
Fecha:  
A: ennis
Cc: exim-users
Asunto: 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