This article looks at how to configure mail flow from Office 365 (via Exchange Online Protection β EOP) to your On Premises organization to ensure that it is highly available and work in disaster recovery scenarios with no impact. It is based on exactly the same principle to that which I blogged about in 2012: http://c7solutions.com/2012/05/highly-available-geo-redundancy-with-html on creating redundant outbound connections from Exchange on premises.
The best way to explain this feature is to describe it in the way of an example:
For example MCMEmail Ltd have Hybrid set up, and delivery to the cloud first. So the DNS zone for mcmemail.co.uk has MX pointing to EOP.
They then create a new DNS zone at either a subzone (as in this example) or a different domain if they have one available. In the example this could be hybrid.mcmemail.co.uk. Into this zone they add the following records:
10 MX oxford-a.hybrid.mcmemail.co.uk
10 MX oxford-b.hybrid.mcmemail.co.uk
20 MX nuneaton.hybrid.mcmemail.co.uk
The below picture shows an example of this configured in AWS Route 53 DNS (though there are other DNS providers available)
In Exchange Online Protection administration pages (Office 365 Portal > Exchange Admin > Mail Flow > Connectors and modify your on-premises connector to point to the new zone. Example shown in the below picture:
Then all email is always delivered to the Oxford datacentre and nothing to the Nuneaton one (where the DR servers reside) unless the two Oxford datacentres (A and B) are both offline and so the 10 preference does not answer at all. At that time and that time only does the 20 preference get connected to.
Leave a Reply