I realise that the specs of the Kurobox are a fair whack below the recommended specs. It's only for a home installation with 3 or 4 users and would like to give it a try anyway.
As for the hack documents - yes I've read through them all. At the moment I'm attempting to follow the build_cvs_howto.txt in ZimbraServer/doc
Gotten stuck near the top at:
Code:
cd ../amavisd
wget http://www.ijs.si/software/amavisd/amavisd-new-2.3.3.tar.gz
tar xzf amavisd-new-2.3.3.tar.gz
cd amavisd-new-2.3.3
patch -p0 < ../amavisd.2.3.3.patch
mkdir ../snmp
get net-snmp-5.1.2.tar.gz
tar xzf net-snmp-5.1.2.tar.gz
cd net-snmp-5.1.2
./configure --prefix=/opt/zimbra/snmp-5.1.2
make
make install
cd /opt/zimbra
tar czf snmp-5.1.2.tar.gz snmp-5.1.2
mv snmp-5.1.2.tar.gz CVSROOT/ThirdParty/snmp
I'm in the amavisd-new-2.3.3 directory, applied the patch and run the mkdir command as per the next line. However there is no net-snmp file to 'get'. I'm going to assume it means to find a copy on the net and proceed from there (which is what I'm about to do after making this post).
For the last 5 hours I've been trying to find rpm versions, reading forums and attempting to get my head around svn and installing from source. Been a bit spoilt with SuSe and YaST for the last couple of years and never really had the need. Thanks for any help.
Edit: Am also using the following guide in conjunction with the cvs howto text file.
http://wiki.zimbra.com/index.php?tit...e_5_and_x86_64
Edit 2: spelling