Roundcube Community Forum

Release Support => Pending Issues => Topic started by: priit on May 06, 2019, 06:33:59 AM

Title: attachement size limit cannot change
Post by: priit on May 06, 2019, 06:33:59 AM
Hi.
I have mailserver with postfix, dovecot, mariadb, roudcube.

Some problems with roundcube webmail.
Cannot change size of attachement.
Already edited files

/var/www/html/roundcubemail/.htaccess
Code: [Select]
php_value   upload_max_filesize   20M
php_value   post_max_size         48M
php_value   memory_limit          128M


/etc/php.ini
Code: [Select]
post_max_size = 48M
upload_max_filesize = 20M

only thing that changed, web displays new size under attachement "20 MB" But technically no changes. It allows still no more than default 2MB"

Any helpful thoughts  ::)
Title: Re: attachement size limit cannot change
Post by: alec on May 06, 2019, 06:42:30 AM
What plugins are you using? What error?
Title: Re: attachement size limit cannot change
Post by: priit on May 06, 2019, 11:59:03 AM
what you mean plugins ?
Web displays error:  "File upload failed"  No difference what browser to use.
With mail client (Outlook, Firebird etc.) all ok work fine.   Only in webmail have an issues.
Title: Re: attachement size limit cannot change
Post by: priit on May 07, 2019, 04:30:43 AM
...
Title: Re: attachement size limit cannot change
Post by: alec on May 07, 2019, 08:52:02 AM
This sounds like https://github.com/roundcube/roundcubemail/issues/6459, but of course it could be something different.