Koozali.org: home of the SME Server

Obsolete Releases => SME 7.x Contribs => Topic started by: kryptos on May 09, 2007, 10:59:32 AM

Title: dansguardian with antivirus
Post by: kryptos on May 09, 2007, 10:59:32 AM
hi all

Does anyone here succesfully installed dansguardian with antivirus capabilities?

Regards,
Rocel
Title: dansguardian with antivirus
Post by: kevinb on May 10, 2007, 05:30:35 PM
Yes we have,

Awhile ago. If I remember correctly the install was from dungog and we just had to set up the config files.

Kevin
Title: dansguardian with antivirus
Post by: kryptos on May 11, 2007, 03:19:26 AM
Hi Kevin,

what version are you using? I already install sme-dansguardian from dungog but i can't find about antivirus. Can you point on the right direction where i can configure that? Thanks!

Regards,
Rocel
Title: dansguardian with antivirus
Post by: kevinb on May 11, 2007, 04:08:05 AM
We are running the latest released SME (7.X.X) with the dungog Dansguardian.

In the dansguardian.conf file:
Code: [Select]

# Content Scanners (Also known as AV scanners)
# These are plugins that scan the content of all files your browser fetches
# for example to AV scan.  The options are limitless.  Eventually all of
# DansGuardian will be plugin based.  You can have more than one content
# scanner. The plugins are run in the order you specify.
# This is one of the few places you can have multiple options of the same name.
#
# Some of the scanner(s) require 3rd party software and libraries eg clamav.
# See the individual plugin conf file for more options (if any).
#
#!! Not compiled !! contentscanner = '/etc/dansguardian/contentscanners/clamav.conf'
contentscanner = '/etc/dansguardian/contentscanners/clamdscan.conf'



In the dansguardian1.conf file:

Code: [Select]

# Disable content scanning
# If you enable this option you will disable content scanning for this group.
# Content scanning primarily is AV scanning (if enabled) but could include
# other types.
# (on|off) default = off.
disablecontentscan = off



I think that is it.

Good luck!

Kevin
Title: dansguardian with antivirus
Post by: kryptos on May 11, 2007, 05:40:24 AM
I see i think that's the paid version? is there any other way that i can get it working without the paid version?   :)

regards,
Rocel
Title: dansguardian with antivirus
Post by: Jean-Philippe Pialasse on May 11, 2007, 09:17:15 AM
HE shows you how to chnage manually into the config files.

As the only difference between two versions is the existence of a pannel in the server-manager.... you can do it in the free version as i did.

works great.



Just had a problem with huge pdf files when users try to see them thanks to plugin in the web page rather than save as... but this is a bug in squid that can be corrected changing some configuration in it .

JPP
Title: dansguardian with antivirus
Post by: kryptos on May 11, 2007, 10:46:24 AM
Thanks!  i didn't notice there is another version. previously i was using 2.8 rpm ill try the new one. ill just feedback as soon as this thing work.

regards,
Rocel
Title: dansguardian with antivirus
Post by: kevinb on May 11, 2007, 05:27:49 PM
We are using the free version.

We run "yum upgrade" from a shell so we should be at the latest released version of everything.
Title: dansguardian with antivirus
Post by: kevinb on May 11, 2007, 06:25:08 PM
BTW ... we set dungog as a repository so their stuff gets updated automatically like the main SME files.