feat: Parameterize destination config value

This commit is contained in:
nick
2021-06-30 05:05:26 -04:00
committed by Juan Luis Baptiste
parent 8011cddf8a
commit 222d3fad72
3 changed files with 7 additions and 2 deletions

View File

@@ -77,6 +77,8 @@ The following env variable(s) are optional.
OVERWRITE_FROM=email@company.com
OVERWRITE_FROM="Your Name" <email@company.com>
* `DESTINATION` This will define a list of domains from which incoming messages will be accepted.
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" \