You are on page 1of 7

Install Open Source Zimbra Mail

Server (ZCS 8.8.10) on CentOS 7

Prerequisites of Zimbra Mail Server (ZCS)


 Minimal CentOS 7
 8 GB RAM
 At least 5 GB Free Space on /opt
 FQDN (Fully Qualified Domain Name), in my case it is “mail.linuxtechi.com”
 A & MX record for your Server

System Configuration
 Hostname (/etc/hostname)
 Mapping IP and Hostname (/etc/hosts)

Download Zimbra and Extract


 https://zimbra.org/download/zimbra-collaboration
 Extract (/opt/zimbra)

Install Zimbra dependencies using yum


[root@mail ~]# yum install unzip net-tools sysstat openssh-clients perl-core
libaio nmap-ncat libstdc++.so.6 wget -y

Zimbra Installation
cd /opt/zimbra
./install.sh
Checking Firewall
 Firewalld
 Selinux

Stop and Disable postfix Service


Systemctl stop postfix
Systemctl disable postfix

Checking Zimbra Service

Service zimbra status


Microsoft DNS Configuration

Reference
https://www.youtube.com/watch?
v=AgwtOHyHE8I&list=PLYf4Vz9V1ESqWvwT38__8MAfC0kI7blwy

You might also like