Re: [exim] if/then else in ACLs

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Jeremy Harris
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: 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