Re: [exim] ACL/Router

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Marc Sherman
日付:  
To: Paulo Andre
CC: 'Exim-users'
題目: Re: [exim] ACL/Router
Marc Sherman wrote:
>
> Put that deny ACL _before_ the accept ACL that is accepting the message.
> ACLs are processed in order, and the first deny or accept that matches
> a message wins.
>
> A good general rule for ACL ordering is most specific first, most
> general last, and break ties by most efficient first, most expensive last.


Sorry, I was a bit imprecise there, and we all know how much precision
is appreciated on this list. :)

I'm talking about ordering ACL _statements_ (ie: accept, deny, warn,
etc) within a given ACL here.

- Marc