Initial commit
This commit is contained in:
COPYINGREADME.mdcommon_config.phpcomposer.jsoncron.php
etc
tools
usr/local/etc/rspamd
local.d
actions.confantivirus.confarc.confclassifier-bayes.confdkim_signing.confgreylist.confgroups.conflogging.incneural.confneural_group.confoptions.incphishing.confratelimit.confredis.confstatistics_group.confworker-fuzzy.incworker-proxy.inc
lua
override.d
www
11
usr/local/etc/rspamd/local.d/antivirus.conf
Normal file
11
usr/local/etc/rspamd/local.d/antivirus.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
clamav {
|
||||
# Scan whole message
|
||||
scan_mime_parts = false;
|
||||
#scan_text_mime = true;
|
||||
#scan_image_mime = true;
|
||||
symbol = "CLAM_VIRUS";
|
||||
type = "clamav";
|
||||
log_clean = true;
|
||||
servers = "/var/run/clamav/clamd.ctl";
|
||||
max_size = 20971520;
|
||||
}
|
Reference in New Issue
Block a user