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

Add SASL_PASSWD environment variable to configure relay authentication

This commit is contained in:
Robert Dolca
2016-02-20 02:17:14 +00:00
parent 0e2ef0f8c2
commit d36ecaa2c0
2 changed files with 14 additions and 0 deletions

View File

@ -94,6 +94,9 @@ Example:
* *6.31* (default) => add 'spam detected' headers at that level
* SA_KILL
* *6.31* (default) => triggers spam evasive actions)
* SASL_PASSWORD
* *empty* (default) => No sasl_passwd will be created
* *string* => A /etc/postfix/sasl_passwd will be created with that content and postmap will be run on it
Please read [how the container starts](https://github.com/tomav/docker-mailserver/blob/master/start-mailserver.sh) to understand what's expected.