From b8e54449568e4b8eec0d5dcfe5f71124acb55ae3 Mon Sep 17 00:00:00 2001 From: turboaaa Date: Sat, 19 Jan 2019 23:55:18 -0500 Subject: [PATCH] Update README.md Updated variable name. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4574d5..5e0ae1d 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ The following env variables need to be passed to the container: * `SERVER_HOSTNAME` Server hostname for the Postfix container. Emails will appear to come from the hostname's domain. The following env variable(s) are optional. -* `HEADER_TAG` This will add a header for tracking messages upstream. Helpful for spam filters. Will appear as "RelayTag: ${HEADER_TAG}" in the email headers. +* `SMTP_HEADER_TAG` This will add a header for tracking messages upstream. Helpful for spam filters. Will appear as "RelayTag: ${SMTP_HEADER_TAG}" in the email headers. To use this container from anywhere, the 25 port needs to be exposed to the docker host server: