Roundcube Community Forum

Release Support => Pending Issues => Topic started by: nils-79 on November 01, 2010, 04:18:23 PM

Title: Several questions
Post by: nils-79 on November 01, 2010, 04:18:23 PM
Hi "Roundcube",

today - after the implementation of this great product -
I have several questions. Hopefully someone is able to help me :-).

First of all, I'd like to modify the default upload size of attachments from 2 MB to 10 MB. Do you know how to configure this?

Furthermore, I'd like to change the default login page. Actually, there is a
field named "server" when browsing to the default login page. Is it possible to define this value using a variable in main.inc.php? It'll be great if this would be possible as I have created a account for my father in law - he has no idea what "localhost" means :D

Thanks a lot in advance

Nils
Title: Several questions
Post by: SKaero on November 02, 2010, 03:30:35 AM
You can change the upload limit by changing the upload_max_filesize and post_max_size in the .htaccess or php.ini. You can remove the server field by adding the imap server to $rcmail_config['default_host'] in /config/main.inc.php