Quote:
Originally Posted by nordviks I'm trying to change the hostname which I used to call the same as my domain name. I want to do this so I can import my SSL certificate. |
OK, let's see if I understand you correctly.
You have a server whose FQDN (hostname) is mail.domain.com and when you installed Zimbra it named the domain as mail.domain.com - OK so far? What you're now trying to do is change the domain that was created at install from mail.domain.com to domain.com - still OK? If that's what you're trying to do then the correct command is to use zmprov to rename the domain.
Code:
zmprov -l rd domain.com newdomain.com
If I've misunderstood then feel free to tell me where I've gone wrong.