Sunday, February 12, 2012

Installation guide: VMware Zimbra (Open Source Edition) on CentOS 6 (720p)



http://www.rosendaal.net/blog/tutorial-installing-vmware-zimbra-8-0-on-centos-6/

In this video I will show you how to install Zimbra, the open source e-mail solution of VMware.

Step by step guide:

1. Install CentOS 6.2 minimal
2. Stop Postfix by running 'service postfix stop' and disable it at boot time 'chkconfig postfix off'
3. Install a few required packages 'yum install nc perl sysstat libstdc++.i686 wget nano'
4. Use any text editor to comment 'Defaults requiretty' out in sudoers. You can find the file in /etc/sudoers or by typing visudo.
5. Download the lastest version at zimbra.com
6. Extract using 'tar xvf zcs.x.x.x'
7. Install by using './install.sh --platform-override'.
8. Follow the steps in the setup guide.

Don´t forget to edit the firewall rules!!

source