Okay here is our setup.
All mail enters through our Postfix server which does some basic header checks (reject zip files) and then forwards mail for our domain to our exchange server, and for other domains we host to a different mail server. So there is a total of 3 mail servers.
Here is where our problem lies. We get hit with a TON of spam. The first server (entry server) accepts it because it is going to a valid domain, but the 2nd tier server reject the forward because the users don't exist. The first server then generates an Undeliverable report and attempts to send that back to the original sender. The sheer volume of which is causing us to get put on blacklists.
Is there any way to stop that first postfix server from generating and sending those Undeliverable reports?
Thanks.
All mail enters through our Postfix server which does some basic header checks (reject zip files) and then forwards mail for our domain to our exchange server, and for other domains we host to a different mail server. So there is a total of 3 mail servers.
Here is where our problem lies. We get hit with a TON of spam. The first server (entry server) accepts it because it is going to a valid domain, but the 2nd tier server reject the forward because the users don't exist. The first server then generates an Undeliverable report and attempts to send that back to the original sender. The sheer volume of which is causing us to get put on blacklists.
Is there any way to stop that first postfix server from generating and sending those Undeliverable reports?
Thanks.