|
|
@ -2,16 +2,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
$config = array();
|
|
|
|
$config = array();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Generals
|
|
|
|
$config['db_dsnw'] = 'sqlite:////data/webmail/roundcube.db';
|
|
|
|
$config['db_dsnw'] = 'sqlite:////data/webmail/roundcube.db';
|
|
|
|
|
|
|
|
$config['des_key'] = 'rcmail-!24ByteDESkey*Str';
|
|
|
|
|
|
|
|
$config['identities_level'] = 3;
|
|
|
|
|
|
|
|
$config['reply_all_mode'] = 1;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Mail servers
|
|
|
|
$config['default_host'] = 'localhost';
|
|
|
|
$config['default_host'] = 'localhost';
|
|
|
|
|
|
|
|
$config['default_port'] = 143;
|
|
|
|
$config['smtp_server'] = 'localhost';
|
|
|
|
$config['smtp_server'] = 'localhost';
|
|
|
|
$config['smtp_port'] = 25;
|
|
|
|
$config['smtp_port'] = 25;
|
|
|
|
$config['des_key'] = 'rcmail-!24ByteDESkey*Str';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// List of active plugins (in plugins/ directory)
|
|
|
|
// List of active plugins (in plugins/ directory)
|
|
|
|
$config['plugins'] = array(
|
|
|
|
$config['plugins'] = array(
|
|
|
|
'archive',
|
|
|
|
'archive',
|
|
|
|
'zipdownload',
|
|
|
|
'zipdownload',
|
|
|
|
|
|
|
|
'managesieve',
|
|
|
|
|
|
|
|
'markasjunk'
|
|
|
|
);
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
// skin name: folder from skins/
|
|
|
|
// skin name: folder from skins/
|
|
|
|