> Please post your squidGuard.conf file and let us know what revision of
> BerkelyDB you have compiled squidGuard with...
Mostafa sent me this:
BEGIN QUOTE--
this is the output of squidGuard -v:
SquidGuard: 1.2.0 Sleepycat Software: Berkeley DB 4.0.14: (November 18,
2001)
and this is a copy of my conf file:
logdir /usr/local/squidGuard/log
dbhome /usr/local/squidGuard/db
source new {
ip 172.16.3.0/24
}
destination bl_proxy {
domainlist proxy/domains
}
destination bad {
domainlist bad.destdomainlist
}
acl {
new {
pass !bl_proxy !bad
}
default {
pass !bl_proxy !bad
}
}
if anyone can figure out why it is not blocking he can send me a reply
END QUOTE--
If you're using .db files, you need to recompile squidGuard with BerkelyDB
3.2.9 - no other version will do. Alternativly, delete the .db files and run
from the text files (ie do not run squidGuard -C all)
HTH
Alex