File: control

package info (click to toggle)
opensmtpd 6.0.2p1-2%2Bdeb9u3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,144 kB
  • sloc: ansic: 36,913; sh: 11,163; yacc: 2,333; makefile: 413; awk: 339
file content (39 lines) | stat: -rw-r--r-- 1,254 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
28
29
30
31
32
33
34
35
36
37
38
39
Source: opensmtpd
Section: mail
Priority: extra
Maintainer: Ryan Kavanagh <rak@debian.org>
Uploaders: Daniel Walrond <debian@djw.org.uk>
Build-Depends: debhelper (>= 9.0.0)
 , bison
 , dh-autoreconf
 , libasr-dev
 , libdb-dev
 , libevent-dev
 , libpam0g-dev
 , libssl1.0-dev
 , po-debconf
 , zlib1g-dev
Standards-Version: 3.9.8
Homepage: http://www.opensmtpd.org/
Vcs-Git: https://salsa.debian.org/debian/opensmtpd.git -b debian/stretch
Vcs-Browser: https://salsa.debian.org/debian/opensmtpd

Package: opensmtpd
Architecture: any
Provides: mail-transport-agent
Conflicts: mail-transport-agent
Replaces: mail-transport-agent
Depends: ${shlibs:Depends}, ${misc:Depends}
 , adduser
 , ed
 , lsb-base (>= 3.0-6)
Recommends: opensmtpd-extras
Description: secure, reliable, lean, and easy-to configure SMTP server
 The OpenSMTPD server seeks to be
  * as secure as possible, and uses privilege separation to mitigate
    possible security bugs
  * as reliable as possible: any accepted email must not be lost
  * lean: it covers typical usage cases instead of every obscure one
  * easy to configure, with a configuration syntax reminiscent of the OpenBSD
    Packet Filter's (PF)
  * fast and efficient: it can handle large queues with reasonable performance