Wietse Venema: > Emmanuel Fust?: > > In an "access" table, could I use any postfix "reject_xxx" and > > "permit_xxx" directive ? > > I did not find it in the documentation. It could be very powerfull. > > It *is* documented. > > OTHER ACTIONS > restriction... > Apply the named UCE restriction(s) (permit, reject, > reject_unauth_destination, and so on).
And, this is in fact the supported way to implement per-sender (or per-client, per-recipient, etc.) access policies. You index the table with the sender (or client, recipient, etc.) and specify some policy on the right-hand side. You can use this in the middle of a longer access list. Wietse