1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-25 02:29:32 +02:00

Fix hard-coded SKIP_CLAMD

This commit is contained in:
James Smith 2019-01-17 21:23:24 +00:00 committed by GitHub
parent d6efc2fcd3
commit be44ca019d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -181,7 +181,7 @@ SKIP_IP_CHECK=n
# Skip ClamAV (clamd-mailcow) anti-virus (Rspamd will auto-detect a missing ClamAV container) - y/n
SKIP_CLAMD=n
SKIP_CLAMD=${SKIP_CLAMD}
# Skip Solr on low-memory systems
SKIP_SOLR=${SKIP_SOLR}