This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
internet:mail:zimbra:zimbra9 [2022/08/04 13:49] gcooper |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Zimbra 9 OSE ====== | ||
- | See also **[[networking: | ||
- | |||
- | See also **[[internet: | ||
- | |||
- | See also **[[internet: | ||
- | |||
- | See also **[[https:// | ||
- | |||
- | See also **[[internet: | ||
- | |||
- | ===== Prerequisites ===== | ||
- | |||
- | - Install Ubuntu 20.04 Server | ||
- | - 16GB RAM | ||
- | - 50GB+ System Disk (/) | ||
- | - 30GB Temp Disk (/tmp) | ||
- | - Can be omitted with a much larger System Disk | ||
- | - 500GB Store Disk (/ | ||
- | - Sized to your needs | ||
- | - Update the OS and install some packages | ||
- | - Configure static public IP address | ||
- | - Configure external (and internal if split) DNS | ||
- | - You can leave the MX record until later but the install is ' | ||
- | - Configure ''/ | ||
- | - Comment or remove the '' | ||
- | - Add a ''< | ||
- | - Set timezone | ||
- | - Disable '' | ||
- | - remove the leftover symlink | ||
- | - Configure new ''/ | ||
- | - Remove snap | ||
- | - Install hypervisor tools | ||
- | - Update the system | ||
- | - Reboot | ||
- | |||
- | < | ||
- | apt install openssh-server net-tools wget perl dnsutils | ||
- | |||
- | timedatectl set-timezone America/ | ||
- | |||
- | systemctl disable systemd-resolved.service && systemctl stop systemd-resolved.service | ||
- | rm -rf / | ||
- | sed -i ' | ||
- | |||
- | cat << EOF > / | ||
- | 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 / | ||
- | umount /var/snap | ||
- | apt purge snapd | ||
- | rm -rf ~/snap /snap /var/snap / | ||
- | </ | ||
- | |||
- | ===== Install Zimbra 9 OSE ===== | ||
- | |||
- | **Zextras OSE**: https:// | ||
- | |||
- | **First Steps**: https:// | ||
- | |||
- | **Requirements**: | ||
- | |||
- | < | ||
- | wget download.zextras.com/ | ||
- | |||
- | tar -xzvf zcs-9.0* && cd zcs-9.0* | ||
- | |||
- | ./ | ||
- | </ | ||
- | |||
- | :!: Hit < | ||
- | |||
- | :!: **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. | ||
- | |||
- | {{ : | ||
- | |||
- | ===== Services ===== | ||
- | |||
- | < | ||
- | systemctl status zimbra.service | ||
- | </ | ||
- | |||
- | < | ||
- | su - zimbra | ||
- | zmcontrol status | ||
- | zmcontrol stop | ||
- | zmcontrol start | ||
- | </ | ||
- | |||
- | ===== SSL Certificate ===== | ||
- | |||
- | See also **[[internet: | ||
- | |||
- | ===== Firewall ===== | ||
- | |||
- | See also **[[networking: | ||
- | |||
- | ==== LFD ==== | ||
- | |||
- | **Postfix**: | ||
- | |||
- | **Zimbra**: **[[networking: | ||
- | |||
- | ===== Logging ===== | ||
- | |||
- | See also **[[networking: | ||
- | |||
- | ===== Zextras ===== | ||
- | |||
- | See also **[[internet: |