This is an old revision of the document!
See also Static IP Address
See also Turn Off Snap
See also Using LetsEncrypt SSL Certificates with Zimbra
See also Zimbra with Zextras Add-On
See also Zimbra Migration
/etc/hosts
file127.0.1.1 <shortname>
reference<ipaddr> <fqdn> <shortname>
referencesystemd-resolved
service/etc/resolv.conf
apt install openssh-server net-tools wget perl dnsutils timedatectl set-timezone America/Phoenix 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 cat << EOF > /etc/resolv.conf domain yourdomain.tld search yourdomain.tld nameserver 8.8.8.8 nameserver 1.1.1.1 EOF snap list snap remove snap-store lxd core18 core20 snap remove snapd umount /snap/core/* umount /var/snap apt purge snapd rm -rf ~/snap /snap /var/snap /var/lib/snapd
Zextras OSE: https://www.zextras.com/zextras-build-based-on-zimbra-official-repository
First Steps: https://www.zextras.com/thankyou-zextras-build-zimbra/
Requirements: https://www.zimbra.com/documentation/
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