diff options
author | alecpl <alec@alec.pl> | 2009-10-09 16:04:01 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-10-09 16:04:01 +0000 |
commit | 1904fa71046fd1782b9a3b61bd408cf779824500 (patch) | |
tree | 59b78a73b3ed75b290d1de94d8fbe1ce0ed2186d /plugins/password/config.inc.php.dist | |
parent | d1c36a60c24dec7776ebd62aa4169cff7ee5bd0b (diff) |
- Added XIMSS (Communigate) driver for Password plugin
Diffstat (limited to 'plugins/password/config.inc.php.dist')
-rw-r--r-- | plugins/password/config.inc.php.dist | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/password/config.inc.php.dist b/plugins/password/config.inc.php.dist index d3119487a..b9e3b9102 100644 --- a/plugins/password/config.inc.php.dist +++ b/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; + ?> |