| Zimbra installation guide for FC11 x64 |
|
|
|
| Friday, 20 August 2010 10:02 | |||
|
How to install Zimbra 6.0.7 on Fedora Core 11 x64 in an Virtual Machine on ESX4.1? Pre Zimbra installation configurationInstall Fedora Core 11 with minimal requirements on a 20GB VMDK. Make sure you got enough space for future upgrades on the volume.
setenforce 0 setup your network (including /etc/hosts and /etc/resolve)
service network status
yum install -y kernel kernel-headers kernel-devel make gcc openssh-clients openssh-utils bind-utils
vi /etc/sysconfig/selinux
You can see Exim (MTA) is running on port 25, stop it and prevent it from starting again
Make sure DNS is working properly. Check your dig, dig -x and dig mx commands and solve issues. Install vmtools. That's why we installed the kernel related rpm's and make and gcc. Post Zimbra installation configurationGot an error in the backend admin website while viewing mailqueues or server stats: Error code: service.FAILURE Details:soap:Receiver
Checked if it logging in via ssh was possible without getting a password question
To many mesages are logged in var/log/messages, seems to be a bug and solved in next releases. Workaround: CPU spikes every minute: follow this guide.
|