Browse Source

Anti-Virus local configuration for Rspamd, container not enabled by default

andryyy 8 năm trước cách đây
mục cha
commit
babad4f137
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      data/conf/rspamd/local.d/antivirus.conf

+ 8 - 0
data/conf/rspamd/local.d/antivirus.conf

@@ -0,0 +1,8 @@
+clamav {
+  attachments_only = false;
+  max_size = 20000000;
+  symbol = "CLAM_VIRUS";
+  type = "clamav";
+  log_clean = true;
+  servers = "clamd:3310";
+}