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
Thomas B
f496bba0c9
Merge pull request #41 from aspettl/fix-gpg-key-problem
...
Workaround for "Cannot assign requested address"
2019-02-25 22:14:28 +01:00
Aaron Spettl
e0c4fc7e55
Workaround "Cannot assign requested address" for key fetch
2019-02-23 13:12:28 +01:00
Thomas Bruederli
1fa7dd8816
Add --no-tty option when fetching GPG keys
2018-11-11 20:55:48 +01:00
Thomas Bruederli
026ec4f80a
Upgrade to version 1.3.8
2018-10-26 21:04:31 +02:00
Thomas B
80114ef0b2
Merge pull request #27 from aspettl/smtp_defaults
...
Better defaults for smtp settings, fixes #24
2018-10-17 14:31:36 +02:00
Aaron Spettl
1acb5c78bc
Do not use tls:// in example (review comment)
2018-08-08 19:27:13 +02:00
Thomas B
65b1318592
Merge pull request #26 from aspettl/version-1.3.7
...
Upgrade to version 1.3.7
2018-08-07 20:32:22 +02:00
Aaron Spettl
144c09087a
Update simple example in readme to specify SMTP server and use TLS
2018-08-06 21:39:05 +02:00
Aaron Spettl
c4b2e587ac
Better defaults for smtp settings, fixes #24
2018-08-06 21:25:11 +02:00
Thomas B
ad07b1eafd
Merge pull request #25 from aspettl/keyserver-fix
...
Use pgp.mit.edu as fallback keyserver if necessary
2018-08-01 13:09:33 +02:00
Aaron Spettl
00e5b8c863
Upgrade to version 1.3.7
2018-07-29 16:00:45 +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
9cdf93b8d6
Use pgp.mit.edu as fallback keyserver if necessary
2018-07-21 15:45:01 +02:00
Thomas B
07ea84204d
Merge pull request #23 from aspettl/php-ini-doc
...
Extend readme with customization of PHP settings
2018-07-19 12:55:53 +02:00
Thomas B
cc9ac8f0b6
Merge pull request #21 from aspettl/db_type_syntax_error
...
Fix error on startup for empty ROUNDCUBEMAIL_DB_TYPE
2018-07-19 12:54: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
e4e77e92cc
Extend readme with customization of PHP settings
2018-06-23 11:34:56 +02:00
Aaron Spettl
974e07e500
Fix error on startup for empty ROUNDCUBEMAIL_DB_TYPE
2018-06-23 11:00:23 +02:00
Aaron Spettl
053aaa056c
Add php.ini with recommended PHP configuration
2018-06-07 14:54:01 +02:00
Thomas B
342bcb9817
Merge pull request #18 from J0WI/gpg-race
...
Adjust gpg code to kill daemons, cutting down on race conditions
2018-06-05 13:33:37 +02:00
Thomas B
d1d5efa48d
Merge pull request #17 from J0WI/rm-pdo
...
Remove pdo as is's already included in the base image
2018-06-05 13:16:15 +02:00
J0WI
8f97d7ff0d
Adjust gpg code to kill daemons, cutting down on race conditions
2018-06-05 00:39:32 +02:00
J0WI
19769a3202
pdo is already included in the base image
2018-06-04 23:19:57 +02:00
Thomas Bruederli
a194c2cfad
Add gnupg dependency ( #16 )
...
Apparently GnuPG has been removed from newer base images.
This re-adds it ad keep it installed to enable the use of the Enigma plugin.
2018-06-04 23:13:51 +02:00
Thomas Bruederli
4aa970ba4d
Restore --with-freetype-dir option
2018-06-04 22:54:35 +02:00
Thomas B
80959652d0
Merge pull request #10 from J0WI/rm-buildDeps
...
Remove build dependencies
2018-06-04 22:52:22 +02:00
Thomas B
e107a87749
Merge pull request #13 from rodolfovillaruz/master
...
Hide errors on empty config folder
2018-05-23 13:32:42 +02:00
Rodolfo Villaruz
f9d09fa2af
Hide error on empty folder
2018-05-11 03:25:58 +00:00
J0WI
88dd9768ce
Remove buildDeps after php extensions have been installed
2018-04-29 23:10:45 +02:00
J0WI
380351ca47
Change code style to the common format used by upstream images
2018-04-29 23:06:25 +02:00
Thomas B
8c21da90c6
Update travis build versions
2018-04-12 22:54:32 +02:00
Thomas B
21a8cef073
Merge pull request #4 from madmath03/master
...
Added basic Travis CI and fix deprecated maintainer label
2018-04-12 22:47:22 +02:00
Thomas Bruederli
e619d805e7
Set build version to 1.3.6 (issue #8 )
2018-04-12 22:34:26 +02:00
madmath03
a8fe345e4c
Fix container name for logs
2018-03-26 16:42:57 +02:00
madmath03
cfe274bdfa
Fix #6
2018-03-24 22:12:55 +01:00
madmath03
591e37a982
Remove Docker build badge
2018-03-24 22:12:23 +01:00
madmath03
e0cf0b627d
Fix link to docker hub badge
2018-03-24 19:32:30 +01:00
madmath03
e6c5709acf
Fix #1 by adding basic Travis CI
2018-03-24 19:29:26 +01: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
Thomas Bruederli
47e1a6cad2
Small adaptions in README
2018-02-27 22:49:57 +01:00
Thomas Bruederli
3cd4286ace
Copy Docker files from roundcubemail repository
...
as suggested in #5827
2018-02-27 22:26:42 +01:00
Thomas B
6102d7608a
Initial commit
2018-02-27 22:23:23 +01:00