mirror of
https://github.com/donl/rmilter.git
synced 2026-05-27 06:19:03 -06:00
27 lines
1 KiB
Text
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.
|