rmilter/debian/control
2012-12-24 19:10:51 +04:00

27 lines
1 KiB
Text

Source: rmilter
Section: mail
Priority: extra
Maintainer: Vsevolod Stakhov <vsevolod@highsecure.ru>
Build-Depends: debhelper (>= 8.0.0), libopendkim-dev, libmilter-dev, libspf2-dev, bison, flex, libpcre3-dev
Standards-Version: 3.9.2
Homepage: https://bitbucket.org/vstakhov/rmilter
#Vcs-HG: https://bitbucket.org/vstakhov/rmilter
#Vcs-Browser: https://bitbucket.org/vstakhov/rmilter/src
Package: rmilter
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
Recommends: sendmail | postfix
Description: Another sendmail milter for different mail checks
rmilter is a standalone application that provides the following features:
SPF checks;
greylisting using memcached storage;
ratelimits using memcached storage;
checking mail via rspamd/spamassassin;
checking mail via clamav antivirus;
regexp filters;
DKIM signing;
beanstalk operations for specific messages.
.
Rmilter uses sendmail milter interface and is compatible with Sendmail
and Postfix MTA as well as with other MTA that supports milter interface.