Sophie

Sophie

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

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>20. The manualroute router</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="ch19.html" title="19. The iplookup router" /><link rel="next" href="ch21.html" title="21. The queryprogram router" /></head><body><div class="navheader">
<table width="100%" summary="Navigation header"><tr><td width="20%" align="left"><a accesskey="p" href="ch19.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch21.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#toc0194" id="CHID7">20. The manualroute router</a></h2></div>
</div>
</div>
<p>
<a id="IIDmanrou1" class="indexterm"></a>
<a id="IIDmanrou2" class="indexterm"></a>
<a id="id570374" class="indexterm"></a>
The <span><strong class="command">manualroute</strong></span> router is so-called because it provides a way of manually
routing an address according to its domain. It is mainly used when you want to
route addresses to remote hosts according to your own rules, bypassing the
normal DNS routing that looks up MX records. However, <span><strong class="command">manualroute</strong></span> can also
route to local transports, a facility that may be useful if you want to save
messages for dial-in hosts in local files.
</p>
<p>
The <span><strong class="command">manualroute</strong></span> router compares a list of domain patterns with the domain
it is trying to route. If there is no match, the router declines. Each pattern
has associated with it a list of hosts and some other optional data, which may
include a transport. The combination of a pattern and its data is called a
“<span class="quote">routing rule</span>”. For patterns that do not have an associated transport, the
generic <span><strong class="option">transport</strong></span> option must specify a transport, unless the router is
being used purely for verification (see <span><strong class="option">verify_only</strong></span>).
</p>
<p>
<a id="id570438" class="indexterm"></a>
In the case of verification, matching the domain pattern is sufficient for the
router to accept the address. When actually routing an address for delivery,
an address that matches a domain pattern is queued for the associated
transport. If the transport is not a local one, a host list must be associated
with the pattern; IP addresses are looked up for the hosts, and these are
passed to the transport along with the mail address. For local transports, a
host list is optional. If it is present, it is passed in <em class="varname">$host</em> as a single
text string.
</p>
<p>
The list of routing rules can be provided as an inline string in
<span><strong class="option">route_list</strong></span>, or the data can be obtained by looking up the domain in a file
or database by setting <span><strong class="option">route_data</strong></span>. Only one of these settings may appear in
any one instance of <span><strong class="command">manualroute</strong></span>. The format of routing rules is described
below, following the list of private options.
</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#toc0195" id="SECTprioptman">20.1 Private options for manualroute</a></h3></div>
</div>
</div>
<p>
<a id="id570487" class="indexterm"></a>
The private options for the <span><strong class="command">manualroute</strong></span> router are as follows:
</p>
<p>
<a id="id570516" class="indexterm"></a>
</p>
<div class="informaltable">
<table border="1"><colgroup><col align="left" /><col align="center" /><col align="center" /><col align="right" /></colgroup><tbody><tr><td align="left"><span><strong class="option">host_all_ignored</strong></span></td><td align="center">Use: <span class="emphasis"><em>manualroute</em></span></td><td align="center">Type: <span class="emphasis"><em>string</em></span></td><td align="right">Default: <span class="emphasis"><em>defer</em></span></td></tr></tbody></table></div>
<p>
See <span><strong class="option">host_find_failed</strong></span>.
</p>
<p>
<a id="id570606" class="indexterm"></a>
</p>
<div class="informaltable">
<table border="1"><colgroup><col align="left" /><col align="center" /><col align="center" /><col align="right" /></colgroup><tbody><tr><td align="left"><span><strong class="option">host_find_failed</strong></span></td><td align="center">Use: <span class="emphasis"><em>manualroute</em></span></td><td align="center">Type: <span class="emphasis"><em>string</em></span></td><td align="right">Default: <span class="emphasis"><em>freeze</em></span></td></tr></tbody></table></div>
<p>
This option controls what happens when <span><strong class="command">manualroute</strong></span> tries to find an IP
address for a host, and the host does not exist. The option can be set to one
of the following values:
</p>
<pre class="literallayout">decline
defer
fail
freeze
ignore
pass
</pre><p>
The default (“<span class="quote">freeze</span>”) assumes that this state is a serious configuration
error. The difference between “<span class="quote">pass</span>” and “<span class="quote">decline</span>” is that the former
forces the address to be passed to the next router (or the router defined by
<span><strong class="option">pass_router</strong></span>),
<a id="id570726" class="indexterm"></a>
overriding <span><strong class="option">no_more</strong></span>, whereas the latter passes the address to the next
router only if <span><strong class="option">more</strong></span> is true.
</p>
<p>
The value “<span class="quote">ignore</span>” causes Exim to completely ignore a host whose IP address
cannot be found. If all the hosts in the list are ignored, the behaviour is
controlled by the <span><strong class="option">host_all_ignored</strong></span> option. This takes the same values
as <span><strong class="option">host_find_failed</strong></span>, except that it cannot be set to “<span class="quote">ignore</span>”.
</p>
<p>
The <span><strong class="option">host_find_failed</strong></span> option applies only to a definite “<span class="quote">does not exist</span>”
state; if a host lookup gets a temporary error, delivery is deferred unless the
generic <span><strong class="option">pass_on_timeout</strong></span> option is set.
</p>
<p>
<a id="id570789" class="indexterm"></a>
</p>
<div class="informaltable">
<table border="1"><colgroup><col align="left" /><col align="center" /><col align="center" /><col align="right" /></colgroup><tbody><tr><td align="left"><span><strong class="option">hosts_randomize</strong></span></td><td align="center">Use: <span class="emphasis"><em>manualroute</em></span></td><td align="center">Type: <span class="emphasis"><em>boolean</em></span></td><td align="right">Default: <span class="emphasis"><em>false</em></span></td></tr></tbody></table></div>
<p>
<a id="id570872" class="indexterm"></a>
<a id="id570883" class="indexterm"></a>
If this option is set, the order of the items in a host list in a routing rule
is randomized each time the list is used, unless an option in the routing rule
overrides (see below). Randomizing the order of a host list can be used to do
crude load sharing. However, if more than one mail address is routed by the
same router to the same host list, the host lists are considered to be the same
(even though they may be randomized into different orders) for the purpose of
deciding whether to batch the deliveries into a single SMTP transaction.
</p>
<p>
When <span><strong class="option">hosts_randomize</strong></span> is true, a host list may be split
into groups whose order is separately randomized. This makes it possible to
set up MX-like behaviour. The boundaries between groups are indicated by an
item that is just <code class="literal">+</code> in the host list. For example:
</p>
<pre class="literallayout">route_list = * host1:host2:host3:+:host4:host5
</pre><p>
The order of the first three hosts and the order of the last two hosts is
randomized for each use, but the first three always end up before the last two.
If <span><strong class="option">hosts_randomize</strong></span> is not set, a <code class="literal">+</code> item in the list is ignored. If a
randomized host list is passed to an <span><strong class="command">smtp</strong></span> transport that also has
<span><strong class="option">hosts_randomize set</strong></span>, the list is not re-randomized.
</p>
<p>
<a id="id570952" class="indexterm"></a>
</p>
<div class="informaltable">
<table border="1"><colgroup><col align="left" /><col align="center" /><col align="center" /><col align="right" /></colgroup><tbody><tr><td align="left"><span><strong class="option">route_data</strong></span></td><td align="center">Use: <span class="emphasis"><em>manualroute</em></span></td><td align="center">Type: <span class="emphasis"><em>string</em></span>†<span class="emphasis"><em></em></span></td><td align="right">Default: <span class="emphasis"><em>unset</em></span></td></tr></tbody></table></div>
<p>
If this option is set, it must expand to yield the data part of a routing rule.
Typically, the expansion string includes a lookup based on the domain. For
example:
</p>
<pre class="literallayout">route_data = ${lookup{$domain}dbm{/etc/routes}}
</pre><p>
If the expansion is forced to fail, or the result is an empty string, the
router declines. Other kinds of expansion failure cause delivery to be
deferred.
</p>
<p>
<a id="id571057" class="indexterm"></a>
</p>
<div class="informaltable">
<table border="1"><colgroup><col align="left" /><col align="center" /><col align="center" /><col align="right" /></colgroup><tbody><tr><td align="left"><span><strong class="option">route_list</strong></span></td><td align="center">Use: <span class="emphasis"><em>manualroute</em></span></td><td align="center">Type: <span class="emphasis"><em>string list</em></span></td><td align="right">Default: <span class="emphasis"><em>unset</em></span></td></tr></tbody></table></div>
<p>
This string is a list of routing rules, in the form defined below. Note that,
unlike most string lists, the items are separated by semicolons. This is so
that they may contain colon-separated host lists.
</p>
<p>
<a id="id571146" class="indexterm"></a>
</p>
<div class="informaltable">
<table border="1"><colgroup><col align="left" /><col align="center" /><col align="center" /><col align="right" /></colgroup><tbody><tr><td align="left"><span><strong class="option">same_domain_copy_routing</strong></span></td><td align="center">Use: <span class="emphasis"><em>manualroute</em></span></td><td align="center">Type: <span class="emphasis"><em>boolean</em></span></td><td align="right">Default: <span class="emphasis"><em>false</em></span></td></tr></tbody></table></div>
<p>
<a id="id571229" class="indexterm"></a>
Addresses with the same domain are normally routed by the <span><strong class="command">manualroute</strong></span>
router to the same list of hosts. However, this cannot be presumed, because the
router options and preconditions may refer to the local part of the address. By
default, therefore, Exim routes each address in a message independently. DNS
servers run caches, so repeated DNS lookups are not normally expensive, and in
any case, personal messages rarely have more than a few recipients.
</p>
<p>
If you are running mailing lists with large numbers of subscribers at the same
domain, and you are using a <span><strong class="command">manualroute</strong></span> router which is independent of the
local part, you can set <span><strong class="option">same_domain_copy_routing</strong></span> to bypass repeated DNS
lookups for identical domains in one message. In this case, when
<span><strong class="command">manualroute</strong></span> routes an address to a remote transport, any other unrouted
addresses in the message that have the same domain are automatically given the
same routing without processing them independently. However, this is only done
if <span><strong class="option">headers_add</strong></span> and <span><strong class="option">headers_remove</strong></span> are unset.
</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#toc0196" id="SECID120">20.2 Routing rules in route_list</a></h3></div>
</div>
</div>
<p>
The value of <span><strong class="option">route_list</strong></span> is a string consisting of a sequence of routing
rules, separated by semicolons. If a semicolon is needed in a rule, it can be
entered as two semicolons. Alternatively, the list separator can be changed as
described (for colon-separated lists) in section <a href="ch06.html#SECTlistconstruct" title="6.19 List construction">6.19</a>.
Empty rules are ignored. The format of each rule is
</p>
<div class="literallayout">
&lt;<span class="emphasis"><em>domain pattern</em></span>&gt;  &lt;<span class="emphasis"><em>list of hosts</em></span>&gt;  &lt;<span class="emphasis"><em>options</em></span>&gt;<br />
</div>
<p>
The following example contains two rules, each with a simple domain pattern and
no options:
</p>
<pre class="literallayout">route_list = \
  dict.ref.example  mail-1.ref.example:mail-2.ref.example ; \
  thes.ref.example  mail-3.ref.example:mail-4.ref.example
