From a33c1b49ab494f7b94fdf820a493858f1dae52a7 Mon Sep 17 00:00:00 2001 From: Paul Adams Date: Thu, 29 Mar 2018 17:31:18 +0100 Subject: [PATCH] Fix uncommented lines in .env file (#920) --- .env.dist | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.env.dist b/.env.dist index 7db07447..df2cf266 100644 --- a/.env.dist +++ b/.env.dist @@ -74,7 +74,8 @@ POSTSCREEN_ACTION=enforce # 1 => only launch postfix smtp SMTP_ONLY= -Please read [the SSL page in the wiki](https://github.com/tomav/docker-mailserver/wiki/Configure-SSL) for more information. +# Please read [the SSL page in the wiki](https://github.com/tomav/docker-mailserver/wiki/Configure-SSL) for more information. +# # empty => SSL disabled # letsencrypt => Enables Let's Encrypt certificates # custom => Enables custom certificates @@ -91,7 +92,8 @@ VIRUSMAILS_DELETE_DELAY= # 1 => enabled ENABLE_POSTFIX_VIRTUAL_TRANSPORT= -Enabled by ENABLE_POSTFIX_VIRTUAL_TRANSPORT. Specify the final delivery of postfix +# Enabled by ENABLE_POSTFIX_VIRTUAL_TRANSPORT. Specify the final delivery of postfix +# # empty => fail # `lmtp:unix:private/dovecot-lmtp` (use socket) # `lmtps:inet::` (secure lmtp with starttls, take a look at https://sys4.de/en/blog/2014/11/17/sicheres-lmtp-mit-starttls-in-dovecot/)