Fix #210: introduce MTA variable (#237)

* Fix #210: introduce MTA variable

* Fix: typo

* Fix: postfix configuration

* Del: temporary files
This commit is contained in:
richardbrinkman
2018-06-19 18:09:00 +02:00
committed by Abhilash Raj
parent e18010af14
commit ccf690b0a0
2 changed files with 45 additions and 12 deletions

View File

@@ -52,6 +52,8 @@ standard version of docker-compose.yaml from this repository.
- `MAILMAN_REST_PASSWORD`: Which password should Core use for the REST API. If
not defined the default is `restpass`.
- `MTA`: Mail Transfer Agent to use. Either `exim` or `postfix`. Default value is `exim`.
- `SMTP_HOST`: IP Address/hostname from which you will be sending
emails. Default value is `172.19.199.1`, which is the address of the Host OS.