This is an old revision of the document!
See also Static IP Address
apt install openssh-server net-tools wget perl
/etc/hosts
file127.0.1.1 <shortname>
reference<ipaddr> <fqdn> <shortname>
referencetimedatectl set-timezone America/Phoenix
systemd-resolved
service and remove symlink systemctl disable systemd-resolved.service && systemctl stop systemd-resolved.service rm -rf /etc/resolv.conf sed -i 's/#DNSStubListener=yes/DNSStubListener=no/g' /etc/systemd/resolved.conf
/etc/resolv.conf
something like:domain yourdomain.tld search yourdomain.tld nameserver 8.8.8.8 nameserver 1.1.1.1
https://www.zextras.com/download-customer-zimbra-9/
https://www.zextras.com/first-time-installation/
wget download.zextras.com/zcs-9.0.0_OSE_UBUNTU20_latest-zextras.tgz tar -xzvf zcs-9.0* && cd zcs-9.0* ./install.sh
Hit <enter> to select the defaults for all items, then create the admin password.
Adjust the domain name to your actual desired e-mail domain name (instead of the hostname).
You can ignore the MX record error, until you actually want mail to flow properly.
systemctl status zimbra.service
su - zimbra zmcontrol status zmcontrol stop zmcontrol start
See also Zimbra with Zextras Add-On