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}
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.
