feat: Add ENV option to enable subject line logging
This commit is contained in:
committed by
Juan Luis Baptiste
parent
f831f935b9
commit
f280c00f87
@@ -79,6 +79,8 @@ The following env variable(s) are optional.
|
||||
|
||||
* `DESTINATION` This will define a list of domains from which incoming messages will be accepted.
|
||||
|
||||
* `LOG_SUBJECT` This will output the subject line of messages in the log.
|
||||
|
||||
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" \
|
||||
|
||||
Reference in New Issue
Block a user