commit 5f4abb1b7f08adbee61232cddcecda3fa5eaff1e
parent dfe1e30d1b421c9b34fb4b1fc3b209fa08ca5cef
Author: Daniel GarcĂa <dani-garcia@users.noreply.github.com>
Date: Sun, 27 Nov 2022 21:59:18 +0100
Merge pull request #2911 from skid9000/patch-1
Update config comment to reflect rfc8314.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.env.template b/.env.template
@@ -352,7 +352,7 @@
# SMTP_FROM=vaultwarden@domain.tld
# SMTP_FROM_NAME=Vaultwarden
# SMTP_SECURITY=starttls # ("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=587 # 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=587 # Ports 587 (submission) and 25 (smtp) are standard without encryption and with encryption via STARTTLS (Explicit TLS). Port 465 (submissions) is used for encrypted submission (Implicit TLS).
# SMTP_USERNAME=username
# SMTP_PASSWORD=password
# SMTP_TIMEOUT=15