wildduck 2. version

This commit is contained in:
Andreas Knuth 2025-06-05 17:44:40 -05:00
parent 7748cdff65
commit 2b6f04afbe
2 changed files with 17 additions and 3 deletions

View File

@ -45,9 +45,9 @@ services:
- "25:25" # SMTP
- "587:587" # SMTP Submission
- "993:993" # IMAPS
- "995:995" # POP3S
- "127.0.0.1:995:995" # POP3S (nur lokal)
- "143:143" # IMAP
- "110:110" # POP3
- "127.0.0.1:110:110" # POP3 (nur lokal)
networks:
- mail_network
@ -58,9 +58,12 @@ services:
restart: unless-stopped
depends_on:
- wildduck
- redis
environment:
- WEBMAIL_HOST=mail.andreasknuth.de
- WILDDUCK_API=http://wildduck:8080
- REDIS_HOST=redis
- REDIS_PORT=6379
ports:
- "127.0.0.1:4000:3000"
networks:

View File

@ -103,3 +103,14 @@ enabled = true
enabled = true
# Aufbewahrungszeit für Audit-Logs (365 Tage)
retention = 365
# LMTP Konfiguration hinzufügen
[lmtp]
enabled = true
port = 2424
host = "0.0.0.0"
secure = false
# ElasticSearch deaktivieren
[elasticsearch]
enabled = false