rem passwd bitwarden smtp #1

Merged
Ghost merged 1 commits from rem-passwd-bitwarden-smtp into main 2025-03-12 14:02:40 +01:00
Showing only changes of commit 2084420f8d - Show all commits

View File

@@ -19,7 +19,7 @@ services:
- SMTP_PORT=465 - SMTP_PORT=465
# 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). # 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=contact@{{ domaine_ext }} - SMTP_USERNAME=contact@{{ domaine_ext }}
- SMTP_PASSWORD=Jemeqq3dw@louovh - SMTP_PASSWORD=
- SMTP_TIMEOUT=15 - SMTP_TIMEOUT=15
ports: ports:
- 9091:80 - 9091:80