Files
modoboa-installer/modoboa_installer/scripts/files/rspamd/local.d/antivirus.conf.tpl
2025-08-19 15:30:29 +02:00

15 lines
262 B
Smarty

clamav {
scan_mime_parts = true;
scan_text_mime = true;
scan_image_mime = true;
symbol = "CLAM_VIRUS";
type = "clamav";
servers = "/var/run/clamd.amavisd/clamd.sock";
patterns {
# symbol_name = "pattern";
JUST_EICAR = "Test.EICAR";
}
}