Hello,
Due to limitations of our antivirus system (alerts are sent from the client>smtp not via the policy manager) I'm in need of an smtp proxy that will allow me to filter everything that's not looking like a mail coming from the antivirus and pass that to our exchange smtp server.
I don't want to allow connections to the mail server from all clients nor open relaying
and the smtp port on the firewall is only open for the mailserver to prevent spamming.
When I use a ServerSocket listening on port 25 I see my telnet client coming in but I don't see how I can fetch any data from it.
Anyone here who can give me some hints?
Due to limitations of our antivirus system (alerts are sent from the client>smtp not via the policy manager) I'm in need of an smtp proxy that will allow me to filter everything that's not looking like a mail coming from the antivirus and pass that to our exchange smtp server.
I don't want to allow connections to the mail server from all clients nor open relaying
and the smtp port on the firewall is only open for the mailserver to prevent spamming.
When I use a ServerSocket listening on port 25 I see my telnet client coming in but I don't see how I can fetch any data from it.
Anyone here who can give me some hints?