Installing Zimbra 8.0.4 on CentOS 6.4 X64 – RHEL 6.4

Installing Zimbra 8.0.4 on CentOS 6.4 X64 – RHEL 6.4

Video Tutorials, Zimbra
Zimbra Collaboration Suite (ZCS) is a groupware product created by Zimbra. It is widely used in the world. Users can share folders, contacts, schedules and other things, using a very rich web interface. In this tutorial, I will explain installing Zimbra Collaboration Server 8.0.4 - Open Source Edition on CentOS 6.4 X64 or RHEL 6.4 Installation Steps 1. yum update - Update your system 2. Install prerequisites yum install sudo sysstat libidn gmp libtool-ltdl compat-glib vixie-cron nc perl libstdc++.i686 3. Modify /etc/hosts file and Also, be sure to setup a DNS MX record in your zone file 127.0.0.1 localhost localhost.localdomain #::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 192.168.0.20 centos01.linuxlab.local centos01 4. Disable start-up services 4a. chkconfig postfix off 4b. service postfix stop 4c. chkconfig sendmail off 4d. service sendmail stop 5. /etc/sudoers…
Read More