Sentora Support Forums

Full Version: Increase maximum size on import files (roundcube)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How i can increase the maximum size on import files at roundcube? Default is 25 MB.

Thank you
(02-12-2018, 10:40 PM)dimnas Wrote: [ -> ]How i can increase the maximum size on import files at roundcube? Default is 25 MB.

Thank you

Uploaded attachments have nothing to do with roundcube.

You need to change the php parameters "upload_max_filesize" & "post_max_size" in your php.ini

Whatever you change the "upload_max_filesize" to, the "post_max_size" should be at least 1M higher.