summaryrefslogtreecommitdiff
path: root/debian/control
blob: 29368e2ed6e23f8ca5b9e356dd3fb0c165282ec2 (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
Source: exim4
Section: mail
Priority: important
Maintainer: Andreas Metzler <ametzler@debian.org>
Uploaders: Marc Haber <mh+debian-packages@zugschlus.de>
Standards-Version: 3.5.9.0
Build-depends: dpatch, libpcre3-dev, libldap2-dev, libpam0g-dev, libident-dev, libdb3-dev, xlibs-dev, libxaw7-dev | libxaw-dev, postgresql-dev, libmysqlclient-dev, debhelper (>= 4.0.1), libperl-dev,  libgnutls5-dev

Package: exim4-base
Architecture: any
Priority: important
Suggests: mail-reader, eximon4, eximdoc4-html|eximdoc4-info
Conflicts: exim, exim-tls
Replaces: exim, exim-tls
Depends: ${shlibs:Depends}, cron (>=3.0pl1-42), ${misc:Depends}, exim4-config
Description: EXperimental Internal Mailer -- a Mail Transport Agent
 This MTA is rather easier to configure than smail or sendmail.
 It is a drop-in replacement for sendmail/mailq/rsmtp.
 Advanced features include the ability to reject connections from
 known spam sites, and an extremely efficient queue processing
 algorithm.
 .
 This package provides the support files, you need an additional package
 containing the main executable to make Exim work. The available packages
 are:
 .
  exim4-daemon-light
  exim4-daemon-heavy
  exim4-daemon-custom
 .
 Exim comes with very extensive documentation in
 /usr/share/doc/exim4-base/spec.txt.gz.

Package: exim4-config
Architecture: all
Priority: important
Conflicts: exim4-config
Depends: ${shlibs:Depends}, ${misc:Depends}, exim4-base
Description: Debian configuration for exim4
 This package provides the configuration for the exim4 daemon
 packages. The configuration framework has been split off the main
 package to allow sites to replace the configuration scheme with their
 own without having to change the actual exim packages.
 .
 Sites with special configuration needs (having a lot of identically
 configured machines for example) can use this to distribute their own
 custom configuration via the packaging system, using the magic
 available with dpkg's conffile handling, without having to do local
 changes on all of these machines.

Package: exim4-daemon-light
Architecture: any
Priority: important
Provides: mail-transport-agent
Conflicts: mail-transport-agent
Replaces: mail-transport-agent
Depends: exim4-base (= ${Source-Version}), ${shlibs:Depends}
Description: Lightweight version of the Exim (v4) MTA
 Exim (v4) is a fully featured MTA (Mail Transport Agent) that is rather
 easier to configure than smail or sendmail. It is a drop-in
 replacement for sendmail/mailq/rsmtp.
 .
 This version of the Exim daemon has only basic features enabled. It
 works well with the standard setups that are provided by Debian.

Package: exim4
Architecture: all
Priority: important
Depends: exim4-base (= ${Source-Version}), exim4-daemon-light | exim4-daemon-heavy | exim4-daemon-custom
Description: An MTA (Mail Transport Agent)
 Exim (v4) is a fully featured MTA (Mail Transport Agent) that is rather
 easier to configure than smail or sendmail. It is a drop-in
 replacement for sendmail/mailq/rsmtp.
 .
 This metapackage provides the essential components for running
 an Exim (v4) MTA.

Package: exim4-daemon-heavy
Architecture: any
Priority: optional
Provides: mail-transport-agent
Conflicts: mail-transport-agent
Replaces: mail-transport-agent
Depends: exim4-base (= ${Source-Version}), ${shlibs:Depends}
Suggests: libexim-localscan-perl
Description: Exim (v4) with extended features
 Exim (v4) is a fully featured MTA (Mail Transport Agent) that is rather
 easier to configure than smail or sendmail. It is a drop-in
 replacement for sendmail/mailq/rsmtp.
 .
 This version of the Exim daemon includes extra features such as LDAP,
 PostgreSQL and MySQL data lookups, TLS (SSL) encryption, various
 types of SMTP authentication and embedded Perl interpreter.
 .
 Additionally this package includes a plugin to use the embedded
 Perl-interpreter for Exim's local_scan interface.

Package: exim4-daemon-custom
Architecture: any
Priority: optional
Provides: mail-transport-agent
Conflicts: mail-transport-agent
Replaces: mail-transport-agent
Depends: exim4-base (= ${Source-Version}), ${shlibs:Depends}
Description: Customized version of Exim (v4)
 Exim (v4) is a fully featured MTA (Mail Transport Agent) that is rather
 easier to configure than smail or sendmail. It is a drop-in
 replacement for sendmail/mailq/rsmtp.
 .
 This version of the Exim daemon is not provided by Debian but has been
 built with a custom feature-set tailored for your local needs. See
 /usr/share/doc/exim4-daemon-custom/ for details.

Package: eximon4
Architecture: any
Priority: optional
Conflicts: eximon
Replaces: eximon
Depends: ${shlibs:Depends}, exim4-base (>= 4.10)
Description: X monitor for the Exim (v4) mail transport agent
 This allows administrators to view the Exim agent's mail queue 
 and logs, and perform a variety of actions on queued messages, 
 such as freezing, bouncing and thawing messages.