| 123456789101112131415161718192021 |
- # -- Change Log settings here...
- LogSyslog no
- LogTime yes
- # --> (Optional) Enable logging to file, can work together with LogSyslog
- # UpdateLogFile /var/log/clamav/freshclam.log
- # LogRotate no
- # <--
- # -- Change process settings here...
- PidFile /tmp/freshclam.pid
- # -- Change database settings here...
- DatabaseOwner clamav
- DatabaseMirror database.clamav.net
- # -- Change update and notification settings here...
- ScriptedUpdates yes
- NotifyClamd /etc/clamav/clamd.conf
- # -- Change custom sources for databases here...
- #DatabaseCustomURL http://myserver.example.com/mysigs.ndb
|