mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-06-27 08:44:18 +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 {
|
clamav {
|
||||||
# Scan whole message
|
# Scan whole message
|
||||||
scan_mime_parts = false;
|
scan_mime_parts = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user