Koozali.org: home of the SME Server

Obsolete Releases => SME 7.x Contribs => Topic started by: magwm on May 27, 2009, 05:45:47 PM

Title: SquidGuard : cannot add to whitelist
Post by: magwm on May 27, 2009, 05:45:47 PM
Hello, forum!

This time I am fighting with squidguard. It does work well, I have it installed on my production server and it nicely blocks all that is configured in the db:

squidguard=service
    Blacklist=http://squidguard.shalla.de/Downloads/shallalist.tar.gz
    Squidguard_Allow=trusted
    Squidguard_Block=adult,aggressive,drugs,gambling,hacking,porn,proxy,violence,warez,socialnet,spyware,fortunetelling,chat,tracker
    Squidguard_FullAccess=all
    Squidguard_NoAccess=none

I also am able to add sites to the exclusion list:  myserver/squidguard -> view domains   reports:

Contents of the trusted domains file:
flickr.com
www.flickr.com

(I want to permit flickr to our users)

I restarted squid, reconfigured squidguard, reconfigured squid, did "server# squidguard -C all"

I also did The supdate script,
I restarted squid with
/etc/rc7.d/S90squid stop
/etc/rc7.d/S90squid start

but to no avail.. what can  I do to make squidguard see my exceptions to the shallalist?

ciaociao,

Michel
Title: Re: SquidGuard : cannot add to whitelist
Post by: mrjhb3 on June 01, 2009, 07:00:47 PM
Did you look to see if you had any errors in your squidguard log files?  I have items in the trusted domains using the panel and they seem to work fine for me.  I don't usually run anything immediately, I just let it take effect the next day after the cron job runs.

John