X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=INSTALL;h=d7d1457c7f79f0a652f0bcc38678da19ea9fc20b;hb=6c68e276ab6260657ef4b06a2dfe06fb677e5b5c;hp=e2d08e0fa057c6ce1ee593793b6b2b00aab28ee9;hpb=368ab96688336731107a39003577ee60ccf7f82c;p=squirrelmail.git diff --git a/INSTALL b/INSTALL index e2d08e0f..d7d1457c 100644 --- a/INSTALL +++ b/INSTALL @@ -69,6 +69,10 @@ Each of these steps is covered in detail below. Required for Japanese translation. Optional for translations that use non-ISO-8859-1 charset + It is highly advised to NOT turn on register_globals, as this can lead + to security holes. If you must use register_globals for some applications, + turn it on locally for only those directories, or turn it off for the + SquirrelMail folder. If you want your users to attach files to their mails, make sure File Uploads in php.ini is set to On. @@ -165,11 +169,14 @@ b. Setting up directories c. Setting up SquirrelMail - There are two ways to configure SquirrelMail. In the config/ directory, + There are three ways to configure SquirrelMail. In the config/ directory, there is a perl script called conf.pl that will aid you in the configuration process. This is the recommended way of handling the config. + There's also a plugin called 'administrator' for the webinterface but you'll + have to be able to at least log in to SquirrelMail first. + You can also copy the config/config_default.php file to config/config.php and edit that manually. @@ -211,11 +218,11 @@ c. Setting up SquirrelMail Each translation contains an install script that copies the required files into their appropriate locations. If you can't run that script, you can - extract the contents of translation packages into your SquirrelMail + extract the contents of a translation package into your SquirrelMail directory. NOTE No.1: *-src.tar.gz, *-src.tar.bz2 and *-src.zip archives do not contain - compiled translation files. You will need to run the compilelocales script + compiled translation files. You will need to run the "compilelocales" script in order to get all gettext binary translations. NOTE No.2: You might need to restart your webserver before using translations.