Celogeek Wiki
It seems that you use Adblock or an adblocker on my site. Ads help me to provide this site and keep it on a high speed and quality level. Please add my site on your white list. Thanks.
Table of Contents
Zimbra Open-Source Edition for Hardy under sub-system
Requirement
Build the jail
You need first, to create a jail environment, name “Zimbra”. You will find anything you need to do this, here.
Set hostname
You need a valid hostname. With domain.
If you want to test it on your desktop:
geistteufel-desktop.local
And add :
127.0.1.1 geistteufel-desktop geistteufel-desktop.local
After that, copy the hosts file and the hostname file in your chroot :
cp /etc/hosts /etc/hostname /home/srv/zimbra/etc/
Download the package
Download package for hardy, here.
Unpack it
cd /home/srv/zimbra/tmp/ tar xvzf [THE TGZ PACKAGE]
Install the package
You will need the pre-require package :
cd schroot sudo apt-get install libpcre3 libgmp3c2 libexpat1 libperl5.8 perl sysstat
Then, run the installation :
cd /tmp cd zcs* sudo ./install.sh
Not use any port your main system use. You will have to redirect any port to the sub-system port. You firewall rule to do this.
Configuration
I suggest you to use port :
- 80 ⇒ 8080
- 443 ⇒ 8443
- 389 ⇒ 8389
Then redirect your master port to this port.
Conclusion
That's all !