| View previous topic :: View next topic |
| Author |
Message |
hansolo
Joined: 13 Jan 2009 Posts: 9
|
Posted: Jan 16, 2009 3:05 pm Post subject: Add Antivirus CLAMAV support |
|
|
Does someone know where is the setting which enable CLAMAV scan of uploaded files??? Is CLAMAV detected automatically by XfileSharingPro?
Thks |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 2109 Location: UFO Lab
|
Posted: Jan 19, 2009 7:07 am Post subject: |
|
|
| enable_clamav_virus_scan option in XFSConfig.pm |
|
| Back to top |
|
 |
sherayusuf3
Joined: 18 Jan 2009 Posts: 88 Location: Jakarta Indonesia
|
Posted: Jan 19, 2009 7:47 am Post subject: |
|
|
find in cgi-bin/XFSConfig.pm
| Code: | # Enable scanning file for viruses with ClamAV after upload (Experimental)
# You need ClamAV installed on your server
enable_clamav_virus_scan => '0', |
change
| Quote: | | enable_clamav_virus_scan => '0', |
to
| Quote: | | enable_clamav_virus_scan => '1', |
|
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 2109 Location: UFO Lab
|
Posted: Jan 19, 2009 11:28 am Post subject: |
|
|
clamav is damn slow I never use it. |
|
| Back to top |
|
 |
|