Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 108567 - new ebuild: mail-filter/rabl_server mail-filter/rabl_client
Summary: new ebuild: mail-filter/rabl_server mail-filter/rabl_client
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://www.nuclearelephant.com/projec...
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2005-10-08 22:18 UTC by Tomoyuki Sakurai (RETIRED)
Modified: 2013-06-23 15:09 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
rabl_server-1.0.0.ebuild (rabl_server-1.0.0.ebuild,967 bytes, text/plain)
2005-10-08 22:19 UTC, Tomoyuki Sakurai (RETIRED)
Details
confd (confd,256 bytes, text/plain)
2005-10-08 22:22 UTC, Tomoyuki Sakurai (RETIRED)
Details
initd (initd,778 bytes, text/plain)
2005-10-08 22:22 UTC, Tomoyuki Sakurai (RETIRED)
Details
rabl_client-1.0.0.ebuild (rabl_client-1.0.0.ebuild,799 bytes, text/plain)
2005-10-08 22:24 UTC, Tomoyuki Sakurai (RETIRED)
Details
mail-filter/rabl_server-1.0.0-r1.ebuild (rabl_server-1.0.0-r1.ebuild,1.89 KB, text/plain)
2006-05-24 07:18 UTC, steveb
Details
mail-filter/rabl_server/files/confd (confd,362 bytes, text/plain)
2006-05-24 07:19 UTC, steveb
Details
mail-filter/rabl_server/files/initd (initd,1.20 KB, text/plain)
2006-05-24 07:20 UTC, steveb
Details
mail-filter/rabl_server/files/rabl.mydomain.com.template (rabl.mydomain.com.template,348 bytes, text/plain)
2006-05-24 07:21 UTC, steveb
Details
mail-filter/rabl_server/files/rabl_server-dns-reload.patch (rabl_server-dns-reload.patch,2.85 KB, text/plain)
2006-05-24 07:22 UTC, steveb
Details
mail-filter/rabl_server/files/README.BIND (README.BIND,435 bytes, text/plain)
2006-05-24 07:23 UTC, steveb
Details
mail-filter/rabl_client/rabl_client-1.0.0-r1.ebuild (rabl_client-1.0.0-r1.ebuild,882 bytes, text/plain)
2006-05-24 07:30 UTC, steveb
Details
mail-filter/rabl_client/files/rabl_client.1 (rabl_client.1,1.13 KB, text/plain)
2006-05-24 07:30 UTC, steveb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomoyuki Sakurai (RETIRED) gentoo-dev 2005-10-08 22:18:30 UTC
from the web site:

 The RABL (pronounced "rabble") server is a statistical, machine-automated and
 up-to-the-second blackhole list server designed to monitor global network
 activity and make decisions based on network spread and infection rate - that is, 
 abuse from an address which has been provided via automated feed from a number of 
 participating networks.

I don't see any "statistical" feature in the server, though

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Tomoyuki Sakurai (RETIRED) gentoo-dev 2005-10-08 22:19:45 UTC
Created attachment 70198 [details]
rabl_server-1.0.0.ebuild
Comment 2 Tomoyuki Sakurai (RETIRED) gentoo-dev 2005-10-08 22:22:12 UTC
Created attachment 70199 [details]
confd

/etc/conf.d/${PN}
Comment 3 Tomoyuki Sakurai (RETIRED) gentoo-dev 2005-10-08 22:22:42 UTC
Created attachment 70200 [details]
initd

/etc/init.d/${PN}
Comment 4 Tomoyuki Sakurai (RETIRED) gentoo-dev 2005-10-08 22:24:28 UTC
Created attachment 70201 [details]
rabl_client-1.0.0.ebuild

client tool to submit/query
Comment 5 Tomoyuki Sakurai (RETIRED) gentoo-dev 2005-10-08 22:29:08 UTC
my comment, 'I don't see any "statistical" feature in the server, though'
is bit misleading. meant statistical feature is vary simple.
it has a simple variable, "Minimum Spread to blacklist an address"
Comment 6 steveb 2006-05-24 07:18:53 UTC
Created attachment 87397 [details]
mail-filter/rabl_server-1.0.0-r1.ebuild

This is my edition of the RABL server ebuild.

I have added many small things to make it work better:
- creating a user for runing the deamon
- new init.d script
- new conf.d script
- a readme for how to glue it together with BIND
- a zone template
- a patch to allow rabl_server to reload BIND or other DNS servers
- debug USE flag
- the rabl_server.conf file is put into /etc/rabl_server/, so portage can handle changes to it
Comment 7 steveb 2006-05-24 07:19:56 UTC
Created attachment 87398 [details]
mail-filter/rabl_server/files/confd

conf.d file for mail-filter/rabl_server-1.0.0-r1.ebuild
Comment 8 steveb 2006-05-24 07:20:29 UTC
Created attachment 87399 [details]
mail-filter/rabl_server/files/initd

init.d file for mail-filter/rabl_server-1.0.0-r1.ebuild
Comment 9 steveb 2006-05-24 07:21:21 UTC
Created attachment 87400 [details]
mail-filter/rabl_server/files/rabl.mydomain.com.template

Zone template for mail-filter/rabl_server-1.0.0-r1.ebuild
Comment 10 steveb 2006-05-24 07:22:45 UTC
Created attachment 87401 [details]
mail-filter/rabl_server/files/rabl_server-dns-reload.patch

Patch for mail-filter/rabl_server-1.0.0-r1.ebuild to allow the RABL server to reload/refresh a DNS server
Comment 11 steveb 2006-05-24 07:23:26 UTC
Created attachment 87402 [details]
mail-filter/rabl_server/files/README.BIND

A small readme describing how to use the RABL serve with BIND
Comment 12 steveb 2006-05-24 07:30:19 UTC
Created attachment 87403 [details]
mail-filter/rabl_client/rabl_client-1.0.0-r1.ebuild

rabl_client/rabl_client-1.0.0-r1.ebuild

This is my edition of the RABL client ebuild.

I have added many small things to make it work better:
- debug USE flag
- the rabl_client.conf file is put into /etc/rabl_client/, so portage can
handle changes to it
- a man page for rabl_client
Comment 13 steveb 2006-05-24 07:30:55 UTC
Created attachment 87404 [details]
mail-filter/rabl_client/files/rabl_client.1

man page for rabl_client/rabl_client-1.0.0-r1.ebuild
Comment 14 Michael Palimaka (kensington) gentoo-dev 2013-06-23 15:09:22 UTC
I cannot find any fetchable sources.