I'm trying to configure Postfix to act as an anti-spam/anti-virus service, running on a Ubuntu 14.04 server on AWS.
In the office we run Microsoft Exchange 2010 so I just want Postfix to receive all emails, run the appropriate scans, and then forward it onto the Exchange server, maintaining the destination address.
I've been trying for about a day to get this all configured but I constantly come across an issue of having to define every email address for Postfix, either via UNIX accounts, or in an aliases file of some sort. I don't want to have create/define each email address in the Postfix configuration every time a new user starts or leaves.
I'm happy to post various parts of my current configuration if required, but if someone could point me in the direction of a README or Tutorial on how to achieve what I need that would be much appreciated.
Thanks