The reason for your 'problem' is that you're not logging into the default domain and you'll need to set that. Have you also modified other setting from the 'old' domain?
Check what's left in the old domain with:
Code:
zmprov gacf | grep test.domain.com
zmlocalconfig | grep test.domain.com
The spam accounts & default login domain, daily reports etc can be changed with:
Code:
zmprov mcf zimbraSpamIsSpamAccount spam@domain.com
zmprov mcf zimbraSpamIsNotSpamAccount ham@domain.com
zmprov mcf zimbraDefaultDomain domain.com
zmlocalconfig -e smtp_destination=admin@domain.com
There is also a new renaim domain option on zmprov:
Code:
renameDomain(rd) {domain|id} {newDomain}
-- NOTE: renameDomain can only be used with "zmprov -l/--ldap" There is, however, still one outstanding bug that doesn't change the Documents name correctly.
Take your pick for the method you want to use, rename if you want to do that or the manual method if you're keeping the old testing domain name.