From: mouss (no email)
Date: Fri May 20 2005 - 16:14:34 EDT
Per Jessen wrote:
> Victor Duchovni wrote:
>
>
>>On Fri, May 20, 2005 at 08:47:31PM +0200, Per Jessen wrote:
>>
>>
>>>Is there a way of specifying multiple actions on an access table entry? e.g.
>>>
>>>address at domain PREPEND ...... , PERMIT
>>
>>only for the built-in restriction keywords "permit", "reject",
>>"permit_mynetworks", ...
>>
>>Not for the keywords documented in acess(5) "OK", "DUNNO", "PREPEND",
>>"FILTER", ...
>>
>>combining the latter requires restriction classes. Sorry.
>
>
> Thanks Victor - I had a suspicion that might be the case. And if I've understood restriction
> classes right, I'll need a policy server in order to do PREPEND ...., PERMIT ?
>
>
No, just
address at domain do_something
and in main.cf, as do_something as a class and define it to do what you
want:
do_something = PREPEND ...., PERMIT
|
|
|