4623715cb9c65fe9f367f00f310f97856130040c
[hcoop/debian/exim4.git] / debian / control
1 Source: exim4
2 Section: mail
3 Priority: standard
4 Maintainer: Exim4 Maintainers <pkg-exim4-maintainers@lists.alioth.debian.org>
5 Uploaders: Andreas Metzler <ametzler@debian.org>,Marc Haber <mh+debian-packages@zugschlus.de>
6 Homepage: http://www.exim.org/
7 Standards-Version: 3.9.8
8 Vcs-Git: https://anonscm.debian.org/git/pkg-exim4/exim4.git
9 Vcs-Browser: https://anonscm.debian.org/git/pkg-exim4/exim4.git
10 Build-Depends: debhelper (>= 9), po-debconf, docbook-xsl, xsltproc,
11 lynx-cur | lynx, docbook-xml, libpcre3-dev, libldap2-dev, libpam0g-dev,
12 libident-dev, libdb5.3-dev, libxmu-dev, libxt-dev, libxext-dev, libx11-dev,
13 libxaw7-dev, libpq-dev, libmysqlclient-dev | libmysqlclient15-dev,
14 libsqlite3-dev, libperl-dev, libgnutls28-dev, libsasl2-dev
15
16 Package: exim4-base
17 Architecture: any
18 Breaks: exim4-daemon-light (<<${Upstream-Version}),
19 exim4-daemon-heavy (<<${Upstream-Version}),
20 exim4-daemon-custom (<<${Upstream-Version})
21 Conflicts: exim, exim-tls
22 Replaces: exim, exim-tls, exim4-daemon-light, exim4-daemon-heavy, exim4-daemon-custom
23 Depends: ${shlibs:Depends}, ${misc:Depends},
24 cron | cron-daemon | anacron,
25 exim4-config (>=4.82) | exim4-config-2, adduser, netbase, lsb-base (>= 3.0-6)
26 # psmisc just for exiwhat.
27 Recommends: psmisc, mailx
28 Suggests: mail-reader, eximon4, exim4-doc-html|exim4-doc-info,
29 gnutls-bin | openssl, file, spf-tools-perl, swaks
30 Description: support files for all Exim MTA (v4) packages
31 Exim (v4) is a mail transport agent. exim4-base provides the support
32 files needed by all exim4 daemon packages. You need an additional package
33 containing the main executable. The available packages are:
34 .
35 exim4-daemon-light
36 exim4-daemon-heavy
37 .
38 If you build exim4 from the source package locally, you can also
39 build an exim4-daemon-custom package tailored to your own feature set.
40 .
41 The Debian exim4 packages have their own web page,
42 http://wiki.debian.org/PkgExim4. There is also a Debian-specific
43 FAQ list. Information about the way the Debian packages are
44 configured can be found in
45 /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains
46 information about the way the Debian binary packages are built. The
47 very extensive upstream documentation is shipped in
48 /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven
49 configuration process in a standard setup, invoke dpkg-reconfigure
50 exim4-config. There is a Debian-centered mailing list,
51 pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific
52 questions there, and only write to the upstream exim-users mailing
53 list if you are sure that your question is not Debian-specific. You
54 can find the subscription web page on
55 http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users
56
57 Package: exim4-config
58 Architecture: all
59 Breaks: exim4-daemon-light (<< 4.87~RC5), exim4-daemon-heavy (<< 4.87~RC5)
60 Provides: exim4-config-2
61 Conflicts: exim, exim-tls, exim4-config, exim4-config-2, ${MTA-Conflicts}
62 Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
63 Description: configuration for the Exim MTA (v4)
64 Exim (v4) is a mail transport agent. exim4-config provides the configuration
65 for the exim4 daemon packages. The configuration framework has been split
66 off the main package to allow sites to replace the configuration scheme
67 with their own without having to change the actual exim4 packages.
68 .
69 Sites with special configuration needs (having a lot of identically
70 configured machines for example) can use this to distribute their own
71 custom configuration via the packaging system, using the magic
72 available with dpkg's conffile handling, without having to do local
73 changes on all of these machines.
74 .
75 The Debian exim4 packages have their own web page,
76 http://wiki.debian.org/PkgExim4. There is also a Debian-specific
77 FAQ list. Information about the way the Debian packages are
78 configured can be found in
79 /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains
80 information about the way the Debian binary packages are built. The
81 very extensive upstream documentation is shipped in
82 /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven
83 configuration process in a standard setup, invoke dpkg-reconfigure
84 exim4-config. There is a Debian-centered mailing list,
85 pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific
86 questions there, and only write to the upstream exim-users mailing
87 list if you are sure that your question is not Debian-specific. You
88 can find the subscription web page on
89 http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users
90
91 Package: exim4-daemon-light
92 Architecture: any
93 Provides: mail-transport-agent, exim4-localscanapi-2.0,
94 ${dist:Provides:exim4-daemon-light}
95 Conflicts: mail-transport-agent
96 Replaces: mail-transport-agent, exim4-base (<= 4.61-1)
97 Depends: exim4-base (>= ${Upstream-Version}), ${shlibs:Depends}, ${misc:Depends}
98 Description: lightweight Exim MTA (v4) daemon
99 Exim (v4) is a mail transport agent. This package contains the exim4
100 daemon with only basic features enabled. It works well with the
101 standard setups that are provided by Debian and includes support for
102 TLS encryption and the dlopen patch to allow dynamic loading of a
103 local_scan function.
104 .
105 The Debian exim4 packages have their own web page,
106 http://wiki.debian.org/PkgExim4. There is also a Debian-specific
107 FAQ list. Information about the way the Debian packages are
108 configured can be found in
109 /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains
110 information about the way the Debian binary packages are built. The
111 very extensive upstream documentation is shipped in
112 /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven
113 configuration process in a standard setup, invoke dpkg-reconfigure
114 exim4-config. There is a Debian-centered mailing list,
115 pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific
116 questions there, and only write to the upstream exim-users mailing
117 list if you are sure that your question is not Debian-specific. You
118 can find the subscription web page on
119 http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users
120
121 Package: exim4
122 Architecture: all
123 Depends: ${misc:Depends}, debconf (>= 1.4.69) | cdebconf (>= 0.39),
124 exim4-base (>= ${source:Version}),
125 exim4-base (<< ${source:Version}.1),
126 exim4-daemon-light | exim4-daemon-heavy | exim4-daemon-custom
127 Description: metapackage to ease Exim MTA (v4) installation
128 Exim (v4) is a mail transport agent. exim4 is the metapackage depending
129 on the essential components for a basic exim4 installation.
130 .
131 The Debian exim4 packages have their own web page,
132 http://wiki.debian.org/PkgExim4. There is also a Debian-specific
133 FAQ list. Information about the way the Debian packages are
134 configured can be found in
135 /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains
136 information about the way the Debian binary packages are built. The
137 very extensive upstream documentation is shipped in
138 /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven
139 configuration process in a standard setup, invoke dpkg-reconfigure
140 exim4-config. There is a Debian-centered mailing list,
141 pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific
142 questions there, and only write to the upstream exim-users mailing
143 list if you are sure that your question is not Debian-specific. You
144 can find the subscription web page on
145 http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users
146
147 Package: exim4-daemon-heavy
148 Architecture: any
149 Priority: optional
150 Provides: mail-transport-agent, exim4-localscanapi-2.0
151 Conflicts: mail-transport-agent
152 Replaces: mail-transport-agent, exim4-base (<= 4.61-1)
153 Depends: exim4-base (>= ${Upstream-Version}), ${shlibs:Depends},
154 ${misc:Depends}
155 Breaks: clamav-daemon (<< 0.95)
156 Description: Exim MTA (v4) daemon with extended features, including exiscan-acl
157 Exim (v4) is a mail transport agent. This package contains the exim4
158 daemon with extended features. In addition to the features already
159 supported by exim4-daemon-light, exim4-daemon-heavy includes LDAP,
160 sqlite, PostgreSQL and MySQL data lookups, SASL and SPA SMTP authentication,
161 embedded Perl interpreter, and the content scanning extension
162 (formerly known as "exiscan-acl") for integration of virus scanners
163 and spamassassin.
164 .
165 The Debian exim4 packages have their own web page,
166 http://wiki.debian.org/PkgExim4. There is also a Debian-specific
167 FAQ list. Information about the way the Debian packages are
168 configured can be found in
169 /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains
170 information about the way the Debian binary packages are built. The
171 very extensive upstream documentation is shipped in
172 /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven
173 configuration process in a standard setup, invoke dpkg-reconfigure
174 exim4-config. There is a Debian-centered mailing list,
175 pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific
176 questions there, and only write to the upstream exim-users mailing
177 list if you are sure that your question is not Debian-specific. You
178 can find the subscription web page on
179 http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users
180
181 #Package: exim4-daemon-custom
182 #Architecture: any
183 #Priority: optional
184 #Provides: mail-transport-agent, exim4-localscanapi-2.0
185 #Conflicts: mail-transport-agent
186 #Replaces: mail-transport-agent, exim4-base (<= 4.61-1)
187 #Depends: exim4-base (>= ${Upstream-Version}), ${shlibs:Depends}, ${misc:Depends}
188 #Description: custom Exim MTA (v4) daemon with locally set features
189 # Exim (v4) is a mail transport agent. This package contains a
190 # custom-configured exim4 daemon compiled to local needs. This package
191 # is not part of official Debian, but can easily be built from the
192 # Debian source package. For information about the feature set compiled in,
193 # and for bug reports, please find out who built your package.
194 # .
195 # The Debian exim4 packages have their own web page,
196 # http://wiki.debian.org/PkgExim4. There is also a Debian-specific
197 # FAQ list. Information about the way the Debian packages are
198 # configured can be found in
199 # /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains
200 # information about the way the Debian binary packages are built. The
201 # very extensive upstream documentation is shipped in
202 # /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven
203 # configuration process in a standard setup, invoke dpkg-reconfigure
204 # exim4-config. There is a Debian-centered mailing list,
205 # pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific
206 # questions there, and only write to the upstream exim-users mailing
207 # list if you are sure that your question is not Debian-specific. You
208 # can find the subscription web page on
209 # http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users
210
211 Package: eximon4
212 Architecture: any
213 Priority: optional
214 Conflicts: eximon
215 Replaces: eximon
216 Depends: ${shlibs:Depends}, ${misc:Depends}, exim4-base (>= 4.10)
217 Description: monitor application for the Exim MTA (v4) (X11 interface)
218 Eximon is a helper program for the Exim MTA (v4). It allows
219 administrators to view the mail queue and logs, and perform a variety
220 of actions on queued messages, such as freezing, bouncing and thawing
221 messages.
222
223 Package: exim4-dbg
224 Architecture: any
225 Priority: extra
226 Section: debug
227 Depends: exim4-base, exim4-config, ${misc:Depends}
228 Recommends: eximon4
229 Description: debugging symbols for the Exim MTA (utilities)
230 Exim (v4) is a mail transport agent. This package contains
231 debugging symbols for the binaries contained in the exim4
232 packages. The daemon packages have their own debug package.
233 .
234 The Debian exim4 packages have their own web page,
235 http://wiki.debian.org/PkgExim4. There is also a Debian-specific
236 FAQ list. Information about the way the Debian packages are
237 configured can be found in
238 /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains
239 information about the way the Debian binary packages are built. The
240 very extensive upstream documentation is shipped in
241 /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven
242 configuration process in a standard setup, invoke dpkg-reconfigure
243 exim4-config. There is a Debian-centered mailing list,
244 pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific
245 questions there, and only write to the upstream exim-users mailing
246 list if you are sure that your question is not Debian-specific. You
247 can find the subscription web page on
248 http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users
249
250 Package: exim4-daemon-light-dbg
251 Architecture: any
252 Priority: extra
253 Section: debug
254 Depends: exim4-daemon-light, ${misc:Depends}
255 Description: debugging symbols for the Exim MTA "light" daemon
256 Exim (v4) is a mail transport agent. This package contains
257 debugging symbols for the binaries contained in the
258 exim4-daemon-light package.
259 .
260 The Debian exim4 packages have their own web page,
261 http://wiki.debian.org/PkgExim4. There is also a Debian-specific
262 FAQ list. Information about the way the Debian packages are
263 configured can be found in
264 /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains
265 information about the way the Debian binary packages are built. The
266 very extensive upstream documentation is shipped in
267 /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven
268 configuration process in a standard setup, invoke dpkg-reconfigure
269 exim4-config. There is a Debian-centered mailing list,
270 pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific
271 questions there, and only write to the upstream exim-users mailing
272 list if you are sure that your question is not Debian-specific. You
273 can find the subscription web page on
274 http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users
275
276 Package: exim4-daemon-heavy-dbg
277 Architecture: any
278 Priority: extra
279 Section: debug
280 Depends: exim4-daemon-heavy, ${misc:Depends}
281 Description: debugging symbols for the Exim MTA "heavy" daemon
282 Exim (v4) is a mail transport agent. This package contains
283 debugging symbols for the binaries contained in the
284 exim4-daemon-heavy package.
285 .
286 The Debian exim4 packages have their own web page,
287 http://wiki.debian.org/PkgExim4. There is also a Debian-specific
288 FAQ list. Information about the way the Debian packages are
289 configured can be found in
290 /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains
291 information about the way the Debian binary packages are built. The
292 very extensive upstream documentation is shipped in
293 /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven
294 configuration process in a standard setup, invoke dpkg-reconfigure
295 exim4-config. There is a Debian-centered mailing list,
296 pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific
297 questions there, and only write to the upstream exim-users mailing
298 list if you are sure that your question is not Debian-specific. You
299 can find the subscription web page on
300 http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users
301
302 #Package: exim4-daemon-custom-dbg
303 #Architecture: any
304 #Priority: extra
305 #Section: debug
306 #Depends: exim4-daemon-custom, ${misc:Depends}
307 #Description: debugging symbols for the Exim MTA (v4) packages
308 # Exim (v4) is a mail transport agent. This package contains
309 # debugging symbols for the binaries contained in the
310 # exim4-daemon-custom package.
311 # .
312 # The Debian exim4 packages have their own web page,
313 # http://wiki.debian.org/PkgExim4. There is also a Debian-specific
314 # FAQ list. Information about the way the Debian packages are
315 # configured can be found in
316 # /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains
317 # information about the way the Debian binary packages are built. The
318 # very extensive upstream documentation is shipped in
319 # /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven
320 # configuration process in a standard setup, invoke dpkg-reconfigure
321 # exim4-config. There is a Debian-centered mailing list,
322 # pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific
323 # questions there, and only write to the upstream exim-users mailing
324 # list if you are sure that your question is not Debian-specific. You
325 # can find the subscription web page on
326 # http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users
327
328 Package: exim4-dev
329 Architecture: any
330 Priority: extra
331 Depends: ${misc:Depends}
332 Description: header files for the Exim MTA (v4) packages
333 Exim (v4) is a mail transport agent. This package contains header
334 files that can be used to compile code that is then dynamically linked
335 to exim's local_scan interface.
336 .
337 The Debian exim4 packages have their own web page,
338 http://wiki.debian.org/PkgExim4. There is also a Debian-specific
339 FAQ list. Information about the way the Debian packages are
340 configured can be found in
341 /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains
342 information about the way the Debian binary packages are built. The
343 very extensive upstream documentation is shipped in
344 /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven
345 configuration process in a standard setup, invoke dpkg-reconfigure
346 exim4-config. There is a Debian-centered mailing list,
347 pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific
348 questions there, and only write to the upstream exim-users mailing
349 list if you are sure that your question is not Debian-specific. You
350 can find the subscription web page on
351 http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users