Just thought I would post on how to use Office 365 for all those pesky printers/scanners/network equipment/server that need to send email but do not like using authentication for some reason with Office 365 or if you simply do not want to pay for a mailbox that this equipment uses.
All this info can be found here: http://technet.microsoft.com/en-us/library/dn554323%28v=exchg.150%29.aspx
But to sum it up:
- Login to the Exchange Management Center
- Go to mail flow --> connectors
- Add a new inbound connector
- Name: Outbound Relay
- Select “enable inbound connector”
- Select “on-premises” for the connector type
- Select “Opportunistic TLS”
- Select “restrict domains by IP address”
- Add a "*" for sender domains
- Add the Internet IP for all the systems for the “Sender IP address”
- Nothing in the associated accepted domains.
After the connector is setup you need to find the MX record that Office 365 recommends. This can be found in the Office 365 admin center under domains by clicking on view DNS settings.
This will be the SMTP server you want to use for all your systems.
One thing to note is that you will need to have static IPs for this to work. This setup will bypass all authentication needed by Office 365 to send message as it locks it down by IP.
For the sites of mine that do not have static IPs for the internet I setup a windows SMTP server that then relays off to Office 365.
Guide: http://technet.microsoft.com/en-us/library/dn592151%28v=exchg.150%29.aspx
This works like a charm. This way all email is handled by Office 365 and there will be no delays as some ISP SMTP servers tend to have.
Hope this helps someone.
Comments