updated rspamd config
This commit is contained in:
@@ -2,10 +2,11 @@ clamav {
|
||||
scan_mime_parts = true;
|
||||
scan_text_mime = true;
|
||||
scan_image_mime = true;
|
||||
|
||||
retransmits = 2;
|
||||
timeout = 30;
|
||||
symbol = "CLAM_VIRUS";
|
||||
type = "clamav";
|
||||
servers = "/var/run/clamd.amavisd/clamd.sock";
|
||||
servers = "127.0.0.1:3310"
|
||||
|
||||
patterns {
|
||||
# symbol_name = "pattern";
|
||||
|
||||
Reference in New Issue
Block a user