mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-22 18:04:44 +00:00
Update antivirus.conf to check for 'no' in SKIP_CLAMD
This commit is contained in:
parent
8834d04146
commit
ab862d4a82
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue