Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added description of how to enable virus checking during submission

...

Code Block
service.host = 127.0.0.1
Change if not running on the same host as your DSpace installation.
service.port = 3310
Change if not using standard ClamAV port
socket.timeout = 120
Change if longer timeout needed
scan.failfast = false
Change only if items have large numbers of bitstreams
  • Wiki Markup
    Finally, if desired virus scanning can be enabled as part of the submission process upload file step. In {{\[dspace\]/config/modules}}, edit configuration file submission-curation.cfg:
Code Block

virus-scan = true

Task Operation from the GUI

...