Hi Everyone,
I am trying to accomplish the following:
For each user: UserA, UserB, UserC
I want to create and configure a distinct and separate email account (not an alias) for each domain and sub domain:
domain.com, b.domain.com,c.domain.com
etc.
The scenario above would yield 9 accounts:
UserA@domain.com, UserB@domain.com, UserC@domain.com
UserA@b.domain.com,UserB@b.domain.com,UserC@b.domain.com
UserA@c.domain.com,UserB@c.domain.com,UserC@c.domain.com
Each email domain should have its own web url:
b.domain.com/owa, c.domain.com/owa ...
At this point, I have created the mx records and authoritative domains, but I don't know what else to do.
Thanks!
Chris