I have a problem with spam and postfix + postgray. Generally it works fine, but I have these problems:
- false-positives.
- good emails get rejected.
Can I configure postfix (and postgray) so that when an email is rejected, then redirect to spam@mydomain.com (change recipients).
Or maybe copy each emailand send it to spam@mydomain.com, and then apply filtering? If hit restriction than just reject (another copy is in spam@mydomain.com).
How to do it?