Antispam not an optional service, postfix fails without it

This commit is contained in:
Tim Möhlmann
2018-10-25 17:37:22 +03:00
parent dde7ccca97
commit 1e3392e417
4 changed files with 2 additions and 18 deletions

View File

@@ -66,8 +66,6 @@ services:
depends_on:
- front
# Optional services
{% if antispam_enabled %}
antispam:
image: ${DOCKER_ORG:-mailu}/rspamd:${MAILU_VERSION:-{{ version }}}
restart: always
@@ -78,8 +76,8 @@ services:
- "{{ root }}/overrides/rspamd:/etc/rspamd/override.d"
depends_on:
- front
{% endif %}
# Optional services
{% if antivirus_enabled %}
antivirus:
image: ${DOCKER_ORG:-mailu}/clamav:${MAILU_VERSION:-{{ version }}}