1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
Source: bld
Section: admin
Priority: optional
Maintainer: Martin Meredith <mez@debian.org>
Build-Depends: debhelper (>= 7.0.0), dpatch
Standards-Version: 3.8.3
Homepage: http://bld.r14.freenix.org/
Package: bld
Architecture: any
Depends: ${shlibs:Depends}, adduser
Suggests: bld-tools, bld-postfix
Description: Black List Daemon, automatically build blacklists
BLD stands for "black list daemon" and is intended to build blacklists
using simple rules based on a maximum number of submissions of the same
IP address during a minimum time interval. BLD was primarily designed to
fight against dictionary-based spams (by making the MTA report to BLD
any host that tries to send a mail to an unknown user) but can be used
by any application that needs a blacklist based on connection rate
limits.
.
This package contains the server.
Package: bld-postfix
Priority: extra
Architecture: any
Depends: ${shlibs:Depends}, postfix
Recommends: bld (= ${source:Version})
Description: Postfix tools for the Black List Daemon
BLD stands for "black list daemon" and is intended to build blacklists
using simple rules based on a maximum number of submissions of the same
IP address during a minimum time interval. BLD was primarily designed to
fight against dictionary-based spams (by making the MTA report to BLD
any host that tries to send a mail to an unknown user) but can be used
by any application that needs a blacklist based on connection rate
limits.
.
This package contains the tools dedicated to Postfix.
Package: bld-tools
Architecture: any
Depends: ${shlibs:Depends}
Recommends: bld (= ${source:Version})
Description: Generic tools for Black List Daemon
BLD stands for "black list daemon" and is intended to build blacklists
using simple rules based on a maximum number of submissions of the same
IP address during a minimum time interval. BLD was primarily designed to
fight against dictionary-based spams (by making the MTA report to BLD
any host that tries to send a mail to an unknown user) but can be used
by any application that needs a blacklist based on connection rate
limits.
.
This package contains additional tools to be used with bld.
|