| | |
| | | // 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. |
| | |
| | | // don't let users set pagesize to more than this value if set |
| | | $rcmail_config['max_pagesize'] = 200; |
| | | |
| | | // mime magic database |
| | | $rcmail_config['mime_magic'] = '/usr/share/misc/magic'; |
| | | |
| | | // end of config file |
| | | ?> |