Line 1: |
Line 1: |
| + | {{Warning box|this content is outdated, and while there is some interesting feature in this contrib, you can find a more recently maintained contrib called [[WebFilter]] using squidguard with a panel available.}} |
| + | |
| ===SquidGuard=== | | ===SquidGuard=== |
| | | |
Line 5: |
Line 7: |
| J Bennett has packaged squidguard into a sme server compatible application. | | J Bennett has packaged squidguard into a sme server compatible application. |
| | | |
− | If you have not installed the Dag repository please follow this instruction. | + | If you have not installed the Dag repository please follow this instruction.<br /> |
− | {{Repository|Dag}}
| + | |
| + | You need to activate the [[Dag]] reposity before installing this contrib.<br /> |
| + | |
| + | see [[dag|dag repository]] <br /> |
| + | |
| | | |
| Download smeserver-squidguard-1.0-34.noarch.rpm to a folder on your sme server | | Download smeserver-squidguard-1.0-34.noarch.rpm to a folder on your sme server |
Line 15: |
Line 21: |
| yum localinstall smeserver-squidguard*.rpm --enablerepo=dag | | yum localinstall smeserver-squidguard*.rpm --enablerepo=dag |
| | | |
− | That should install the correct package and any dependency rpms it requires. You must have the dag repository configured on your sme server (with status=disabled). | + | That should install the correct package and any dependency rpms it requires. You must have the dag repository configured on your sme server (with status=disabled). You can see the status with this command. |
| + | db yum_repositories show dag |
| + | |
| + | If you run this command the resulting output should look like: |
| + | dag=repository |
| + | BaseURL=http://apt.sw.be/redhat/el5/en/$basearch/dag |
| + | EnableGroups=no |
| + | Exclude=freetype,htop,iptraf,rsync,syslinux |
| + | GPGCheck=yes |
| + | GPGKey=http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt |
| + | Name=Dag - EL5 |
| + | Visible=no |
| + | status=disabled |
| | | |
| After installing the packages you must do | | After installing the packages you must do |
Line 22: |
Line 40: |
| This will restart your server. The web interface will not work if you fail to do the above commands. | | This will restart your server. The web interface will not work if you fail to do the above commands. |
| | | |
− | Then use the server manager panel to control it all. There is a DB command to configure the blacklist.
| + | Once you log into the server manager panel a new menu item will have been added with a main heading of JohnBennettServices with a sub topic Content Filtering. Click here to administer and fine tune Squidguard. |
| + | |
| + | There is a DB command to configure the blacklist. |
| The default blacklist location is http://ftp.ost.eltele.no/pub/www/proxy/squidGuard/contrib/blacklists.tar.gz | | The default blacklist location is http://ftp.ost.eltele.no/pub/www/proxy/squidGuard/contrib/blacklists.tar.gz |
| | | |
− | If you wish to change the default blacklist to something else do (for example) | + | If you would like to confirm the the current blacklist site used. |
| + | config show squidguard |
| + | |
| + | Currently the install above installs a blacklist site that does not seem to be active. So you might want to investigate another blacklist site, than the default one that is installed. If you wish to change the default blacklist to something else for example, use a command like this. |
| | | |
− | config show squidguard
| |
| config setprop squidguard Blacklist http://www.shallalist.de/Downloads/shallalist.tar.gz | | config setprop squidguard Blacklist http://www.shallalist.de/Downloads/shallalist.tar.gz |
| | | |
Line 62: |
Line 84: |
| | | |
| ---- | | ---- |
− | [[Category:Howto]]
| |
| [[Category:Administration:Content Spam Virus Blocking]] | | [[Category:Administration:Content Spam Virus Blocking]] |
| + | [[Category:Contrib:webfiltering]] |
| + | [[Category:Deprecated Contrib]] |