mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-02-17 14:53:56 +00:00
Compare commits
3 Commits
master
...
dragoangel
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ab862d4a82 | ||
|
|
8834d04146 | ||
|
|
7733844722 |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user