fixed postfix configuration

This commit is contained in:
andreas
2023-04-07 15:45:32 +00:00
parent 1bdf801fac
commit d5f5750911
34 changed files with 1024 additions and 605 deletions

View File

@@ -5,12 +5,14 @@ services:
image: core
depends_on:
- mysql
ports:
- 236:236
volumes:
- attachments:/var/lib/kopano/attachments
- ./etc-zntrl/kopano:/etc/kopano:ro
# - ./etc-zntrl/ssl:/etc/ssl:ro
command: /usr/sbin/kopano-server
spooler:
build: ./core
image: core
depends_on:
- server
@@ -77,7 +79,7 @@ services:
- 8025:25
volumes:
- spool:/var/spool/postfix
- ./etc-zntrl/postfix:/etc/postfix:ro
# - ./etc-zntrl/postfix:/etc/postfix
networks:
traefik:
external: true