You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
418 B
PHTML
19 lines
418 B
PHTML
9 years ago
|
<?php
|
||
|
|
||
|
$config = array();
|
||
|
|
||
|
$config['db_dsnw'] = 'sqlite:////data/webmail/roundcube.db';
|
||
|
$config['default_host'] = 'localhost';
|
||
|
$config['smtp_server'] = 'localhost';
|
||
|
$config['smtp_port'] = 25;
|
||
|
$config['des_key'] = 'rcmail-!24ByteDESkey*Str';
|
||
|
|
||
|
// List of active plugins (in plugins/ directory)
|
||
|
$config['plugins'] = array(
|
||
|
'archive',
|
||
|
'zipdownload',
|
||
|
);
|
||
|
|
||
|
// skin name: folder from skins/
|
||
|
$config['skin'] = 'larry';
|