Crafter UGC engine.
- Clamav must be installed (along with the clamd deamon)
- A TCPhost and a TCPport must be provided in the clamd.conf file
- The clamd deamon must be running with the provided configuration
Note: With the information given so far a localhost 3310 configuration is necessary and enough to run the clam virus scanner tests
- The crafter-social virus-scanner properties file must match the host and the port configured in the clamd.conf file
- A ClamVirusScannerImpl should be provided to the VirusScannerService bean in the virus-scanner-context.xml file
Note: There is a nullVirusScannerImpl being given to the VirusScannerService as the default implementation (which means that the virus scanning is disable by default).