Re: [Exim] ACL help

Top Page
Delete this message
Reply to this message
Author: Dave C.
Date:  
To: Dr Andrew C Aitchison
CC: exim-users
Subject: Re: [Exim] ACL help
>
>
> Ok, I've come up with this, but its too early in the morning for me to
> be sure if this will work or not.
>
> If I put this in place of the require:
>
> deny !local_parts = postmaster
>      !verify = recipient/callout

>
> It *seems* as though the deny conditions are AND-ed, and run in the
> order given
>
> So if local_part was postmaster, the first line is false, and we dont
> deny, go on to next. If it is, then if we CAN verify with callout, thats
> false, go on to next. If its postmaster, AND it doesnt verify, deny.


This last should of course have been "if its NOT postmaster, AND it
doesnt verify...."

>
> Convoluted, but it seems like it should accomplish what I'm looking for
> (I havent tested it yet)
>
>
>
> --
>
>
>
> --
>
> ## List details at http://www.exim.org/mailman/listinfo/exim-users Exim details at http://www.exim.org/ ##
>
>



--