(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.