mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
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
|
||||
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:<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 a new issue