User login
Navigation
Recent blog posts
- Ubuntu mirrors up and improved!
- Google-jstemplate: Iterate object with unknown properties
- nginx https proxypass for php apps
- sugarcrm & memcache: Doing it Wrong
- subversion and https in Ubuntu Karmic
- Drupal: Views block delta converted to md5 hash
- Ubuntu Server install requires PAE
- Installing Drupal from command line
- Drupal: Handling form field weight through CCK
- minify javascript using Google Closure Compiler
angch's location
angch twitter
- angch: Heading to Brunei. Business class for a change.
- angch: tc qdisc htb activated on the mirror, and mirror reactivated. Hope nothing melts now.
- angch: Hmmm, tbf doesn't work as advertised. htb does. #qos #linux
- angch: @yoonkit me thinks #lucid is a much better tag than #lynx
- angch: Great, you broke the dc's net and they disconnected us. Running to tpm from shah alam
Zimbra Install on Ubuntu Dapper

angch — Mon, 28/07/2008 - 20:08
Han's checklist for Zimbra 5.0 (ZCS) on Ubuntu Dapper from scratch.
Install OS. (dapper, 64bit, server edition)
Add universe and metaverse:
vim /etc/apt/sources.listapt-get upgradeHan's packages:
apt-get install jed jedstate screen rcconf mercurial openssh-serverFix timezone:
tzconfigZimbra packages:
apt-get install fetchmail libidn11 libgmp3c2 libpcre3 libexpat1 libstdc++5 libxml2 openssl libltdl3 libperl5.8 perlapt-get dist-upgradeMake it easier on maintainers:
apt-get install ubuntu-desktop/etc versioning, the easy way (no central servers to worry about):
cd /etc
hg init
hg add *
hg commit -m 'Initial'Install zimbra. cd zcs*; sudo ./install.sh
Config: just pick and enter the admin password
Zimbra installed. Test.
Migration requires imapsync. either sudo apt-get install imapsync, or better still grab a copy of imapsync-1.255 (the latest, as of now).
Aside: building and installing imapsync-1.255 ( http://www.linux-france.org/prj/imapsync/dist/ ) Install dapper's old imapsync to get some prerequisites installed.
cd imapsync-1.255
less INSTALL
apt-get install libdate-manip-perl
cp imapsync /usr/local/bin
