'memberdir.netscape.com', * 'name' => 'Netcenter Member Directory', * 'base' => 'ou=member_directory,o=netcenter.com' * ); */ // Add your ldap server options here /** * Users may search their addressbook via either a plain HTML or Javascript * enhanced user interface. This option allows you to set the default choice. * Set this default choice as either: * true = javascript * false = html */ $default_use_javascript_addr_book = false; /** * MOTD * This is a message that is displayed immediately after a user logs in. */ $motd = ""; /** * To install plugins, just add elements to this array that have * the plugin directory name relative to the /plugins/ directory. * For instance, for the 'sqclock' plugin, you'd put a line like * the following. * $plugins[0] = 'sqclock'; * $plugins[1] = 'attachment_common'; */ // Add list of enabled plugins here /*** Database ***/ /** * Read doc/database.txt in order to get more information * about these settings. */ /** * Database-driven private addressbooks * DSN (Data Source Name) for a database where the private * addressbooks are stored. See doc/db-backend.txt for more info. * If it is not set, the addressbooks are stored in files * in the data dir. * The DSN is in the format: mysql://user:pass@hostname/dbname * The table is the name of the table to use within the * specified database. */ $addrbook_dsn = ''; $addrbook_table = 'address'; /** * Database used to store user data */ $prefs_dsn = ''; $prefs_table = 'userprefs'; $prefs_key_field = 'prefkey'; $prefs_user_field = 'user'; $prefs_val_field = 'prefval'; /** * Global sql database options */ $addrbook_global_dsn = ''; $addrbook_global_table = 'global_abook'; $addrbook_global_writeable = false; $addrbook_global_listing = false; /*** Language settings ***/ /** * Default language * This is the default language. It is used as a last resort * if SquirrelMail can't figure out which language to display. * Language names usually consist of language code, undercore * symbol and country code */ $squirrelmail_default_language = 'en_US'; /** * This option controls what character set is used when sending mail * and when sending HTML to the browser. Do not set this to US-ASCII, * use ISO-8859-1 instead. * * You can set this option, only if $squirrelmail_default_language setting * contains 'en_US' string. In any other case system does not allow * making mistakes with incorrect language and charset combinations. */ $default_charset = 'iso-8859-1'; /** * This option controls number of languages available to end user in * language selection preferences. You can use space separated list * of translations installed in locale/ directory or special keys * 'all' (all languages are available) and 'none' (language selection * is disabled, interface is set to $squirrelmail_default_language */ $available_languages = 'all'; /** * This options allows displaying native language names in language * selection box. */ $show_alternative_names = false; /** * This option enables reading of Eastern multibyte encodings. * Functions that provide this support are very cpu and memory intensive. * Don't enable this option unless you really need it. */ $agresive_decoding = false; /*** Tweaks ***/ /** * Use experimental DHTML folder listing */ $advanced_tree = false; /** * Use older way of folder listing */ $oldway = false; /** * Use icons for message and folder markers */ $use_icons = false; /** * Use experimental code with php recode functions when reading messages with * different encoding. This code is faster that original SM functions, * but it require php with recode support. * * Don't enable this option if you are not sure about availability of * recode support. */ $use_php_recode = false; /** * Use experimental code with php iconv functions when reading messages with * different encoding. This code is faster that original SM functions, * but it require php with iconv support and works only with some translations. * * Don't enable this option if you are not sure about availability of * iconv support. */ $use_php_iconv = false; /** * this disables listing all of the folders on the IMAP Server to * generate the folder subscribe listbox (this can take a long time * when you have a lot of folders). Instead, a textbox will be * displayed allowing users to enter a specific folder name to subscribe to * * This option can't be changed by conf.pl */ $no_list_for_subscribe = false; /** * This option is used only by conf.pl script to generate configuration * menu with some colors and is provided here only as reference. */ $config_use_color = 2; /** * This option includes special configuration options */ @include SM_PATH . 'config/config_local.php'; /** * Make sure there are no characters after the PHP closing * tag below (including newline characters and whitespace). * Otherwise, that character will cause the headers to be * sent and regular output to begin, which will majorly screw * things up when we try to send more headers later. */ ?>