Hi!
I'd like to implement black- and whitelist entries on a per recipient
basis with postfix.
I know restriction class as described here:
http://www.postfix.org/RESTRICTION_CLASS_README.html
But I need different sets of black- and whitelists per recipient, e. g.
recpient value action
t...@example1.com 10.10 REJECT
t...@example2.com 10.20 REJECT
sendmail's check_compat is something I have in mind. How do I accomplish
this with postfix?
BTW. of course a policy daemon can be used, but I'd like to implement it
without additional software.
Best regards
Franz