rspamd clamav settings
This commit is contained in:
parent
254af0c72b
commit
6d8450b270
1 changed files with 3 additions and 0 deletions
|
@ -2,4 +2,7 @@ clamav {
|
||||||
servers = "/run/clamav/clamd.ctl";
|
servers = "/run/clamav/clamd.ctl";
|
||||||
type = "clamav";
|
type = "clamav";
|
||||||
symbol = "CLAM_VIRUS";
|
symbol = "CLAM_VIRUS";
|
||||||
|
scan_mime_parts = true;
|
||||||
|
scan_text_mime = true;
|
||||||
|
scan_image_mime = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue