From 4398bb1053c54b2d79d89bc81186f67aae8dd447 Mon Sep 17 00:00:00 2001 From: Tom Stein Date: Tue, 13 Oct 2020 20:46:21 +0200 Subject: [PATCH] Fix wrong description in .env.template The old comment was wrongly copy-pasted --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index b9c2b0a..afdcf0b 100644 --- a/.env.example +++ b/.env.example @@ -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. #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= # Optional: Set this to a mounted file containing the password, to avoid passwords in env variables.