To install Zimbra, Download latest version form
https://www.zimbra.org/download/zimbra-collaboration
At the time of this post, latest version is 8.8.8 GA Release.
System Requirments
Zimbra recommends 8 GB of RAM. For detailed system requirements, see Zimbra System Requirements
I have installed on servers with 4 GB RAM with out any problem. If you are installing on server with 4 GB RAM, make sure you add swap in cause you run out of RAM.
1 2 3 4 5 |
dd if=/dev/zero of=/swapfile bs=1M count=4096 mkswap /swapfile chmod 0600 /swapfile swapon /swapfile echo "/swapfile swap swap defaults 0 0" >> /etc/fstab |
Set Hostname
Zimbra need you set set proper hostname for your server. First add an A record for your host name and point it to your server IP.
Now edit /etc/hosts and add an entry like
1 |
IP_ADDR mail.yourdomain.com mail |
Where mail.yourdomain.com is your FQDN.
Set MX Record
During installation Zimbra check for MX record, so make sure you set MX record for your domain, point it to the server where you install Zimbra.
Install Zimbra
To install Zimbra, run
1 2 3 4 5 |
cd /usr/local/src wget https://files.zimbra.com/downloads/8.8.8_GA/zcs-8.8.8_GA_2009.UBUNTU16_64.20180322150747.tgz tar xvf zcs-8.8.8_GA_2009.UBUNTU16_64.20180322150747.tgz cd zcs-8.8.8_GA_2009.UBUNTU16_64.20180322150747 ./install.sh |
It will ask some questions. Most questions, you can just press enter as that is default option (Y).
Once install is done, you will be asked to set admin password.
After install is done, you will be able to login to Zimbra Admin area at
1 |
https://mail.yourdomain.com:7071/zimbraAdmin/ |
Web mail available at
1 |
https://mail.yourdomain.com |