Reaching out to others! Free & Open Source Software, Kannada, L10n, L18n Data Science, Cloud Computing & more…

Changing the Zimbra server’s hostname

QuickFix | 0 comments

If you’re changing your system and trying to reconfigure your zimbra, you might have to use the following commands:

su – zimbra
/opt/zimbra/libexec/zmsetservername -n

The above commands come very handy when you might have mistakenly typed a wrong hostname and configured zimbra to continue using it.

Before making changes to the zimbra server name, ensure the hostname and the DNS is configured fine.

For more info refer to: https://wiki.zimbra.com/index.php?title=Zmsetservername

Related Articles

Related

Fix: expr: syntax error while running rkhunter

If you're trying to run rkhunter check on your server and finding expr: syntax error for all binaries, it might be due to outdated file properties database. Run the following command to fix it: rkhunter --propupd --update After updating the file properties database,...

read more