]> git.proxmox.com Git - pmg-api.git/blob - templates/freshclam.conf.in
templates/freshclam.conf.in: add template for freshclam config
[pmg-api.git] / templates / freshclam.conf.in
1 DatabaseOwner clamav
2 LogVerbose false
3 LogSyslog true
4 LogFacility LOG_LOCAL6
5 LogFileMaxSize 0
6 Foreground false
7 Debug false
8 MaxAttempts 5
9 Checks 24
10 AllowSupplementaryGroups false
11 DatabaseDirectory /var/lib/clamav/
12 PidFile /var/run/clamav/freshclam.pid
13 DatabaseMirror [% pmg.clamav.dbmirror %]
14 ConnectTimeout 30
15 ReceiveTimeout 30
16 ScriptedUpdates no
17 CompressLocalDatabase no
18 NotifyClamd /etc/clamav/clamd.conf
19 DNSDatabaseInfo current.cvd.clamav.net
20 [% IF pmg.admin.proxyserver %]
21 HTTPProxyServer [% pmg.admin.proxyserver %]
22 HTTPProxyPort [% pmg.admin.proxyport %]
23 [% IF pmg.admin.proxyuser %]
24 HTTPProxyUsername [% pmg.admin.proxyuser %]
25 [% END %]
26 [% IF pmg.admin.proxypassword %]
27 HTTPProxyPassword [% pmg.admin.proxypassword %]
28 [% END %]
29 [% END %]