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 54 55 56 57 58 59 60 61 62 63 64 65 66
|
Source: smtpguard
Section: mail
Priority: optional
Maintainer: Takuo KITAME <kitame@debian.org>
Build-Depends: debhelper (>= 4.0.0), autotools-dev, libdb4.3-dev, postfix-dev, libglib2.0-dev, libxml2-dev, flex, bison
Standards-Version: 3.6.1
Package: smtpguard
Architecture: any
Depends: ${shlibs:Depends}, adduser
Description: smtp flow control
smtpguard is a point based monitoring system built to
protect your incoming mail servers from spammers.
Developed with ISP's in mind, smtpguard links directly into
the smtp server and stores data in a local db (Berkeley db 4.3).
For each RCPT TO: in a given session, the rule file is parsed
and points tallied. Based on points (or specific attributes of
the session) multiple actions can be taken. These include:
rejecting mail, logging, sending an alert message, and so on.
Package: postfix-smtpguard
Architecture: any
Depends: ${shlibs:Depends}, smtpguard
Description: smtpguard policy service daemon for Postfix
This package include postfix policy service interface daemon of smtpguard.
.
smtpguard is a point based monitoring system built to
protect your incoming mail servers from spammers.
Developed with ISP's in mind, smtpguard links directly into
the smtp server and stores data in a local db (Berkeley db 4.3).
For each RCPT TO: in a given session, the rule file is parsed
and points tallied. Based on points (or specific attributes of
the session) multiple actions can be taken. These include:
rejecting mail, logging, sending an alert message, and so on.
Package: libsmtpguard1
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Description: Shared library of smtpguard
This package includes shared object library of smtpguard.
.
smtpguard is a point based monitoring system built to
protect your incoming mail servers from spammers.
Developed with ISP's in mind, smtpguard links directly into
the smtp server and stores data in a local db (Berkeley db 4.3).
For each RCPT TO: in a given session, the rule file is parsed
and points tallied. Based on points (or specific attributes of
the session) multiple actions can be taken. These include:
rejecting mail, logging, sending an alert message, and so on.
Package: libsmtpguard-dev
Architecture: any
Section: libdevel
Depends: libsmtpguard1 (= ${Source-Version})
Description: Development files for smtpguard
This package includes static library and header files for smtpguard.
.
smtpguard is a point based monitoring system built to
protect your incoming mail servers from spammers.
Developed with ISP's in mind, smtpguard links directly into
the smtp server and stores data in a local db (Berkeley db 4.3).
For each RCPT TO: in a given session, the rule file is parsed
and points tallied. Based on points (or specific attributes of
the session) multiple actions can be taken. These include:
rejecting mail, logging, sending an alert message, and so on.
|