This commit is contained in:
2025-03-23 20:45:54 +01:00
parent 538abb6e59
commit b6a60f8a20
3 changed files with 70 additions and 63 deletions

View File

@@ -9,10 +9,12 @@ services:
- "110:110" # POP3
- "995:995" # POP3S (SSL/TLS)
volumes:
- ./config/doveconf24.conf:/etc/dovecot/dovecot.conf # Pfad zur Konfig
- ./config/dovecot24.conf:/etc/dovecot/dovecot.conf # Pfad zur Konfig
- ./ssl:/etc/dovecot/ssl
- ./mail:/var/mail
- ./log:/var/log
environment:
- USER_PASSWORD : 'SUPERSECRET'
command: ["dovecot", "-F"] # Foreground mit eigener Konfig
networks:
- mail_network