diff options
author | thomascube <thomas@roundcube.net> | 2010-11-27 15:49:04 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2010-11-27 15:49:04 +0000 |
commit | 5c84da176cb84f14ec1146f35ebbfff4b7a8c621 (patch) | |
tree | 4204d2bc8aaa6b680982e90aa9cb2dced3f5f414 | |
parent | eee6944b5d260a104aa4738fcd48fa78915f58c8 (diff) |
Mention Auth_SASL as required PEAR package
-rw-r--r-- | INSTALL | 1 | ||||
-rw-r--r-- | README | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -19,6 +19,7 @@ REQUIREMENTS - MDB2 2.5.0 or newer - Mail_Mime 1.7.0 or newer - Net_SMTP 1.4.2 or newer + - Auth_SASL 1.0.3 or newer * php.ini options (see .htaccess file): - error_reporting E_ALL & ~E_NOTICE (or lower) - memory_limit > 16MB (increase as suitable to support large attachments) @@ -33,6 +33,9 @@ Installation: For detailed instructions on how to install Roundcube webmail on your server, please refer to the INSTALL document in the same directory as this document. +If you're updating an older version of Roundcube please follow the steps +described in the UPGRADING file. + Licensing: ---------- |