I have a linux server, running on the same internal network as my Exchange server, which is hosting a web application. The server also has postfix installed on it, so that when it receives e-mail to a specific address (alias), it processes the contents via a php script.
What I want to do is when someone within the company send an e-mail to a specific internal address, for example if 'employee.name@company.com' sends an email to 'alias@company.com', Exchange forwards the e-mail to this linux server for processing.
Would anyone have a suggestion on where I could start with this please?