dovecot 2.3.21.1
This commit is contained in:
@@ -5,17 +5,17 @@ services:
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "143:143" # IMAP
|
||||
- "993:993" # IMAPS (IMAP über SSL)
|
||||
- "993:993" # IMAPS
|
||||
- "110:110" # POP3
|
||||
- "995:995" # POP3S
|
||||
volumes:
|
||||
- ./config/dovecot:/etc/dovecot
|
||||
- ./config/dovecot/users:/etc/dovecot/users:ro
|
||||
- ./data/mail:/var/mail
|
||||
- ./logs:/var/log
|
||||
# Bei Bedarf: Zugriff auf Caddy-Zertifikate
|
||||
# - /pfad/zu/caddy/certs:/etc/dovecot/ssl:ro
|
||||
- ./config:/etc/dovecot
|
||||
- ./ssl:/etc/dovecot/ssl
|
||||
- ./mail:/var/mail
|
||||
- ./log:/var/log
|
||||
networks:
|
||||
- mail_network
|
||||
|
||||
networks:
|
||||
mail_network:
|
||||
driver: bridge
|
||||
driver: bridge
|
||||
Reference in New Issue
Block a user