Re: [exim] if/then else in ACLs

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Jeremy Harris
Data:  
Para: exim-users
Asunto: Re: [exim] if/then else in ACLs
Linn, Dr John A. wrote:
>             If   condition then

>
>                         Some ACL commands

>
>             Endif

>
>
>
>             More ACL commands


acl_subroutine:
    Some ACL commands
    accept


acl_main:
    warn
    acl = acl_subroutine


    More ACL commands





- Jeremy