wildduck 2. version
This commit is contained in:
parent
7748cdff65
commit
2b6f04afbe
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Reference in New Issue