Hello, is there a plugin that already does the following and where do I find it:
1. take envelope sender and recipient of incoming mail 2. if recipient does not have a personal config (in database...) -> deliver 3.a if recipient has a personal blacklist if sender is blacklisted -> deliver to /dev/null or recipients spam account, end of processing -> else deliver, end of processing 3.b if recipient has a personal whitelist if sender is whitelisted -> deliver, end of processing -> else deliver to /dev/null or recipients spam account, end of processing If there is no such plugin - is qpsmtpd the right thing to use for this? Are there better ways to achieve this? Background: - whitelist for my child with grandma, friends... on, everything else should go to bigpapa for supervision - separate black or white list for wife, delivery to regular or personal spam account ... - maybe global blacklist (for all recipients) - in the end easy to configure with a web frontend (personal config in the database) Thanks, Joe