Ver código fonte

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

andryyy 8 anos atrás
pai
commit
babad4f137
1 arquivos alterados com 8 adições e 0 exclusões
  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";
+}