RoundCube upload attachment file size always 75MB
RoundCube upload attachment file size always 75MB
I have set mail message size to 50M and set php post_max_size to 30M and upload_max_filesize to 25M,But it's always show 75M at roundcube upload attachment file size.How to edit it?
Re: RoundCube upload attachment file size always 75MB
Re: RoundCube upload attachment file size always 75MB
Roundcube attachment size limit value is limited to 75% of
Code: Select all
$config['max_message_size'] = '100M'
Florian Cheno
**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
Re: RoundCube upload attachment file size always 75MB
This is only relevant for the user's web pages, not for the webmailer.
The webmailer belongs to KeyHelp and its PHP configuration can be found here: /etc/php/<PHP-VERSION>/fpm/pool.d/keyhelp.conf
Alexander Mahr
**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************