1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-11-23 22:04:47 +02:00

This sets the max attachment size in roundcube

I used the php.ini from the rainloop folder, so they are both set to
25MB.
This commit is contained in:
Greg Fitzgerald
2017-11-30 19:16:11 -05:00
parent 743eb81908
commit bbf0a9a61c
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
date.timezone=UTC
upload_max_filesize = 25M
post_max_size = 25M