mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-02-17 06:43:56 +00:00
[Rspamd] Do not try scanning eml with clamav when it's off
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
{% if env.SKIP_CLAMD == "n" %}
|
||||
clamav {
|
||||
# Scan whole message
|
||||
scan_mime_parts = false;
|
||||
@@ -9,3 +10,4 @@ clamav {
|
||||
servers = "clamd:3310";
|
||||
max_size = 20971520;
|
||||
}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user