I would like to relay a specific Exchange 2010 Mailbox to an external SMTP host, in this case Office 365, as we're migrating user by user to Office365. Meaning if the migrated users receives an e-mail, it should be automatically redirected to the defined host (Office365).
In Postfix this is really simply done by using the transport map /etc/postfix/transportmap:
[email protected] smtp:[domain.mail.protection.outlook.com]
Any ideas how this could be implemented using Exchange 2010? Exchange Transport Rules don't have any action available for this scenario.
Thank you in advance for your help!
In Exchange you need to create a mail enabled smtp contact, then after in the account mailflow you forward to that external's contact.
Took from there How to configure a mailbox to forward mail to a mail-enabled contact
According to Microsoft Support there is no way available to redirect a specific mailbox to another smtp server. However there might be some third-party software available to solve this problem. Just google for ''Sender based routing on Exchange''