feat: Allow disabling SMTPUTF8

This commit is contained in:
Nico Weichbrodt
2021-11-19 10:31:40 +01:00
committed by Juan Luis Baptiste
parent f280c00f87
commit a80ceca118
3 changed files with 11 additions and 0 deletions

View File

@@ -81,6 +81,8 @@ The following env variable(s) are optional.
* `LOG_SUBJECT` This will output the subject line of messages in the log.
* `SMTPUTF8_ENABLE` This will enable (default) or disable support for SMTPUTF8. Valid values are `no` to disable and `yes` to enable. Not setting this variable will use the postfix default, which is `yes`.
To use this container from anywhere, the 25 port or the one specified by `SMTP_PORT` needs to be exposed to the docker host server:
docker run -d --name postfix -p "25:25" \