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/)