Fix wrong description in .env.template

The old comment was wrongly copy-pasted
This commit is contained in:
Tom Stein 2020-10-13 20:46:21 +02:00 committed by Juan Luis Baptiste
parent 5e4998f14e
commit 4398bb1053

View File

@ -17,7 +17,7 @@
# Optional: This will add a header for tracking messages upstream. Helpful for spam filters. Will appear as "RelayTag: ${SMTP_HEADER_TAG}" in the email headers. # Optional: This will add a header for tracking messages upstream. Helpful for spam filters. Will appear as "RelayTag: ${SMTP_HEADER_TAG}" in the email headers.
#SMTP_HEADER_TAG= #SMTP_HEADER_TAG=
# Optional: This will add a header for tracking messages upstream. Helpful for spam filters. Will appear as "RelayTag: ${SMTP_HEADER_TAG}" in the email headers. # Optional: Setting this will allow you to add additional, comma seperated, subnets to use the relay. Used like SMTP_NETWORKS='xxx.xxx.xxx.xxx/xx,xxx.xxx.xxx.xxx/xx'.
#SMTP_NETWORKS= #SMTP_NETWORKS=
# Optional: Set this to a mounted file containing the password, to avoid passwords in env variables. # Optional: Set this to a mounted file containing the password, to avoid passwords in env variables.