Before install Zimbra in CentOS 6, i should configure some preparation firstly such as configure network, /etc/hosts, local dns for split dns, timezone and some dependencies required by Zimbra. If just once install, i can configure all preparation manually as described in the following article : http://goo.gl/cE3AWZ. However, sometimes i should install Zimbra in my clients who request use CentOS, mainly Centos 6 (by default i am always use SLES as my Linux OS for Zimbra 😀 )
Because the above reasons, i try to configure all the preparations automatically. All preparations will be configured automatically by bash script. You can download the script at this link : prepare-zimbra-centos6 or you can download via wget
wget -c https://imanudin.net/wp-content/uploads/2015/08/prepare-zimbra-centos6.sh chmod +x prepare-zimbra-centos6.sh sh prepare-zimbra-centos6.sh
You only need to answer every question was given. After all has been configured, you can begin to install Zimbra by following this article : https://imanudin.net/2015/03/14/how-to-install-zimbra-8-6-on-centos-6-part-2/
Good luck and hopefully useful 😀
Thanks iman. I learned many things usefully about zimbra in here.