diff options
author | Daniel García <[email protected]> | 2022-02-27 21:50:33 +0100 |
---|---|---|
committer | Daniel García <[email protected]> | 2022-02-27 21:50:33 +0100 |
commit | 843f205f6fb2e223730c8047525c819759bf1531 (patch) | |
tree | 1fa0a21b01a0fb7e94f8727fc8a4712950a08069 /.env.template | |
parent | 2ff51ae77e482ef7d1e4bd892197baca166d1204 (diff) | |
parent | 42136a70973f60086749c62439c6a965d4589c02 (diff) | |
download | vaultwarden-843f205f6fb2e223730c8047525c819759bf1531.tar.gz vaultwarden-843f205f6fb2e223730c8047525c819759bf1531.zip |
Merge branch 'async-updates' of https://github.com/BlackDex/vaultwarden into BlackDex-async-updates
Diffstat (limited to '.env.template')
-rw-r--r-- | .env.template | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.env.template b/.env.template index 5bc3d047..3c8a5ebb 100644 --- a/.env.template +++ b/.env.template @@ -336,9 +336,8 @@ # SMTP_HOST=smtp.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_SSL=true # (Explicit) - This variable by default configures Explicit STARTTLS, it will upgrade an insecure connection to a secure one. Unless SMTP_EXPLICIT_TLS is set to true. Either port 587 or 25 are default. -# SMTP_EXPLICIT_TLS=true # (Implicit) - N.B. This variable configures Implicit TLS. It's currently mislabelled (see bug #851) - SMTP_SSL Needs to be set to true for this option to work. Usually port 465 is used here. # SMTP_USERNAME=username # SMTP_PASSWORD=password # SMTP_TIMEOUT=15 |