Files
.github
etc
dovecot
mysql
nginx
postfix
prosody
rspamd
local.d
actions.conf
antivirus.conf
arc.conf
classifier-bayes.conf
dkim_signing.conf
greylist.conf
groups.conf
logging.inc
options.inc
phishing.conf
ratelimit.conf
redis.conf
statistics_group.conf
worker-fuzzy.inc
worker-proxy.inc
lua
override.d
systemd
tor
wireguard
rc.local
resolv.conf
etc_clearnet_proxy
locale
tools
www
.gitignore
COPYING
README.md
SECURITY.md
common_config.php
composer.json
cron.php
install_binaries.sh
install_binaries_proxy.sh
setup.php
squirrelmail_check_quota.patch
squirrelmail_config.php
squirrelmail_plugin_hooks.php
update-translation.sh
mail-hosting/etc/rspamd/local.d/antivirus.conf
2024-06-02 15:33:25 +02:00

12 lines
242 B
Plaintext

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;
}