File: control

package info (click to toggle)
opensmtpd 7.7.0p0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,216 kB
  • sloc: ansic: 50,359; sh: 5,081; yacc: 3,162; makefile: 435; awk: 339
file content (59 lines) | stat: -rw-r--r-- 1,555 bytes parent folder | download | duplicates (2)
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
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,
 pkgconf,
 po-debconf,
 zlib1g-dev,
Rules-Requires-Root: binary-targets
Standards-Version: 4.7.2
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:
 adduser,
 ed,
 ${misc:Depends},
 ${shlibs:Depends},
Breaks:
 opensmtpd-extras (<< 6.7.1+ds0),
Suggests:
 ca-certificates,
 opensmtpd-filter-dkimsign,
 opensmtpd-filter-rspamd,
 opensmtpd-filter-senderscore,
 opensmtpd-table-ldap,
 opensmtpd-table-mysql,
 opensmtpd-table-passwd,
 opensmtpd-table-postgres,
 opensmtpd-table-redis,
 opensmtpd-table-socketmap,
 opensmtpd-table-sqlite,
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