Hi-- On Oct 30, 2013, at 3:27 AM, [email protected] wrote: > I would be interested in an antivirus solution for an enterprise in > order to reduce the likelihood of delivering infected documents to the > system. The requirements include that the scan shall be initiated by > the system when a user uploads a document to the system or downloads a > document from the system.
OK. Kindly clarify whether "uploads" and "downloads" refers to HTTP (web) access, network filesharing like SMB/CIFS, NFS, etc, or something else? > The system runs on a 64-bit Sparc machines > under Solaris 10 and a solution is needed where a daemon will be running > to continuously check the documents. My question is whether there is > the possibility of passing a command line input to pipe to the deamon > process so that a file can also be checked under demand. Certainly-- clamdscan talks with clamd in exactly such a manner, as do some external things like amavisd. > Moreover, due to its interactive nature the performance of the scanning > has to be milliseconds processing being able to supply a return code. Hmm, ClamAV can provide that kind of timing for small files. It takes on the order of ~100ms per MB for larger files on mildly dated commodity hardware; note that while the Sun SPARC boxes have great I/O and lots of CPU threads, each CPU tends to be slow compared to modern Intel/AMD processors. Regards, -- -Chuck _______________________________________________ Help us build a comprehensive ClamAV guide: https://github.com/vrtadmin/clamav-faq http://www.clamav.net/support/ml
