1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-08 23:06:49 +02:00

Merge remote-tracking branch 'upstream/master' into relay

This commit is contained in:
Chris54721
2016-03-18 20:00:48 +01:00
12 changed files with 1159 additions and 306 deletions

View File

@ -88,6 +88,9 @@ Example:
* ENABLE_POP3
* *empty* (default) => POP3 service disabled
* 1 => Enables POP3 service
* SMTP_ONLY
* *empty* (default) => courier daemons might start
* *1 => do not launch any courier daemons (imap, pop3)
* SA_TAG
* *2.0* (default) => add spam info headers if at, or above that level
* SA_TAG2
@ -113,7 +116,7 @@ Feel free to improve this docker image.
- Fork
- Improve
- Add integration tests in `test/test.sh`
- Add integration tests in `test/tests.bats`
- Build image and run tests using `make`
- Document your improvements
- Commit, push and make a pull-request