Zimbra Multi Server Docs of Presto
Table of Contents 1Oder of Installation: 1 2Installtion: 1 2.1On every node: 1 2.2Installation of Zimbra LDAP+Mailbox1Master N1 Server: 2 2.3Installation of Zimbra LDAP+Mailbox2 Master N2 Server: 7 2.4Installation of Zimbra-MTA+Proxy N1 Server: 1
1. Order of Installation: Zimbra LDAP Server Zimbra Mailbox Server Zimbra MTA Server Zimbra Proxy Server
Installtion:
On every node: Disable selinux and firewalld Selinux: vi /etc/sysconfig/selinux SELINUX=disabled Firewalld: ~]# systemctl disable firewalld ~]# systemctl stop firewalld ~]# systemctl mask firewalld ~]# yum install iptables-services ~]# systemctl start iptables ~]# systemctl enable iptables ~]# systemctl unmask iptables ~]# iptables -F ~]# service iptables save
Disable Postfix:
~]# systemctl stop postfix
~]# systemctl disable postfix
Install required packages:
~]# yum install nmap-ncat perl-core sudo libidn gmp libaio libstdc++ unzip sysstat sqlite
Install DNS package (Bind):
~]# yum install bind bind-utils net-tools
~]# systemctl enable named
Installation of Zimbra LDAP+Mailbox Master1 Server:
Step 1: DNS configuration:
Step 2: Login as a root on ZIMBRA-LDAP.
Step 3: Set system hostname and fully qualified domain name in host file.
~]# hostnamectl set-hostname ldap-master-n1.uidai.net.in
~]# vi /etc/hosts
192.168.1.157 lmailbox1.punjab.gov.in lmailbox1
Step 4: Place the ZCS source file in /root directory.
Step 5: Extract " zcs-NETWORK-8.7.1_GA_1153.RHEL7_64.20141215151204.tgz " in same directory.
~]# tar -xvzf zcs-NETWORK-8.7.1_GA_1153.RHEL7_64.20141215151204.tgz
Step 6: Change directory to zcs-NETWORK-8.7.1_GA_1153.RHEL7_64.20141215151204
~]# cd zcs-NETWORK-8.7.1_GA_1153.RHEL7_64.20141215151204/
Step 7: Start ZCS Installtion:
~]# ./install.sh
Press "Y" to accept terms of software license agreement.
Do you agree with the terms of the software license agreement? [N] y
Select "Y" for following packages that we need to install only and for rest options type "N"
Select the packages to install
Install zimbra-ldap [Y] y Install zimbra-logger [Y] n Install zimbra-mta [Y] n Install zimbra-dnscache [N] n Install zimbra-snmp [Y] y Install zimbra-store [Y] n Install zimbra-apache [Y] n Install zimbra-spell [Y] n Install zimbra-convertd [N] n Install zimbra-memcached [Y] n Install zimbra-proxy [Y] n
Checking required space for zimbra-core Installing:
zimbra-core zimbra-ldap zimbra-snmp
The system will be modified. Continue? [N] y
Step 8: Change domain name: Change domain name? [Yes] yes Create domain: [lmailbox1.punjab.gov.in] punjab.gov.in Step 9: Menu Configurations of LDAP server After selecting the specified packages, configure the main menu by choose the appropriate options.
Ldap+Mailbox Master1 server configuration complete.
2.3 Installation of Zimbra LDAP+Mailbox Master2 Server:
Step 1: DNS configuration:
Step 2: Login as a root on ZIMBRA-LDAP+Mailbox Master2 N3.
Step 3: Set system hostname and fully qualified domain name in host file.
~]# hostnamectl set-hostname lmailbox3.punjab.gov.in
~]# vi /etc/hosts
192.168.1.159 lmailbox3.punjab.gov.in ldap+mailbox master2
Step 4: Place the ZCS source file in /root directory.
Step 5: Extract " zcs-NETWORK-8.7.1_GA_1153.RHEL7_64.20141215151204.tgz " in same directory.
~]# tar -xvzf zcs-NETWORK-8.7.1_GA_1153.RHEL7_64.20141215151204.tgz
Step 6: Change directory to zcs-NETWORK-8.7.1_GA_1153.RHEL7_64.20141215151204
~]# cd zcs-NETWORK-8.7.1_GA_1153.RHEL7_64.20141215151204/
Step 7: Start ZCS Installtion:
~]# ./install.sh
Press "Y" to accept terms of software license agreement. Do you agree with the terms of the software license agreement? [N] y Select "Y" for following packages that we need to install only and for rest options type "N"
Select the packages to install
Install zimbra-ldap [Y] y Install zimbra-logger [Y] n Install zimbra-mta [Y] n Install zimbra-dnscache [N] n Install zimbra-snmp [Y] y Install zimbra-store [Y] y Install zimbra-apache [Y] y Install zimbra-spell [Y] y Install zimbra-convertd [N] y Install zimbra-memcached [Y] n Install zimbra-proxy [Y] n
Checking required space for zimbra-core Installing:
zimbra-core zimbra-ldap zimbra-snmp
The system will be modified. Continue? [N] y
Ldap+Mailbox Master2 server configuration complete.
3. Installation of Zimbra-MTA+Proxy Server: Step 1: DNS configuration: Step 2: Login as a root on Zimbra-MTA Proxy server: Step 3: Set system hostname and fully qualified domain name in host file. ~]# hostnamectl set-hostname mta-proxy.punjab.gov.in ~]# vi /etc/hosts 192.168.0.151 mta-proxy.punjab.gov.in mta-proxy Step 4: Place the ZCS source file in /root directory. Step 5: Extract " zcs-NETWORK-8.7.1_GA_1153.RHEL7_64.20141215151204.tgz " in same directory. ~]# tar -xvzf zcs-NETWORK-8.7.1_GA_1153.RHEL7_64.20141215151204.tgz Step 6: Change directory to zcs-NETWORK-8.7.1_GA_1153.RHEL7_64.20141215151204 ~]# cd zcs-NETWORK-8.7.1_GA_1153.RHEL7_64.20141215151204/ Step 7: Start ZCS Installtion: ~]# ./install.sh
Press "Y" to accept terms of software license agreement. Do you agree with the terms of the software license agreement? [N] y Select "Y" for following packages that we need to install only and for rest options type "N"
Select the packages to install
Install zimbra-ldap [Y] n Install zimbra-logger [Y] n Install zimbra-mta [Y] y Install zimbra-dnscache [Y] n Install zimbra-snmp [Y] y Install zimbra-store [Y] n Install zimbra-apache [Y] n Install zimbra-spell [Y] n Install zimbra-convertd [N] n Install zimbra-memcached [Y] n Install zimbra-proxy [Y] y
Checking required space for zimbra-core Installing: zimbra-core
zimbra-mta zimbra-snmp
The system will be modified. Continue? [N] y
MTA+PROXY SERVER CONFIGURATION COMPLETE.
