Linux

Kill zmlogger in Zimbra 5.0.x

The zmlogger prosess does never stop even though I run the zmcontrol stop command as zimbra user on my Zimbra 5.0.x installation. A temporary solution to stop the zmlogger process is to do the following in a console # su -zimbra # zmcontrol stop # exit # kill -9 `ps -u zimbra -o “pid=”`

Read More
Linux

Installing Zimbra on Debian 4.0 (Etch)

This post describes most of the steps I did to make a clean install of the open source edition of Zimbra on a little Debian test server including importing e-mail from a Dovecot IMAP-server. Downloaded the Debian 4 installer from the Open Source Edition Downloads page. Unpacked it and started the installer as root tar […]

Read More