|
@@ -241,10 +241,11 @@ services:
|
|
- dovecot
|
|
- dovecot
|
|
|
|
|
|
postfix-mailcow:
|
|
postfix-mailcow:
|
|
- image: mailcow/postfix:1.45
|
|
|
|
|
|
+ image: mailcow/postfix:1.46
|
|
depends_on:
|
|
depends_on:
|
|
- mysql-mailcow
|
|
- mysql-mailcow
|
|
volumes:
|
|
volumes:
|
|
|
|
+ - ./data/hooks/postfix:/hooks
|
|
- ./data/conf/postfix:/opt/postfix/conf
|
|
- ./data/conf/postfix:/opt/postfix/conf
|
|
- ./data/assets/ssl:/etc/ssl/mail/:ro
|
|
- ./data/assets/ssl:/etc/ssl/mail/:ro
|
|
- postfix-vol-1:/var/spool/postfix
|
|
- postfix-vol-1:/var/spool/postfix
|