Wietse Venema wrote:
The following solution solves 99% of the problem:- IF mail is from a local (or authenticated) client
That's the magic part right there. How do I accomplish this?
- AND the sender has already passed "reject_unlisted_sender" - THEN store the (sender, recipient) pair in a whitelist. This can be done with trivial modification of an existing greylisting policy daemon.
Absolutely - already done. Just need that test. -- Daniel