diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/main.inc.php.dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 1ac688de7..4492d534b 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -204,6 +204,9 @@ $rcmail_config['generic_message_footer'] = ''; // leave empty for auto-detection $rcmail_config['mail_header_delimiter'] = NULL; +// session domain: .example.org +$rcmail_config['session_domain'] = ''; + // in order to enable public ldap search, create a config array // like the Verisign example below. if you would like to test, // simply uncomment the Verisign example. |