You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-11-25 22:12:28 +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:
@@ -21,6 +21,8 @@ RUN rm -rf /var/www/html/ \
|
||||
&& rm -rf CHANGELOG INSTALL LICENSE README.md UPGRADING composer.json-dist installer \
|
||||
&& chown -R www-data: logs
|
||||
|
||||
COPY php.ini /usr/local/etc/php/conf.d/rainloop.ini
|
||||
|
||||
COPY config.inc.php /var/www/html/config/
|
||||
|
||||
COPY start.sh /start.sh
|
||||
|
||||
3
webmails/roundcube/php.ini
Normal file
3
webmails/roundcube/php.ini
Normal file
@@ -0,0 +1,3 @@
|
||||
date.timezone=UTC
|
||||
upload_max_filesize = 25M
|
||||
post_max_size = 25M
|
||||
Reference in New Issue
Block a user