mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Better documentation for SMTP_ONLY environment variable
This commit is contained in:
parent
ca35e0e313
commit
cbf72bdb53
|
@ -88,14 +88,15 @@ 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
|
||||
* *6.31* (default) => add 'spam detected' headers at that level
|
||||
* SA_KILL
|
||||
* *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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue