mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-03-26 16:32:44 +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 {
|
clamav {
|
||||||
# Scan whole message
|
# Scan whole message
|
||||||
scan_mime_parts = false;
|
scan_mime_parts = false;
|
||||||
@@ -9,3 +10,4 @@ clamav {
|
|||||||
servers = "clamd:3310";
|
servers = "clamd:3310";
|
||||||
max_size = 20971520;
|
max_size = 20971520;
|
||||||
}
|
}
|
||||||
|
{% endif %}
|
||||||
|
|||||||
@@ -97,6 +97,7 @@ services:
|
|||||||
- REDIS_SLAVEOF_PORT=${REDIS_SLAVEOF_PORT:-}
|
- REDIS_SLAVEOF_PORT=${REDIS_SLAVEOF_PORT:-}
|
||||||
- REDISPASS=${REDISPASS}
|
- REDISPASS=${REDISPASS}
|
||||||
- SPAMHAUS_DQS_KEY=${SPAMHAUS_DQS_KEY:-}
|
- SPAMHAUS_DQS_KEY=${SPAMHAUS_DQS_KEY:-}
|
||||||
|
- RSPAMD_SKIP_CLAMD=${SKIP_CLAMD:-n}
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/hooks/rspamd:/hooks:Z
|
- ./data/hooks/rspamd:/hooks:Z
|
||||||
- ./data/conf/rspamd/custom/:/etc/rspamd/custom:z
|
- ./data/conf/rspamd/custom/:/etc/rspamd/custom:z
|
||||||
|
|||||||
Reference in New Issue
Block a user