I have set up an SAP system to act as an SMTP server on port 25000.
The company uses Office 365 as its email provider.
Is it possible to route/forward e-mails that are delivered to a specific e-mail account from the Office 365 server to the SAP SMTP server?
e.g.
- [email protected] -> Office 365 e-mail system
- [email protected] -> Office 365 e-mail system
- [email protected] -> Office 365 e-mail system
- [email protected] -> Office 365 e-mail system -> SAP SMTP server
- [email protected] -> Office 365 e-mail system
- [email protected] -> Office 365 e-mail system
It is not possible to route select e-mails from Office 365 to another SMTP Server, at least not an SAP SMTP server.
I ended up forwarding e-mails from one domain to another - using the second domain as an 'SAP e-mail only domain', which would be routed to the SAP e-mail server:
[email protected] -> [email protected] -> SAP SMTP server
This way, people are able to send e-mails to the company, using the companies proper domain. The e-mails then get routed to another domain (which people don't see) and the e-mail gets received by the SAP system.
Yes you can. MS call in "Conditional mail routing in Exchange Online".
There is links about that:
https://docs.microsoft.com/en-us/exchange/mail-flow-best-practices/use-connectors-to-configure-mail-flow/set-up-connectors-to-route-mail
https://docs.microsoft.com/en-us/exchange/mail-flow-best-practices/use-connectors-to-configure-mail-flow/conditional-mail-routing
Yes, you can.
To summrize the steps, you need to:
The steps are well documented in this Microsoft Knowledge Base: http://support.microsoft.com/kb/281926
Note that there might be some step variations, but the idea are essentially the same.