</pre><p>
The three parts of a rule are separated by white space. The pattern and the
list of hosts can be enclosed in quotes if necessary, and if they are, the
usual quoting rules apply. Each rule in a <span><strong class="option">route_list</strong></span> must start with a
single domain pattern, which is the only mandatory item in the rule. The
pattern is in the same format as one item in a domain list (see section
<a href="ch10.html#SECTdomainlist" title="10.8 Domain lists">10.8</a>),
except that it may not be the name of an interpolated file.
That is, it may be wildcarded, or a regular expression, or a file or database
lookup (with semicolons doubled, because of the use of semicolon as a separator
in a <span><strong class="option">route_list</strong></span>).
</p>
<p>
The rules in <span><strong class="option">route_list</strong></span> are searched in order until one of the patterns
matches the domain that is being routed. The list of hosts and then options are
then used as described below. If there is no match, the router declines. When
<span><strong class="option">route_list</strong></span> is set, <span><strong class="option">route_data</strong></span> must not be set.
</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#toc0197" id="SECID121">20.3 Routing rules in route_data</a></h3></div>
</div>
</div>
<p>
The use of <span><strong class="option">route_list</strong></span> is convenient when there are only a small number of
routing rules. For larger numbers, it is easier to use a file or database to
hold the routing information, and use the <span><strong class="option">route_data</strong></span> option instead.
The value of <span><strong class="option">route_data</strong></span> is a list of hosts, followed by (optional) options.
Most commonly, <span><strong class="option">route_data</strong></span> is set as a string that contains an
expansion lookup. For example, suppose we place two routing rules in a file
like this:
</p>
<pre class="literallayout">dict.ref.example:  mail-1.ref.example:mail-2.ref.example
thes.ref.example:  mail-3.ref.example:mail-4.ref.example
</pre><p>
This data can be accessed by setting
</p>
<pre class="literallayout">route_data = ${lookup{$domain}lsearch{/the/file/name}}
</pre><p>
Failure of the lookup results in an empty string, causing the router to
decline. However, you do not have to use a lookup in <span><strong class="option">route_data</strong></span>. The only
requirement is that the result of expanding the string is a list of hosts,
possibly followed by options, separated by white space. The list of hosts must
be enclosed in quotes if it contains white space.
</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#toc0198" id="SECID122">20.4 Format of the list of hosts</a></h3></div>
</div>
</div>
<p>
A list of hosts, whether obtained via <span><strong class="option">route_data</strong></span> or <span><strong class="option">route_list</strong></span>, is
always separately expanded before use. If the expansion fails, the router
declines. The result of the expansion must be a colon-separated list of names
and/or IP addresses, optionally also including ports. The format of each item
in the list is described in the next section. The list separator can be changed
as described in section <a href="ch06.html#SECTlistconstruct" title="6.19 List construction">6.19</a>.
</p>
<p>
If the list of hosts was obtained from a <span><strong class="option">route_list</strong></span> item, the following
variables are set during its expansion:
</p>
<div class="itemizedlist">
<ul type="disc"><li><p>
<a id="id571515" class="indexterm"></a>
If the domain was matched against a regular expression, the numeric variables
<em class="varname">$1</em>, <em class="varname">$2</em>, etc. may be set. For example:
</p>
<pre class="literallayout">route_list = ^domain(\d+)   host-$1.text.example
</pre></li><li><p>
<em class="varname">$0</em> is always set to the entire domain.
</p>
</li><li><p>
<em class="varname">$1</em> is also set when partial matching is done in a file lookup.
</p>
</li><li><p>
<a id="id571586" class="indexterm"></a>
If the pattern that matched the domain was a lookup item, the data that was
looked up is available in the expansion variable <em class="varname">$value</em>. For example:
</p>
<pre class="literallayout">route_list = lsearch;;/some/file.routes  $value
</pre></li></ul></div>
<p>
Note the doubling of the semicolon in the pattern that is necessary because
semicolon is the default route list separator.
</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#toc0199" id="SECTformatonehostitem">20.5 Format of one host item</a></h3></div>
</div>
</div>
<p>
Each item in the list of hosts is either a host name or an IP address,
optionally with an attached port number. When no port is given, an IP address
is not enclosed in brackets. When a port is specified, it overrides the port
specification on the transport. The port is separated from the name or address
by a colon. This leads to some complications:
</p>
<div class="itemizedlist">
<ul type="disc"><li><p>
Because colon is the default separator for the list of hosts, either
the colon that specifies a port must be doubled, or the list separator must
be changed. The following two examples have the same effect:
</p>
<pre class="literallayout">route_list = * "host1.tld::1225 : host2.tld::1226"
route_list = * "&lt;+ host1.tld:1225 + host2.tld:1226"
</pre></li><li><p>
When IPv6 addresses are involved, it gets worse, because they contain
colons of their own. To make this case easier, it is permitted to
enclose an IP address (either v4 or v6) in square brackets if a port
number follows. For example:
</p>
<pre class="literallayout">route_list = * "&lt;/ [10.1.1.1]:1225 / [::1]:1226"
</pre></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#toc0200" id="SECThostshowused">20.6 How the list of hosts is used</a></h3></div>
</div>
</div>
<p>
When an address is routed to an <span><strong class="command">smtp</strong></span> transport by <span><strong class="command">manualroute</strong></span>, each of
the hosts is tried, in the order specified, when carrying out the SMTP
delivery. However, the order can be changed by setting the <span><strong class="option">hosts_randomize</strong></span>
option, either on the router (see section <a href="ch20.html#SECTprioptman" title="20.1 Private options for manualroute">20.1</a> above), or on the
transport.
</p>
<p>
Hosts may be listed by name or by IP address. An unadorned name in the list of
hosts is interpreted as a host name. A name that is followed by <code class="literal">/MX</code> is
interpreted as an indirection to a sublist of hosts obtained by looking up MX
records in the DNS. For example:
</p>
<pre class="literallayout">route_list = *  x.y.z:p.q.r/MX:e.f.g
</pre><p>
If this feature is used with a port specifier, the port must come last. For
example:
</p>
<pre class="literallayout">route_list = *  dom1.tld/mx::1225
</pre><p>
If the <span><strong class="option">hosts_randomize</strong></span> option is set, the order of the items in the list is
randomized before any lookups are done. Exim then scans the list; for any name
that is not followed by <code class="literal">/MX</code> it looks up an IP address. If this turns out to
be an interface on the local host and the item is not the first in the list,
Exim discards it and any subsequent items. If it is the first item, what
happens is controlled by the
<a id="id571776" class="indexterm"></a>
<span><strong class="option">self</strong></span> option of the router.
</p>
<p>
A name on the list that is followed by <code class="literal">/MX</code> is replaced with the list of
hosts obtained by looking up MX records for the name. This is always a DNS
lookup; the <span><strong class="option">bydns</strong></span> and <span><strong class="option">byname</strong></span> options (see section <a href="ch20.html#SECThowoptused" title="20.7 How the options are used">20.7</a>
below) are not relevant here. The order of these hosts is determined by the
preference values in the MX records, according to the usual rules. Because
randomizing happens before the MX lookup, it does not affect the order that is
defined by MX preferences.
</p>
<p>
If the local host is present in the sublist obtained from MX records, but is
not the most preferred host in that list, it and any equally or less
preferred hosts are removed before the sublist is inserted into the main list.
</p>
<p>
If the local host is the most preferred host in the MX list, what happens
depends on where in the original list of hosts the <code class="literal">/MX</code> item appears. If it
is not the first item (that is, there are previous hosts in the main list),
Exim discards this name and any subsequent items in the main list.
</p>
<p>
If the MX item is first in the list of hosts, and the local host is the
most preferred host, what happens is controlled by the <span><strong class="option">self</strong></span> option of the
router.
</p>
<p>
DNS failures when lookup up the MX records are treated in the same way as DNS
failures when looking up IP addresses: <span><strong class="option">pass_on_timeout</strong></span> and
<span><strong class="option">host_find_failed</strong></span> are used when relevant.
</p>
<p>
The generic <span><strong class="option">ignore_target_hosts</strong></span> option applies to all hosts in the list,
whether obtained from an MX lookup or not.
</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#toc0201" id="SECThowoptused">20.7 How the options are used</a></h3></div>
</div>
</div>
<p>
The options are a sequence of words; in practice no more than three are ever
present. One of the words can be the name of a transport; this overrides the
<span><strong class="option">transport</strong></span> option on the router for this particular routing rule only. The
other words (if present) control randomization of the list of hosts on a
per-rule basis, and how the IP addresses of the hosts are to be found when
routing to a remote transport. These options are as follows:
</p>
<div class="itemizedlist">
<ul type="disc"><li><p>
<span><strong class="option">randomize</strong></span>: randomize the order of the hosts in this list, overriding the
setting of <span><strong class="option">hosts_randomize</strong></span> for this routing rule only.
</p>
</li><li><p>
<span><strong class="option">no_randomize</strong></span>: do not randomize the order of the hosts in this list,
overriding the setting of <span><strong class="option">hosts_randomize</strong></span> for this routing rule only.
</p>
</li><li><p>
<span><strong class="option">byname</strong></span>: use <em class="function">getipnodebyname()</em> (<em class="function">gethostbyname()</em> on older systems) to
find IP addresses. This function may ultimately cause a DNS lookup, but it may
also look in <em class="filename">/etc/hosts</em> or other sources of information.
</p>
</li><li><p>
<span><strong class="option">bydns</strong></span>: look up address records for the hosts directly in the DNS; fail if
no address records are found. If there is a temporary DNS error (such as a
timeout), delivery is deferred.
</p>
</li></ul></div>
<p>
For example:
</p>
<pre class="literallayout">route_list = domain1  host1:host2:host3  randomize bydns;\
             domain2  host4:host5
