summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control123
1 files changed, 123 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..29368e2
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,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.