commit | author | age
|
884add
|
1 |
<?php |
T |
2 |
|
|
3 |
// Driver - 'file' or 'sql' |
|
4 |
$rcmail_config['squirrelmail_driver'] = 'sql'; |
|
5 |
|
|
6 |
// full path to the squirrelmail data directory |
|
7 |
$rcmail_config['squirrelmail_data_dir'] = ''; |
|
8 |
$rcmail_config['squirrelmail_data_dir_hash_level'] = 0; |
|
9 |
|
|
10 |
// 'mysql://dbuser:dbpass@localhost/database' |
|
11 |
$rcmail_config['squirrelmail_dsn'] = 'mysql://user:password@localhost/webmail'; |
|
12 |
$rcmail_config['squirrelmail_db_charset'] = 'iso-8859-1'; |
|
13 |
|
|
14 |
$rcmail_config['squirrelmail_address_table'] = 'address'; |
|
15 |
$rcmail_config['squirrelmail_userprefs_table'] = 'userprefs'; |
|
16 |
|
|
17 |
// identities_level option value for squirrelmail plugin |
|
18 |
// With this you can bypass/change identities_level checks |
|
19 |
// for operations inside this plugin. See #1486773 |
|
20 |
$rcmail_config['squirrelmail_identities_level'] = null; |
|
21 |
|
|
22 |
// Set to false if you don't want the email address of the default identity |
|
23 |
// (squirrelmail preference "email_address") to be saved as alias. |
|
24 |
// Recommended: set to false if your squirrelmail config setting $edit_identity has been true. |
|
25 |
$rcmail_config['squirrelmail_set_alias'] = true; |