Roundcube Community Forum

Release Support => Requests => Topic started by: kea on November 15, 2023, 11:41:00 AM

Title: A problem with increase size of attachment in config
Post by: kea on November 15, 2023, 11:41:00 AM
Hello!
I'm trying to increase size of attachment. Now it 20Mb.  I've add in config
postfix
@mail:~# postconf -n message_size_limit
message_size_limit = 50240000
RC conf at bottom line
$config['max_message_size']='50M';

But still get 20Mb limit when attach file

Title: Re: A problem with increase size of attachment in config
Post by: JohnDoh on November 16, 2023, 02:52:01 AM
Check `upload_max_filesize` and `post_max_size` in your PHP config
Title: Re: A problem with increase size of attachment in config
Post by: kea on November 16, 2023, 04:55:29 AM
Check `upload_max_filesize` and `post_max_size` in your PHP config
Thanks for advice , it was in one of php.ini's