My company uses some pretty basic Postfix setup, but makes heavily use of virtual aliases of different kinds. One example is using regular expressions to map special mail addresses of different test users for all kinds of different software tests to the mail addresses of the testers. This allows testers to easily create new recipient addresses as necessary without any admin to do something.
# Sometimes one needs lots of different mail addresses for debugging purposes and the following
# simply maps all of those to one existing account, while keeping recipients as provided somewhere.
/^tschoening\.test.+?@am-soft\.de$/ tschoening@am-soft.de
For various reasons, we need to migrate to some Microsoft Exchange now and therefore need to check which of the concepts we use can be implemented by Exchange or which need other approaches in the future. Sadly, I currently don't even know the version of that Exchange, only that it's "somewhat current". I wasn't able to find a good overview of which things map how, so thought I'm simply asking here and maybe starting such an overview.
So, which virtual alias concepts of Postfix can be migrated to Microsoft Exchange how?