fixed logging in spampd and postfix

This commit is contained in:
andreas
2023-10-26 20:55:23 +00:00
parent 991905dd4f
commit f808ebae4a
13 changed files with 168 additions and 29 deletions

View File

@@ -83,6 +83,7 @@ services:
- traefik
postfix:
build: ./postfix
tty: true
image: baloan/postfix
ports:
- 8025:25
@@ -90,6 +91,7 @@ services:
- spool:/var/spool/postfix
spampd:
build: ./spampd
tty: true
image: baloan/spampd
volumes:
- spamassassin:/var/lib/spamassassin