To install the Webmail IMP program on your server, please follow the simple steps below.
Copy
horde-1.2.0-pre11.tar.gzto your web servers DocumentRoot,/home/httpd/, untar it and move the directory fromhorde-versiontohordeby executing the following commands:[root@deep ] /# cp horde-version.tar.gz /home/httpd/ [root@deep ] /# cd /home/httpd/ [root@deep ] /httpd# tar xzpf horde-version.tar.gz [root@deep ] /httpd# mv horde-version horde [root@deep ] /httpd# rm -f horde-version.tar.gzWe remove the tar archive of Horde once we have finished moving the
horde-versiondirectory of Horde to its new namehorde.Copy
imp-2.2.0-pre11.tar.gzto your newhordedirectory,/home/httpd/horde/, untar it and move the directory fromimp-versiontoimpby executing the following commands:[root@deep ] /# cp imp-version.tar.gz /home/httpd/horde/ [root@deep ] /# cd /home/httpd/horde/ [root@deep ] /horde# tar xzpf imp-version.tar.gz [root@deep ] /horde# mv imp-version imp [root@deep ] /horde# rm -f imp-version.tar.gz
It's important that the directory
impreside insidehordedirectory, or Webmail will not work. We remove the tar archive of IMP once we have finished moving theimp-versiondirectory of IMP to its new nameimp.Change the
hordedirectory and all its subdirectories and files to be owned by the super-userrootfor security reasons.[root@deep ] /# chown -R 0.0 /home/httpd/horde/Copy the
/home/httpd/horde/phplib/*.ihtmlfiles to your newphpdirectory,/home/httpd/php/by executing the following commands:[root@deep ] /# cp /home/httpd/horde/phplib/*.ihtml /home/httpd/php/