Koozali.org: home of the SME Server
Obsolete Releases => SME 7.x Contribs => Topic started by: mgb on September 25, 2008, 05:52:02 AM
-
antivirus for winxp the config explorer port 3128 to ip mysme7.3 to work proxy ?
-
you mean dansguardian + clamav?
-
yum install dansguardian ?
-
http://wiki.contribs.org/Dansguardian
Look towards the bottom of this page. It gives instructions on how to setup DANSGUARDIAN and use CLAMAV with it.
Hope this helps.
Mudra
-
I tried to do a test a few weeks ago. It was some bug, that I think now has been fixed. Please leave a meesage if it it now works ok. (Have not have time to test, again.)
http://wiki.contribs.org/Dansguardian#ClamAV_support
(If the sme server can do virus wash of the web content before arriving at the Windows clients it will be quite interesting.)
-
I tried to do a test a few weeks ago. It was some bug, that I think now has been fixed. Please leave a meesage if it it now works ok. (Have not have time to test, again.)
http://wiki.contribs.org/Dansguardian#ClamAV_support
(If the sme server can do virus wash of the web content before arriving at the Windows clients it will be quite interesting.)
That's how I have it working!
-
====================================================
[root@total ~]# yum --enablerepo=smecontribs install smeserver-dansguardian
==============================================================
WARNING: Additional commands may be required after running yum
==============================================================
Loading "fastestmirror" plugin
Loading "smeserver" plugin
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
Loading mirror speeds from cached hostfile
Reading repository metadata in from local files
Excluding Packages from CentOS - os
Finished
Excluding Packages from CentOS - updates
Finished
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package smeserver-dansguardian.noarch 0:2.9-5.el4.sme set to be updated
--> Running transaction check
--> Processing Dependency: dansguardian >= 2.9 for package: smeserver-dansguardian
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package dansguardian.i386 0:2.10-1.el4.sme set to be updated
--> Running transaction check
--> Processing Dependency: libclamav.so.5 for package: dansguardian
--> Processing Dependency: libclamav.so.5(CLAMAV_PUBLIC) for package: dansguardian
--> Finished Dependency Resolution
Error: Missing Dependency: libclamav.so.5 is needed by package dansguardian
Error: Missing Dependency: libclamav.so.5(CLAMAV_PUBLIC) is needed by package dansguardian
================================================================
No new rpms were installed. No additional commands are required.
================================================================
[root@total ~]#
to install dansguardian
-
I'm experiencing the same yum error while trying to install dansguardian. I gave a look to:
http://dungog.net/wiki/Dungog-dansguardian#smeserver-dansguardian (http://dungog.net/wiki/Dungog-dansguardian#smeserver-dansguardian)
By enabling smeupdates-testing repository only for clamav and updating:
yum update --enablerepo=smeupdates-testing --enablerepo=smecontribs dansguardian clamav
the installation of dansguardian went fine. Usually is not a suggested way to use testing repository but in this situation it seems the only way to carry out the dansguardian install. Consider if You are doing it in a testing or production environment.
Bye
Nicola
-
Not an help but just to say that I'm experiencing the same yum error while trying to install dansguardian.
Bye
Nicola
Mgb & Nicola
a little search give me this (http://forums.contribs.org/index.php/topic,42043.0.html) 3ad..
HTH
Ciao
Stefano
-
Stefano sei dovunque :shock: Mentre correggevo il post dopo avere scoperto la soluzione tu stavi giĆ rispondendo !!!!
Ritorniamo all'inglese/let's go back to english:
Is it good practice to use, at least for clamv, updates from testing repository ?
Nicola
-
Is it good practice to use, at least for clamv, updates from testing repository ?
Hi Nicola
I'm using clam* from smeupdates-testing on many servers.. work perfectly..
HTH
P.S. Lo so ;-)
-
is work ok
is work ok filter an antivirus
new is to install avg antivirus for linux to work dansguardian ?
-
I don't know about this more than clamav and kaspersky support. Give a look to dansguardian.org site.
Nicola
-
1- is work ok filter an antivirus
how to to stop blacklists
how to work only antivirus in squid | The iptables line redirecting traffic to squid is:
2- how to work antivirus in squid in port 80
the not need to config explorer in tools proxy ?
make gateway from mysme ? dhcp
iptables -A PREROUTING -p tcp -m tcp --dport 80 -j REDIRECT --to-port 8080 ?
i test is no work help to fix
http://www.linuxquestions.org/questions/linux-security-4/using-iptables-to-bypass-squid-proxy-for-a-specific-domain-384847/
iptables -A PREROUTING -i eth0 -d 192.168.183.0/24 -j ACCEPT
iptables: No chain/target/match by that name
iptables -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8080
iptables: No chain/target/match by that name