Difference between revisions of "Zimbra Setups"

From Rhomicom Wiki
Jump to navigation Jump to search
Line 10: Line 10:
 
dig -t MX rhomicom.com
 
dig -t MX rhomicom.com
 
wget https://files.zimbra.com/downloads/8.8.10_GA/zcs-8.8.10_GA_3039.RHEL7_64.20180928094617.tgz --no-check-certificate
 
wget https://files.zimbra.com/downloads/8.8.10_GA/zcs-8.8.10_GA_3039.RHEL7_64.20180928094617.tgz --no-check-certificate
 +
tar zxpvf zcs-8.8.10_GA_3039.RHEL7_64.20180928094617.tgz
 +
cd zcs-8.8.10_GA_3039.RHEL7_64.20180928094617
 +
./install.sh
 +
</syntaxhighlight>
  
</syntaxhighlight>
+
==Uninstall==
 +
  cd /root/zimbra/zcs-8.8.10_GA_3039.RHEL7_64.20180928094617
 +
  zcs-8.8.10_GA_3039.RHEL7_64.20180928094617]# ./install.sh -u

Revision as of 18:30, 23 August 2021

 yum update -y ; reboot
 yum -y install which openssh openssh-server openssh-clients openssl-libs nano rsync unzip net-tools NetworkManager-tui sysstat perl-core libaio nmap-ncat libstdc++.so.6 wget tar bind-utils -y 
 hostnamectl set-hostname "mail.rhomicom.com"
 exec bash
 nano /etc/hosts
# 192.168.0.108 mail.rhomicom.com mail

dig -t A mail.rhomicom.com
dig -t MX rhomicom.com
wget https://files.zimbra.com/downloads/8.8.10_GA/zcs-8.8.10_GA_3039.RHEL7_64.20180928094617.tgz --no-check-certificate
tar zxpvf zcs-8.8.10_GA_3039.RHEL7_64.20180928094617.tgz
cd zcs-8.8.10_GA_3039.RHEL7_64.20180928094617
./install.sh

Uninstall

 cd /root/zimbra/zcs-8.8.10_GA_3039.RHEL7_64.20180928094617
 zcs-8.8.10_GA_3039.RHEL7_64.20180928094617]# ./install.sh -u