Kablink Component
What about Antivirus solutions? Since team computers in general are not under control of a central administration, virus scanning should be done on the server volumes. When storage of files is based on databases instead of file systems, like kablink or ifolder, virus scanning engines can corrupt the data integrity and so destroy relevant data. On demand scanning could be possible if data is only stored after the scanning process. What are the mechanisms in kablink to integrate any vs engine? joerg
Replies
|
||||||||||||||||||||||||||||||
Attachments in Teaming can be stored in the database OR on the filesystem of the server. So if you're using the filesystem method (which is the default) you should be able to scan all the attachments. Check the ssf.properties file for root.data.dir and scan that folder hierarchy.
As for adding a virus scanner, the current plan for the next release of Kablink is to have hooks in the entry processing engine that will allow custom Java classes to get called during processing of entry events like create, update, and delete. I'll put something up in the forums or on the blog when we have something working.