Difference between revisions of "Zimbra Setups"

From Rhomicom Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
<syntaxhighlight lang="shell" line="1">
 
<syntaxhighlight lang="shell" line="1">
yum update -y ; reboot
+
yum update -y ; reboot
hostnamectl set-hostname "mail.linuxtechi.com"
+
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
exec bash
+
 
nano /etc/hosts
+
hostnamectl set-hostname "mail.rhomicom.com"
# 192.168.0.108 mail.linuxtechi.com mail
+
exec bash
 +
nano /etc/hosts
 +
# 192.168.0.108 mail.rhomicom.com mail
 +
 
 +
 
 
</syntaxhighlight>
 
</syntaxhighlight>

Revision as of 18:20, 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 

 hostnamectl set-hostname "mail.rhomicom.com"
 exec bash
 nano /etc/hosts
# 192.168.0.108 mail.rhomicom.com mail