I'm running postfix to handle email for several users. One of them has a .forward file that points to a gmail address. Gmail's servers are rejecting some email for various causes ("low reputation of sending domain", SPF failures).
The problem is that postfix then bounces the email back to the (likely forged) sender, which means my server is sending backscatter. What I'd like to do is silently drop any email that's rejected by the target of a .forward file. Is there some way to configure postfix to do that? Or some better way of handling this problem? Thanks in advance for any advice. - Derek