mirror of
https://github.com/DanWin/mail-hosting.git
synced 2024-11-22 15:40:25 +00:00
11 lines
242 B
Text
11 lines
242 B
Text
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;
|
|
}
|