forked from infra/ansible
10 lines
200 B
Plaintext
10 lines
200 B
Plaintext
|
clamav {
|
||
|
servers = "/var/run/clamav/clamd.ctl";
|
||
|
symbol = "CLAMAV_VIRUS";
|
||
|
attachments_only = false;
|
||
|
patterns {
|
||
|
JUST_EICAR = nan; #Disable EICAR handling
|
||
|
}
|
||
|
action = "reject";
|
||
|
}
|