fix: load SMTP via secret files on submissions:465
Env-based notifier creds were unreliable; use secrets/smtp_*.txt, RFC5322 sender, and implicit TLS to 0012.de Plesk. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+1
-3
@@ -14,9 +14,7 @@ services:
|
||||
environment:
|
||||
TZ: ${TZ:-Europe/Berlin}
|
||||
X_AUTHELIA_CONFIG_FILTERS: template
|
||||
AUTHELIA_NOTIFIER_SMTP_USERNAME: ${AUTHELIA_NOTIFIER_SMTP_USERNAME}
|
||||
AUTHELIA_NOTIFIER_SMTP_PASSWORD: ${AUTHELIA_NOTIFIER_SMTP_PASSWORD}
|
||||
AUTHELIA_NOTIFIER_SMTP_SENDER: ${AUTHELIA_NOTIFIER_SMTP_SENDER}
|
||||
AUTHELIA_LOG_LEVEL: ${AUTHELIA_LOG_LEVEL:-info}
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.docker.network=traefik
|
||||
|
||||
Reference in New Issue
Block a user