Roundcube Community Forum

 

Several questions

Started by nils-79, November 01, 2010, 04:18:23 PM

Previous topic - Next topic

nils-79

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

SKaero

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