mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-25 07:41:30 +00:00
16 lines
297 B
JSON
16 lines
297 B
JSON
[
|
|
{
|
|
"template": "whitelist.ign2.j2",
|
|
"output": "/var/lib/clamav/whitelist.ign2",
|
|
"clean_blank_lines": true
|
|
},
|
|
{
|
|
"template": "clamd.conf.j2",
|
|
"output": "/etc/clamav/clamd.conf"
|
|
},
|
|
{
|
|
"template": "freshclam.conf.j2",
|
|
"output": "/etc/clamav/freshclam.conf"
|
|
}
|
|
]
|