summaryrefslogtreecommitdiff
path: root/roundcubemail/UPGRADING
diff options
context:
space:
mode:
authorroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2005-11-15 00:09:44 +0000
committerroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2005-11-15 00:09:44 +0000
commit0d8a302324a48dfa7fa2451df8acffa962f3e8b8 (patch)
treef21236c84a22f5cb144ff7455c29f40a66862c26 /roundcubemail/UPGRADING
parent8c3b64d00defbba89f38686297e4e9f43e39fd56 (diff)
SMTPS support and minor bugfixes
git-svn-id: https://svn.roundcube.net/trunk@84 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/UPGRADING')
-rw-r--r--roundcubemail/UPGRADING9
1 files changed, 6 insertions, 3 deletions
diff --git a/roundcubemail/UPGRADING b/roundcubemail/UPGRADING
index 85666dc21..57be50bbf 100644
--- a/roundcubemail/UPGRADING
+++ b/roundcubemail/UPGRADING
@@ -5,7 +5,6 @@ Follow these instructions if upgrading from a previous version
of RoundCube Webmail.
-
from versions 0.1-alpha and 0.1-20050811
----------------------------------------
- replace index.php
@@ -22,6 +21,7 @@ from versions 0.1-alpha and 0.1-20050811
$rcmail_config['session_lifetime'] = 20;
$rcmail_config['message_sort_col'] = 'date';
$rcmail_config['message_sort_order'] = 'DESC';
+ $rcmail_config['log_dir'] = 'logs/';
- replace database properties (db_type, db_host, db_user, db_pass, $d_name)
in /config/db.inc.php with the following line:
$rcmail_config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcubemail';
@@ -39,7 +39,8 @@ from version 0.1-20050820
$rcmail_config['default_port'] = 143;
$rcmail_config['session_lifetime'] = 20;
$rcmail_config['message_sort_col'] = 'date';
- $rcmail_config['message_sort_order'] = 'DESC';
+ $rcmail_config['message_sort_order'] = 'DESC';
+ $rcmail_config['log_dir'] = 'logs/';
- replace database properties (db_type, db_host, db_user, db_pass, $d_name)
in /config/db.inc.php with the following line:
$rcmail_config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcubemail';
@@ -55,7 +56,8 @@ from version 0.1-20051007
$rcmail_config['session_lifetime'] = 20; // to specify the session lifetime in minutes
$rcmail_config['message_sort_col'] = 'date';
$rcmail_config['message_sort_order'] = 'DESC';
-
+ $rcmail_config['log_dir'] = 'logs/';
+
from version 0.1-20051021
----------------------------------------
@@ -65,3 +67,4 @@ from version 0.1-20051021
- add these lines to /config/main.inc.php
$rcmail_config['message_sort_col'] = 'date';
$rcmail_config['message_sort_order'] = 'DESC';
+ $rcmail_config['log_dir'] = 'logs/';