Quick Horde Install Instructions
From Qmail Info Wiki
-- INCOMPLETE --
These are quick instructions I used for my server. Obviously your paths will vary. If you do not know what these commands do, * STOP NOW *. Get a UNIX book. Or at the very least, use the man command to look them up.
mkdir -p /home/webmail/public_html
cd /home/webmail/public_html
wget ftp://ftp.horde.org/pub/horde/horde-latest.tar.gz
tar zxf horde-latest.tar.gz
mv horde-3.0.5 horde
cd horde
wget ftp://ftp.horde.org/pub/imp/imp-latest.tar.gz
tar zxf imp-latest.tar.gz
mv imp-h3-4.0.3 imp
wget ftp://ftp.horde.org/pub/ingo/ingo-latest.tar.gz
tar zxf ingo-latest.tar.gz
mv ingo-h3-1.0.1/ ingo
-- INCOMPLETE --

