File: control

package info (click to toggle)
opensmtpd 6.8.0p2-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,728 kB
  • sloc: ansic: 49,428; sh: 4,433; yacc: 3,863; makefile: 740; awk: 339
file content (41 lines) | stat: -rw-r--r-- 1,325 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
40
41
Source: opensmtpd
Section: mail
Priority: optional
Maintainer: Ryan Kavanagh <rak@debian.org>
Build-Depends: debhelper-compat (= 13)
 , bison
 , libdb-dev
 , libevent-dev
 , libpam0g-dev
 , libssl-dev
 , po-debconf
 , zlib1g-dev
Rules-Requires-Root: binary-targets
Standards-Version: 4.5.1
Homepage: https://www.opensmtpd.org/
Vcs-Git: https://salsa.debian.org/debian/opensmtpd.git -b debian/sid
Vcs-Browser: https://salsa.debian.org/debian/opensmtpd

Package: opensmtpd
Architecture: any
Provides: mail-transport-agent
Conflicts: mail-transport-agent
 , sendmail-base
Replaces: mail-transport-agent
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
 , adduser
 , ed
 , lsb-base (>= 3.0-6)
Recommends: opensmtpd-extras
Breaks: opensmtpd-extras (<< 6.6.0)
Suggests: ca-certificates
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