summaryrefslogtreecommitdiff
path: root/roundcubemail/plugins/password/config.inc.php.dist
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-10-09 16:04:01 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-10-09 16:04:01 +0000
commit7c670ebd1b22ad4cebaf9847da6b169acc521925 (patch)
tree0814814b3ae2b1d683348f7b7f13902e51b49bb0 /roundcubemail/plugins/password/config.inc.php.dist
parent87e2bede5c5d97728af678b7c83e704491da0457 (diff)
- Added XIMSS (Communigate) driver for Password plugin
git-svn-id: https://svn.roundcube.net/trunk@3030 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/plugins/password/config.inc.php.dist')
-rw-r--r--roundcubemail/plugins/password/config.inc.php.dist9
1 files changed, 9 insertions, 0 deletions
diff --git a/roundcubemail/plugins/password/config.inc.php.dist b/roundcubemail/plugins/password/config.inc.php.dist
index d3119487a..b9e3b9102 100644
--- a/roundcubemail/plugins/password/config.inc.php.dist
+++ b/roundcubemail/plugins/password/config.inc.php.dist
@@ -179,4 +179,13 @@ $rcmail_config['password_cpanel_ssl'] = true;
// The cPanel theme in use
$rcmail_config['password_cpanel_theme'] = 'x';
+
+// XIMSS (Communigate server) Driver options
+// -----------------------------------------
+// Host name of the Communigate server
+$rcmail_config['password_ximss_host'] = 'mail.example.com';
+
+// XIMSS port on Communigate server
+$rcmail_config['password_ximss_port'] = 11024;
+
?>