From 902e3888b7e3814c0022551a32166fb52c1224a1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 31 Jul 2014 11:14:49 +0200 Subject: roundcubemail: sync readme with rawhide --- roundcubemail-README.rpm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/roundcubemail-README.rpm b/roundcubemail-README.rpm index 945c3e3..afb5445 100644 --- a/roundcubemail-README.rpm +++ b/roundcubemail-README.rpm @@ -35,7 +35,10 @@ UPGRADING: when upgrading from < 1.0 the old configuration files named main.inc.php and db.inc.php are now deprecated and should be replaced with one single config.inc.php file. Run the /usr/share/roundcube/bin/update.sh script as root to get this conversion done or manually merge the files. The update -script will also update the database configuration. +script will also update the database configuration. Check the permissions of +the config.inc.php file and all backups the script creates! Make sure they +are not world-readable, as they may contain sensitive information (e.g. +database passwords). NOTE: the new config.inc.php should only contain options that differ from the ones listed in defaults.inc.php. -- cgit