mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-02-13 21:00:03 +00:00
Update antivirus.conf to check for 'no' in SKIP_CLAMD
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{% if env.SKIP_CLAMD == "n" %}
|
||||
{%- if env.SKIP_CLAMD == "n" or env.SKIP_CLAMD == "no" -%}
|
||||
clamav {
|
||||
# Scan whole message
|
||||
scan_mime_parts = false;
|
||||
|
||||
Reference in New Issue
Block a user