Roundcube config problems

interfasys

Verified User
Joined
Oct 31, 2003
Messages
1,731
Location
Switzerland
I'll start with just the one and will add more if I find any.
This needs to be enabled
Code:
// if in your system 0 quota means no limit set this option to true
$rcmail_config['quota_zero_as_unlimited'] = true;
 
You want find Roundcube and config folders?

No, but thanks for trying to help :)

CB2.0 is configuring Roundcube to make it work with DA, but they've forgotten to enable this switch.

I also think spell checking should be disabled since it sends the content of emails to Google...
Code:
// Make use of the built-in spell checker. It is based on GoogieSpell.
// Since Google only accepts connections over https your PHP installatation
// requires to be compiled with Open SSL support
$rcmail_config['enable_spellcheck'] = false;
 
Last edited:
You should consider to use the custom folder to save your customized main.inc.php file in /usr/local/directadmin/custombuild/custom/roundcube/main.inc.php so everytime you update roundcube your config will be mantained

Regards
 
You should consider to use the custom folder to save your customized main.inc.php file in /usr/local/directadmin/custombuild/custom/roundcube/main.inc.php so everytime you update roundcube your config will be mantained

Regards
You're missing the point. We use a heavily customised main.inc.php, but the defaults being installed by CB20 should contain safe and sane settings. The script already does some modifications to make the install compatible with DA, but it should go further.
Sending the content of emails to Google is just bad practice and so is displaying unlimited quota as mailbox full, especially when Roundcube provides a switch to make itself DA compatible.
 
Thank you for the suggestions to change the defaults. A new version of CB 2.0 will be uploaded soon having these 2 changes applied.
 
Back
Top