2017-04-21 03:14:20 +08:00
|
|
|
clamav {
|
2019-01-08 20:00:56 +08:00
|
|
|
# Scan whole message
|
|
|
|
scan_mime_parts = false;
|
|
|
|
#scan_text_mime = true;
|
|
|
|
#scan_image_mime = true;
|
2017-04-21 03:14:20 +08:00
|
|
|
symbol = "CLAM_VIRUS";
|
|
|
|
type = "clamav";
|
|
|
|
log_clean = true;
|
|
|
|
servers = "clamd:3310";
|
|
|
|
}
|