Linux serverNETWORK ADMINISTRATIONS

How to install Zimbra 8.8 Email Server on Centos 7 Part02

#zimbraemailserver #zimbra #emailserver

In this video i will show you how to install the Zimbra 8.8 free open source email server on Centos 7.

Step:01
First we need to stop the Firewalld, selinux and Postfix. By Default postfix server is enable.
#service firewalld stop
#chkconfig firewalld off
#vim /etc/selinux/config
Step enforcing
#setenforce 0
Step:02
# systemctl stop postfix
# systemctl disable postfix
# yum remove -y postfix

Step:03
Go to the host file and add the following line
Vim /etc/hosts
71.78.236.19 webmail.theitguruonline.com

Step:04
yum -y install unzip net-tools sysstat openssh-clients perl-core libaio nmap-ncat libstdc++.so.6
yum install perl*

Step:05
Latest Zimbra Download Link:
wget https://files.zimbra.com/downloads/8.8.15_GA/zcs-8.8.15_GA_3869.RHEL7_64.20190918004220.tgz
Step:06
tar xfz zcs-8.6.0_GA_1153.RHEL7_64.20141215151110.tgz
# cd zcs-8.6.0_GA_1153.RHEL7_64.20141215151110
# ls

Step:07
# ./install.sh
OR
# ./install.sh –platform-override [On different platforms other than RHEL]

Endour Login screen error:

mv /opt/zimbra/lib/ext/openchat/zal.jar /tmp

cp -rp /opt/zimbra/lib/ext/zimbradrive/zal.jar /opt/zimbra/lib/ext

/openchat/zal.jar

su – zimbra

zmmailboxdctl restart

source

centos 7

Leave a Reply

Your email address will not be published. Required fields are marked *