Update mailserver.env
This commit is contained in:
parent
2cabc0e81b
commit
9273326709
|
@ -240,6 +240,9 @@ SMTP_ONLY=
|
|||
# self-signed => Enables self-signed certificates
|
||||
SSL_TYPE=
|
||||
|
||||
# Provide a comma separated list of domains to additionally export the certificate from acme.json
|
||||
SSL_SNI_DOMAINS=
|
||||
|
||||
# These are only supported with `SSL_TYPE=manual`.
|
||||
# Provide the path to your cert and key files that you've mounted access to within the container.
|
||||
SSL_CERT_PATH=
|
||||
|
|
Loading…
Reference in New Issue