浏览代码

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

andryyy 8 年之前
父节点
当前提交
babad4f137
共有 1 个文件被更改,包括 8 次插入0 次删除
  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";
+}