Hi,
Quote:
Originally Posted by linusoft Hello,
I've broken a working zimbra server whilst migrating Samba domains.
the server is a Samba PDC, and I have changed the domain name, hosts file and DNS to the new domain.
Unfortunately I did all this before thinking about zimbra, and it only came to my attention once I migrated users also, and then found that email is not working.
I have reverted my hosts file to the previous domain, and run the following:
/opt/zimbra/libexec/zmsetservername -n tux.tasc
I get the result:
ERROR: service.FAILURE (system failure: ZimbraLdapContext) (cause: javax.naming.CommunicationException -n:389)
Host -n |
It seems that you have copy-paste the following command :
Code:
/opt/zimbra/libexec/zmsetservername -n <servername>
And forgot to replace <servername> with your Zimbra hostname so the paramater sent to Zimbra is -n only without any parameter.
Did you have any backup, especially an LDAP configuration backup?