User Tools

Site Tools


internet:mail:zimbra:zimbra9

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
internet:mail:zimbra:zimbra9 [2022/08/03 12:22]
gcooper
— (current)
Line 1: Line 1:
-====== Zimbra 9 OSE ====== 
  
-See also **[[networking:linux:static_ip_addr|Static IP Address]]** 
- 
-===== Prerequisites ===== 
- 
-  - Install Ubuntu 20.04 Server 
-    - 16GB RAM 
-    - 50GB+ System Disk (/) 
-    - 30GB Temp Disk (/tmp) 
-    - 500GB Store Disk (/opt/zimbra/store) 
-  - Update the OS and install some packages 
-    - ''apt install openssh-server net-tools wget perl''  
-  - Configure static public IP address 
-  - Configure external (and internal if split) DNS 
-    - You can leave the MX record until later but the install is 'cleaner' if you do it now 
-  - Configure ''/etc/hosts'' file 
-  - Set timezone <file>timedatectl set-timezone America/Phoenix</file> 
-  - Disable ''systemd-resolved'' service and remove symlink <file>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</file> 
-  - Configure new ''/etc/resolv.conf'' something like:<file> 
-domain yourdomain.tld 
-search yourdomain.tld 
-nameserver 8.8.8.8 
-nameserver 1.1.1.1</file> 
-  - Install hypervisor tools 
-  - Update the system 
-  - Reboot 
- 
-===== Install Zimbra 9 OSE ===== 
- 
-https://www.zextras.com/download-customer-zimbra-9/ 
- 
-https://www.zextras.com/first-time-installation/ 
- 
-<file> 
-wget download.zextras.com/zcs-9.0.0_OSE_UBUNTU20_latest-zextras.tgz 
- 
-tar -xzvf zcs-9.0* && cd zcs-9.0* 
- 
-./install.sh 
-</file> 
- 
-:!: 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. 
- 
-{{ :internet:mail:zimbra:zimbra_9_install.png?direct&750 |Zimbra 9 OSE Install Script}} 
- 
-===== Services ===== 
- 
-<file> 
-systemctl status zimbra.service 
-</file> 
- 
-<file> 
-su - zimbra 
-zmcontrol status 
-zmcontrol stop 
-zmcontrol start 
-</file> 
- 
-===== Firewall ===== 
- 
-See also **[[networking:firewall:csf|ConfigServer Security & Firewall (CSF)]]** 
- 
-==== LFD ==== 
- 
-**Postfix**: **[[networking:firewall:csf#ubuntu1|ConfigServer Security & Firewall (CSF)]]** 
- 
-**Zimbra**: **[[networking:firewall:csf#zimbra|ConfigServer Security & Firewall (CSF)]]** 
- 
-===== Logging ===== 
- 
-See also **[[networking:firewall:csf#logging|ConfigServer Security & Firewall (CSF)]]** 
- 
-===== SSL Certificate ===== 
- 
-See also **[[internet:security:ssl_cert_letsencrypt_zimbra|Using LetsEncrypt SSL Certificates with Zimbra]]** 
- 
-===== HTTP Redirection ===== 
- 
-See also **[[internet:mail:zimbra:zimbra_ssl#force_the_use_of_ssl|Zimbra SSL - Redirection and Certificates]]** 
- 
-===== Zextras ===== 
- 
-See also **[[internet:mail:zimbra:zimbra_zextras|Zimbra with Zextras Add-On]]** 
internet/mail/zimbra/zimbra9.1659550963.txt.gz · Last modified: 2022/08/03 12:22 by gcooper