</pre><p>
If neither <span><strong class="option">byname</strong></span> nor <span><strong class="option">bydns</strong></span> is given, Exim behaves as follows: First, a
DNS lookup is done. If this yields anything other than HOST_NOT_FOUND, that
result is used. Otherwise, Exim goes on to try a call to <em class="function">getipnodebyname()</em>
or <em class="function">gethostbyname()</em>, and the result of the lookup is the result of that
call.
</p>
<p>
<span class="bold"><strong>Warning</strong></span>: It has been discovered that on some systems, if a DNS lookup
called via <em class="function">getipnodebyname()</em> times out, HOST_NOT_FOUND is returned
instead of TRY_AGAIN. That is why the default action is to try a DNS
lookup first. Only if that gives a definite “<span class="quote">no such host</span>” is the local
function called.
</p>
<p>
If no IP address for a host can be found, what happens is controlled by the
<span><strong class="option">host_find_failed</strong></span> option.
</p>
<p>
<a id="id572059" class="indexterm"></a>
When an address is routed to a local transport, IP addresses are not looked up.
The host list is passed to the transport in the <em class="varname">$host</em> variable.
</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#toc0202" id="SECID123">20.8 Manualroute examples</a></h3></div>
</div>
</div>
<p>
In some of the examples that follow, the presence of the <span><strong class="option">remote_smtp</strong></span>
transport, as defined in the default configuration file, is assumed:
</p>
<div class="itemizedlist">
<ul type="disc"><li><p>
<a id="id572104" class="indexterm"></a>
The <span><strong class="command">manualroute</strong></span> router can be used to forward all external mail to a
<span class="emphasis"><em>smart host</em></span>. If you have set up, in the main part of the configuration, a
named domain list that contains your local domains, for example:
</p>
<pre class="literallayout">domainlist local_domains = my.domain.example
</pre><p>
You can arrange for all other domains to be routed to a smart host by making
your first router something like this:
</p>
<pre class="literallayout">smart_route:
  driver = manualroute
  domains = !+local_domains
  transport = remote_smtp
  route_list = * smarthost.ref.example
</pre><p>
This causes all non-local addresses to be sent to the single host
<span class="emphasis"><em>smarthost.ref.example</em></span>. If a colon-separated list of smart hosts is given,
they are tried in order
(but you can use <span><strong class="option">hosts_randomize</strong></span> to vary the order each time).
Another way of configuring the same thing is this:
</p>
<pre class="literallayout">smart_route:
  driver = manualroute
  transport = remote_smtp
  route_list = !+local_domains  smarthost.ref.example
</pre><p>
There is no difference in behaviour between these two routers as they stand.
However, they behave differently if <span><strong class="option">no_more</strong></span> is added to them. In the first
example, the router is skipped if the domain does not match the <span><strong class="option">domains</strong></span>
precondition; the following router is always tried. If the router runs, it
always matches the domain and so can never decline. Therefore, <span><strong class="option">no_more</strong></span>
would have no effect. In the second case, the router is never skipped; it
always runs. However, if it doesn’t match the domain, it declines. In this case
<span><strong class="option">no_more</strong></span> would prevent subsequent routers from running.
</p>
</li><li><p>
<a id="id572216" class="indexterm"></a>
A <span class="emphasis"><em>mail hub</em></span> is a host which receives mail for a number of domains via MX
records in the DNS and delivers it via its own private routing mechanism. Often
the final destinations are behind a firewall, with the mail hub being the one
machine that can connect to machines both inside and outside the firewall. The
<span><strong class="command">manualroute</strong></span> router is usually used on a mail hub to route incoming messages
to the correct hosts. For a small number of domains, the routing can be inline,
using the <span><strong class="option">route_list</strong></span> option, but for a larger number a file or database
lookup is easier to manage.
</p>
<p>
If the domain names are in fact the names of the machines to which the mail is
to be sent by the mail hub, the configuration can be quite simple. For
example:
</p>
<pre class="literallayout">hub_route:
  driver = manualroute
  transport = remote_smtp
  route_list = *.rhodes.tvs.example  $domain
</pre><p>
This configuration routes domains that match <code class="literal">*.rhodes.tvs.example</code> to hosts
whose names are the same as the mail domains. A similar approach can be taken
if the host name can be obtained from the domain name by a string manipulation
that the expansion facilities can handle. Otherwise, a lookup based on the
domain can be used to find the host:
</p>
<pre class="literallayout">through_firewall:
  driver = manualroute
  transport = remote_smtp
  route_data = ${lookup {$domain} cdb {/internal/host/routes}}
</pre><p>
The result of the lookup must be the name or IP address of the host (or
hosts) to which the address is to be routed. If the lookup fails, the route
data is empty, causing the router to decline. The address then passes to the
next router.
</p>
</li><li><p>
<a id="id572300" class="indexterm"></a>
<a id="id572312" class="indexterm"></a>
You can use <span><strong class="command">manualroute</strong></span> to deliver messages to pipes or files in batched
SMTP format for onward transportation by some other means. This is one way of
storing mail for a dial-up host when it is not connected. The route list entry
can be as simple as a single domain name in a configuration like this:
</p>
<pre class="literallayout">save_in_file:
  driver = manualroute
  transport = batchsmtp_appendfile
  route_list = saved.domain.example
</pre><p>
though often a pattern is used to pick up more than one domain. If there are
several domains or groups of domains with different transport requirements,
different transports can be listed in the routing information:
</p>
<pre class="literallayout">save_in_file:
  driver = manualroute
  route_list = \
    *.saved.domain1.example  $domain  batch_appendfile; \
    *.saved.domain2.example  \
      ${lookup{$domain}dbm{/domain2/hosts}{$value}fail} \
      batch_pipe
</pre><p>
<a id="id572368" class="indexterm"></a>
<a id="id572380" class="indexterm"></a>
The first of these just passes the domain in the <em class="varname">$host</em> variable, which
doesn’t achieve much (since it is also in <em class="varname">$domain</em>), but the second does a
file lookup to find a value to pass, causing the router to decline to handle
the address if the lookup fails.
</p>
</li><li><p>
<a id="id572412" class="indexterm"></a>
Routing mail directly to UUCP software is a specific case of the use of
<span><strong class="command">manualroute</strong></span> in a gateway to another mail environment. This is an example of
one way it can be done:
</p>
<pre class="literallayout"># Transport
uucp:
  driver = pipe
  user = nobody
  command = /usr/local/bin/uux -r - \
    ${substr_-5:$host}!rmail ${local_part}
  return_fail_output = true

# Router
uucphost:
  transport = uucp
  driver = manualroute
  route_data = \
    ${lookup{$domain}lsearch{/usr/local/exim/uucphosts}}
</pre><p>
The file <em class="filename">/usr/local/exim/uucphosts</em> contains entries like
</p>
<pre class="literallayout">darksite.ethereal.example:           darksite.UUCP
</pre><p>
It can be set up more simply without adding and removing “<span class="quote">.UUCP</span>” but this way
makes clear the distinction between the domain name
<span class="emphasis"><em>darksite.ethereal.example</em></span> and the UUCP host name <span class="emphasis"><em>darksite</em></span>.
</p>
</li></ul></div>
<p>
<a id="id572488" class="indexterm"></a>
<a id="id572500" class="indexterm"></a>
</p>
</div>
</div>
<div class="navfooter">
<table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch19.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ch21.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>