However interestingly enough there isnāt written a single word about it in the documentation about it and if you make a search on the internet there is extremely few internet pages mentioning anything about it.
1.) So do you any of you guys know how to do this? 2.) And if so did you get it successfully to work?
Hmm that is both interesting and sad on the same time.
I mean the idea to implement some kind of virus scan to protect the system makes sense. Just hard to do it when there is no information/very little information.
We hope to have some documentation up for this feature in the near future.
As @pgr has already highlighted the setup is mostly outwith SuiteCRM.
Itās basically a connector to third party scanning engines. When using ClamAV, it should be configured to listen on a tcp socket. ClamAV can be installed on your SuiteCRM server, or ideally on a standalone server or isolated environment with network connectivity back to the clam tcp service.
Once clam is setup then update your config to point to the clam server, set the type to either ālocalā or āremoteā and change āenabledā to true.
Unfortunately its quite limited how much information there is about installing anti-virus on SuiteCRM. If only the admins/dev could post more informationā¦
It is quite well hidden so if you do not read the config file like I did, you will never know that the function existed.
But that is about all information there is. Nothing has ever been written into the SuiteCRM documentation. But as you can see in this thread the function does exist.
The big obvious question is just āhowā, which still remains an conundrum on how to implement the function.
It does makes a lot of sense though I think to have a anti virus safe guarding the installation. It only takes one employee which uploads something and well⦠You might have a BIG headache ahead that you will have to deal withā¦
Thanks!
Nice findingsā¦
That requires though that you run C-panel.
What if you run it raw for example on a ubuntu server with SuiteCRM and want to do a clean installation or run Plesk instead, right?