Hello
I have the current situation right now:
I have implemented the DLP in production in a customer for analyzing all the mail traffic, and it's working fine. But now, the customer has implemented a Fax Server in the company. Basicly consists in:
-The user creates a fax in Outlook by specifying in the "To:" field something like [fax:0123456]
-The Exchange has an special send connector that knows howto send all these kinds of fax encapsulated on mails to a gateway fax server
So, now i need to analyze all this fax trafic with DLP, but i need that the DLP could be capable of knowing wich traffic is mail traffic so it could send to the proper smarthosts (antispam) and at the same time be capable of noticing wich traffic is fax traffic and send it to the gateway Fax Server so it could know what to do with it. Am i explaning?
AS A POSSIBLE WORKAROUND I'M THINKING: I know that in the Exchange Servers I could configure the involved send connectors so it could send the mail traffic to the DLP on some random port (and of course the MailPrevent would need to be listening on this port) and the fax traffic to the DLP on other port (In this case, the MailPrevent would need to listen on another port, analyze the email, and after processing it send it to another smarthosts)
Basicly, I think I need to set two Forward modes into the same DLP Mail Prevent Server, so it would forward different traffics to differents smarthosts. Is this possible. How can I achieve that?
Please let me know if it's not clear so i could try to provide a better description
Thks all for your help!