From 9f70910283b5e96ba9530c5b54999e8ccf833c9c Mon Sep 17 00:00:00 2001 From: Valentin Tolmer Date: Mon, 1 Aug 2022 08:28:37 +0200 Subject: [PATCH] docs: Update the docker config template to add smtp_encryption --- lldap_config.docker_template.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lldap_config.docker_template.toml b/lldap_config.docker_template.toml index c579b8a..1479efc 100644 --- a/lldap_config.docker_template.toml +++ b/lldap_config.docker_template.toml @@ -101,8 +101,8 @@ key_file = "/data/private_key" #server="smtp.gmail.com" ## The SMTP port. #port=587 -## Whether to connect with TLS. -#tls_required=true +## How the connection is encrypted, either "TLS" or "STARTTLS". +#smtp_encryption = "TLS" ## The SMTP user, usually your email address. #user="sender@gmail.com" ## The SMTP password.