dnl #-------------------------------------------------------------------------- dnl # $Sendmail: control.m4,v @sm_version@ @sm_date@ @sm_time@ cowboy Exp $ dnl # dnl # Copyright (c) 1998-@SM_CPYRT@ Richard Nelson. All Rights Reserved. dnl # dnl # @configure_input@ dnl # dnl # Debian control.m4 for sendmail @sm_version@@sm_revision@(@sm_version_math@) dnl # dnl # Note: the .in file supports @SM_MINVERS@ - @SM_MAXVERS@, but the generated dnl # file is customized to the version noted above. dnl # dnl # Note: Exercise care in the feeding of this file, especially wrt quoting! dnl # dnl #-------------------------------------------------------------------------- changequote([[, ]])dnl dnl # dnl # The source package description dnl # Always built dnl # [[Source: sendmail Priority: extra Section: mail Maintainer: Debian QA Group Standards-Version: 3.8.3 Build-Depends-Indep: groff, bsdmainutils, Build-Depends: make (>> 3.79.1-14), m4, cdbs, quilt, patchutils, dh-buildinfo, debhelper (>= 9), linux-libc-dev (>= 2.6.21-3) [linux-any], @sm_badepends@ Build-Conflicts: libbind-dev, bind-dev, fakeroot (<< 0.4.5), Homepage: http://www.sendmail.org Vcs-Git: git://anonscm.debian.org/collab-maint/sendmail.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/sendmail.git]]dnl dnl # dnl # The arch=any package: sendmail-bin dnl # Always built dnl # [[ Package: sendmail-bin Architecture: any Replaces: mail-transport-agent Provides: mail-transport-agent Conflicts: mail-transport-agent Pre-Depends: debconf, Depends: sendmail-base, sendmail-cf, procps, @sm_depends@, ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends} Recommends: @sm_recommends@, Suggests: sendmail-doc, @sm_suggests@, Description: powerful, efficient, and scalable Mail Transport Agent Sendmail is an alternative Mail Transport Agent (MTA) for Debian. It is suitable for handling sophisticated mail configurations, although this means that its configuration can also be complex. . Fortunately, simple thing can be done easily, and complex things are possible, even if not easily understood ;) Sendmail is the *ONLY* MTA with a Turing complete language to control *ALL* aspects of delivery! . Sendmail provides Security and SPAM/UCE/UBE protection via several means. . Sendmail includes *no* Mail User Agents (MUA), you'll have to pick from the plethora of available MUAs (mutt, vm, etc.) . This package supports @sm_databases@ maps, and has enabled @sm_features@.]]dnl dnl # dnl # The arch=any package: rmail dnl # Always built dnl # [[ Package: rmail Architecture: any Conflicts: postfix, exim, exim-tls, exim4-daemon-custom, exim4-daemon-heavy, exim4-daemon-light, courier-mta, smail, zmailer, masqmail, Depends: sendmail-bin | mail-transport-agent, ${shlibs:Depends}, ${misc:Depends} Description: MTA->UUCP remote mail handler Rmail handles mail received via uucp and passes it to the local sendmail (or workalike). . This version comes from the sendmail source package and the only change is the call to sendmail (from -obq to -obi).]]dnl dnl # dnl # The arch=any package: sensible-mda (debian private) dnl # Always built dnl # [[ Package: sensible-mda Architecture: any Depends: sendmail-bin | mail-transport-agent, procmail | maildrop | deliver, ${shlibs:Depends}, ${misc:Depends} Description: Mail Delivery Agent wrapper Sensible-mda is a Debian addition in the sendmail package and has been split out in hopes that it might be useful for other MTA packages. . Sensible-mda is called by the MTA, and will in turn call whichever of the following MDAs that it finds (in this order): procmail, maildrop, deliver, mail.local]]dnl dnl # dnl # The arch=any package: libmilter dnl # Only built if MILTER is enabled dnl # ifelse([[@sm_enable_milter@]], [[yes]], [[[[ Package: libmilter@sm_libmilter_version@ Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} Description: Sendmail Mail Filter API (Milter) The Sendmail Mail Filter API (Milter) is designed to allow third-party programs access to mail messages as they are being processed in order to filter meta-information(headers) and content. . The Debian Sendmail package is built to support libmilter. . This package contains libmilter.so Package: libmilter@sm_libmilter_version@-dbg Architecture: any Multi-Arch: same Section: debug Depends: libmilter@sm_libmilter_version@ (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Description: Sendmail Mail Filter API (Milter) The Sendmail Mail Filter API (Milter) is designed to allow third-party programs access to mail messages as they are being processed in order to filter meta-information(headers) and content. . The Debian Sendmail package is built to support libmilter. . This package contains debugging information for libmilter.so]]dnl dnl # dnl # The arch=any package: libmilter-dev dnl # Only built if MILTER is enabled dnl # [[ Package: libmilter-dev Architecture: any Section: libdevel Depends: libmilter@sm_libmilter_version@ (= ${binary:Version}), ${misc:Depends} Suggests: sendmail-doc, Description: Sendmail Mail Filter API (Milter) The Sendmail Mail Filter API (Milter) is designed to allow third-party programs access to mail messages as they are being processed in order to filter meta-information (headers) and content. . The Debian Sendmail package is built to support libmilter. . This is the libmilter static library and include files for development. . The documentation on building a Milter is in the sendmail-doc package.]]]])dnl dnl # dnl # The arch=all package: sendmail-doc dnl # Always built dnl # [[ Package: sendmail-doc Architecture: all Section: doc Depends: ${misc:Depends} Description: powerful, efficient, and scalable Mail Transport Agent Sendmail is an alternative Mail Transport Agent (MTA) for Debian. It is suitable for handling sophisticated mail configurations, although this means that its configuration can also be complex. . Don't try anything fancy in sendmail without using this for guidance. . Because of the complexity, you may find yourself wanting to peruse the documentation files included herein. The main files are: cf.README.gz -- A reference for all things in sendmail.{mc,cf} op.{ps,txt}.gz -- The care and feeding of Sendmail. faq.txt.gz -- Sendmail FAQ, current as of the package date. . Other files include the references for smrsh and libmilter.]]dnl dnl # dnl # The arch=all package: sendmail dnl # Always built dnl # [[ Package: sendmail Architecture: all Depends: sendmail-base, sendmail-bin, sendmail-cf, sensible-mda, ${misc:Depends} Suggests: sendmail-doc, rmail, Breaks: sendmail-base (<< 8.14.4-2.2~), Replaces: sendmail-tls, sendmail-base (<< 8.14.4-2.2~), Description: powerful, efficient, and scalable Mail Transport Agent Sendmail is an alternative Mail Transport Agent (MTA) for Debian. It is suitable for handling sophisticated mail configurations, although this means that its configuration can also be complex. . Fortunately, simple thing can be done easily, and complex things are possible, even if not easily understood ;) Sendmail is the *ONLY* MTA with a Turing complete language to control *ALL* aspects of delivery! . Sendmail provides Security and SPAM/UCE/UBE protection via several means. . Sendmail includes *no* Mail User Agents (MUA), you'll have to pick from the plethora of available MUAs (mutt, vm, etc.) . This package supports @sm_databases@ maps, and has enabled @sm_features@. . This package is to make installation/upgrading easier (Do NOT delete it)]]dnl dnl # dnl # The arch=all package: sendmail-base dnl # Always built dnl # [[ Package: sendmail-base Architecture: all Depends: m4, make, adduser, ${perl:Depends}, ${misc:Depends} Suggests: sendmail-doc, ca-certificates, logcheck, logrotate, resolvconf, Description: powerful, efficient, and scalable Mail Transport Agent Sendmail is an alternative Mail Transport Agent (MTA) for Debian. It is suitable for handling sophisticated mail configurations, although this means that its configuration can also be complex. . This package contains the base, architecture independent, portions of the sendmail packages.]]dnl dnl # dnl # The arch=all package: sendmail-cf dnl # Always built dnl # [[ Package: sendmail-cf Architecture: all Depends: m4, ${misc:Depends} Suggests: sendmail-doc, Description: powerful, efficient, and scalable Mail Transport Agent Sendmail is an alternative Mail Transport Agent (MTA) for Debian. It is suitable for handling sophisticated mail configurations, although this means that its configuration can also be complex. . This package contains the .m4 (configuration files) for the sendmail packages.]]dnl dnl # dnl # Provide the requisite trailing newline dnl #