Welcome, if you would like to post a comment please register.
We also encourage you to explore all things Zimbra with our team and members of the community.
Cannot receive mail and Csfe service error after changing server name
I am running Zimbra3.1 on Fedora 4.
After changing the server name, my zimbra isn't receiving mails anymore and
when I log onto the admin console, I get this error:
Message: Csfe service error
Error code: service.FAILURE
Method: ZmCsfeCommand.invoke
Details:system failure: could not find zimbraLogHostname server: null
This is how I changed the server name
in /etc/hosts
on command prompt : hostname fx030.abc.com <fictitious name)
in /etc/sysconfig/network
HOSTNAME="fx030.abc.com"
su -u zimbra
postconf -e myhostname=fx030.abc.com
zmcontrol stop
cd /opt/zimbra
./libexec/zmsetservername fx030.abc.com
zmcontrol start
postfix reload