Configure Authelia GMX SMTP notifier

This commit is contained in:
2026-05-06 18:41:24 +02:00
parent f94a55e093
commit 014e51fd67
7 changed files with 37 additions and 11 deletions
+7 -9
View File
@@ -77,15 +77,13 @@ storage:
notifier:
disable_startup_check: false
filesystem:
filename: /config/notifications.log
# SMTP (fuer 2FA-Codes per Mail - optional, empfohlen fuer Produktion):
# smtp:
# address: smtp://smtp.example.com:587
# username: user@example.com
# password: your_password
# sender: Authelia <authelia@kaleschke.info>
# subject: "[Authelia] {title}"
smtp:
address: submission://mail.gmx.net:587
username: michideheld@gmx.de
sender: "Authelia <michideheld@gmx.de>"
identifier: auth.kaleschke.info
subject: "[Authelia] {title}"
startup_check_address: michideheld@gmx.de
totp:
issuer: kaleschke.info
+6
View File
@@ -9,12 +9,18 @@ services:
AUTHELIA_SESSION_SECRET_FILE: /secrets/session_secret.txt
AUTHELIA_STORAGE_ENCRYPTION_KEY_FILE: /secrets/storage_encryption_key.txt
AUTHELIA_STORAGE_POSTGRES_PASSWORD_FILE: /secrets/postgres_password.txt
AUTHELIA_NOTIFIER_SMTP_PASSWORD_FILE: /secrets/smtp_password.txt
volumes:
- /mnt/user/appdata/authelia/config:/config
- /mnt/user/appdata/secrets/authelia_jwt_secret.txt:/secrets/jwt_secret.txt:ro
- /mnt/user/appdata/secrets/authelia_session_secret.txt:/secrets/session_secret.txt:ro
- /mnt/user/appdata/secrets/authelia_storage_encryption_key.txt:/secrets/storage_encryption_key.txt:ro
- /mnt/user/appdata/secrets/authelia_postgres_password.txt:/secrets/postgres_password.txt:ro
- /mnt/user/appdata/secrets/authelia_smtp_password.txt:/secrets/smtp_password.txt:ro
dns:
- 192.168.178.58
- 1.1.1.1
- 8.8.8.8
networks:
- frontend_net
- backend_net