Fix uncommented lines in .env file (#920)
This commit is contained in:
parent
b17ffe85d8
commit
a33c1b49ab
|
@ -74,7 +74,8 @@ POSTSCREEN_ACTION=enforce
|
||||||
# 1 => only launch postfix smtp
|
# 1 => only launch postfix smtp
|
||||||
SMTP_ONLY=
|
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
|
# empty => SSL disabled
|
||||||
# letsencrypt => Enables Let's Encrypt certificates
|
# letsencrypt => Enables Let's Encrypt certificates
|
||||||
# custom => Enables custom certificates
|
# custom => Enables custom certificates
|
||||||
|
@ -91,7 +92,8 @@ VIRUSMAILS_DELETE_DELAY=
|
||||||
# 1 => enabled
|
# 1 => enabled
|
||||||
ENABLE_POSTFIX_VIRTUAL_TRANSPORT=
|
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
|
# empty => fail
|
||||||
# `lmtp:unix:private/dovecot-lmtp` (use socket)
|
# `lmtp:unix:private/dovecot-lmtp` (use socket)
|
||||||
# `lmtps:inet:<host>:<port>` (secure lmtp with starttls, take a look at https://sys4.de/en/blog/2014/11/17/sicheres-lmtp-mit-starttls-in-dovecot/)
|
# `lmtps:inet:<host>:<port>` (secure lmtp with starttls, take a look at https://sys4.de/en/blog/2014/11/17/sicheres-lmtp-mit-starttls-in-dovecot/)
|
||||||
|
|
Loading…
Reference in New Issue