Age | Commit message (Collapse) | Author |
|
(#1490228)
|
|
|
|
|
|
Fix pear dependencies in Dockerfile
|
|
* net_smtp2 to net_smtp
* auth_sasl2-beta to auth_sasl
Currently installing `Net_SMTP2` results with the following error:
```bash
[09-Jan-2015 21:15:14 UTC] PHP Fatal error: Class 'Net_SMTP' not found in /var/www/program/lib/Roundcube/rcube_smtp.php on line 111
```
Switching back to Net_SMTP fixes this issue
|
|
|
|
|
|
Explicitly deny access to newly created "Dockerfile"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also fix list refresh after new contact was added and any group is selected.
|
|
|
|
|
|
|
|
|
|
Fix config file sample tiny typo
|
|
|
|
(#1490208)
|
|
|
|
|
|
|
|
Add Dockerfile and allow configuration overrides through env variables
|
|
|
|
|
|
|
|
Docker prefers to pass parameters via environment variables. This
allows the environment variables to be checked and if a value exists it
will override the default.
|
|
|
|
|
|
|
|
|
|
argument for minimum token length
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#1489096 : Ability to select plugins to enable in the installer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|