9 Commits

Author SHA1 Message Date
mathieu.brunot
e1670721d6
Add ROUNDCUBEMAIL_DB_PORT to fix #49 2019-06-01 15:53:57 +02:00
Dirk Weise
8c85cbb47c
Always create and chown ROUNDCUBEMAIL_TEMP_DIR
Create and chown `ROUNDCUBEMAIL_TEMP_DIR` although `config.inc.php` exists.
Reasoning:
1. A new container with `config.inc.php` will not have the default temp folder what will lead to errors even when `$config['temp_dir']` is left at its default value. If the `config.inc.php` specifies a custom one, the admin should now what he is doing and can set `ROUNDCUBEMAIL_TEMP_DIR` accordingly.
2. In a multi server setup a bind mount to `/tmp/roundcube-temp` will get the correct permissions set which will often be `root:root` with `0755` initially.
2019-04-12 20:14:10 +02:00
Aaron Spettl
c4b2e587ac Better defaults for smtp settings, fixes #24 2018-08-06 21:25:11 +02:00
Thomas B
2497b3292d
Merge pull request #22 from aspettl/php-ini
Fix: Recommended PHP settings not in .htaccess anymore
2018-07-21 16:06:57 +02:00
Aaron Spettl
21460c4ed3 Use php.ini for PHP default settings, override for max upload file size 2018-06-23 11:52:28 +02:00
Aaron Spettl
974e07e500 Fix error on startup for empty ROUNDCUBEMAIL_DB_TYPE 2018-06-23 11:00:23 +02:00
Rodolfo Villaruz
f9d09fa2af Hide error on empty folder 2018-05-11 03:25:58 +00:00
Thomas Bruederli
19d3bcdac8 Add php-fpm flavour 2018-03-01 21:41:52 +01:00
Thomas Bruederli
2a661006d3 Move the Docker files into dedicated folders for the according flavour 2018-03-01 21:37:52 +01:00