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
|
Source: postfix
Section: mail
Priority: extra
Maintainer: LaMont Jones <lamont@debian.org>
Standards-Version: 3.7.2.0
Build-Depends: debhelper (>= 4.1.16), po-debconf (>= 0.5.0), groff-base, patch, dpatch, lsb-release, libdb4.3-dev, libgdbm-dev, libldap2-dev (>=2.1), libpcre3-dev, libmysqlclient15-dev|libmysqlclient14-dev, libssl-dev (>=0.9.7-1), libsasl2-dev, libpq-dev, libcdb-dev
Package: postfix
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, netbase, adduser (>=3.48), dpkg (>= 1.8.3), lsb-base (>=3.0-6), ssl-cert
Recommends: mail-reader
Replaces: postfix-doc (<<1.1.7-0), postfix-tls, mail-transport-agent
Suggests: procmail, postfix-mysql, postfix-pgsql, postfix-ldap, postfix-pcre, sasl2-bin, libsasl2-modules, resolvconf, postfix-cdb
Conflicts: mail-transport-agent, smail, libnss-db (<< 2.2-3), postfix-tls
Provides: mail-transport-agent, postfix-tls
Description: A high-performance mail transport agent
${Description}
Package: postfix-ldap
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, postfix (= ${Source-Version})
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-cdb
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, postfix (= ${Source-Version})
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: ${shlibs:Depends}, ${misc:Depends}, postfix (= ${Source-Version})
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-mysql
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, postfix (= ${Source-Version})
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: ${shlibs:Depends}, ${misc:Depends}, postfix (= ${Source-Version})
Description: PGSQL map support for Postfix
${Description}
.
This provides support for PGSQL maps in Postfix. If you plan to use PGSQL
maps with Postfix, you need this.
Package: postfix-dev
Architecture: all
Section: devel
Depends: postfix (>= ${Upstream}-0), postfix (<< ${Upstream}.0-0)
Description: Postfix loadable modules development environment
${Description}
.
This provides the headers and library links to build additional map
types for Postfix. If you're not developing postfix modules, then you
do not need this.
Package: postfix-doc
Architecture: all
Section: doc
Suggests: postfix
Replaces: postfix (<<0.0.20020113), postfix-tls
Description: Postfix documentation
${Description}
.
This package provides documentation for Postfix.
|