Welcome to the forums,
Check out this article:
Split Domain - ZimbraWiki
If zimbra is your primary box, aka first in the line to receive mail/the primary mx -
You essentially have to create all the accounts on the zimbra box and on each user set:
Quote:
|
zmprov ma user@domain.com zimbraMailTransport smtp:exchangemailserver.domain.com:25
|
Then when you are ready to move a user from the old exchange system to the new zimbra system -using the exchange migration or whatever method you devise- just run this command:
Quote:
|
zmprov ma user@domain.com zimbraMailTransport lmtp:zimbramailserver.domain.com:7025
|
If your zimbra box is secondary (though I think you mean primary because you said 'passed on through' above) -
Don't waste your time creating all the user's accounts for those still on the exchange system, simply:
Quote:
zmprov md example.com zimbraMailCatchAllAddress @domain.com
zmprov md example.com zimbraMailCatchAllForwardingAddress @domain.com
zmprov md example.com zimbraMailTransport smtp:exchangemailserver.domain.com
|