@Mweb: The zombie problem is huge - I am busy dealing with it on a number of networks. Redirecting traffic transparently is not the way to solve this. I've seen this 'in the wild' already and it is in fact worse than an outright block of port 25. It breaks SMTP badly and causes many half failures that are very difficult for users to identify or solve.
The current best solution is dynamic blocking of port 25 based on automated handling of abuse complaints and other metrics. This is not trivial to implement.
You cannot do on-the-fly redirection to a different server since the relayed mail will now originate from the wrong IP and SMTP AUTH is also now broken. If you would like a solution to this little problem then you are welcome to PM me to discuss.
The current best solution is dynamic blocking of port 25 based on automated handling of abuse complaints and other metrics. This is not trivial to implement.
You cannot do on-the-fly redirection to a different server since the relayed mail will now originate from the wrong IP and SMTP AUTH is also now broken. If you would like a solution to this little problem then you are welcome to PM me to discuss.