Merge pull request 'rem passwd bitwarden smtp' (#1) from rem-passwd-bitwarden-smtp into main

Reviewed-on: mich/ansible_bxlife#1
This commit is contained in:
mich
2025-03-12 13:02:40 +00:00

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