summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 3c3ddfd658a6848fa69a994c68fb42ddee3db29a (plain)
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
Source: postfix
Section: mail
Priority: optional
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
XSBC-Original-Maintainer: LaMont Jones <lamont@debian.org>
XSBC-Original-Uploaders: Scott Kitterman <scott@kitterman.com>
Bugs: mailto:maintainers@lists.progress-linux.org
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://www.postfix.org
Build-Depends: debhelper-compat (= 13),
               default-libmysqlclient-dev,
               dpkg-dev (>= 1.16.1~),
               groff-base,
               html2text,
               libcdb-dev,
               libdb-dev (>=4.6.19),
               libicu-dev,
               libldap-dev,
               liblmdb-dev,
               libmongoc-dev,
               libnsl-dev | libc6-dev (<<2.37-15.1),
               libpcre2-dev,
               libpq-dev,
               libsasl2-dev,
               libsqlite3-dev,
               libssl-dev (>=1.0.2),
               lsb-release,
               patch,
               pkgconf,
               po-debconf (>= 0.5.0),
               systemd-dev,
               txt2man
Vcs-Browser: https://git.progress-linux.org/packages/graograman-backports/postfix
Vcs-Git: https://git.progress-linux.org/packages/graograman-backports/postfix
XSBC-Original-Vcs-Browser: https://salsa.debian.org/postfix-team/postfix-dev
XSBC-Original-Vcs-Git: https://salsa.debian.org/postfix-team/postfix-dev.git

Package: postfix
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: adduser (>=3.48),
         cpio,
         dpkg (>= 1.8.3),
         e2fsprogs,
         netbase,
         ssl-cert,
         ${misc:Depends},
         ${shlibs:Depends}
Replaces: mail-transport-agent
Recommends: ca-certificates, python3
Suggests: libsasl2-modules | dovecot-common,
          mail-reader,
          postfix-cdb,
          postfix-doc,
          postfix-ldap,
          postfix-lmdb,
          postfix-mta-sts-resolver,
          postfix-mongodb,
          postfix-mysql,
          postfix-pcre,
          postfix-pgsql,
          postfix-sqlite,
          procmail,
          resolvconf,
          sasl2-bin | dovecot-common,
          ufw
Conflicts: mail-transport-agent, smail
Provides: mail-transport-agent, ${postfix:Provides}
Description: High-performance mail transport agent
 ${Description}

Package: postfix-ldap
Architecture: any
Depends: postfix (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: LDAP map support for Postfix
 ${Description}
 .
 This provides support for LDAP maps in Postfix. If you plan to use LDAP maps
 with Postfix, you need this.

Package: postfix-lmdb
Architecture: any
Depends: liblmdb0 (>=0.9.14),
         postfix (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: LMDB map support for Postfix
 ${Description}
 .
 This provides support for LMDB maps in Postfix. If you plan to use LMDB maps
 with Postfix, you need this.

Package: postfix-cdb
Architecture: any
Depends: postfix (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: CDB map support for Postfix
 ${Description}
 .
 This provides support for CDB (constant database) maps in Postfix. If you
 plan to use CDB maps with Postfix, you need this.

Package: postfix-pcre
Architecture: any
Depends: postfix (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: PCRE map support for Postfix
 ${Description}
 .
 This provides support for PCRE (perl compatible regular expression) maps in
 Postfix. If you plan to use PCRE maps with Postfix, you need this.

Package: postfix-mongodb
Architecture: any
Depends: postfix (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: MongoDB map support for Postfix
 ${Description}
 .
 This provides support for MongoDB maps in Postfix. If you plan to use MongDB
 maps with Postfix, you need this.

Package: postfix-mysql
Architecture: any
Depends: postfix (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: MySQL map support for Postfix
 ${Description}
 .
 This provides support for MySQL maps in Postfix. If you plan to use MySQL
 maps with Postfix, you need this.

Package: postfix-pgsql
Architecture: any
Depends: postfix (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: PostgreSQL map support for Postfix
 ${Description}
 .
 This provides support for PostgreSQL maps in Postfix. If you plan to use
 PostgreSQL maps with Postfix, you need this.

Package: postfix-sqlite
Architecture: any
Depends: postfix (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: SQLite map support for Postfix
 ${Description}
 .
 This provides support for SQLite maps in Postfix. If you plan to use
 SQLite maps with Postfix, you need this.

Package: postfix-doc
Architecture: all
Section: doc
Suggests: postfix
Depends: ${misc:Depends}
Description: Documentation for Postfix
 ${Description}
 .
 This package provides the documentation for Postfix.