It is also possible to create the middle domain via LDAP commands only. Something like the following should work:
modify this entry:
Code:
dn: dc=abc,dc=com
objectClass: zimbraDomain
zimbraId: 98c40334-952f-49e2-b54a-cf81811e1ac6
zimbraDomainName: abc.com
zimbraDomainType: local
zimbraMailStatus: enabled
The zimbraId should be globally unique. Using the above should be fine.
create this entry:
Code:
dn: ou=people,dc=abc,dc=com
objectclass: organizationalRole
ou: people
That is all that is needed to turn the existing "dc=abc,dc=com" entry into a recognized Zimbra domain. You'll probably need to restart tomcat as well.
The bug is fixed in the next release.
roland