Spiegel von
https://github.com/dani-garcia/vaultwarden.git
synchronisiert 2024-11-04 02:18:00 +01:00
Update .env.template
Co-authored-by: Helmut K. C. Tessarek <tessarek@evermeet.cx>
Dieser Commit ist enthalten in:
Ursprung
63aad2e5d2
Commit
4a9a0f7e64
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
|
@ -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), 465 (submissions) and 25 (smtp) are standard without encryption and with encryption ports, 587 use STARTTLS (Explicit encryption) and 465 use native TLS (Implicit encryption)
|
||||
# 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
|
||||
|
|
Laden …
In neuem Issue referenzieren