From bac7d1742d45f256ded98656482ec9995e1c330a Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Tue, 18 Jul 2006 17:02:43 -0400
Subject: [PATCH] Fixed bugs #1364122, #1468895, ticket #1483811 and other minor bugs

---
 config/main.inc.php.dist |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index ce05d80..f679d10 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -99,6 +99,11 @@
 // check client IP in session athorization
 $rcmail_config['ip_check'] = TRUE;
 
+// this key is used to encrypt the users imap password which is stored
+// in the session record (and the client cookie if remember password is enabled).
+// please provide a string of exactly 24 chars.
+$rcmail_config['des_key'] = 'rcmail-!24ByteDESkey*Str';
+
 // the default locale setting
 $rcmail_config['locale_string'] = 'en';
 

--
Gitblit v1.9.1