I have "some" of my clients, meaning few of them, with infected computers, sending spam, on 25.
Is it possible to block all port 25 traffic, thus denying mail spamming, and at the same time to allow pop3/smtp clients to send mail on port 26, for example, and redirect that port to port 25 on exit, so that the mail server somewhere doesn't have to be reconfigured ?
So, to review:
- deny all traffic on 25
- allow for legit clients reconfiguration of client, for sending on port 26 (or something), an redirect that port to port 25 on mail server.
If there is any other way to do it, I'm open to hear it.
I am doing this because clients use different mail servers, and I can't force them all to use my mail server. (That would be too easy... )
Thanks in advance.