clone from private repo
This commit is contained in:
commit
c0ae983acb
48 changed files with 2766 additions and 0 deletions
7
mail_system/templates/rspamd/antivirus.conf
Normal file
7
mail_system/templates/rspamd/antivirus.conf
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
clamav {
|
||||
attachments_only = false;
|
||||
symbol = "CLAM_VIRUS";
|
||||
type = "clamav";
|
||||
action = "reject";
|
||||
servers = "/var/run/clamav/clamd.ctl";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue