Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 3d4d9cc28af00be9852b4cb3055b122e > files > 107

exim-doc-4.69-4.fc12.noarch.rpm

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><style xmlns="" type="text/css">
div.added    { background-color: #ffff99; }
div.deleted  { text-decoration: line-through;
               background-color: #FF7F7F; }
div.changed  { background-color: #99ff99; }
div.off      {  }

span.added   { background-color: #ffff99; }
span.deleted { text-decoration: line-through;
               background-color: #FF7F7F; }
span.changed { background-color: #99ff99; }
span.off     {  }



pre.literallayout {
  background-color: #E8E8D0;
  padding-left: 0.5cm;
  padding-top:  5px;
  padding-bottom: 5px;
}

div[class=changed] pre.literallayout {
  background-color: #99ff99;
  padding-left: 0.5cm;
  padding-top:  5px;
  padding-bottom: 5px;
}

div.literallayout {
  background-color: #E8E8D0;
  padding-left: 0.5cm;
  padding-top:  5px;
  padding-bottom: 5px;
}

div[class=changed] div.literallayout {
  background-color: #99ff99;
  padding-left: 0.5cm;
  padding-top:  5px;
  padding-bottom: 5px;
}

</style><title>1. Introduction</title><meta name="generator" content="DocBook XSL Stylesheets V1.72.0" /><link rel="start" href="index.html" title="Specification of the Exim Mail Transfer Agent" /><link rel="up" href="index.html" title="Specification of the Exim Mail Transfer Agent" /><link rel="prev" href="index.html" title="Specification of the Exim Mail Transfer Agent" /><link rel="next" href="ch02.html" title="2. Incorporated code" /></head><body><div class="navheader">
<table width="100%" summary="Navigation header"><tr><td width="20%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch02.html">Next</a></td></tr></table></div>
<div class="chapter" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h2 class="title"><a href="index.html#toc0001" id="CHID1">1. Introduction</a></h2></div>
</div>
</div>
<a id="id468562" class="indexterm"></a><a id="id468577" class="indexterm"></a><a id="id468596" class="indexterm"></a><a id="id468612" class="indexterm"></a><a id="id468628" class="indexterm"></a><a id="id468643" class="indexterm"></a><a id="id468658" class="indexterm"></a><a id="id468677" class="indexterm"></a><a id="id468693" class="indexterm"></a><a id="id468709" class="indexterm"></a><a id="id468724" class="indexterm"></a><a id="id468740" class="indexterm"></a><a id="id468759" class="indexterm"></a><a id="id468774" class="indexterm"></a><a id="id468790" class="indexterm"></a><a id="id468805" class="indexterm"></a><a id="id468821" class="indexterm"></a><a id="id468837" class="indexterm"></a><a id="id468853" class="indexterm"></a><a id="id468868" class="indexterm"></a><a id="id468884" class="indexterm"></a><a id="id468899" class="indexterm"></a><a id="id468914" class="indexterm"></a><a id="id468930" class="indexterm"></a><a id="id468946" class="indexterm"></a><a id="id468961" class="indexterm"></a><a id="id468980" class="indexterm"></a><a id="id468995" class="indexterm"></a><a id="id469011" class="indexterm"></a><p>
Exim is a mail transfer agent (MTA) for hosts that are running Unix or
Unix-like operating systems. It was designed on the assumption that it would be
run on hosts that are permanently connected to the Internet. However, it can be
used on intermittently connected hosts with suitable configuration adjustments.
</p>
<p>
Configuration files currently exist for the following operating systems: AIX,
BSD/OS (aka BSDI), Darwin (Mac OS X), DGUX, Dragonfly, FreeBSD, GNU/Hurd,
GNU/Linux, HI-OSF (Hitachi), HI-UX, HP-UX, IRIX, MIPS RISCOS, NetBSD, OpenBSD,
OpenUNIX, QNX, SCO, SCO SVR4.2 (aka UNIX-SV), Solaris (aka SunOS5), SunOS4,
Tru64-Unix (formerly Digital UNIX, formerly DEC-OSF1), Ultrix, and Unixware.
Some of these operating systems are no longer current and cannot easily be
tested, so the configuration files may no longer work in practice.
</p>
<p>
There are also configuration files for compiling Exim in the Cygwin environment
that can be installed on systems running Windows. However, this document does
not contain any information about running Exim in the Cygwin environment.
</p>
<p>
The terms and conditions for the use and distribution of Exim are contained in
the file <em class="filename">NOTICE</em>. Exim is distributed under the terms of the GNU General
Public Licence, a copy of which may be found in the file <em class="filename">LICENCE</em>.
</p>
<p>
The use, supply or promotion of Exim for the purpose of sending bulk,
unsolicited electronic mail is incompatible with the basic aims of the program,
which revolve around the free provision of a service that enhances the quality
of personal communications. The author of Exim regards indiscriminate
mass-mailing as an antisocial, irresponsible abuse of the Internet.
</p>
<p>
Exim owes a great deal to Smail 3 and its author, Ron Karr. Without the
experience of running and working on the Smail 3 code, I could never have
contemplated starting to write a new MTA. Many of the ideas and user interfaces
were originally taken from Smail 3, though the actual code of Exim is entirely
new, and has developed far beyond the initial concept.
</p>
<p>
Many people, both in Cambridge and around the world, have contributed to the
development and the testing of Exim, and to porting it to various operating
systems. I am grateful to them all. The distribution now contains a file called
<em class="filename">ACKNOWLEDGMENTS</em>, in which I have started recording the names of
contributors.
</p>
<div class="section" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 xmlns="" class="title"><a xmlns="http://www.w3.org/1999/xhtml" href="index.html#toc0002" id="SECID1">1.1 Exim documentation</a></h3></div>
</div>
</div>
<div xmlns="" class="changed">
<p xmlns="http://www.w3.org/1999/xhtml">
<a id="id469109" class="indexterm"></a>
This edition of the Exim specification applies to version 4.69 of Exim.
Substantive changes from the 4.68 edition are marked in some
renditions of the document; this paragraph is so marked if the rendition is
capable of showing a change indicator.
</p>
</div>
<p>
This document is very much a reference manual; it is not a tutorial. The reader
is expected to have some familiarity with the SMTP mail transfer protocol and
with general Unix system administration. Although there are some discussions
and examples in places, the information is mostly organized in a way that makes
it easy to look up, rather than in a natural order for sequential reading.
Furthermore, the manual aims to cover every aspect of Exim in detail, including
a number of rarely-used, special-purpose features that are unlikely to be of
very wide interest.
</p>
<p>
<a id="id469131" class="indexterm"></a>
An “<span class="quote">easier</span>” discussion of Exim which provides more in-depth explanatory,
introductory, and tutorial material can be found in a book entitled <span class="emphasis"><em>The Exim
SMTP Mail Server</em></span> (second edition, 2007), published by UIT Cambridge
(<span class="bold"><strong><a href="http://www.uit.co.uk/exim-book/" target="_top">http://www.uit.co.uk/exim-book/</a></strong></span>).
</p>
<p>
This book also contains a chapter that gives a general introduction to SMTP and
Internet mail. Inevitably, however, the book is unlikely to be fully up-to-date
with the latest release of Exim. (Note that the earlier book about Exim,
published by O’Reilly, covers Exim 3, and many things have changed in Exim 4.)
</p>
<p>
<a id="id469169" class="indexterm"></a>
If you are using a Debian distribution of Exim, you will find information about
Debian-specific features in the file
<em class="filename">/usr/share/doc/exim4-base/README.Debian</em>.
The command <span><strong class="command">man update-exim.conf</strong></span> is another source of Debian-specific
information.
</p>
<p>
<a id="id469202" class="indexterm"></a>
<a id="id469216" class="indexterm"></a>
<a id="id469230" class="indexterm"></a>
As the program develops, there may be features in newer versions that have not
yet made it into this document, which is updated only when the most significant
digit of the fractional part of the version number changes. Specifications of
new features that are not yet in this manual are placed in the file
<em class="filename">doc/NewStuff</em> in the Exim distribution.
</p>
<p>
Some features may be classified as “<span class="quote">experimental</span>”. These may change
incompatibly while they are developing, or even be withdrawn. For this reason,
they are not documented in this manual. Information about experimental features
can be found in the file <em class="filename">doc/experimental.txt</em>.
</p>
<p>
All changes to the program (whether new features, bug fixes, or other kinds of
change) are noted briefly in the file called <em class="filename">doc/ChangeLog</em>.
</p>
<p>
<a id="id469284" class="indexterm"></a>
This specification itself is available as an ASCII file in <em class="filename">doc/spec.txt</em> so
that it can easily be searched with a text editor. Other files in the <em class="filename">doc</em>
directory are:
</p>
<div class="informaltable">
<table border="0"><colgroup><col align="left" /><col align="left" /></colgroup><tbody><tr><td align="left"><em class="filename">OptionLists.txt</em></td><td align="left">list of all options in alphabetical order</td></tr><tr><td align="left"><em class="filename">dbm.discuss.txt</em></td><td align="left">discussion about DBM libraries</td></tr><tr><td align="left"><em class="filename">exim.8</em></td><td align="left">a man page of Exim’s command line options</td></tr><tr><td align="left"><em class="filename">experimental.txt</em></td><td align="left">documentation of experimental features</td></tr><tr><td align="left"><em class="filename">filter.txt</em></td><td align="left">specification of the filter language</td></tr><tr><td align="left"><em class="filename">pcrepattern.txt</em></td><td align="left">specification of PCRE regular expressions</td></tr><tr><td align="left"><em class="filename">pcretest.txt</em></td><td align="left">specification of the PCRE testing program</td></tr><tr><td align="left"><em class="filename">Exim3.upgrade</em></td><td align="left">upgrade notes from release 2 to release 3</td></tr><tr><td align="left"><em class="filename">Exim4.upgrade</em></td><td align="left">upgrade notes from release 3 to release 4</td></tr></tbody></table></div>
<p>
The main specification and the specification of the filtering language are also
available in other formats (HTML, PostScript, PDF, and Texinfo). Section
<a href="ch01.html#SECTavail" title="1.6 Where to find the Exim distribution">1.6</a> below tells you how to get hold of these.
</p>
</div>
<div class="section" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 xmlns="" class="title"><a xmlns="http://www.w3.org/1999/xhtml" href="index.html#toc0003" id="SECID2">1.2 FTP and web sites</a></h3></div>
</div>
</div>
<p>
<a id="id469493" class="indexterm"></a>
<a id="id469504" class="indexterm"></a>
The primary site for Exim source distributions is currently the University of
Cambridge’s FTP site, whose contents are described in <span class="emphasis"><em>Where to find the Exim
distribution</em></span> below. In addition, there is a web site and an FTP site at
<span><strong class="option">exim.org</strong></span>. These are now also hosted at the University of Cambridge. The
<span><strong class="option">exim.org</strong></span> site was previously hosted for a number of years by Energis
Squared, formerly Planet Online Ltd, whose support I gratefully acknowledge.
</p>
<p>
<a id="id469538" class="indexterm"></a>
<a id="id469549" class="indexterm"></a>
As well as Exim distribution tar files, the Exim web site contains a number of
differently formatted versions of the documentation. A recent addition to the
online information is the Exim wiki <span xmlns="" class="changed"><span xmlns="http://www.w3.org/1999/xhtml">(<span class="bold"><strong><a href="http://wiki.exim.org" target="_top">http://wiki.exim.org</a></strong></span>)</span></span>,
which contains what used to be a separate FAQ, as well as various other
examples, tips, and know-how that have been contributed by Exim users.
</p>
<p>
<a id="id469584" class="indexterm"></a>
An Exim Bugzilla exists at <span xmlns="" class="changed"><span xmlns="http://www.w3.org/1999/xhtml"><span class="bold"><strong><a href="http://bugs.exim.org" target="_top">http://bugs.exim.org</a></strong></span></span></span>. You can use
this to report bugs, and also to add items to the wish list. Please search
first to check that you are not duplicating a previous entry.
</p>
</div>
<div class="section" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 xmlns="" class="title"><a xmlns="http://www.w3.org/1999/xhtml" href="index.html#toc0004" id="SECID3">1.3 Mailing lists</a></h3></div>
</div>
</div>
<p>
<a id="id469622" class="indexterm"></a>
The following Exim mailing lists exist:
</p>
<div class="informaltable">
<table border="0"><colgroup><col align="left" /><col align="left" /></colgroup><tbody><tr><td align="left"><span class="emphasis"><em>exim-users@exim.org</em></span></td><td align="left">General discussion list</td></tr><tr><td align="left"><span class="emphasis"><em>exim-dev@exim.org</em></span></td><td align="left">Discussion of bugs, enhancements, etc.</td></tr><tr><td align="left"><span class="emphasis"><em>exim-announce@exim.org</em></span></td><td align="left">Moderated, low volume announcements list</td></tr><tr><td align="left"><span class="emphasis"><em>exim-future@exim.org</em></span></td><td align="left">Discussion of long-term development</td></tr></tbody></table></div>
<p>
You can subscribe to these lists, change your existing subscriptions, and view
or search the archives via the mailing lists link on the Exim home page.
<a id="id469721" class="indexterm"></a>
If you are using a Debian distribution of Exim, you may wish to subscribe to
the Debian-specific mailing list <span class="emphasis"><em>pkg-exim4-users@lists.alioth.debian.org</em></span>
via this web page:
</p>
<div class="literallayout">
<span class="bold"><strong><a href="http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users" target="_top">http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users</a></strong></span><br />
</div>
<p>
Please ask Debian-specific questions on this list and not on the general Exim
lists.
</p>
</div>
<div class="section" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 xmlns="" class="title"><a xmlns="http://www.w3.org/1999/xhtml" href="index.html#toc0005" id="SECID4">1.4 Exim training</a></h3></div>
</div>
</div>
<p>
<a id="id469776" class="indexterm"></a>
Training courses in Cambridge (UK) used to be run annually by the author of
Exim, before he retired. At the time of writing, there are no plans to run
further Exim courses in Cambridge. However, if that changes, relevant
information will be posted at <span class="bold"><strong><a href="http://www-tus.csx.cam.ac.uk/courses/exim/" target="_top">http://www-tus.csx.cam.ac.uk/courses/exim/</a></strong></span>.
</p>
</div>
<div class="section" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 xmlns="" class="title"><a xmlns="http://www.w3.org/1999/xhtml" href="index.html#toc0006" id="SECID5">1.5 Bug reports</a></h3></div>
</div>
</div>
<p>
<a id="id469814" class="indexterm"></a>
<a id="id469825" class="indexterm"></a>
Reports of obvious bugs <span xmlns="" class="changed"><span xmlns="http://www.w3.org/1999/xhtml">can be emailed to <span class="emphasis"><em>bugs@exim.org</em></span> or reported
via the Bugzilla (<span class="bold"><strong><a href="http://bugs.exim.org" target="_top">http://bugs.exim.org</a></strong></span>).</span></span> However, if you are unsure
whether some behaviour is a bug or not, the best thing to do is to post a
message to the <span class="emphasis"><em>exim-dev</em></span> mailing list and have it discussed.
</p>
</div>
<div class="section" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 xmlns="" class="title"><a xmlns="http://www.w3.org/1999/xhtml" href="index.html#toc0007" id="SECTavail">1.6 Where to find the Exim distribution</a></h3></div>
</div>
</div>
<p>
<a id="id469876" class="indexterm"></a>
<a id="id469887" class="indexterm"></a>
The master ftp site for the Exim distribution is
</p>
<div class="literallayout">
<span class="bold"><strong>ftp://ftp.csx.cam.ac.uk/pub/software/email/exim</strong></span><br />
</div>
<p>
This is mirrored by
</p>
<div class="literallayout">
<span class="bold"><strong>ftp://ftp.exim.org/pub/exim</strong></span><br />
</div>
<p>
The file references that follow are relative to the <em class="filename">exim</em> directories at
these sites. There are now quite a number of independent mirror sites around
the world. Those that I know about are listed in the file called <em class="filename">Mirrors</em>.
</p>
<p>
Within the <em class="filename">exim</em> directory there are subdirectories called <em class="filename">exim3</em> (for
previous Exim 3 distributions), <em class="filename">exim4</em> (for the latest Exim 4
distributions), and <em class="filename">Testing</em> for testing versions. In the <em class="filename">exim4</em>
subdirectory, the current release can always be found in files called
</p>
<div class="literallayout">
<em class="filename">exim-n.nn.tar.gz</em><br />
<em class="filename">exim-n.nn.tar.bz2</em><br />
</div>
<p>
where <span class="emphasis"><em>n.nn</em></span> is the highest such version number in the directory. The two
files contain identical data; the only difference is the type of compression.
The <em class="filename">.bz2</em> file is usually a lot smaller than the <em class="filename">.gz</em> file.
</p>
<p>
<a id="id470028" class="indexterm"></a>
<a id="id470042" class="indexterm"></a>
<a id="id470056" class="indexterm"></a>
The distributions are currently signed with Philip Hazel’s GPG key. The
corresponding public key is available from a number of keyservers, and there is
also a copy in the file <em class="filename">Public-Key</em>. The signatures for the tar bundles are
in:
</p>
<div class="literallayout">
<em class="filename">exim-n.nn.tar.gz.sig</em><br />
<em class="filename">exim-n.nn.tar.bz2.sig</em><br />
</div>
<p>
For each released version, the log of changes is made separately available in a
separate file in the directory <em class="filename">ChangeLogs</em> so that it is possible to
find out what has changed without having to download the entire distribution.
</p>
<p>
<a id="id470117" class="indexterm"></a>
The main distribution contains ASCII versions of this specification and other
documentation; other formats of the documents are available in separate files
inside the <em class="filename">exim4</em> directory of the FTP site:
</p>
<div class="literallayout">
<em class="filename">exim-html-n.nn.tar.gz</em><br />
<em class="filename">exim-pdf-n.nn.tar.gz</em><br />
<em class="filename">exim-postscript-n.nn.tar.gz</em><br />
<em class="filename">exim-texinfo-n.nn.tar.gz</em><br />
</div>
<p>
These tar files contain only the <em class="filename">doc</em> directory, not the complete
distribution, and are also available in <em class="filename">.bz2</em> as well as <em class="filename">.gz</em> forms.
</p>
</div>
<div class="section" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 xmlns="" class="title"><a xmlns="http://www.w3.org/1999/xhtml" href="index.html#toc0008" id="SECID6">1.7 Limitations</a></h3></div>
</div>
</div>
<div class="itemizedlist">
<ul type="disc"><li><p>
<a id="id470209" class="indexterm"></a>
<a id="id470221" class="indexterm"></a>
Exim is designed for use as an Internet MTA, and therefore handles addresses in
RFC 2822 domain format only. It cannot handle UUCP “<span class="quote">bang paths</span>”, though
simple two-component bang paths can be converted by a straightforward rewriting
configuration. This restriction does not prevent Exim from being interfaced to
UUCP as a transport mechanism, provided that domain addresses are used.
</p>
</li><li><p>
<a id="id470252" class="indexterm"></a>
<a id="id470263" class="indexterm"></a>
Exim insists that every address it handles has a domain attached. For incoming
local messages, domainless addresses are automatically qualified with a
configured domain value. Configuration options specify from which remote
systems unqualified addresses are acceptable. These are then qualified on
arrival.
</p>
</li><li><p>
<a id="id470289" class="indexterm"></a>
<a id="id470304" class="indexterm"></a>
The only external transport mechanisms that are currently implemented are SMTP
and LMTP over a TCP/IP network (including support for IPv6). However, a pipe
transport is available, and there are facilities for writing messages to files
and pipes, optionally in <span class="emphasis"><em>batched SMTP</em></span> format; these facilities can be used
to send messages to other transport mechanisms such as UUCP, provided they can
handle domain-style addresses. Batched SMTP input is also catered for.
</p>
</li><li><p>
Exim is not designed for storing mail for dial-in hosts. When the volumes of
such mail are large, it is better to get the messages “<span class="quote">delivered</span>” into files
(that is, off Exim’s queue) and subsequently passed on to the dial-in hosts by
other means.
</p>
</li><li><p>
Although Exim does have basic facilities for scanning incoming messages, these
are not comprehensive enough to do full virus or spam scanning. Such operations
are best carried out using additional specialized software packages. If you
compile Exim with the content-scanning extension, straightforward interfaces to
a number of common scanners are provided.
</p>
</li></ul></div>
</div>
<div class="section" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 xmlns="" class="title"><a xmlns="http://www.w3.org/1999/xhtml" href="index.html#toc0009" id="SECID7">1.8 Run time configuration</a></h3></div>
</div>
</div>
<p>
Exim’s run time configuration is held in a single text file that is divided
into a number of sections. The entries in this file consist of keywords and
values, in the style of Smail 3 configuration files. A default configuration
file which is suitable for simple online installations is provided in the
distribution, and is described in chapter <a href="ch07.html" title="7. The default configuration file">7</a> below.
</p>
</div>
<div class="section" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 xmlns="" class="title"><a xmlns="http://www.w3.org/1999/xhtml" href="index.html#toc0010" id="SECID8">1.9 Calling interface</a></h3></div>
</div>
</div>
<p>
<a id="id470390" class="indexterm"></a>
Like many MTAs, Exim has adopted the Sendmail command line interface so that it
can be a straight replacement for <em class="filename">/usr/lib/sendmail</em> or
<em class="filename">/usr/sbin/sendmail</em> when sending mail, but you do not need to know anything
about Sendmail in order to run Exim. For actions other than sending messages,
Sendmail-compatible options also exist, but those that produce output (for
example, <span><strong class="option">-bp</strong></span>, which lists the messages on the queue) do so in Exim’s own
format. There are also some additional options that are compatible with Smail
3, and some further options that are new to Exim. Chapter <a href="ch05.html" title="5. The Exim command line">5</a>
documents all Exim’s command line options. This information is automatically
made into the man page that forms part of the Exim distribution.
</p>
<p>
Control of messages on the queue can be done via certain privileged command
line options. There is also an optional monitor program called <span class="emphasis"><em>eximon</em></span>,
which displays current information in an X window, and which contains a menu
interface to Exim’s command line administration options.
</p>
</div>
<div class="section" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 xmlns="" class="title"><a xmlns="http://www.w3.org/1999/xhtml" href="index.html#toc0011" id="SECID9">1.10 Terminology</a></h3></div>
</div>
</div>
<p>
<a id="id470464" class="indexterm"></a>
<a id="id470475" class="indexterm"></a>
The <span class="emphasis"><em>body</em></span> of a message is the actual data that the sender wants to transmit.
It is the last part of a message, and is separated from the <span class="emphasis"><em>header</em></span> (see
below) by a blank line.
</p>
<p>
<a id="id470502" class="indexterm"></a>
When a message cannot be delivered, it is normally returned to the sender in a
delivery failure message or a “<span class="quote">non-delivery report</span>” (NDR). The term
<span class="emphasis"><em>bounce</em></span> is commonly used for this action, and the error reports are often
called <span class="emphasis"><em>bounce messages</em></span>. This is a convenient shorthand for “<span class="quote">delivery
failure error report</span>”. Such messages have an empty sender address in the
message’s <span class="emphasis"><em>envelope</em></span> (see below) to ensure that they cannot themselves give
rise to further bounce messages.
</p>
<p>
The term <span class="emphasis"><em>default</em></span> appears frequently in this manual. It is used to qualify a
value which is used in the absence of any setting in the configuration. It may
also qualify an action which is taken unless a configuration setting specifies
otherwise.
</p>
<p>
The term <span class="emphasis"><em>defer</em></span> is used when the delivery of a message to a specific
destination cannot immediately take place for some reason (a remote host may be
down, or a user’s local mailbox may be full). Such deliveries are <span class="emphasis"><em>deferred</em></span>
until a later time.
</p>
<p>
The word <span class="emphasis"><em>domain</em></span> is sometimes used to mean all but the first component of a
host’s name. It is <span class="emphasis"><em>not</em></span> used in that sense here, where it normally refers to
the part of an email address following the @ sign.
</p>
<p>
<a id="id470590" class="indexterm"></a>
<a id="id470600" class="indexterm"></a>
A message in transit has an associated <span class="emphasis"><em>envelope</em></span>, as well as a header and a
body. The envelope contains a sender address (to which bounce messages should
be delivered), and any number of recipient addresses. References to the
sender or the recipients of a message usually mean the addresses in the
envelope. An MTA uses these addresses for delivery, and for returning bounce
messages, not the addresses that appear in the header lines.
</p>
<p>
<a id="id470629" class="indexterm"></a>
<a id="id470644" class="indexterm"></a>
The <span class="emphasis"><em>header</em></span> of a message is the first part of a message’s text, consisting
of a number of lines, each of which has a name such as <span class="emphasis"><em>From:</em></span>, <span class="emphasis"><em>To:</em></span>,
<span class="emphasis"><em>Subject:</em></span>, etc. Long header lines can be split over several text lines by
indenting the continuations. The header is separated from the body by a blank
line.
</p>
<p>
<a id="id470684" class="indexterm"></a>
<a id="id470698" class="indexterm"></a>
The term <span class="emphasis"><em>local part</em></span>, which is taken from RFC 2822, is used to refer to that
part of an email address that precedes the @ sign. The part that follows the
@ sign is called the <span class="emphasis"><em>domain</em></span> or <span class="emphasis"><em>mail domain</em></span>.
</p>
<p>
<a id="id470730" class="indexterm"></a>
<a id="id470744" class="indexterm"></a>
The terms <span class="emphasis"><em>local delivery</em></span> and <span class="emphasis"><em>remote delivery</em></span> are used to distinguish
delivery to a file or a pipe on the local host from delivery by SMTP over
TCP/IP to another host. As far as Exim is concerned, all hosts other than the
host it is running on are <span class="emphasis"><em>remote</em></span>.
</p>
<p>
<a id="id470773" class="indexterm"></a>
<span class="emphasis"><em>Return path</em></span> is another name that is used for the sender address in a
message’s envelope.
</p>
<p>
<a id="id470797" class="indexterm"></a>
The term <span class="emphasis"><em>queue</em></span> is used to refer to the set of messages awaiting delivery,
because this term is in widespread use in the context of MTAs. However, in
Exim’s case the reality is more like a pool than a queue, because there is
normally no ordering of waiting messages.
</p>
<p>
<a id="id470824" class="indexterm"></a>
The term <span class="emphasis"><em>queue runner</em></span> is used to describe a process that scans the queue
and attempts to deliver those messages whose retry times have come. This term
is used by other MTAs, and also relates to the command <span><strong class="option">runq</strong></span>, but in Exim
the waiting messages are normally processed in an unpredictable order.
</p>
<p>
<a id="id470853" class="indexterm"></a>
The term <span class="emphasis"><em>spool directory</em></span> is used for a directory in which Exim keeps the
messages on its queue – that is, those that it is in the process of
delivering. This should not be confused with the directory in which local
mailboxes are stored, which is called a “<span class="quote">spool directory</span>” by some people. In
the Exim documentation, “<span class="quote">spool</span>” is always used in the first sense.
</p>
</div>
</div>
<div class="navfooter">
<table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ch02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> </td></tr></table></div>
</body></html>