Saturday, May 9, 2020

How To install And Configure Zimbra Collaboration Suite on Ubuntu 18.04 LTS Desktop

Video Tutorial - https://youtu.be/TIat_TH55Y0

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Zimbra Collaboration, formerly known as the Zimbra Collaboration Suite before 2019, is a collaborative software suite that includes an email server and a web client. Zimbra was initially developed by LiquidSys, which changed their name to Zimbra, Inc. on 26 July 2005.
Offcial Website - https://www.zimbra.com/
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Testing Environment: - Ubuntu 18.04 LTS Desktop 64 Bit  ip Address - 192.168.1.40 | 8 GB RAM
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
lsb_release -d ; apt update ; apt install -y build-essential net-tools curl git software-properties-common
sudo gedit /etc/hostname &>/dev/null     -   nano /etc/hostname
mail.yourdomain.com                
sudo gedit /etc/hosts &>/dev/null     -    nano /etc/hosts
192.168.1.40    mail.yourdomain.com    mail

wget https://files.zimbra.com/downloads/8.8.15_GA/zcs-8.8.15_GA_3869.UBUNTU18_64.20190918004220.tgz
tar xvf zcs-8.8.15_GA_3869.UBUNTU18_64.20190918004220.tgz
cd zcs*/

systemctl disable systemd-resolved ; systemctl stop systemd-resolved
rm /etc/resolv.conf ; echo "nameserver 8.8.8.8" > /etc/resolv.conf
apt update ; apt-get install dnsmasq -y
sudo gedit /etc/dnsmasq.conf &>/dev/null
server=8.8.8.8
listen-address=127.0.0.1
domain=yourdomain.com                
mx-host=yourdomain.com ,mail.yourdomain.com,0 
address=/mail.yourdomain.com/192.168.1.40

systemctl restart dnsmasq ; systemctl status dnsmasq
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 9BE6ED79
apt update
./install.sh --platform-override

su - zimbra
zmcontrol restart

https://mail.yourdomain.com
https://mail.yourdomain.com:7071
User Name - admin  Password - 5t6oBHqv

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

1 comment:

  1. E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied)
    E: Unable to lock directory /var/lib/apt/lists/
    W: Problem unlinking the file /var/cache/apt/pkgcache.bin - RemoveCaches (13: Permission denied)
    W: Problem unlinking the file /var/cache/apt/srcpkgcache.bin - RemoveCaches (13: Permission denied)
    E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)
    E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?
    admin1@glen:~$

    ReplyDelete