0% found this document useful (0 votes)
11 views2 pages

Zimbra Server Setup and Configuration Guide

This document summarizes the configuration of a mail server named mail.izimbra.com. It installs packages, configures the firewall, DNS, and hosts file for the domain izimbra.com. It then downloads the Zimbra software, extracts it, and configures it with a license file before restarting the Zimbra services.

Uploaded by

An Thanh
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views2 pages

Zimbra Server Setup and Configuration Guide

This document summarizes the configuration of a mail server named mail.izimbra.com. It installs packages, configures the firewall, DNS, and hosts file for the domain izimbra.com. It then downloads the Zimbra software, extracts it, and configures it with a license file before restarting the Zimbra services.

Uploaded by

An Thanh
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

vi /etc/selinux/config

hostnamectl set-hostname [Link]

yum update -y
yum install -y epel-release wget perl perl-core bind-utils rsync chrony screen
date -R
systemctl stop firewalld
systemctl disable firewalld
systemctl start chronyd
systemctl enable chronyd
systemctl stop postfix
systemctl disable postfix

firewall-cmd --zone=public --add-service=pop3s --permanent


firewall-cmd --zone=public --add-service=pop3 --permanent
firewall-cmd --zone=public --add-service=imaps --permanent
firewall-cmd --zone=public --add-service=imap --permanent
firewall-cmd --zone=public --add-service=http --permanent
firewall-cmd --zone=public --add-service=https --permanent
firewall-cmd --zone=public --add-service=smtp --permanent
firewall-cmd --zone=public --add-service=smtps --permanent
firewall-cmd --zone=public --add-service=smtp-submission --permanent
firewall-cmd --zone=public --add-port=7071/tcp --permanent
firewall-cmd --zone=public --add-port=9071/tcp --permanent
firewall-cmd --zone=public --add-port=8443/tcp --permanent
firewall-cmd --reload

yum install -y dnsmasq


Elastic IP

systemctl disable systemd-resolved


systemctl stop systemd-resolved
rm /etc/[Link]

echo "nameserver [Link]" > /etc/[Link]


echo "nameserver [Link]" >> /etc/[Link]
echo "nameserver [Link]" > /etc/[Link]
echo "nameserver [Link]" >> /etc/[Link]

vi /etc/[Link]
67 server=[Link]
81 address=/[Link]/[Link]
114 listen-address=[Link]
148 domain=[Link]
595 mx-host=[Link], [Link], 0
systemctl enable dnsmasq
systemctl restart dnsmasq

echo "[Link] [Link]" >> /etc/hosts


echo "[Link] [Link]" >> /etc/hosts

dig A [Link]
dig mx [Link]

cd /opt

wget [Link]
9.0.0_GA_3924.RHEL7_64.[Link]
wget [Link]
9.0.0_GA_3954.RHEL8_64.[Link]
wget [Link]
8.8.15_GA_3869.RHEL7_64.[Link]
wget [Link]
8.8.15_GA_3953.RHEL8_64.[Link]

tar -xzvf
cd
vi [Link]
./[Link] -l [Link]
su zimbra
zmcontrol restart

You might also like