You are here

clamav.settings.yml in ClamAV 8

Same filename and directory in other branches
  1. 2.x config/install/clamav.settings.yml
config/install/clamav.settings.yml

File

config/install/clamav.settings.yml
View source
  1. enabled: true
  2. # Default behaviour: block unchecked files.
  3. outage_action: 0
  4. overridden_schemes: []
  5. # Default scan mode: Daemon (over TCP/IP).
  6. scan_mode: 0
  7. # Default verbosity: quiet.
  8. verbosity: 0
  9. # Per-scan-mode params.
  10. mode_executable:
  11. executable_path: '/usr/bin/clamscan'
  12. executable_parameters: ''
  13. mode_daemon_tcpip:
  14. hostname: 'localhost'
  15. port: 3310
  16. mode_daemon_unixsocket:
  17. unixsocket: '/var/clamav/clamd'