We need send all emails coming into exchange into another server, which will process them for metadata, while also delivering the email to the internal mailboxes. Does anyone know how to accomplish this duplication/forwarding of emails.
At the end, we want the email pipeline to look something like this:
,----> Mailbox
/
Incoming message -> Exchange
\
`----> Internal Server (processing)
I'm open to suggestions on other ways to accomplish the same thing