Better documentation for SMTP_ONLY environment variable

This commit is contained in:
Marko J 2016-03-01 01:04:31 +00:00
parent ca35e0e313
commit cbf72bdb53

View file

@ -88,14 +88,15 @@ Example:
* ENABLE_POP3 * ENABLE_POP3
* *empty* (default) => POP3 service disabled * *empty* (default) => POP3 service disabled
* 1 => Enables POP3 service * 1 => Enables POP3 service
* SMTP_ONLY
* *empty* (default) => courier daemons might start
* *1 => do not launch any courier daemons (imap, pop3)
* SA_TAG * SA_TAG
* *2.0* (default) => add spam info headers if at, or above that level * *2.0* (default) => add spam info headers if at, or above that level
* SA_TAG2 * SA_TAG2
* *6.31* (default) => add 'spam detected' headers at that level * *6.31* (default) => add 'spam detected' headers at that level
* SA_KILL * SA_KILL
* *6.31* (default) => triggers spam evasive actions) * *6.31* (default) => triggers spam evasive actions)
* SMTP_ONLY
* do not launch any courier daemons (imap, pop3)
Please read [how the container starts](https://github.com/tomav/docker-mailserver/blob/master/start-mailserver.sh) to understand what's expected. Please read [how the container starts](https://github.com/tomav/docker-mailserver/blob/master/start-mailserver.sh) to understand what's expected.