X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=doc%2FINSTALL;h=d12c5fb1bc631f24c11852fa285036067b1f0d06;hp=e21728ee3e7645b0a2571bc3c563eb7047895791;hb=59927db317c6b031765a88ca3508edeb7ccbcc6e;hpb=1e532e26cb164aba478840773ca0b68ebb92a148;ds=sidebyside diff --git a/doc/INSTALL b/doc/INSTALL index e21728ee..d12c5fb1 100644 --- a/doc/INSTALL +++ b/doc/INSTALL @@ -1,6 +1,13 @@ Installing SquirrelMail ======================= +NOTE! More thorough and possibly up-to-date information about how +to install, use and maintain SquirrelMail is available in our online +documentation here: + +http://squirrelmail.org/docs/admin/admin.html + + Table of Contents: 0. (QUICK!) Quick install guide 1. (PHP) Configure your webserver to work with PHP @@ -49,11 +56,16 @@ Each of these steps is covered in detail below. --with-ldap Required for LDAP addressbooks - --with-pear and --with-mysql - For MySQL storage of preferences or addressbooks. You will need PHP - compiled with --with-pgsql option, if you want to use PostgreSQL instead - of MySQL. You will need PHP with appropriate database extension, if you - want to use any other database. + --with-pear + If you do not have PHP PDO (which should come preinstalled with + PHP version 5.1 and above) and you plan to store user preferences + or address books in a database, you will need PHP compiled with + the above option. ALSO, you need to build the database driver + relevant to your database: + --with-mysql for MySQL + --with-pgsql for PostgreSQL + Again, this is only required for versions of PHP that do not + have PDO. --with-openssl Required for encrypted IMAP or SMTP connections (TLS)