Author Topic: attachement size limit cannot change  (Read 3060 times)

Offline priit

  • Newbie
  • *
  • Posts: 3
attachement size limit cannot change
« 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  ::)

Online alec

  • Hero Member
  • *****
  • Posts: 1,363
Re: attachement size limit cannot change
« Reply #1 on: May 06, 2019, 06:42:30 AM »
What plugins are you using? What error?

Offline priit

  • Newbie
  • *
  • Posts: 3
Re: attachement size limit cannot change
« Reply #2 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.
« Last Edit: May 06, 2019, 12:02:21 PM by priit »

Offline priit

  • Newbie
  • *
  • Posts: 3
Re: attachement size limit cannot change
« Reply #3 on: May 07, 2019, 04:30:43 AM »
...
« Last Edit: May 07, 2019, 06:49:57 AM by priit »

Online alec

  • Hero Member
  • *****
  • Posts: 1,363
Re: attachement size limit cannot change
« Reply #4 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.