Web Analysts skrev den 2019-01-06 02:22:
<?php
$config['db_dsnw'] =
'mysql://roundcubeusername:somepassword@localhost/roundcubedb';
$config['default_host'] = 'ssl://mail.hostname.org';
$config['default_port'] = 993;
$config['smtp_server'] = 'tls://mail.hostname.org';
$config['smtp_port'] = 587;
$config['smtp_user'] = '%u';
$config['smtp_pass'] = '%p';
$config['support_url'] = '';
$config['des_key'] = 'P7hG5nc7y789ew8eyoldn8n9qy';
never share this, you will have to make a new one now
$config['plugins'] = array();
$config['spellcheck_engine'] = 'pspell';
try disable pspell here, until you see reoundcube do work
$config['draft_autosave'] = 60;
$config['debug_level'] = 1;
$config['enable_installer'] = true;
disable installer until you see roundcube works
and lastly see default.inc.php for settings you can add to
config.inc.php
to get more debud logs
is all PEAR dependics installed ?
_______________________________________________
Roundcube Users mailing list
[email protected]
http://lists.roundcube.net/mailman/listinfo/users