
May 3rd, 2012, 07:27 PM
|
|
Contributing User
|
|
Join Date: May 2004
Location: surfing the interwebz
|
|
|
I would imagine you would have to setup a trust between the two domains since Exchange ties in very closely with Active Directory. This would allow you to setup a new mailbox database for the users on the different domain, and from there you can add user mailboxes for each user in the different domain (in this case testdomain2k.com).
You would also need to make sure that if the domains are on different ip network schemes, that each network can talk to eachother. For instance, if one network is on a 192.168.1.0/24 and the other is on a 10.1.1.0/24, you'd have to setup routing between the two. However, if all of them are on the same network, then this shouldn't be an issue.
Lastly, you might want to add a secondary DNS zone on each of the servers pointing to the opposite domain. For instance, on testdomain28k.com, you would add a secondary dns zone, and point the Master Server to the testdomain2k.com DNS server.
|