From d8119f37382ea82eec42e5a25e0f350f1e2e9b86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Gaspard?= Date: Wed, 1 Apr 2020 22:33:03 +0200 Subject: [PATCH] Make it explicit that not having `SMTP_{USERNAME,PASSWORD}` is OK --- SMTP-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SMTP-configuration.md b/SMTP-configuration.md index 747e70c..8b23016 100644 --- a/SMTP-configuration.md +++ b/SMTP-configuration.md @@ -13,7 +13,7 @@ docker run -d --name bitwarden \ bitwardenrs/server:latest ``` -When `SMTP_SSL` is set to `true`(this is the default), only TLSv1.1 and TLSv1.2 protocols will be accepted and `SMTP_PORT` will default to `587`. If set to `false`, `SMTP_PORT` will default to `25` and the opportunistic encryption will be tried (no encryption attempted with code prior to 3/12/2020). This can be very insecure, use this setting only if you know what you're doing. To run SMTP in explicit mode, set `SMTP_EXPLICIT_TLS` to `true`. +When `SMTP_SSL` is set to `true`(this is the default), only TLSv1.1 and TLSv1.2 protocols will be accepted and `SMTP_PORT` will default to `587`. If set to `false`, `SMTP_PORT` will default to `25` and the opportunistic encryption will be tried (no encryption attempted with code prior to 3/12/2020). This can be very insecure, use this setting only if you know what you're doing. To run SMTP in explicit mode, set `SMTP_EXPLICIT_TLS` to `true`. If you can send emails without logging in, you can simply not set `SMTP_USERNAME` and `SMTP_PASSWORD`. Note that if SMTP and invitations are enabled, invitations will be sent to new users via email. You must set the `DOMAIN` configuration option with the base URL of your bitwarden_rs instance for the invite link to be generated correctly: