Linux serverNETWORK ADMINISTRATIONS

Zimbra #02 Setup and Installation on CentOS Server

Setup and Installation on CentOS Server
# Install Zimbra Collaboration – Open Source Edition

# First install latest CentOS
yum update

# change working directory
cd /opt

# Download Zimbra
wget https://files.zimbra.com/downloads/8.8.12_GA/zcs-8.8.12_GA_3794.RHEL7_64.20190329045002.tgz

# Extract Zimbra
tar zxvf zcs-8.8.12_GA_3794.RHEL7_64.20190329045002.tgz

# Rename Extracted Folder
mv zcs-8.8.12_GA_3794.RHEL7_64.20190329045002 zimbra

#Setup Firewall
firewall-cmd –permanent –zone=public –add-service=https
firewall-cmd –permanent –zone=public –add-port=7071/tcp
firewall-cmd –reload

Thanks for watching.
Do not forget to leave a comment below.
your feedback is very important for me.
Please like and share share this video with your friends to spread the knowledge with others.

Subscribe VFX Pipeline on YouTube
https://www.youtube.com/vfxpipeline

Like VFX Pipeline on Facebook
https://www.facebook.com/vfxpipeline

Download Free Source Codes from GitHub
https://www.github.com/vfxpipeline

source

centos 8

Leave a Reply

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