From a97ff19a3326051196b1e7909ee5f9cb952cdef0 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 28 May 2022 16:51:08 +0200 Subject: [PATCH] Update vaultwarden.env --- conf/vaultwarden.env | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/conf/vaultwarden.env b/conf/vaultwarden.env index e417abe..c1bba28 100644 --- a/conf/vaultwarden.env +++ b/conf/vaultwarden.env @@ -345,8 +345,10 @@ ROCKET_WORKERS=1 SMTP_HOST=127.0.0.1 SMTP_FROM=vaultwarden-rs@__DOMAIN__ SMTP_FROM_NAME=Vaultwarden -SMTP_SECURITY=off # ("starttls", "force_tls", "off") Enable a secure connection. Default is "starttls" (Explicit - ports 587 or 25), "force_tls" (Implicit - port 465) or "off", no encryption (port 25) -SMTP_PORT=25 # Ports 587 (submission) and 25 (smtp) are standard without encryption and with encryption via STARTTLS (Explicit TLS). Port 465 is outdated and used with Implicit TLS. +# ("starttls", "force_tls", "off") Enable a secure connection. Default is "starttls" (Explicit - ports 587 or 25), "force_tls" (Implicit - port 465) or "off", no encryption (port 25) +SMTP_SECURITY=off +# Ports 587 (submission) and 25 (smtp) are standard without encryption and with encryption via STARTTLS (Explicit TLS). Port 465 is outdated and used with Implicit TLS. +SMTP_PORT=25 # SMTP_USERNAME=username # SMTP_PASSWORD=password # SMTP_TIMEOUT=15