Anti-Virus local configuration for Rspamd, container not enabled by default

This commit is contained in:
andryyy 2017-04-20 21:14:20 +02:00
parent cae7ff7816
commit babad4f137

View File

@ -0,0 +1,8 @@
clamav {
attachments_only = false;
max_size = 20000000;
symbol = "CLAM_VIRUS";
type = "clamav";
log_clean = true;
servers = "clamd:3310";
}