I'm not an Exchange expert, and want to see if something is feasible before I ask for this. I'm looking for two things: 1) Is this possible? 2) Is there a better way to do this?
I want to have a catch-all address setup, but I need it to act differently than a typical catch-all address. To illustrate what I need:
1) address@domain.com
2) address.*@domain.com
3) address.123@domain.com
4) address.abc@domain.com
I want to setup an email address (1). That address should catch anything meeting the criteria in (2) where the . is literal, the * is wildcard. For example, both (3) and (4) should direct to (1), because they meet the criteria of (2).
The reasoning for this is we have a need to create a large number of unique email addresses that only need to receive email. We cannot rely on the default catch-all email address, because this is a smaller scope than what the default catch-all would see. We would have a few users granted access to (1) so they could monitor inbound emails when needed. We have hundreds of users who need to assign things to a certain, unique email address, and cannot feasibly create new addresses for each item.
I'm not asking for the rules to create (although if anybody knows off the top of their head, awesome), but rather is this possible in Exchange 2007/2010?