HostedDB - Dedicated UNIX Servers

Securing-Optimizing-RH-Linux-1_2_409
Comments and suggestions concerning this book should be mailed to gmourani@videotron.ca © Copyright 1999-2000 Gerhard Mourani and Open Network Architecture ® 409 Linux Webmail IMP Overview Webmail IMP allows universal, web-based access to IMAP/POP3 servers and provides an address book, LDAP directory searches, full support for sending and receiving attachments, and many other features normally only found in desktop mail clients. If you have installed Apache with SSL support, clients can access and read mail through a secure manner by the way of SSL encryption. By default in this section, we are configured Webmail IMP to use database PostgreSQL and IMAP connection. The most know support for database are also available with Webmail IMP, if you prefer you can use MySQL, Oracle, Sybase, and other well know SQL, also you may chose to use POP3 instead of IMAP connection for your clients. These installation instructions assume  Commands are Unix-compatible. The source path is “/home/httpd”. Installations were tested on RedHat Linux 6.1. All steps in the installation will happen in super-user account “root”. Horde version number is 1_2_0 Webmail IMP version number is 2_2_0 PHPLib version number is 7_2 Packages Webmail IMP Homepage: http://www.horde.org/imp/ You must be sure to download: horde-1_2_0-pre10_tar.gz You must be sure to download: imp-2_2_0-pre10_tar.gz PHPLib Homepage: http://phplib.netuse.de/index.php3 You must be sure to download: phplib-7_2_tar.gz Prerequisites u Apache web server should be already installed in your system to be able to use Webmail IMP software. u PHP4 server-side scripting language support should be already installed in your system to be able to use Webmail IMP software. u Postgresql or other database server should be already installed in your system if you are intended to use Webmail IMP software with SQL support. u OpenLDAP directory server should be already installed in your system if you are intended to use Webmail IMP software with LDAP support. u IMAP server should be already installed in your system to be able to use Webmail IMP software. u PHPLIB 7 or greater should be already installed in your system to be able to use Webmail IMP software. NOTE: For more information on the require software, see their related chapter in this book.