diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 127 |
1 files changed, 127 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..d5d6f14 --- /dev/null +++ b/debian/control @@ -0,0 +1,127 @@ +Source: exim4 +Section: mail +Priority: important +Maintainer: Andreas Metzler <ametzler@debian.org> +Uploaders: Marc Haber <mh+debian-packages@zugschlus.de> +Standards-Version: 3.6.1.0 +Build-Depends: dpatch, libpcre3-dev, libldap2-dev (>=2.1.26-1), libpam0g-dev, libident-dev, libdb3-dev, libxmu-dev|xlibs-dev, libxt-dev|xlibs-dev, libxext-dev|xlibs-dev, libx11-dev|xlibs-dev, libxaw7-dev, postgresql-dev, libmysqlclient10-dev, debhelper (>= 4.0.1), libperl-dev, libgnutls10-dev +Build-Conflicts: libperl-dev (=5.8.4-1) + +Package: exim4-base +Architecture: any +Priority: important +Suggests: mail-reader, eximon4, exim4-doc-html|exim4-doc-info +Conflicts: exim, exim-tls, exim4-daemon-light (<<${Upstream-Version}), exim4-daemon-heavy (<<${Upstream-Version}), exim4-daemon-custom (<<${Upstream-Version}) +Replaces: exim, exim-tls +Depends: ${shlibs:Depends}, cron (>=3.0pl1-42), ${misc:Depends}, exim4-config (>=4.30) | exim4-config-2, adduser, passwd (>=1:4.0.3-9) | passwd (<<1:4.0.3-1), netbase +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 +Provides: exim4-config-2 +Conflicts: exim, exim-tls, exim4-config, exim4-config-2, bash (<< 2.05), exim4-daemon-light (<<4.33), exim4-daemon-heavy (<<4.33), ${MTA-Conflicts} +Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, passwd (>=1:4.0.3-9) | passwd (<<1:4.0.3-1) +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 (>= ${Upstream-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 (including + support for TLS encryption) enabled. It works well with the standard + setups that are provided by Debian. + +Package: exim4 +Architecture: all +Priority: important +Depends: exim4-base (>= ${Upstream-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 (>= ${Upstream-Version}), ${shlibs:Depends} +Description: Exim (v4) with extended features, including exiscan-acl + 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. + . + In addition to the features already supported by exim4-daemon-light this + version of the Exim daemon includes extra features such as LDAP, PostgreSQL + and MySQL data lookups, SPA SMTP authentication and embedded Perl + interpreter. + . + This package features the exiscan-acl patch + http://duncanthrax.net/exiscan-acl/ for integration of virus-scanners + and spamassassin. + +Package: exim4-daemon-custom +Architecture: any +Priority: optional +Provides: mail-transport-agent +Conflicts: mail-transport-agent +Replaces: mail-transport-agent +Depends: exim4-base (>= ${Upstream-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. |