I am about to install Postfix on one of my linux machines in order to act as a gateway for my Exchange servers. I already checked the manpages and searched the forums here, but it didn't provide me with the information I needed.
By default, I just want to forward all mail for a certain domain to Exchange server A, but when needed, I would like all mail for certain users belonging to that domain to go to Exchange server B.
example:
- *@domain.com => Exchange 01
- joe@domain.com => Exchange 02
I also would like to know if it is possible to strip attachments based on extension, using just postfix.
Is this something that can be done? Any examples would be appreciated. Thanks!