Skip to content

Instantly share code, notes, and snippets.

@richardsonlima
Last active September 18, 2017 10:31
Show Gist options
  • Save richardsonlima/d36f1d51466af4b690b49a561db298e5 to your computer and use it in GitHub Desktop.
Save richardsonlima/d36f1d51466af4b690b49a561db298e5 to your computer and use it in GitHub Desktop.
* ZCS install on Ubuntu 14.04
- Deps[ It should to be into the box before the software instalation process ]
See the packages below
libgmp10
libperl5.18
unzip
pax
sysstat
sqlite3
dnsmasq
wget
libaio1
Install: apt-get install libgmp10 libperl5.18 unzip pax sysstat sqlite3 dnsmasq wget libaio1
*** doesn`t need zimbra-dnscache, because in this machine we use dnsmasq.
- DNSMasq []
/etc/dnsmasq.conf
server=8.8.8.8
listen-address=127.0.0.1
domain=richops.com.br
mx-host=richops.com.br,mail.richops.com.br,0
address=/mail.richops.com.br/192.168.0.104
- Select the packages to install
Install zimbra-ldap [Y]
Install zimbra-logger [Y]
Install zimbra-mta [Y]
Install zimbra-dnscache [Y] n
Install zimbra-snmp [Y]
Install zimbra-store [Y]
Install zimbra-apache [Y]
Install zimbra-spell [Y]
Install zimbra-memcached [Y]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment