1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-12-01 22:41:53 +02:00

Disable deprecated rmilter

This commit is contained in:
kaiyou
2017-11-05 16:55:37 +01:00
parent 1d9b3b00a7
commit 08b567e3d9
6 changed files with 1 additions and 174 deletions

View File

@@ -25,7 +25,7 @@ services:
- "$BIND_ADDRESS6:995:995"
- "$BIND_ADDRESS6:25:25"
- "$BIND_ADDRESS6:465:465"
- "$BIND_ADDRESS6:587:587"
- "$BIND_ADDRESS6:587:587"
volumes:
- "$ROOT/certs:/certs"
@@ -54,16 +54,6 @@ services:
- "$ROOT/data:/data"
- "$ROOT/overrides:/overrides"
milter:
# build: rmilter
image: mailu/rmilter:$VERSION
restart: always
env_file: .env
volumes:
- "$ROOT/filter:/data"
- "$ROOT/dkim:/dkim"
- "$ROOT/overrides:/overrides"
antispam:
# build: rspamd
image: mailu/rspamd:$VERSION