mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-23 02:14:26 +00:00
Merge ab862d4a82 into e727620bd3
This commit is contained in:
commit
acff4d55f0
2 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
{%- if env.SKIP_CLAMD == "n" or env.SKIP_CLAMD == "no" -%}
|
||||
clamav {
|
||||
# Scan whole message
|
||||
scan_mime_parts = false;
|
||||
|
|
@ -9,3 +10,4 @@ clamav {
|
|||
servers = "clamd:3310";
|
||||
max_size = 20971520;
|
||||
}
|
||||
{% endif %}
|
||||
|
|
|
|||
|
|
@ -97,6 +97,7 @@ services:
|
|||
- REDIS_SLAVEOF_PORT=${REDIS_SLAVEOF_PORT:-}
|
||||
- REDISPASS=${REDISPASS}
|
||||
- SPAMHAUS_DQS_KEY=${SPAMHAUS_DQS_KEY:-}
|
||||
- RSPAMD_SKIP_CLAMD=${SKIP_CLAMD:-n}
|
||||
volumes:
|
||||
- ./data/hooks/rspamd:/hooks:Z
|
||||
- ./data/conf/rspamd/custom/:/etc/rspamd/custom:z
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue