File: control

package info (click to toggle)
qpsmtpd 0.94-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 2,248 kB
  • ctags: 541
  • sloc: perl: 17,176; sh: 543; makefile: 186; sql: 100
file content (27 lines) | stat: -rw-r--r-- 1,283 bytes parent folder | download
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
Source: qpsmtpd
Section: mail
Priority: extra
Build-Depends: debhelper (>> 9), perl
Maintainer: Devin Carraway <devin@debian.org>
Standards-Version: 3.9.6

Package: qpsmtpd
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, debconf (>= 1.0.0), adduser (>= 3.0), libdigest-hmac-perl, libmail-spf-perl (>= 2.8.0), libnet-dns-perl, libnet-perl, libmailtools-perl, libipc-shareable-perl, libclamav-client-perl, libsocket6-perl, libio-socket-inet6-perl
Suggests: spamassassin (>= 3.0.0), clamav-daemon, tinycdb, libnet-ldap-perl
Homepage: http://smtpd.develooper.com/
Description: Flexible SMTP daemon for network-level spam detection
 This is a replacement SMTP daemon which installs alongside a mail delivery
 and transport system such as Exim, Postfix or Qmail, or used as an SMTP
 proxy for a remote/DMZ MTA.
 .
 The qpsmtpd damon emphasizes spam detection during the SMTP transaction,
 attempting to reach spam/nonspam decisions prior to accepting each message,
 thereby eliminating much bounce/forgery blowback.  It exploits its visbility
 into the network transaction to detect certain behaviors often exhibited by
 spam sending agents.
 .
 Qpsmtpd is written in Perl, with an extensive plugin API making it easy to
 add new features or replace functional components.