Files
Docker-rspamd/Stable2.0/conf/local.d/antivirus.conf
Patrick Niebeling de7350baab First Shot
Signed-off-by: Patrick Niebeling <patrick.niebeling@adacor.com>
2024-11-06 17:13:46 +01:00

12 lines
227 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 = "clamd:3310";
max_size = 20971520;
}