X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=INSTALL;h=5032e4a428461319cb925754935cad40906d4f10;hb=ade1655456ffdb799be8081f57ec90a408b99dd9;hp=17789729d58e91f63c39ec734712414af713641b;hpb=38bb9fc2d3bc5c90338eb7f375f42273b088adcd;p=roundcube.git diff --git a/INSTALL b/INSTALL index 1778972..5032e4a 100644 --- a/INSTALL +++ b/INSTALL @@ -18,6 +18,7 @@ REQUIREMENTS - DB (1.7.11) - Mail_Mime (1.3.1) - Net_SMTP (1.2.10) +* PHP compiled with Open SSL to connect to IMAPS and to use the spell checker * A MySQL or PostgreSQL database engine or the SQLite extension for PHP * A database with permission to create tables @@ -109,8 +110,14 @@ CONFIGURATION ============= Change the files in config/* according your to environment and your needs. -Details about the config parameters can be found in the config files -or in the wiki: http://trac.roundcube.net/trac.cgi/wiki/Howto_Config +Details about the config paramaters can be found in the config files. + +You can also modify the default .htaccess file. This is necessary to +increase the allowed size of file attachments, for example: + php_value upload_max_filesize 2M + +To enable the experimental HTML editor you need to set the config +parameter 'enable_htmleditor' to true. UPGRADING