Akhirnya nemu juga langkah-demi langkah instalasi server zimbra yang berhasil , awalnya sih dari video youtube cara instalnya, Cara Install Server Zimbra di Centos 6 Inilah Ramuanya pelan pelan tapi pasti....jangan lupa setting perlengkapanya Cara Ganti IP di Linux Server Centos 6 Sebelum Intall Server Zimbra dulu biar lancar instalasinya.
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 – Comment “Defaults requiretty” out
# Defaults requiretty
6. Disable firewall or Allow zimbra ports
6a. chkconfig iptables off && service iptables stop && chkconfig ip6tables off && service ip6tables stop
or
6b. Configure Iptables Firewall
# enable zimbra ports
$iptables -A INPUT -m state –state NEW -m tcp -p tcp –dport 25 -j ACCEPT
$iptables -A INPUT -m state –state NEW -m tcp -p tcp –dport 80 -j ACCEPT
$iptables -A INPUT -m state –state NEW -m tcp -p tcp –dport 110 -j ACCEPT
$iptables -A INPUT -m state –state NEW -m tcp -p tcp –dport 143 -j ACCEPT
$iptables -A INPUT -m state –state NEW -m tcp -p tcp –dport 389 -j ACCEPT # -s 10.10.3.0/24
$iptables -A INPUT -m state –state NEW -m tcp -p tcp –dport 443 -j ACCEPT
$iptables -A INPUT -m state –state NEW -m tcp -p tcp –dport 465 -j ACCEPT
$iptables -A INPUT -m state –state NEW -m tcp -p tcp –dport 993 -j ACCEPT
$iptables -A INPUT -m state –state NEW -m tcp -p tcp –dport 995 -j ACCEPT
$iptables -A INPUT -m state –state NEW -m tcp -p tcp –dport 7071 -j ACCEPT # -s 10.10.3.0/24
7. /etc/selinux/config – Disable SeLinux
SELINUX=disabled
Note: Reboot is required
8. Extract installation package to /tmp
tar xvf zcs-8.x.y.z.tgz
9. ./install.sh – To Install ZCS
9a. Change domain name
9b. Change admin password – Type "3" and then "4"
10. Open your web browser and go to https://ZCS_IP_Address
11. To Check zimbra status
su – zimbra
zmcontrol status
12. To stop and start zimbra
su – zimbra
zmcontrol stop
zmcontrol start
yang mau Cara Ganti IP di Linux Server Centos 6 Sebelum Intall Server Zimbra
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 – Comment “Defaults requiretty” out
# Defaults requiretty
6. Disable firewall or Allow zimbra ports
6a. chkconfig iptables off && service iptables stop && chkconfig ip6tables off && service ip6tables stop
or
6b. Configure Iptables Firewall
# enable zimbra ports
$iptables -A INPUT -m state –state NEW -m tcp -p tcp –dport 25 -j ACCEPT
$iptables -A INPUT -m state –state NEW -m tcp -p tcp –dport 80 -j ACCEPT
$iptables -A INPUT -m state –state NEW -m tcp -p tcp –dport 110 -j ACCEPT
$iptables -A INPUT -m state –state NEW -m tcp -p tcp –dport 143 -j ACCEPT
$iptables -A INPUT -m state –state NEW -m tcp -p tcp –dport 389 -j ACCEPT # -s 10.10.3.0/24
$iptables -A INPUT -m state –state NEW -m tcp -p tcp –dport 443 -j ACCEPT
$iptables -A INPUT -m state –state NEW -m tcp -p tcp –dport 465 -j ACCEPT
$iptables -A INPUT -m state –state NEW -m tcp -p tcp –dport 993 -j ACCEPT
$iptables -A INPUT -m state –state NEW -m tcp -p tcp –dport 995 -j ACCEPT
$iptables -A INPUT -m state –state NEW -m tcp -p tcp –dport 7071 -j ACCEPT # -s 10.10.3.0/24
7. /etc/selinux/config – Disable SeLinux
SELINUX=disabled
Note: Reboot is required
8. Extract installation package to /tmp
tar xvf zcs-8.x.y.z.tgz
9. ./install.sh – To Install ZCS
9a. Change domain name
9b. Change admin password – Type "3" and then "4"
10. Open your web browser and go to https://ZCS_IP_Address
11. To Check zimbra status
su – zimbra
zmcontrol status
12. To stop and start zimbra
su – zimbra
zmcontrol stop
zmcontrol start
yang mau Cara Ganti IP di Linux Server Centos 6 Sebelum Intall Server Zimbra