Thank you for your reply. I did not send you my des key, or any other sensitive information!
Disabling pspell did nothing to solve the problem.
I can login fine. I can also list folders and see the count of how many messages there are, size. I simply cannot list incoming emails nor can I compose an email to send.
Help!
-----Original Message----- From: users-bounces@lists.roundcube.net [mailto:users-bounces@lists.roundcube.net] On Behalf Of Benny Pedersen Sent: Saturday, January 05, 2019 5:34 PM To: users@lists.roundcube.net Subject: Re: [RCU] Email will not list in any browser
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 users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users