I have question based on a customer requirment I am working - Before I ask question, here is the scenario:
Scenario:
Customer has two physical location (one single AD site) where we balanced 50-50 users in a HOT-HOT case. Meaning, both physical sites. Lets call it Site A & Site B.
Both Sites have identical architecture which can load balance as well as disaster recovery site. Both sites have Edge Servers, Hub Transport Servers & Mailbox servers.
Our current problem in the design:
When outside user sends email to a user in Site A, it may hit the edge at Site A and route to the Hub Transport in Site B and traverse back to Hub in Site A again after recipient resolution, then deliver to the mailbox in Site A.
We want the following to happen in our desin:
When outside user sends email to a user in Site A, it may hit the edge at Site A or Site B and route to the Hub Transport in Site A only. Then after recipient resolution in Site A Hub Server, deliver to the mailbox in Site A.
How to make this happen?
-Firozsha