Skip to content

Instantly share code, notes, and snippets.

@hvanderlaan
Last active August 29, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hvanderlaan/cb33988ddf1957ac0ccc to your computer and use it in GitHub Desktop.
Save hvanderlaan/cb33988ddf1957ac0ccc to your computer and use it in GitHub Desktop.
LX branded Ubuntu Zimbra 8.6.0GA install

Requirements

- ubuntu 14.04 LX branded zone
- 4GB Memory

Installing Zimbra 8.6.0GA on a LX branded Ubuntu zone

zlogin <zone id>
cd /var/tmp
wget https://files.zimbra.com/downloads/8.6.0_GA/zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116.tgz
tar zxvf zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116.tgz
cd zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116

Edit /etc/hosts for ldap 28160 error

127.0.0.1 localhost
<zone ip> <fqdn> <short dns>
# Example
# 192.168.0.10    mail.example.com mail
# ::1             localhost ip6-localhost ip6-loopback
# ff02::1         ip6-allnodes
# ff02::2         ip6-allrouters

Edit /etc/hostname for ldap 28160 error

mail

The installer does not handle this change therefor we need to restart the server

reboot

Start installing Zimbra 8.6.0GA

apt-get install libgmp10 libperl5.18 libaio1 unzip pax sysstat sqlite3

Running the zimbra installer

./install.sh
Select the packages to install

Install zimbra-ldap [Y] Y 
Install zimbra-logger [Y] Y
Install zimbra-mta [Y] Y
Install zimbra-dnscache [Y] Y
Install zimbra-snmp [Y] Y
Install zimbra-store [Y] Y
Install zimbra-apache [Y] Y
Install zimbra-spell [Y] Y
Install zimbra-memcached [Y] Y
Install zimbra-proxy [Y] N

Running test

uname -a
Linux mail 3.13.0 BrandZ virtual linux x86_64 x86_64 x86_64 GNU/Linux

su - zimbra
zmcontrol status
Host mail.example.com
    amavis                  Stopped
            amavisd is not running.
    antispam                Stopped
            zmamavisdctl is not running
    antivirus               Stopped
            zmamavisdctl is not running
            zmclamdctl is not running
    dnscache                Running
    ldap                    Running
    logger                  Running
    mailbox                 Running
    memcached               Running
    mta                     Running
    opendkim                Running
    proxy                   Running
    service webapp          Running
    snmp                    Running
    spell                   Running
    stats                   Stopped
    zimbra webapp           Running
    zimbraAdmin webapp      Running
    zimlet webapp           Running
    zmconfigd               Stopped
            zmconfigd is not running.

Issues who needs investigation (non blocking).

- zmconfigd will not start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment