First pass update for 4.60 documentation.
[exim.git] / doc / doc-docbook / spec.ascd
CommitLineData
168e428f 1////////////////////////////////////////////////////////////////////////////
068aaea8 2$Cambridge: exim/doc/doc-docbook/spec.ascd,v 1.2 2005/11/10 12:30:13 ph10 Exp $
168e428f
PH
3
4This is the primary source of the Exim Manual. It is an AsciiDoc document
5that is converted into DocBook XML for subsequent conversion into printing
6and online formats. The markup used herein is traditional AsciiDoc markup,
7with some extras. The markup is summarized in a file called AdMarkup.txt. A
8private AsciiDoc configuration file specifies how the extra markup is to be
9translated into DocBook XML. You MUST use this private AsciiDoc markup if you
10want to get sensible results from processing this document.
11////////////////////////////////////////////////////////////////////////////
12
13
14
15////////////////////////////////////////////////////////////////////////////
16I am abusing the <abstract> DocBook element as the only trivial way of getting
17this information onto the title verso page in the printed renditions. A better
18title page would be a useful improvement. The <abstract> element is removed by
19preprocessing for the HTML renditions, and the whole <docbookinfo> element is
20removed for ascii output formats.
21////////////////////////////////////////////////////////////////////////////
22
23Specification of the Exim Mail Transfer Agent
24=============================================
25:abstract: University of Cambridge Computing Service, New Museums Site, Pembroke Street, Cambridge CB2 3QH, England
26:author: Philip Hazel
27:copyright: University of Cambridge
28:cpyear: 2005
068aaea8 29:date: 01 November 2005
168e428f 30:doctitleabbrev: The Exim MTA
068aaea8 31:revision: 4.60
168e428f
PH
32
33
34//////////////////////////////////////////////////////////////////////////////
35***WARNING*** Do not put anything, not even a titleabbrev, setting before
36the first chapter (luckily it does not need one) because if you do, AsciiDoc
37creates an empty <preface> element, which we do not want.
38//////////////////////////////////////////////////////////////////////////////
39
40Introduction
41------------
42
43////////////////////////////////////////////////////////////////////////////
44These are definitions of AsciiDoc "attributes" that are in effect "variables"
45whose values can be substituted. The first makes index entries shorter. The
46second avoids problems with literal asterisks getting tangled up with bold
47emphasis quotes. The others are here for convenience of editing.
48
49***WARNING*** The positioning of these definitions, after the first Chapter
50title, seems to be important. If they are placed earlier, they give rise to
51incorrect XML.
52////////////////////////////////////////////////////////////////////////////
53
54:ACL: access control lists (ACLs)
55:star: *
068aaea8
PH
56:previousversion: 4.50
57:version: 4.60
168e428f
PH
58
59
60////////////////////////////////////////////////////////////////////////////
61This chunk of literal XML implements index entries of the form "x, see y" and
62"x, see also y". It didn't seem worth inventing AsciiDoc markup for this,
63because is it not something that is likely to change often.
64////////////////////////////////////////////////////////////////////////////
65
66++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
67<indexterm role="concept">
68 <primary>$1, $2, etc.</primary>
69 <see><emphasis>numerical variables</emphasis></see>
70</indexterm>
71<indexterm role="concept">
72 <primary>address</primary>
73 <secondary>rewriting</secondary>
74 <see><emphasis>rewriting</emphasis></see>
75</indexterm>
068aaea8
PH
76<indexterm role="concept">
77 <primary>Bounce Address Tag Validation</primary>
78 <see><emphasis>BATV</emphasis></see>
79</indexterm>
80<indexterm role="concept">
81 <primary>Client SMTP Authorization</primary>
82 <see><emphasis>CSA</emphasis></see>
83</indexterm>
168e428f
PH
84<indexterm role="concept">
85 <primary>CR character</primary>
86 <see><emphasis>carriage return</emphasis></see>
87</indexterm>
88<indexterm role="concept">
89 <primary>CRL</primary>
90 <see><emphasis>certificate revocation list</emphasis></see>
91</indexterm>
92<indexterm role="concept">
93 <primary>delivery</primary>
94 <secondary>failure report</secondary>
95 <see><emphasis>bounce message</emphasis></see>
96</indexterm>
97<indexterm role="concept">
98 <primary>dialup</primary>
99 <see><emphasis>intermittently connected hosts</emphasis></see>
100</indexterm>
101<indexterm role="concept">
102 <primary>exiscan</primary>
103 <see><emphasis>content scanning</emphasis></see>
104</indexterm>
105<indexterm role="concept">
106 <primary>failover</primary>
107 <see><emphasis>fallback</emphasis></see>
108</indexterm>
109<indexterm role="concept">
110 <primary>fallover</primary>
111 <see><emphasis>fallback</emphasis></see>
112</indexterm>
113<indexterm role="concept">
114 <primary>filter</primary>
115 <secondary>Sieve</secondary>
116 <see><emphasis>Sieve filter</emphasis></see>
117</indexterm>
118<indexterm role="concept">
119 <primary>ident</primary>
120 <see><emphasis>RFC 1413</emphasis></see>
121</indexterm>
122<indexterm role="concept">
123 <primary>LF character</primary>
124 <see><emphasis>linefeed</emphasis></see>
125</indexterm>
126<indexterm role="concept">
127 <primary>maximum</primary>
128 <see><emphasis>limit</emphasis></see>
129</indexterm>
068aaea8
PH
130<indexterm role="concept">
131 <primary>monitor</primary>
132 <see><emphasis>Exim monitor</emphasis></see>
133</indexterm>
168e428f
PH
134<indexterm role="concept">
135 <primary>no_<emphasis>xxx</emphasis></primary>
136 <see>entry for xxx</see>
137</indexterm>
138<indexterm role="concept">
139 <primary>NUL</primary>
140 <see><emphasis>binary zero</emphasis></see>
141</indexterm>
142<indexterm role="concept">
143 <primary>passwd file</primary>
144 <see><emphasis>/etc/passwd</emphasis></see>
145</indexterm>
146<indexterm role="concept">
147 <primary>process id</primary>
148 <see><emphasis>pid</emphasis></see>
149</indexterm>
150<indexterm role="concept">
151 <primary>RBL</primary>
152 <see><emphasis>DNS list</emphasis></see>
153</indexterm>
154<indexterm role="concept">
155 <primary>redirection</primary>
156 <see><emphasis>address redirection</emphasis></see>
157</indexterm>
158<indexterm role="concept">
159 <primary>return path</primary>
160 <seealso><emphasis>envelope sender</emphasis></seealso>
161</indexterm>
162<indexterm role="concept">
163 <primary>scanning</primary>
164 <see><emphasis>content scanning</emphasis></see>
165</indexterm>
166<indexterm role="concept">
167 <primary>SSL</primary>
168 <see><emphasis>TLS</emphasis></see>
169</indexterm>
170<indexterm role="concept">
171 <primary>string</primary>
172 <secondary>expansion</secondary>
173 <see><emphasis>expansion</emphasis></see>
174</indexterm>
175<indexterm role="concept">
176 <primary>top bit</primary>
177 <see><emphasis>8-bit characters</emphasis></see>
178</indexterm>
179<indexterm role="concept">
180 <primary>variables</primary>
181 <see><emphasis>expansion, variables</emphasis></see>
182</indexterm>
183<indexterm role="concept">
184 <primary>zero, binary</primary>
185 <see><emphasis>binary zero</emphasis></see>
186</indexterm>
187++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
188
189
190////////////////////////////////////////////////////////////////////////////
191OK, now we start with the real data for this first chapter.
192////////////////////////////////////////////////////////////////////////////
193
194Exim is a mail transfer agent (MTA) for hosts that are running Unix or
195Unix-like operating systems. It was designed on the assumption that it would be
196run on hosts that are permanently connected to the Internet. However, it can be
197used on intermittently connected hosts with suitable configuration adjustments.
198
199Configuration files currently exist for the following operating systems: AIX,
068aaea8
PH
200BSD/OS (aka BSDI), Darwin (Mac OS X), DGUX, Dragonfly, FreeBSD, GNU/Hurd,
201GNU/Linux, HI-OSF (Hitachi), HI-UX, HP-UX, IRIX, MIPS RISCOS, NetBSD, OpenBSD,
202OpenUNIX, QNX, SCO, SCO SVR4.2 (aka UNIX-SV), Solaris (aka SunOS5), SunOS4,
203Tru64-Unix (formerly Digital UNIX, formerly DEC-OSF1), Ultrix, and Unixware.
204Some of these operating systems are no longer current and cannot easily be
205tested, so the configuration files may no longer work in practice.
168e428f
PH
206
207There are also configuration files for compiling Exim in the Cygwin environment
208that can be installed on systems running Windows. However, this document does
209not contain any information about running Exim in the Cygwin environment.
210
211The terms and conditions for the use and distribution of Exim are contained in
212the file _NOTICE_. Exim is distributed under the terms of the GNU General
213Public Licence, a copy of which may be found in the file _LICENCE_.
214
215The use, supply or promotion of Exim for the purpose of sending bulk,
216unsolicited electronic mail is incompatible with the basic aims of the program,
217which revolve around the free provision of a service that enhances the quality
218of personal communications. The author of Exim regards indiscriminate
219mass-mailing as an antisocial, irresponsible abuse of the Internet.
220
221Exim owes a great deal to Smail 3 and its author, Ron Karr. Without the
222experience of running and working on the Smail 3 code, I could never have
223contemplated starting to write a new MTA. Many of the ideas and user interfaces
224were originally taken from Smail 3, though the actual code of Exim is entirely
225new, and has developed far beyond the initial concept.
226
227Many people, both in Cambridge and around the world, have contributed to the
228development and the testing of Exim, and to porting it to various operating
229systems. I am grateful to them all. The distribution now contains a file called
230_ACKNOWLEDGMENTS_, in which I have started recording the names of
231contributors.
232
233
234
235Exim documentation
236~~~~~~~~~~~~~~~~~~
237[revisionflag="changed"]
238cindex:[documentation]
239This edition of the Exim specification applies to version {version} of Exim.
240Substantive changes from the {previousversion} edition are marked in some
241renditions of the document; this paragraph is so marked if the rendition is
242capable of showing a change indicator.
243
244This document is very much a reference manual; it is not a tutorial. The reader
245is expected to have some familiarity with the SMTP mail transfer protocol and
246with general Unix system administration. Although there are some discussions
247and examples in places, the information is mostly organized in a way that makes
248it easy to look up, rather than in a natural order for sequential reading.
249Furthermore, the manual aims to cover every aspect of Exim in detail, including
250a number of rarely-used, special-purpose features that are unlikely to be of
251very wide interest.
252
253cindex:[books about Exim]
254An ``easier'' discussion of Exim which provides more in-depth explanatory,
255introductory, and tutorial material can be found in a book entitled
256'The Exim SMTP Mail Server', published by UIT Cambridge
257(*http://www.uit.co.uk/exim-book/[]*).
258
259This book also contains a chapter that gives a general introduction to SMTP and
260Internet mail. Inevitably, however, the book is unlikely to be fully up-to-date
261with the latest release of Exim. (Note that the earlier book about Exim,
262published by O'Reilly, covers Exim 3, and many things have changed in Exim 4.)
263
068aaea8
PH
264[revisionflag="changed"]
265cindex:[Debian,information sources]
266If you are using a Debian distribution of Exim, you will find information about
267Debian-specific features in the file
268&&&&
269_/usr/share/doc/exim4-base/README.Debian_
270&&&&
271The command ^man update-exim.conf^ is another source of Debian-specific
272information.
273
168e428f
PH
274cindex:[_doc/NewStuff_]
275cindex:[_doc/ChangeLog_]
276cindex:[change log]
277As the program develops, there may be features in newer versions that have not
278yet made it into this document, which is updated only when the most significant
279digit of the fractional part of the version number changes. Specifications of
280new features that are not yet in this manual are placed in the file
281_doc/NewStuff_ in the Exim distribution.
282
283Some features may be classified as ``experimental''. These may change
284incompatibly while they are developing, or even be withdrawn. For this reason,
285they are not documented in this manual. Information about experimental features
286can be found in the file _doc/experimental.txt_.
287
288All changes to the program (whether new features, bug fixes, or other kinds of
289change) are noted briefly in the file called _doc/ChangeLog_.
290
291cindex:[_doc/spec.txt_]
292This specification itself is available as an ASCII file in _doc/spec.txt_ so
293that it can easily be searched with a text editor. Other files in the _doc_
294directory are:
295
296[frame="none"]
297`--------------------`------------------------------------------
298_OptionLists.txt_ list of all options in alphabetical order
299_dbm.discuss.txt_ discussion about DBM libraries
300_exim.8_ a man page of Exim's command line options
301_experimental.txt_ documentation of experimental features
302_filter.txt_ specification of the filter language
303_pcrepattern.txt_ specification of PCRE regular expressions
304_pcretest.txt_ specification of the PCRE testing program
305_Exim3.upgrade_ upgrade notes from release 2 to release 3
306_Exim4.upgrade_ upgrade notes from release 3 to release 4
307----------------------------------------------------------------
308
309The main specification and the specification of the filtering language are also
310available in other formats (HTML, PostScript, PDF, and Texinfo). Section
311<<SECTavail>> below tells you how to get hold of these.
312
313
314
315FTP and web sites
316~~~~~~~~~~~~~~~~~
317cindex:[web site]
318cindex:[FTP site]
068aaea8 319The primary site for Exim source distributions is currently the University of
168e428f
PH
320Cambridge's FTP site, whose contents are described in 'Where to find the Exim
321distribution' below. In addition, there is a web site and an FTP site at
322%exim.org%. These are now also hosted at the University of Cambridge. The
323%exim.org% site was previously hosted for a number of years by Energis Squared,
324formerly Planet Online Ltd, whose support I gratefully acknowledge.
325
326As well as Exim distribution tar files, the Exim web site contains a number of
327differently formatted versions of the documentation, including the
328cindex:[FAQ] FAQ in both text and HTML formats. The HTML version comes with
329a keyword-in-context index. A recent addition to the online information is the
330cindex:[wiki]
331Exim wiki (*http://www.exim.org/eximwiki/[]*).
332We hope that this will make it easier for Exim users to contribute examples,
333tips, and know-how for the benefit of others.
334
335
336
337Mailing lists
338~~~~~~~~~~~~~
339cindex:[mailing lists,for Exim users]
340The following are the three main Exim mailing lists:
341
342[frame="none"]
343`-------------------------------`----------------------------------------
344'exim-users@exim.org' general discussion list
345'exim-dev@exim.org' discussion of bugs, enhancements, etc.
346'exim-announce@exim.org' moderated, low volume announcements list
347-------------------------------------------------------------------------
348
349You can subscribe to these lists, change your existing subscriptions, and view
350or search the archives via the mailing lists link on the Exim home page. The
351'exim-users' mailing list is also forwarded to
352*http://www.egroups.com/list/exim-users[]*, an archiving system with searching
353capabilities.
354
068aaea8
PH
355[revisionflag="changed"]
356cindex:[Debian,mailing list for]
357If you are using a Debian distribution of Exim, you may wish to subscribe to
358the Debian-specific mailing list, which is
359'pkg-exim4-users@lists.alioth.debian.org'.
360
168e428f
PH
361
362Exim training
363~~~~~~~~~~~~~
364cindex:[training courses]
068aaea8
PH
365From time to time (approximately annually at the time of writing), training
366courses are run by the author of Exim in Cambridge, UK. Details can be found on
367the web site *http://www-tus.csx.cam.ac.uk/courses/exim/[]*.
168e428f
PH
368
369
370Bug reports
371~~~~~~~~~~~
372cindex:[bug reports]
373cindex:[reporting bugs]
374Reports of obvious bugs should be emailed to 'bugs@exim.org'. However, if
375you are unsure whether some behaviour is a bug or not, the best thing to do is
068aaea8 376to post a message to the 'exim-dev' mailing list and have it discussed.
168e428f
PH
377
378
379
380[[SECTavail]]
381Where to find the Exim distribution
382~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
383cindex:[FTP site]
384cindex:[distribution,ftp site]
385The master ftp site for the Exim distribution is
386
387&&&
388*ftp://ftp.csx.cam.ac.uk/pub/software/email/exim[]*
389&&&
390
391This is mirrored by
392
393&&&
394*ftp://ftp.exim.org/pub/exim[]*
395&&&
396
397The file references that follow are relative to the _exim_ directories at these
398sites. There are now quite a number of independent mirror sites around the
399world. Those that I know about are listed in the file called _Mirrors_.
400
401Within the _exim_ directory there are subdirectories called _exim3_ (for
402previous Exim 3 distributions), _exim4_ (for the latest Exim 4
403distributions), and _Testing_ for testing versions. In the _exim4_
404subdirectory, the current release can always be found in files called
405
406&&&
407_exim-n.nn.tar.gz_
408_exim-n.nn.tar.bz2_
409&&&
410
411where 'n.nn' is the highest such version number in the directory. The two
412files contain identical data; the only difference is the type of compression.
413The _.bz2_ file is usually a lot smaller than the _.gz_ file.
414
415cindex:[distribution,signing details]
416cindex:[distribution,public key]
417cindex:[public key for signed distribution]
418The distributions are currently signed with Philip Hazel's GPG key. The
419corresponding public key is available from a number of keyservers, and there is
420also a copy in the file _Public-Key_. The signatures for the tar bundles are
421in:
422
423&&&
424_exim-n.nn.tar.gz.sig_
425_exim-n.nn.tar.bz2.sig_
426&&&
427
428For each released version, the log of changes is made separately available in a
429separate file in the directory _ChangeLogs_ so that it is possible to
430find out what has changed without having to download the entire distribution.
431
432cindex:[documentation,available formats]
433The main distribution contains ASCII versions of this specification and other
434documentation; other formats of the documents are available in separate files
435inside the _exim4_ directory of the FTP site:
436
437&&&
438_exim-html-n.nn.tar.gz_
439_exim-pdf-n.nn.tar.gz_
440_exim-postscript-n.nn.tar.gz_
441_exim-texinfo-n.nn.tar.gz_
442&&&
443
444These tar files contain only the _doc_ directory, not the complete
445distribution, and are also available in _.bz2_ as well as _.gz_ forms.
446cindex:[FAQ]
447The FAQ is available for downloading in two different formats in these files:
448
449&&&
450_exim4/FAQ.txt.gz_
451_exim4/FAQ.html.tar.gz_
452&&&
453
454The first of these is a single ASCII file that can be searched with a text
455editor. The second is a directory of HTML files, normally accessed by starting
456at _index.html_. The HTML version of the FAQ (which is also included in the
457HTML documentation tarbundle) includes a keyword-in-context index, which is
458often the most convenient way of finding your way around.
459
460
461Wish list
462~~~~~~~~~
463cindex:[wish list]
464A wish list is maintained, containing ideas for new features that have been
465submitted. From time to time the file is exported to the ftp site into the file
466_exim4/WishList_. Items are removed from the list if they get implemented.
467
468
469
470Contributed material
471~~~~~~~~~~~~~~~~~~~~
472cindex:[contributed material]
473At the ftp site, there is a directory called _Contrib_ that contains
474miscellaneous files contributed to the Exim community by Exim users. There is
475also a collection of contributed configuration examples in
476_exim4/config.samples.tar.gz_. These samples are referenced from the FAQ.
477
478
479
480Limitations
481~~~~~~~~~~~
482- cindex:[limitations of Exim]
483Exim is designed for use as an Internet MTA, and therefore handles addresses
484in RFC 2822 domain format only.
485cindex:[bang paths,not handled by Exim]
486It cannot handle UUCP ``bang paths'', though simple two-component bang paths can
487be converted by a straightforward rewriting configuration. This restriction
488does not prevent Exim from being interfaced to UUCP as a transport mechanism,
489provided that domain addresses are used.
490
491- cindex:[domainless addresses]
492cindex:[address,without domain]
493Exim insists that every address it handles has a domain attached. For incoming
494local messages, domainless addresses are automatically qualified with a
495configured domain value. Configuration options specify from which remote
496systems unqualified addresses are acceptable. These are then qualified on
497arrival.
498
499- cindex:[transport,external]
500cindex:[external transports]
501The only external transport currently implemented is an SMTP transport over a
502TCP/IP network (using sockets, including support for IPv6). However, a pipe
503transport is available, and there are facilities for writing messages to files
504and pipes, optionally in 'batched SMTP' format; these facilities can be used
505to send messages to some other transport mechanism such as UUCP, provided it
506can handle domain-style addresses. Batched SMTP input is also catered for.
507
508- Exim is not designed for storing mail for dial-in hosts. When the volumes of
509such mail are large, it is better to get the messages ``delivered'' into files
510(that is, off Exim's queue) and subsequently passed on to the dial-in hosts by
511other means.
512
513- Although Exim does have basic facilities for scanning incoming messages, these
514are not comprehensive enough to do full virus or spam scanning. Such operations
515are best carried out using additional specialized software packages. If you
516compile Exim with the content-scanning extension, straightforward interfaces to
517a number of common scanners are provided.
518
519
520
521
522
523Run time configuration
524~~~~~~~~~~~~~~~~~~~~~~
525Exim's run time configuration is held in a single text file that is divided
526into a number of sections. The entries in this file consist of keywords and
527values, in the style of Smail 3 configuration files. A default configuration
528file which is suitable for simple online installations is provided in the
529distribution, and is described in chapter <<CHAPdefconfil>> below.
530
531
532
533Calling interface
534~~~~~~~~~~~~~~~~~
535cindex:[Sendmail compatibility,command line interface]
536Like many MTAs, Exim has adopted the Sendmail command line interface so that it
537can be a straight replacement for _/usr/lib/sendmail_ or
538_/usr/sbin/sendmail_ when sending mail, but you do not need to know anything
539about Sendmail in order to run Exim. For actions other than sending messages,
540Sendmail-compatible options also exist, but those that produce output (for
541example, %-bp%, which lists the messages on the queue) do so in Exim's own
542format. There are also some additional options that are compatible with Smail
5433, and some further options that are new to Exim. Chapter <<CHAPcommandline>>
544documents all Exim's command line options. This information is automatically
545made into the man page that forms part of the Exim distribution.
546
547Control of messages on the queue can be done via certain privileged command
548line options. There is also an optional monitor program called 'eximon', which
549displays current information in an X window, and which contains a menu
550interface to Exim's command line administration options.
551
552
553
554Terminology
555~~~~~~~~~~~
556cindex:[terminology definitions]
557cindex:[body of message,definition of]
558The 'body' of a message is the actual data that the sender wants to transmit.
559It is the last part of a message, and is separated from the 'header' (see
560below) by a blank line.
561
562cindex:[bounce message,definition of]
563When a message cannot be delivered, it is normally returned to the sender in a
564delivery failure message or a ``non-delivery report'' (NDR). The term 'bounce'
565is commonly used for this action, and the error reports are often called
566'bounce messages'. This is a convenient shorthand for ``delivery failure error
567report''. Such messages have an empty sender address in the message's
568'envelope' (see below) to ensure that they cannot themselves give rise to
569further bounce messages.
570
571The term 'default' appears frequently in this manual. It is used to qualify a
572value which is used in the absence of any setting in the configuration. It may
573also qualify an action which is taken unless a configuration setting specifies
574otherwise.
575
576The term 'defer' is used when the delivery of a message to a specific
577destination cannot immediately take place for some reason (a remote host may be
578down, or a user's local mailbox may be full). Such deliveries are 'deferred'
579until a later time.
580
581The word 'domain' is sometimes used to mean all but the first component of a
582host's name. It is 'not' used in that sense here, where it normally
583refers to the part of an email address following the @ sign.
584
585cindex:[envelope, definition of]
586cindex:[sender,definition of]
587A message in transit has an associated 'envelope', as well as a header and a
588body. The envelope contains a sender address (to which bounce messages should
589be delivered), and any number of recipient addresses. References to the
590sender or the recipients of a message usually mean the addresses in the
591envelope. An MTA uses these addresses for delivery, and for returning bounce
592messages, not the addresses that appear in the header lines.
593
594cindex:[message header, definition of]
595cindex:[header section,definition of]
596The 'header' of a message is the first part of a message's text, consisting
597of a number of lines, each of which has a name such as 'From:', 'To:',
598'Subject:', etc. Long header lines can be split over several text lines by
599indenting the continuations. The header is separated from the body by a blank
600line.
601
602cindex:[local part,definition of]
603cindex:[domain,definition of]
604The term 'local part', which is taken from RFC 2822, is used to refer to that
605part of an email address that precedes the @ sign. The part that follows the
606@ sign is called the 'domain' or 'mail domain'.
607
608cindex:[local delivery,definition of]
609cindex:[remote delivery, definition of]
610The terms 'local delivery' and 'remote delivery' are used to distinguish
611delivery to a file or a pipe on the local host from delivery by SMTP over
068aaea8
PH
612TCP/IP to another host. As far as Exim is concerned, all hosts other than the
613host it is running on are 'remote'.
168e428f
PH
614
615cindex:[return path,definition of]
616'Return path' is another name that is used for the sender address in a
617message's envelope.
618
619cindex:[queue,definition of]
620The term 'queue' is used to refer to the set of messages awaiting delivery,
621because this term is in widespread use in the context of MTAs. However, in
622Exim's case the reality is more like a pool than a queue, because there is
623normally no ordering of waiting messages.
624
625cindex:[queue runner,definition of]
626The term 'queue runner' is used to describe a process that scans the queue
627and attempts to deliver those messages whose retry times have come. This term
628is used by other MTAs, and also relates to the command %runq%, but in Exim
629the waiting messages are normally processed in an unpredictable order.
630
631cindex:[spool directory,definition of]
632The term 'spool directory' is used for a directory in which Exim keeps the
633messages on its queue -- that is, those that it is in the process of
634delivering. This should not be confused with the directory in which local
635mailboxes are stored, which is called a ``spool directory'' by some people. In
636the Exim documentation, ``spool'' is always used in the first sense.
637
638
639
640
641
642
643////////////////////////////////////////////////////////////////////////////
644////////////////////////////////////////////////////////////////////////////
645
646Incorporated code
647-----------------
648cindex:[incorporated code]
649cindex:[regular expressions,library]
650cindex:[PCRE]
651A number of pieces of external code are included in the Exim distribution.
652
653- Regular expressions are supported in the main Exim program and in the Exim
654monitor using the freely-distributable PCRE library, copyright (c) University
655of Cambridge. The source is distributed in the directory _src/pcre_. However,
656this is a cut-down version of PCRE. If you want to use the PCRE library in
657other programs, you should obtain and install the full version from
658*ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre[]*.
659
660- cindex:[cdb,acknowledgement]
661Support for the cdb (Constant DataBase) lookup method is provided by code
662contributed by Nigel Metheringham of (at the time he contributed it) Planet
663Online Ltd. which contains the following statements:
664+
068aaea8
PH
665++++++++++++++++++++++
666<blockquote>
667++++++++++++++++++++++
668+
168e428f
PH
669Copyright (c) 1998 Nigel Metheringham, Planet Online Ltd
670+
671This program is free software; you can redistribute it and/or modify it under
672the terms of the GNU General Public License as published by the Free Software
673Foundation; either version 2 of the License, or (at your option) any later
674version.
675+
676This code implements Dan Bernstein's Constant DataBase (cdb) spec. Information,
677the spec and sample code for cdb can be obtained from
678*http://www.pobox.com/{tl}djb/cdb.html[]*. This implementation borrows some code
679from Dan Bernstein's implementation (which has no license restrictions applied
680to it).
681+
068aaea8
PH
682++++++++++++++++++++++
683</blockquote>
684++++++++++++++++++++++
685+
168e428f
PH
686The implementation is completely contained within the code of Exim.
687It does not link against an external cdb library.
688
689- cindex:[SPA authentication]
690cindex:[Samba project]
691cindex:[Microsoft Secure Password Authentication]
692Client support for Microsoft's 'Secure Password Authentication' is provided
693by code contributed by Marc Prud'hommeaux. Server support was contributed by
694Tom Kistner. This includes code taken from the Samba project, which is released
695under the Gnu GPL.
696
697- cindex:[Cyrus]
698cindex:['pwcheck' daemon]
699cindex:['pwauthd' daemon]
700Support for calling the Cyrus 'pwcheck' and 'saslauthd' daemons is provided
701by code taken from the Cyrus-SASL library and adapted by Alexander S.
702Sabourenkov. The permission notice appears below, in accordance with the
703conditions expressed therein.
704+
068aaea8
PH
705++++++++++++++++++++++
706<blockquote>
707++++++++++++++++++++++
708+
168e428f
PH
709Copyright (c) 2001 Carnegie Mellon University. All rights reserved.
710+
711Redistribution and use in source and binary forms, with or without
712modification, are permitted provided that the following conditions
713are met:
714+
715. Redistributions of source code must retain the above copyright
716notice, this list of conditions and the following disclaimer.
717
718. Redistributions in binary form must reproduce the above copyright
719notice, this list of conditions and the following disclaimer in
720the documentation and/or other materials provided with the
721distribution.
722
723. The name ``Carnegie Mellon University'' must not be used to
724endorse or promote products derived from this software without
725prior written permission. For permission or any other legal
726details, please contact
727+
728&&&
068aaea8
PH
729 Office of Technology Transfer
730 Carnegie Mellon University
731 5000 Forbes Avenue
732 Pittsburgh, PA 15213-3890
733 (412) 268-4387, fax: (412) 268-7395
734 tech-transfer@andrew.cmu.edu
168e428f 735&&&
068aaea8
PH
736///
737The need to indent that block explicitly is a pain.
738///
168e428f
PH
739
740. Redistributions of any form whatsoever must retain the following
741acknowledgment:
742+
068aaea8
PH
743``This product includes software developed by Computing Services
744at Carnegie Mellon University (*http://www.cmu.edu/computing/[]*).''
168e428f
PH
745+
746CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
747THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
748AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
749FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
750WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
751AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
752OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
753
068aaea8
PH
754///
755Note, no "+" line there, because we want to terminate the inner list item
756before ending the block quote.
757///
758+
759++++++++++++++++++++++
760</blockquote>
761++++++++++++++++++++++
762
763- cindex:[Exim monitor,acknowledgement]
168e428f
PH
764cindex:[X-windows]
765cindex:[Athena]
766The Exim Monitor program, which is an X-Window application, includes
767modified versions of the Athena StripChart and TextPop widgets.
768This code is copyright by DEC and MIT, and their permission notice appears
769below, in accordance with the conditions expressed therein.
770+
068aaea8
PH
771++++++++++++++++++++++
772<blockquote>
773++++++++++++++++++++++
774+
168e428f
PH
775Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts,
776and the Massachusetts Institute of Technology, Cambridge, Massachusetts.
777+
778All Rights Reserved
779+
780Permission to use, copy, modify, and distribute this software and its
781documentation for any purpose and without fee is hereby granted,
782provided that the above copyright notice appear in all copies and that
783both that copyright notice and this permission notice appear in
784supporting documentation, and that the names of Digital or MIT not be
785used in advertising or publicity pertaining to distribution of the
786software without specific, written prior permission.
787+
788DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
789ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
790DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
791ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
792WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
793ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
794SOFTWARE.
068aaea8
PH
795+
796++++++++++++++++++++++
797</blockquote>
798++++++++++++++++++++++
168e428f 799
068aaea8 800- Many people have contributed code fragments, some large, some small, that were
168e428f
PH
801not covered by any specific licence requirements. It is assumed that the
802contributors are happy to see their code incoporated into Exim under the GPL.
803
804
805
806
807
808////////////////////////////////////////////////////////////////////////////
809////////////////////////////////////////////////////////////////////////////
810
811[titleabbrev="Receiving and delivering mail"]
812How Exim receives and delivers mail
813-----------------------------------
814
815
816Overall philosophy
817~~~~~~~~~~~~~~~~~~
818cindex:[design philosophy]
819Exim is designed to work efficiently on systems that are permanently connected
820to the Internet and are handling a general mix of mail. In such circumstances,
821most messages can be delivered immediately. Consequently, Exim does not
822maintain independent queues of messages for specific domains or hosts, though
823it does try to send several messages in a single SMTP connection after a host
824has been down, and it also maintains per-host retry information.
825
826
827
828Policy control
829~~~~~~~~~~~~~~
830cindex:[policy control,overview]
831Policy controls are now an important feature of MTAs that are connected to the
832Internet. Perhaps their most important job is to stop MTAs being abused as
833``open relays'' by misguided individuals who send out vast amounts of unsolicited
834junk, and want to disguise its source. Exim provides flexible facilities for
835specifying policy controls on incoming mail:
836
837- cindex:[{ACL},introduction]
838Exim 4 (unlike previous versions of Exim) implements policy controls on
839incoming mail by means of 'Access Control Lists' (ACLs). Each list is a
840series of statements that may either grant or deny access. ACLs can be used at
841several places in the SMTP dialogue while receiving a message from a remote
842host. However, the most common places are after each RCPT command, and at
843the very end of the message. The sysadmin can specify conditions for accepting
844or rejecting individual recipients or the entire message, respectively, at
845these two points (see chapter <<CHAPACL>>). Denial of access results in an SMTP
846error code.
847
848- An ACL is also available for locally generated, non-SMTP messages. In this
849case, the only available actions are to accept or deny the entire message.
850
851- When Exim is compiled with the content-scanning extension, facilities are
852provided in the ACL mechanism for passing the message to external virus and/or
853spam scanning software. The result of such a scan is passed back to the ACL,
854which can then use it to decide what to do with the message.
855
856- When a message has been received, either from a remote host or from the local
857host, but before the final acknowledgement has been sent, a locally supplied C
858function called 'local_scan()' can be run to inspect the message and decide
859whether to accept it or not (see chapter <<CHAPlocalscan>>). If the message is
860accepted, the list of recipients can be modified by the function.
861
862- Using the 'local_scan()' mechanism is another way of calling external
863scanner software. The %SA-Exim% add-on package works this way. It does not
864require Exim to be compiled with the content-scanning extension.
865
866- After a message has been accepted, a further checking mechanism is available in
867the form of the 'system filter' (see chapter <<CHAPsystemfilter>>). This runs
868at the start of every delivery process.
869
870
871
872User filters
873~~~~~~~~~~~~
874cindex:[filter,introduction]
875cindex:[Sieve filter]
876In a conventional Exim configuration, users are able to run private filters by
877setting up appropriate _.forward_ files in their home directories. See
878chapter <<CHAPredirect>> (about the ^redirect^ router) for the configuration
879needed to support this, and the separate document entitled 'Exim's interfaces
880to mail filtering' for user details. Two different kinds of filtering are
881available:
882
883- Sieve filters are written in the standard filtering language that is defined
884by RFC 3028.
885
886- Exim filters are written in a syntax that is unique to Exim, but which is more
887powerful than Sieve, which it pre-dates.
888
889User filters are run as part of the routing process, described below.
890
891
892
893[[SECTmessiden]]
894Message identification
895~~~~~~~~~~~~~~~~~~~~~~
896cindex:[message ids, details of format]
897cindex:[format,of message id]
898cindex:[id of message]
899cindex:[base62]
900cindex:[base36]
901cindex:[Darwin]
902cindex:[Cygwin]
903Every message handled by Exim is given a 'message id' which is sixteen
904characters long. It is divided into three parts, separated by hyphens, for
905example `16VDhn-0001bo-D3`. Each part is a sequence of letters and digits,
906normally encoding numbers in base 62. However, in the Darwin operating
907system (Mac OS X) and when Exim is compiled to run under Cygwin, base 36
908(avoiding the use of lower case letters) is used instead, because the message
909id is used to construct file names, and the names of files in those systems are
068aaea8 910not always case-sensitive.
168e428f
PH
911
912cindex:[pid (process id),re-use of]
913The detail of the contents of the message id have changed as Exim has evolved.
914Earlier versions relied on the operating system not re-using a process id (pid)
915within one second. On modern operating systems, this assumption can no longer
916be made, so the algorithm had to be changed. To retain backward compatibility,
917the format of the message id was retained, which is why the following rules are
918somewhat eccentric:
919
920- The first six characters of the message id are the time at which the message
921started to be received, to a granularity of one second. That is, this field
922contains the number of seconds since the start of the epoch (the normal Unix
923way of representing the date and time of day).
924
925- After the first hyphen, the next six characters are the id of the process that
926received the message.
927
928- There are two different possibilities for the final two characters:
929
930. cindex:[%localhost_number%]
931If %localhost_number% is not set, this value is the fractional part of the
932time of reception, normally in units of 1/2000 of a second, but for systems
933that must use base 36 instead of base 62 (because of case-insensitive file
934systems), the units are 1/1000 of a second.
935
936. If %localhost_number% is set, it is multiplied by 200 (100) and added to
937the fractional part of the time, which in this case is in units of 1/200
938(1/100) of a second.
939
940After a message has been received, Exim waits for the clock to tick at the
941appropriate resolution before proceeding, so that if another message is
942received by the same process, or by another process with the same (re-used)
943pid, it is guaranteed that the time will be different. In most cases, the clock
944will already have ticked while the message was being received.
945
946
947Receiving mail
948~~~~~~~~~~~~~~
949cindex:[receiving mail]
950cindex:[message,reception]
068aaea8
PH
951The only way Exim can receive mail from another host is using SMTP over
952TCP/IP, in which case the sender and recipient addresses are transferred using
168e428f
PH
953SMTP commands. However, from a locally running process (such as a user's MUA),
954there are several possibilities:
955
956- If the process runs Exim with the %-bm% option, the message is read
957non-interactively (usually via a pipe), with the recipients taken from the
958command line, or from the body of the message if %-t% is also used.
959
960- If the process runs Exim with the %-bS% option, the message is also read
961non-interactively, but in this case the recipients are listed at the start of
962the message in a series of SMTP RCPT commands, terminated by a DATA
963command. This is so-called ``batch SMTP'' format,
964but it isn't really SMTP. The SMTP commands are just another way of passing
965envelope addresses in a non-interactive submission.
966
967- If the process runs Exim with the %-bs% option, the message is read
968interactively, using the SMTP protocol. A two-way pipe is normally used for
969passing data between the local process and the Exim process.
970This is ``real'' SMTP and is handled in the same way as SMTP over TCP/IP. For
971example, the ACLs for SMTP commands are used for this form of submission.
972
973- A local process may also make a TCP/IP call to the host's loopback address
974(127.0.0.1) or any other of its IP addresses. When receiving messages, Exim
975does not treat the loopback address specially. It treats all such connections
976in the same way as connections from other hosts.
977
978
979cindex:[message sender, constructed by Exim]
980cindex:[sender,constructed by Exim]
981In the three cases that do not involve TCP/IP, the sender address is
982constructed from the login name of the user that called Exim and a default
983qualification domain (which can be set by the %qualify_domain% configuration
984option). For local or batch SMTP, a sender address that is passed using the
985SMTP MAIL command is ignored. However, the system administrator may allow
986certain users (``trusted users'') to specify a different sender address
987unconditionally, or all users to specify certain forms of different sender
988address. The %-f% option or the SMTP MAIL command is used to specify these
989different addresses. See section <<SECTtrustedadmin>> for details of trusted
990users, and the %untrusted_set_sender% option for a way of allowing untrusted
991users to change sender addresses.
992
993Messages received by either of the non-interactive mechanisms are subject to
994checking by the non-SMTP ACL, if one is defined. Messages received using SMTP
995(either over TCP/IP, or interacting with a local process) can be checked by a
996number of ACLs that operate at different times during the SMTP session. Either
997individual recipients, or the entire message, can be rejected if local policy
998requirements are not met. The 'local_scan()' function (see chapter
999<<CHAPlocalscan>>) is run for all incoming messages.
1000
1001Exim can be configured not to start a delivery process when a message is
1002received; this can be unconditional, or depend on the number of incoming SMTP
1003connections or the system load. In these situations, new messages wait on the
1004queue until a queue runner process picks them up. However, in standard
1005configurations under normal conditions, delivery is started as soon as a
1006message is received.
1007
1008
1009
1010
1011
1012Handling an incoming message
1013~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1014cindex:[spool directory,files that hold a message]
1015cindex:[file,how a message is held]
1016When Exim accepts a message, it writes two files in its spool directory. The
1017first contains the envelope information, the current status of the message, and
1018the header lines, and the second contains the body of the message. The names of
1019the two spool files consist of the message id, followed by `-H` for the
1020file containing the envelope and header, and `-D` for the data file.
1021
1022cindex:[spool directory,_input_ sub-directory]
1023By default all these message files are held in a single directory called
1024_input_ inside the general Exim spool directory. Some operating systems do
1025not perform very well if the number of files in a directory gets very large; to
1026improve performance in such cases, the %split_spool_directory% option can be
1027used. This causes Exim to split up the input files into 62 sub-directories
1028whose names are single letters or digits.
1029
1030The envelope information consists of the address of the message's sender and
1031the addresses of the recipients. This information is entirely separate from
1032any addresses contained in the header lines. The status of the message includes
1033a list of recipients who have already received the message. The format of the
1034first spool file is described in chapter <<CHAPspool>>.
1035
1036cindex:[rewriting,addresses]
1037Address rewriting that is specified in the rewrite section of the configuration
1038(see chapter <<CHAPrewrite>>) is done once and for all on incoming addresses,
1039both in the header lines and the envelope, at the time the message is accepted.
1040If during the course of delivery additional addresses are generated (for
1041example, via aliasing), these new addresses are rewritten as soon as they are
1042generated. At the time a message is actually delivered (transported) further
1043rewriting can take place; because this is a transport option, it can be
1044different for different forms of delivery. It is also possible to specify the
1045addition or removal of certain header lines at the time the message is
1046delivered (see chapters <<CHAProutergeneric>> and <<CHAPtransportgeneric>>).
1047
1048
1049
1050Life of a message
1051~~~~~~~~~~~~~~~~~
1052cindex:[message,life of]
1053cindex:[message,frozen]
1054A message remains in the spool directory until it is completely delivered to
1055its recipients or to an error address, or until it is deleted by an
1056administrator or by the user who originally created it. In cases when delivery
1057cannot proceed -- for example, when a message can neither be delivered to its
1058recipients nor returned to its sender, the message is marked ``frozen'' on the
1059spool, and no more deliveries are attempted.
1060
1061cindex:[frozen messages,thawing]
1062cindex:[message,thawing frozen]
1063An administrator can ``thaw'' such messages when the problem has been corrected,
1064and can also freeze individual messages by hand if necessary. In addition, an
1065administrator can force a delivery error, causing a bounce message to be sent.
1066
068aaea8 1067[revisionflag="changed"]
168e428f 1068cindex:[%timeout_frozen_after%]
068aaea8
PH
1069cindex:[%ignore_bounce_errors_after%]
1070There are options called %ignore_bounce_errors_after% and
1071%timeout_frozen_after%, which discard frozen messages after a certain time.
1072The first applies only to frozen bounces, the second to any frozen messages.
168e428f
PH
1073
1074cindex:[message,log file for]
1075cindex:[log,file for each message]
1076While Exim is working on a message, it writes information about each delivery
068aaea8 1077attempt to its main log file. This includes successful, unsuccessful, and
168e428f
PH
1078delayed deliveries for each recipient (see chapter <<CHAPlog>>). The log lines
1079are also written to a separate 'message log' file for each message. These
1080logs are solely for the benefit of the administrator, and are normally deleted
1081along with the spool files when processing of a message is complete.
1082The use of individual message logs can be disabled by setting
1083%no_message_logs%; this might give an improvement in performance on very
1084busy systems.
1085
1086cindex:[journal file]
1087cindex:[file,journal]
1088All the information Exim itself needs to set up a delivery is kept in the first
1089spool file, along with the header lines. When a successful delivery occurs, the
1090address is immediately written at the end of a journal file, whose name is the
1091message id followed by `-J`. At the end of a delivery run, if there are some
1092addresses left to be tried again later, the first spool file (the `-H` file)
1093is updated to indicate which these are, and the journal file is then deleted.
1094Updating the spool file is done by writing a new file and renaming it, to
1095minimize the possibility of data loss.
1096
1097Should the system or the program crash after a successful delivery but before
1098the spool file has been updated, the journal is left lying around. The next
1099time Exim attempts to deliver the message, it reads the journal file and
1100updates the spool file before proceeding. This minimizes the chances of double
1101deliveries caused by crashes.
1102
1103
1104
1105[[SECTprocaddress]]
1106Processing an address for delivery
1107~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1108cindex:[drivers,definition of]
1109cindex:[router,definition of]
1110cindex:[transport,definition of]
1111The main delivery processing elements of Exim are called 'routers' and
1112'transports', and collectively these are known as 'drivers'. Code for a
1113number of them is provided in the source distribution, and compile-time options
1114specify which ones are included in the binary. Run time options specify which
1115ones are actually used for delivering messages.
1116
1117cindex:[drivers,instance definition]
1118Each driver that is specified in the run time configuration is an 'instance'
1119of that particular driver type. Multiple instances are allowed; for example,
1120you can set up several different ^smtp^ transports, each with different
1121option values that might specify different ports or different timeouts. Each
1122instance has its own identifying name. In what follows we will normally use the
1123instance name when discussing one particular instance (that is, one specific
1124configuration of the driver), and the generic driver name when discussing
1125the driver's features in general.
1126
1127A 'router' is a driver that operates on an address, either determining how
068aaea8 1128its delivery should happen, by assigning it to a specific transport, or
168e428f
PH
1129converting the address into one or more new addresses (for example, via an
1130alias file). A router may also explicitly choose to fail an address, causing it
1131to be bounced.
1132
1133A 'transport' is a driver that transmits a copy of the message from Exim's
1134spool to some destination. There are two kinds of transport: for a 'local'
1135transport, the destination is a file or a pipe on the local host, whereas for a
1136'remote' transport the destination is some other host. A message is passed
1137to a specific transport as a result of successful routing. If a message has
1138several recipients, it may be passed to a number of different transports.
1139
1140cindex:[preconditions,definition of]
1141An address is processed by passing it to each configured router instance in
1142turn, subject to certain preconditions, until a router accepts the address or
1143specifies that it should be bounced. We will describe this process in more
068aaea8
PH
1144detail shortly. First, as a simple example, we consider how each recipient
1145address in a message is processed in a small configuration of three routers.
168e428f 1146
068aaea8 1147To make this a more concrete example, it is described in terms of some actual
168e428f
PH
1148routers, but remember, this is only an example. You can configure Exim's
1149routers in many different ways, and there may be any number of routers in a
1150configuration.
1151
1152The first router that is specified in a configuration is often one that handles
1153addresses in domains that are not recognized specially by the local host. These
1154are typically addresses for arbitrary domains on the Internet. A precondition
1155is set up which looks for the special domains known to the host (for example,
1156its own domain name), and the router is run for addresses that do 'not'
1157match. Typically, this is a router that looks up domains in the DNS in order to
1158find the hosts to which this address routes. If it succeeds, the address is
068aaea8 1159assigned to a suitable SMTP transport; if it does not succeed, the router is
168e428f
PH
1160configured to fail the address.
1161
068aaea8
PH
1162The second router is reached only when the domain is recognized as one that
1163``belongs'' to the local host. This router does redirection -- also known as
1164aliasing and forwarding. When it generates one or more new addresses from the
1165original, each of them is routed independently from the start. Otherwise, the
1166router may cause an address to fail, or it may simply decline to handle the
1167address, in which case the address is passed to the next router.
168e428f
PH
1168
1169The final router in many configurations is one that checks to see if the
1170address belongs to a local mailbox. The precondition may involve a check to
1171see if the local part is the name of a login account, or it may look up the
1172local part in a file or a database. If its preconditions are not met, or if
1173the router declines, we have reached the end of the routers. When this happens,
1174the address is bounced.
1175
1176
1177
1178Processing an address for verification
1179~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1180cindex:[router,for verification]
1181cindex:[verifying address, overview]
1182As well as being used to decide how to deliver to an address, Exim's routers
1183are also used for 'address verification'. Verification can be requested as
1184one of the checks to be performed in an ACL for incoming messages, on both
1185sender and recipient addresses, and it can be tested using the %-bv% and
1186%-bvs% command line options.
1187
1188When an address is being verified, the routers are run in ``verify mode''. This
1189does not affect the way the routers work, but it is a state that can be
1190detected. By this means, a router can be skipped or made to behave differently
1191when verifying. A common example is a configuration in which the first router
1192sends all messages to a message-scanning program, unless they have been
1193previously scanned. Thus, the first router accepts all addresses without any
1194checking, making it useless for verifying. Normally, the %no_verify% option
1195would be set for such a router, causing it to be skipped in verify mode.
1196
1197
1198
1199
1200[[SECTrunindrou]]
1201Running an individual router
1202~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1203cindex:[router,running details]
1204cindex:[preconditions,checking]
1205cindex:[router,result of running]
1206As explained in the example above, a number of preconditions are checked before
1207running a router. If any are not met, the router is skipped, and the address is
1208passed to the next router. When all the preconditions on a router 'are' met,
1209the router is run. What happens next depends on the outcome, which is one of
1210the following:
1211
068aaea8 1212- 'accept': The router accepts the address, and either assigns it to a
168e428f
PH
1213transport, or generates one or more ``child'' addresses. Processing the original
1214address ceases,
1215cindex:[%unseen% option]
1216unless the %unseen% option is set on the router. This option
1217can be used to set up multiple deliveries with different routing (for example,
1218for keeping archive copies of messages). When %unseen% is set, the address is
1219passed to the next router. Normally, however, an 'accept' return marks the
1220end of routing.
1221+
068aaea8
PH
1222Any child addresses generated by the router are processed independently,
1223starting with the first router by default. It is possible to change this by
1224setting the %redirect_router% option to specify which router to start at for
1225child addresses. Unlike %pass_router% (see below) the router specified by
168e428f
PH
1226%redirect_router% may be anywhere in the router configuration.
1227
1228- 'pass': The router recognizes the address, but cannot handle it itself. It
1229requests that the address be passed to another router. By default the address
1230is passed to the next router, but this can be changed by setting the
1231%pass_router% option. However, (unlike %redirect_router%) the named router
1232must be below the current router (to avoid loops).
1233
1234- 'decline': The router declines to accept the address because it does not
1235recognize it at all. By default, the address is passed to the next router, but
1236this can be prevented by setting the %no_more% option. When %no_more% is set,
068aaea8
PH
1237all the remaining routers are skipped. In effect, %no_more% converts 'decline'
1238into 'fail'.
168e428f
PH
1239
1240- 'fail': The router determines that the address should fail, and queues it for
1241the generation of a bounce message. There is no further processing of the
1242original address unless %unseen% is set on the router.
1243
068aaea8
PH
1244- 'defer': The router cannot handle the address at the present time. (A
1245database may be offline, or a DNS lookup may have timed out.) No further
1246processing of the address happens in this delivery attempt. It is tried again
1247next time the message is considered for delivery.
168e428f
PH
1248
1249- 'error': There is some error in the router (for example, a syntax error in
1250its configuration). The action is as for defer.
1251
1252If an address reaches the end of the routers without having been accepted by
068aaea8
PH
1253any of them, it is bounced as unrouteable. The default error message in this
1254situation is ``unrouteable address'', but you can set your own message by
1255making use of the %cannot_route_message% option. This can be set for any
1256router; the value from the last router that ``saw'' the address is used.
168e428f
PH
1257
1258Sometimes while routing you want to fail a delivery when some conditions are
1259met but others are not, instead of passing the address on for further routing.
1260You can do this by having a second router that explicitly fails the delivery
1261when the relevant conditions are met. The ^redirect^ router has a ``fail''
1262facility for this purpose.
1263
1264
068aaea8
PH
1265Duplicate addresses
1266~~~~~~~~~~~~~~~~~~~
1267
1268[revisionflag="changed"]
1269cindex:[case of local parts]
1270cindex:[address duplicate, discarding]
1271Once routing is complete, Exim scans the addresses that are assigned to local
1272and remote transports, and discards any duplicates that it finds. During this
1273check, local parts are treated as case-sensitive.
1274
168e428f
PH
1275
1276
1277[[SECTrouprecon]]
1278Router preconditions
1279~~~~~~~~~~~~~~~~~~~~
1280cindex:[router preconditions, order of processing]
1281cindex:[preconditions,order of processing]
1282The preconditions that are tested for each router are listed below, in the
1283order in which they are tested. The individual configuration options are
1284described in more detail in chapter <<CHAProutergeneric>>.
1285
1286- The %local_part_prefix% and %local_part_suffix% options can specify that
1287the local parts handled by the router may or must have certain prefixes and/or
1288suffixes. If a mandatory affix (prefix or suffix) is not present, the router is
1289skipped. These conditions are tested first. When an affix is present, it is
1290removed from the local part before further processing, including the evaluation
1291of any other conditions.
1292
1293- Routers can be designated for use only when not verifying an address, that is,
1294only when routing it for delivery (or testing its delivery routing). If the
1295%verify% option is set false, the router is skipped when Exim is verifying an
1296address.
1297Setting the %verify% option actually sets two options, %verify_sender% and
1298%verify_recipient%, which independently control the use of the router for
1299sender and recipient verification. You can set these options directly if
1300you want a router to be used for only one type of verification.
1301
1302- If the %address_test% option is set false, the router is skipped when Exim is
1303run with the %-bt% option to test an address routing. This can be helpful when
1304the first router sends all new messages to a scanner of some sort; it makes it
1305possible to use %-bt% to test subsequent delivery routing without having to
1306simulate the effect of the scanner.
1307
1308- Routers can be designated for use only when verifying an address, as
1309opposed to routing it for delivery. The %verify_only% option controls this.
1310
068aaea8
PH
1311- Individual routers can be explicitly skipped when running the routers to
1312check an address given in the SMTP EXPN command (see the %expn% option).
168e428f 1313
068aaea8
PH
1314- If the %domains% option is set, the domain of the address must be in the set
1315of domains that it defines.
168e428f 1316
068aaea8
PH
1317- cindex:[$local_part_prefix$]
1318cindex:[$local_part$]
1319cindex:[$local_part_suffix$]
1320If the %local_parts% option is set, the local part of the address must be in
168e428f
PH
1321the set of local parts that it defines. If %local_part_prefix% or
1322%local_part_suffix% is in use, the prefix or suffix is removed from the local
1323part before this check. If you want to do precondition tests on local parts
1324that include affixes, you can do so by using a %condition% option (see below)
1325that uses the variables $local_part$, $local_part_prefix$, and
1326$local_part_suffix$ as necessary.
1327
068aaea8
PH
1328- cindex:[$local_user_uid$]
1329cindex:[$local_user_gid$]
1330cindex:[$home$]
1331If the %check_local_user% option is set, the local part must be the name of
1332an account on the local host. If this check succeeds, the uid and gid of the
1333local user are placed in $local_user_uid$ and $local_user_gid$ and the user's
1334home directory is placed in $home$; these values can be used in the remaining
1335preconditions.
168e428f
PH
1336
1337- If the %router_home_directory% option is set, it is expanded at this point,
1338because it overrides the value of $home$. If this expansion were left till
1339later, the value of $home$ as set by %check_local_user% would be used in
1340subsequent tests. Having two different values of $home$ in the same router
1341could lead to confusion.
1342
1343- If the %senders% option is set, the envelope sender address must be in the set
1344of addresses that it defines.
1345
1346- If the %require_files% option is set, the existence or non-existence of
1347specified files is tested.
1348
1349- cindex:[customizing,precondition]
1350If the %condition% option is set, it is evaluated and tested. This option uses
1351an expanded string to allow you to set up your own custom preconditions.
1352Expanded strings are described in chapter <<CHAPexpand>>.
1353
1354
1355Note that %require_files% comes near the end of the list, so you cannot use it
1356to check for the existence of a file in which to lookup up a domain, local
1357part, or sender. However, as these options are all expanded, you can use the
1358%exists% expansion condition to make such tests within each condition. The
1359%require_files% option is intended for checking files that the router may be
1360going to use internally, or which are needed by a specific transport (for
1361example, _.procmailrc_).
1362
1363
1364
1365Delivery in detail
1366~~~~~~~~~~~~~~~~~~
1367cindex:[delivery,in detail]
1368When a message is to be delivered, the sequence of events is as follows:
1369
1370- If a system-wide filter file is specified, the message is passed to it. The
1371filter may add recipients to the message, replace the recipients, discard the
1372message, cause a new message to be generated, or cause the message delivery to
1373fail. The format of the system filter file is the same as for Exim user filter
1374files, described in the separate document entitled
1375'Exim's interfaces to mail filtering'.
1376cindex:[Sieve filter,not available for system filter]
1377(*Note*: Sieve cannot be used for system filter files.)
1378+
1379Some additional features are available in system filters -- see chapter
1380<<CHAPsystemfilter>> for details. Note that a message is passed to the system
1381filter only once per delivery attempt, however many recipients it has. However,
1382if there are several delivery attempts because one or more addresses could not
1383be immediately delivered, the system filter is run each time. The filter
1384condition %first_delivery% can be used to detect the first run of the system
1385filter.
1386
1387- Each recipient address is offered to each configured router in turn, subject
1388to its preconditions, until one is able to handle it. If no router can handle
1389the address, that is, if they all decline, the address is failed. Because
1390routers can be targeted at particular domains, several locally handled domains
1391can be processed entirely independently of each other.
1392
1393- cindex:[routing,loops in]
1394cindex:[loop,while routing]
068aaea8
PH
1395A router that accepts an address may assign it to a local or a remote transport. However, the transport is not run at this time. Instead, the address is
1396placed on a list for the particular transport, which will be run later.
1397Alternatively, the router may generate one or more new addresses (typically
1398from alias, forward, or filter files). New addresses are fed back into this
1399process from the top, but in order to avoid loops, a router ignores any address
1400which has an identically-named ancestor that was processed by itself.
168e428f
PH
1401
1402- When all the routing has been done, addresses that have been successfully
1403handled are passed to their assigned transports. When local transports are
1404doing real local deliveries, they handle only one address at a time, but if a
1405local transport is being used as a pseudo-remote transport (for example, to
1406collect batched SMTP messages for transmission by some other means) multiple
1407addresses can be handled. Remote transports can always handle more than one
1408address at a time, but can be configured not to do so, or to restrict multiple
1409addresses to the same domain.
1410
1411- Each local delivery to a file or a pipe runs in a separate process under a
1412non-privileged uid, and these deliveries are run one at a time. Remote
1413deliveries also run in separate processes, normally under a uid that is private
1414to Exim (``the Exim user''), but in this case, several remote deliveries can be
1415run in parallel. The maximum number of simultaneous remote deliveries for any
1416one message is set by the %remote_max_parallel% option.
1417The order in which deliveries are done is not defined, except that all local
1418deliveries happen before any remote deliveries.
1419
1420- cindex:[queue runner]
1421When it encounters a local delivery during a queue run, Exim checks its retry
1422database to see if there has been a previous temporary delivery failure for the
1423address before running the local transport. If there was a previous failure,
1424Exim does not attempt a new delivery until the retry time for the address is
1425reached. However, this happens only for delivery attempts that are part of a
1426queue run. Local deliveries are always attempted when delivery immediately
1427follows message reception, even if retry times are set for them. This makes for
1428better behaviour if one particular message is causing problems (for example,
1429causing quota overflow, or provoking an error in a filter file).
1430
1431- cindex:[delivery,retry in remote transports]
1432Remote transports do their own retry handling, since an address may be
1433deliverable to one of a number of hosts, each of which may have a different
1434retry time. If there have been previous temporary failures and no host has
1435reached its retry time, no delivery is attempted, whether in a queue run or
1436not. See chapter <<CHAPretry>> for details of retry strategies.
1437
1438- If there were any permanent errors, a bounce message is returned to an
1439appropriate address (the sender in the common case), with details of the error
1440for each failing address. Exim can be configured to send copies of bounce
1441messages to other addresses.
1442
1443- cindex:[delivery,deferral]
1444If one or more addresses suffered a temporary failure, the message is left on
1445the queue, to be tried again later. Delivery of these addresses is said to be
1446'deferred'.
1447
1448- When all the recipient addresses have either been delivered or bounced,
1449handling of the message is complete. The spool files and message log are
1450deleted, though the message log can optionally be preserved if required.
1451
1452
1453
1454
1455Retry mechanism
1456~~~~~~~~~~~~~~~
1457cindex:[delivery,retry mechanism]
1458cindex:[retry,description of mechanism]
1459cindex:[queue runner]
1460Exim's mechanism for retrying messages that fail to get delivered at the first
1461attempt is the queue runner process. You must either run an Exim daemon that
1462uses the %-q% option with a time interval to start queue runners at regular
1463intervals, or use some other means (such as 'cron') to start them. If you do
1464not arrange for queue runners to be run, messages that fail temporarily at the
1465first attempt will remain on your queue for ever. A queue runner process works
068aaea8 1466its way through the queue, one message at a time, trying each delivery that has
168e428f
PH
1467passed its retry time.
1468You can run several queue runners at once.
1469
1470Exim uses a set of configured rules to determine when next to retry the failing
1471address (see chapter <<CHAPretry>>). These rules also specify when Exim should
1472give up trying to deliver to the address, at which point it generates a bounce
1473message. If no retry rules are set for a particular host, address, and error
1474combination, no retries are attempted, and temporary errors are treated as
1475permanent.
1476
1477
1478
1479Temporary delivery failure
1480~~~~~~~~~~~~~~~~~~~~~~~~~~
1481cindex:[delivery,temporary failure]
1482There are many reasons why a message may not be immediately deliverable to a
1483particular address. Failure to connect to a remote machine (because it, or the
1484connection to it, is down) is one of the most common. Temporary failures may be
1485detected during routing as well as during the transport stage of delivery.
1486Local deliveries may be delayed if NFS files are unavailable, or if a mailbox
1487is on a file system where the user is over quota. Exim can be configured to
1488impose its own quotas on local mailboxes; where system quotas are set they will
1489also apply.
1490
1491If a host is unreachable for a period of time, a number of messages may be
1492waiting for it by the time it recovers, and sending them in a single SMTP
1493connection is clearly beneficial. Whenever a delivery to a remote host is
1494deferred,
1495
1496cindex:[hints database]
1497Exim makes a note in its hints database, and whenever a successful
1498SMTP delivery has happened, it looks to see if any other messages are waiting
1499for the same host. If any are found, they are sent over the same SMTP
1500connection, subject to a configuration limit as to the maximum number in any
1501one connection.
1502
1503
1504
1505
1506Permanent delivery failure
1507~~~~~~~~~~~~~~~~~~~~~~~~~~
1508cindex:[delivery,permanent failure]
1509cindex:[bounce message,when generated]
1510When a message cannot be delivered to some or all of its intended recipients, a
1511bounce message is generated. Temporary delivery failures turn into permanent
1512errors when their timeout expires. All the addresses that fail in a given
1513delivery attempt are listed in a single message. If the original message has
1514many recipients, it is possible for some addresses to fail in one delivery
1515attempt and others to fail subsequently, giving rise to more than one bounce
1516message. The wording of bounce messages can be customized by the administrator.
1517See chapter <<CHAPemsgcust>> for details.
1518
1519cindex:['X-Failed-Recipients:' header line]
1520Bounce messages contain an 'X-Failed-Recipients:' header line that lists the
1521failed addresses, for the benefit of programs that try to analyse such messages
1522automatically.
1523
1524cindex:[bounce message,recipient of]
1525A bounce message is normally sent to the sender of the original message, as
1526obtained from the message's envelope. For incoming SMTP messages, this is the
1527address given in the MAIL command. However, when an address is
1528expanded via a forward or alias file, an alternative address can be specified
1529for delivery failures of the generated addresses. For a mailing list expansion
1530(see section <<SECTmailinglists>>) it is common to direct bounce messages to the
1531manager of the list.
1532
1533
1534
1535
1536Failures to deliver bounce messages
1537~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1538cindex:[bounce message,failure to deliver]
1539If a bounce message (either locally generated or received from a remote host)
1540itself suffers a permanent delivery failure, the message is left on the queue,
1541but it is frozen, awaiting the attention of an administrator. There are options
068aaea8 1542that can be used to make Exim discard such failed messages, or to keep them
168e428f
PH
1543for only a short time (see %timeout_frozen_after% and
1544%ignore_bounce_errors_after%).
1545
1546
1547
1548
1549
1550////////////////////////////////////////////////////////////////////////////
1551////////////////////////////////////////////////////////////////////////////
1552
1553Building and installing Exim
1554----------------------------
1555
1556cindex:[building Exim]
1557
1558Unpacking
1559~~~~~~~~~
1560Exim is distributed as a gzipped or bzipped tar file which, when upacked,
1561creates a directory with the name of the current release (for example,
1562_exim-{version}_) into which the following files are placed:
1563
1564[frame="none"]
1565`--------------------`--------------------------------------------------------
1566_ACKNOWLEDGMENTS_ contains some acknowledgments
1567_CHANGES_ contains a reference to where changes are documented
1568_LICENCE_ the GNU General Public Licence
1569_Makefile_ top-level make file
1570_NOTICE_ conditions for the use of Exim
1571_README_ list of files, directories and simple build instructions
1572------------------------------------------------------------------------------
1573
1574Other files whose names begin with _README_ may also be present. The
1575following subdirectories are created:
1576
1577[frame="none"]
1578`--------------------`------------------------------------------------
1579_Local_ an empty directory for local configuration files
1580_OS_ OS-specific files
1581_doc_ documentation files
1582_exim_monitor_ source files for the Exim monitor
1583_scripts_ scripts used in the build process
1584_src_ remaining source files
1585_util_ independent utilities
1586----------------------------------------------------------------------
1587
1588The main utility programs are contained in the _src_ directory, and are built
1589with the Exim binary. The _util_ directory contains a few optional scripts
1590that may be useful to some sites.
1591
1592
1593Multiple machine architectures and operating systems
1594~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1595cindex:[building Exim,multiple OS/architectures]
1596The building process for Exim is arranged to make it easy to build binaries for
1597a number of different architectures and operating systems from the same set of
1598source files. Compilation does not take place in the _src_ directory. Instead,
1599a 'build directory' is created for each architecture and operating system.
1600
1601cindex:[symbolic link,to build directory]
1602Symbolic links to the sources are installed in this directory, which is where
1603the actual building takes place.
1604
1605In most cases, Exim can discover the machine architecture and operating system
1606for itself, but the defaults can be overridden if necessary.
1607
1608
1609[[SECTdb]]
1610DBM libraries
1611~~~~~~~~~~~~~
1612cindex:[DBM libraries, discussion of]
1613cindex:[hints database,DBM files used for]
1614Even if you do not use any DBM files in your configuration, Exim still needs a
1615DBM library in order to operate, because it uses indexed files for its hints
1616databases. Unfortunately, there are a number of DBM libraries in existence, and
1617different operating systems often have different ones installed.
1618
1619cindex:[Solaris,DBM library for]
1620cindex:[IRIX, DBM library for]
1621cindex:[BSD, DBM library for]
1622cindex:[Linux, DBM library for]
1623If you are using Solaris, IRIX, one of the modern BSD systems, or a modern
1624Linux distribution, the DBM configuration should happen automatically, and you
1625may be able to ignore this section. Otherwise, you may have to learn more than
1626you would like about DBM libraries from what follows.
1627
1628cindex:['ndbm' DBM library]
1629Licensed versions of Unix normally contain a library of DBM functions operating
1630via the 'ndbm' interface, and this is what Exim expects by default. Free
1631versions of Unix seem to vary in what they contain as standard. In particular,
1632some early versions of Linux have no default DBM library, and different
1633distributors have chosen to bundle different libraries with their packaged
1634versions. However, the more recent releases seem to have standardised on the
1635Berkeley DB library.
1636
1637Different DBM libraries have different conventions for naming the files they
1638use. When a program opens a file called _dbmfile_, there are four
1639possibilities:
1640
1641. A traditional 'ndbm' implementation, such as that supplied as part of
1642Solaris, operates on two files called _dbmfile.dir_ and _dbmfile.pag_.
1643
1644. cindex:['gdbm' DBM library]
1645The GNU library, 'gdbm', operates on a single file. If used via its 'ndbm'
1646compatibility interface it makes two different hard links to it with names
1647_dbmfile.dir_ and _dbmfile.pag_, but if used via its native interface, the
1648file name is used unmodified.
1649
1650. cindex:[Berkeley DB library]
1651The Berkeley DB package, if called via its 'ndbm' compatibility interface,
1652operates on a single file called _dbmfile.db_, but otherwise looks to the
1653programmer exactly the same as the traditional 'ndbm' implementation.
1654
1655. If the Berkeley package is used in its native mode, it operates on a single
1656file called _dbmfile_; the programmer's interface is somewhat different to
1657the traditional 'ndbm' interface.
1658
1659. To complicate things further, there are several very different versions of the
1660Berkeley DB package. Version 1.85 was stable for a very long time, releases
16612.'x' and 3.'x' were current for a while, but the latest versions are now
1662numbered 4.'x'. Maintenance of some of the earlier releases has ceased. All
1663versions of Berkeley DB can be obtained from
1664+
1665&&&
1666*http://www.sleepycat.com/[]*
1667&&&
1668
1669. cindex:['tdb' DBM library]
1670Yet another DBM library, called 'tdb', has become available from
1671+
1672&&&
1673*http://download.sourceforge.net/tdb[]*
1674&&&
1675+
1676It has its own interface, and also operates on a single file.
1677
1678cindex:[USE_DB]
1679cindex:[DBM libraries, configuration for building]
1680Exim and its utilities can be compiled to use any of these interfaces. In order
1681to use any version of the Berkeley DB package in native mode, you must set
1682USE_DB in an appropriate configuration file (typically
1683_Local/Makefile_). For example:
1684
1685 USE_DB=yes
1686
1687Similarly, for gdbm you set USE_GDBM, and for tdb you set USE_TDB. An
1688error is diagnosed if you set more than one of these.
1689
1690At the lowest level, the build-time configuration sets none of these options,
1691thereby assuming an interface of type (1). However, some operating system
1692configuration files (for example, those for the BSD operating systems and
1693Linux) assume type (4) by setting USE_DB as their default, and the
1694configuration files for Cygwin set USE_GDBM. Anything you set in
1695_Local/Makefile_, however, overrides these system defaults.
1696
1697As well as setting USE_DB, USE_GDBM, or USE_TDB, it may also be
1698necessary to set DBMLIB, to cause inclusion of the appropriate library, as
1699in one of these lines:
1700
1701 DBMLIB = -ldb
1702 DBMLIB = -ltdb
1703
1704Settings like that will work if the DBM library is installed in the standard
1705place. Sometimes it is not, and the library's header file may also not be in
1706the default path. You may need to set INCLUDE to specify where the header
1707file is, and to specify the path to the library more fully in DBMLIB, as in
1708this example:
1709
1710 INCLUDE=-I/usr/local/include/db-4.1
1711 DBMLIB=/usr/local/lib/db-4.1/libdb.a
1712
1713
1714There is further detailed discussion about the various DBM libraries in the
1715file _doc/dbm.discuss.txt_ in the Exim distribution.
1716
1717
1718
1719Pre-building configuration
1720~~~~~~~~~~~~~~~~~~~~~~~~~~
1721cindex:[building Exim,pre-building configuration]
1722cindex:[configuration for building Exim]
1723cindex:[_Local/Makefile_]
1724cindex:[_src/EDITME_]
1725Before building Exim, a local configuration file that specifies options
1726independent of any operating system has to be created with the name
1727_Local/Makefile_. A template for this file is supplied as the file
1728_src/EDITME_, and it contains full descriptions of all the option settings
1729therein. These descriptions are therefore not repeated here. If you are
1730building Exim for the first time, the simplest thing to do is to copy
1731_src/EDITME_ to _Local/Makefile_, then read it and edit it appropriately.
1732
1733There are three settings that you must supply, because Exim will not build
1734without them. They are the location of the run time configuration file
1735(CONFIGURE_FILE), the directory in which Exim binaries will be installed
1736(BIN_DIRECTORY), and the identity of the Exim user (EXIM_USER and
1737maybe EXIM_GROUP as well). The value of CONFIGURE_FILE can in fact be
1738a colon-separated list of file names; Exim uses the first of them that exists.
1739
1740There are a few other parameters that can be specified either at build time or
1741at run time, to enable the same binary to be used on a number of different
1742machines. However, if the locations of Exim's spool directory and log file
1743directory (if not within the spool directory) are fixed, it is recommended that
1744you specify them in _Local/Makefile_ instead of at run time, so that errors
1745detected early in Exim's execution (such as a malformed configuration file) can
1746be logged.
1747
1748cindex:[content scanning,specifying at build time]
068aaea8 1749Exim's interfaces for calling virus and spam scanning software directly from
168e428f
PH
1750access control lists are not compiled by default. If you want to include these
1751facilities, you need to set
1752
1753 WITH_CONTENT_SCAN=yes
1754
1755in your _Local/Makefile_. For details of the facilities themselves, see
1756chapter <<CHAPexiscan>>.
1757
1758
1759cindex:[_Local/eximon.conf_]
1760cindex:[_exim_monitor/EDITME_]
1761If you are going to build the Exim monitor, a similar configuration process is
1762required. The file _exim_monitor/EDITME_ must be edited appropriately for
1763your installation and saved under the name _Local/eximon.conf_. If you are
1764happy with the default settings described in _exim_monitor/EDITME_,
1765_Local/eximon.conf_ can be empty, but it must exist.
1766
1767This is all the configuration that is needed in straightforward cases for known
1768operating systems. However, the building process is set up so that it is easy
1769to override options that are set by default or by operating-system-specific
1770configuration files, for example to change the name of the C compiler, which
1771defaults to %gcc%. See section <<SECToverride>> below for details of how to do
1772this.
1773
1774
1775
1776Support for iconv()
1777~~~~~~~~~~~~~~~~~~~
1778cindex:['iconv()' support]
1779The contents of header lines in messages may be encoded according to the rules
1780described RFC 2047. This makes it possible to transmit characters that are not
1781in the ASCII character set, and to label them as being in a particular
1782character set. When Exim is inspecting header lines by means of the %\$h_%
1783mechanism, it decodes them, and translates them into a specified character set
1784(default ISO-8859-1). The translation is possible only if the operating system
1785supports the 'iconv()' function.
1786
1787However, some of the operating systems that supply 'iconv()' do not support
1788very many conversions. The GNU %libiconv% library (available from
1789*http://www.gnu.org/software/libiconv/[]*) can be installed on such systems to
1790remedy this deficiency, as well as on systems that do not supply 'iconv()' at
1791all. After installing %libiconv%, you should add
1792
1793 HAVE_ICONV=yes
1794
1795to your _Local/Makefile_ and rebuild Exim.
1796
1797
1798
1799[[SECTinctlsssl]]
1800Including TLS/SSL encryption support
1801~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1802cindex:[TLS,including support for TLS]
1803cindex:[encryption,including support for]
1804cindex:[SUPPORT_TLS]
1805cindex:[OpenSSL,building Exim with]
1806cindex:[GnuTLS,building Exim with]
1807Exim can be built to support encrypted SMTP connections, using the STARTTLS
1808command as per RFC 2487. It can also support legacy clients that expect to
1809start a TLS session immediately on connection to a non-standard port (see the
1810%tls_on_connect_ports% runtime option and the %-tls-on-connect% command
1811line option).
1812
1813If you want to build Exim with TLS support, you must first install either the
1814OpenSSL or GnuTLS library. There is no cryptographic code in Exim itself for
1815implementing SSL.
1816
1817If OpenSSL is installed, you should set
1818
1819 SUPPORT_TLS=yes
1820 TLS_LIBS=-lssl -lcrypto
1821
1822in _Local/Makefile_. You may also need to specify the locations of the
1823OpenSSL library and include files. For example:
1824
1825 SUPPORT_TLS=yes
1826 TLS_LIBS=-L/usr/local/openssl/lib -lssl -lcrypto
1827 TLS_INCLUDE=-I/usr/local/openssl/include/
1828
1829cindex:[USE_GNUTLS]
1830If GnuTLS is installed, you should set
1831
1832 SUPPORT_TLS=yes
1833 USE_GNUTLS=yes
1834 TLS_LIBS=-lgnutls -ltasn1 -lgcrypt
1835
1836in _Local/Makefile_, and again you may need to specify the locations of the
1837library and include files. For example:
1838
1839 SUPPORT_TLS=yes
1840 USE_GNUTLS=yes
1841 TLS_LIBS=-L/usr/gnu/lib -lgnutls -ltasn1 -lgcrypt
1842 TLS_INCLUDE=-I/usr/gnu/include
1843
1844You do not need to set TLS_INCLUDE if the relevant directory is already
1845specified in INCLUDE. Details of how to configure Exim to make use of TLS
1846are given in chapter <<CHAPTLS>>.
1847
1848
1849
1850
1851Use of tcpwrappers
1852~~~~~~~~~~~~~~~~~~
1853cindex:[tcpwrappers, building Exim to support]
1854cindex:[USE_TCP_WRAPPERS]
1855Exim can be linked with the 'tcpwrappers' library in order to check incoming
1856SMTP calls using the 'tcpwrappers' control files. This may be a convenient
1857alternative to Exim's own checking facilities for installations that are
1858already making use of 'tcpwrappers' for other purposes. To do this, you should
1859set USE_TCP_WRAPPERS in _Local/Makefile_, arrange for the file
1860_tcpd.h_ to be available at compile time, and also ensure that the library
1861_libwrap.a_ is available at link time, typically by including %-lwrap% in
1862EXTRALIBS_EXIM. For example, if 'tcpwrappers' is installed in
1863_/usr/local_, you might have
1864
1865 USE_TCP_WRAPPERS=yes
1866 CFLAGS=-O -I/usr/local/include
1867 EXTRALIBS_EXIM=-L/usr/local/lib -lwrap
1868
1869in _Local/Makefile_. The name to use in the 'tcpwrappers' control files is
1870``exim''. For example, the line
1871
1872 exim : LOCAL 192.168.1. .friendly.domain.example
1873
1874in your _/etc/hosts.allow_ file allows connections from the local host, from
1875the subnet 192.168.1.0/24, and from all hosts in 'friendly.domain.example'.
1876All other connections are denied. Consult the 'tcpwrappers' documentation for
1877further details.
1878
1879
1880
1881Including support for IPv6
1882~~~~~~~~~~~~~~~~~~~~~~~~~~
1883cindex:[IPv6,including support for]
1884Exim contains code for use on systems that have IPv6 support. Setting
1885`HAVE_IPV6=YES` in _Local/Makefile_ causes the IPv6 code to be included;
1886it may also be necessary to set IPV6_INCLUDE and IPV6_LIBS on systems
1887where the IPv6 support is not fully integrated into the normal include and
1888library files.
1889
1890Two different types of DNS record for handling IPv6 addresses have been
1891defined. AAAA records (analagous to A records for IPv4) are in use, and are
1892currently seen as the mainstream. Another record type called A6 was proposed
1893as better than AAAA because it had more flexibility. However, it was felt to be
1894over-complex, and its status was reduced to ``experimental''. It is not known
1895if anyone is actually using A6 records. Exim has support for A6 records, but
1896this is included only if you set `SUPPORT_A6=YES` in _Local/Makefile_. The
1897support has not been tested for some time.
1898
1899
1900
1901The building process
1902~~~~~~~~~~~~~~~~~~~~
1903cindex:[build directory]
1904Once _Local/Makefile_ (and _Local/eximon.conf_, if required) have been
1905created, run 'make' at the top level. It determines the architecture and
1906operating system types, and creates a build directory if one does not exist.
1907For example, on a Sun system running Solaris 8, the directory
1908_build-SunOS5-5.8-sparc_ is created.
1909cindex:[symbolic link,to source files]
1910Symbolic links to relevant source files are installed in the build directory.
1911
1912*Warning*: The %-j% (parallel) flag must not be used with 'make'; the
1913building process fails if it is set.
1914
1915If this is the first time 'make' has been run, it calls a script that builds
1916a make file inside the build directory, using the configuration files from the
1917_Local_ directory. The new make file is then passed to another instance of
1918'make'. This does the real work, building a number of utility scripts, and
1919then compiling and linking the binaries for the Exim monitor (if configured), a
1920number of utility programs, and finally Exim itself. The command 'make
1921makefile' can be used to force a rebuild of the make file in the build
1922directory, should this ever be necessary.
1923
1924If you have problems building Exim, check for any comments there may be in the
1925_README_ file concerning your operating system, and also take a look at the
1926FAQ, where some common problems are covered.
1927
1928
1929
068aaea8
PH
1930Output from ``make''
1931~~~~~~~~~~~~~~~~~~~~
1932
1933[revisionflag="changed"]
1934The output produced by the 'make' process for compile lines is often very
1935unreadable, because these lines can be very long. For this reason, the normal
1936output is suppressed by default, and instead output similar to that which
1937appears when compiling the 2.6 Linux kernel is generated: just a short line for
1938each module that is being compiled or linked. However, it is still possible to
1939get the full output, by calling 'make' like this:
1940
1941 FULLECHO='' make -e
1942
1943The value of FULLECHO defaults to ``@'', the flag character that suppresses
1944command reflection in 'make'. When you ask for the full output, it is
1945given in addition to the the short output.
1946
1947
1948
168e428f
PH
1949
1950[[SECToverride]]
1951Overriding build-time options for Exim
1952~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1953cindex:[build-time options, overriding]
1954The main make file that is created at the beginning of the building process
1955consists of the concatenation of a number of files which set configuration
1956values, followed by a fixed set of 'make' instructions. If a value is set
1957more than once, the last setting overrides any previous ones. This provides a
1958convenient way of overriding defaults. The files that are concatenated are, in
1959order:
1960
1961&&&
1962_OS/Makefile-Default_
1963_OS/Makefile-_<'ostype'>
1964_Local/Makefile_
1965_Local/Makefile-_<'ostype'>
1966_Local/Makefile-_<'archtype'>
1967_Local/Makefile-_<'ostype'>-<'archtype'>
1968_OS/Makefile-Base_
1969&&&
1970
1971cindex:[_Local/Makefile_]
1972cindex:[building Exim,operating system type]
1973cindex:[building Exim,architecture type]
1974where <'ostype'> is the operating system type and <'archtype'> is the
1975architecture type. _Local/Makefile_ is required to exist, and the building
1976process fails if it is absent. The other three _Local_ files are optional,
1977and are often not needed.
1978
1979The values used for <'ostype'> and <'archtype'> are obtained from scripts
1980called _scripts/os-type_ and _scripts/arch-type_ respectively. If either of
1981the environment variables EXIM_OSTYPE or EXIM_ARCHTYPE is set, their
1982values are used, thereby providing a means of forcing particular settings.
1983Otherwise, the scripts try to get values from the %uname% command. If this
1984fails, the shell variables OSTYPE and ARCHTYPE are inspected. A number
1985of 'ad hoc' transformations are then applied, to produce the standard names
1986that Exim expects. You can run these scripts directly from the shell in order
1987to find out what values are being used on your system.
1988
1989
1990_OS/Makefile-Default_ contains comments about the variables that are set
1991therein. Some (but not all) are mentioned below. If there is something that
1992needs changing, review the contents of this file and the contents of the make
1993file for your operating system (_OS/Makefile-<ostype>_) to see what the
1994default values are.
1995
1996
1997cindex:[building Exim,overriding default settings]
1998If you need to change any of the values that are set in _OS/Makefile-Default_
1999or in _OS/Makefile-<ostype>_, or to add any new definitions, you do not
2000need to change the original files. Instead, you should make the changes by
2001putting the new values in an appropriate _Local_ file. For example,
2002cindex:[Tru64-Unix build-time settings]
2003when building Exim in many releases of the Tru64-Unix (formerly Digital UNIX,
2004formerly DEC-OSF1) operating system, it is necessary to specify that the C
2005compiler is called 'cc' rather than 'gcc'. Also, the compiler must be
2006called with the option %-std1%, to make it recognize some of the features of
2007Standard C that Exim uses. (Most other compilers recognize Standard C by
2008default.) To do this, you should create a file called _Local/Makefile-OSF1_
2009containing the lines
2010
2011 CC=cc
2012 CFLAGS=-std1
2013
2014If you are compiling for just one operating system, it may be easier to put
2015these lines directly into _Local/Makefile_.
2016
2017Keeping all your local configuration settings separate from the distributed
2018files makes it easy to transfer them to new versions of Exim simply by copying
2019the contents of the _Local_ directory.
2020
2021
2022cindex:[NIS lookup type,including support for]
2023cindex:[NIS+ lookup type,including support for]
2024cindex:[LDAP,including support for]
2025cindex:[lookup,inclusion in binary]
2026Exim contains support for doing LDAP, NIS, NIS+, and other kinds of file
2027lookup, but not all systems have these components installed, so the default is
2028not to include the relevant code in the binary. All the different kinds of file
2029and database lookup that Exim supports are implemented as separate code modules
2030which are included only if the relevant compile-time options are set. In the
2031case of LDAP, NIS, and NIS+, the settings for _Local/Makefile_ are:
2032
2033 LOOKUP_LDAP=yes
2034 LOOKUP_NIS=yes
2035 LOOKUP_NISPLUS=yes
2036
2037and similar settings apply to the other lookup types. They are all listed in
068aaea8 2038_src/EDITME_. In many cases the relevant include files and interface
168e428f
PH
2039libraries need to be installed before compiling Exim.
2040cindex:[cdb,including support for]
068aaea8
PH
2041However, there are some optional lookup types (such as cdb) for which
2042the code is entirely contained within Exim, and no external include
168e428f
PH
2043files or libraries are required. When a lookup type is not included in the
2044binary, attempts to configure Exim to use it cause run time configuration
2045errors.
2046
2047cindex:[Perl,including support for]
2048Exim can be linked with an embedded Perl interpreter, allowing Perl
2049subroutines to be called during string expansion. To enable this facility,
2050
2051 EXIM_PERL=perl.o
2052
2053must be defined in _Local/Makefile_. Details of this facility are given in
2054chapter <<CHAPperl>>.
2055
2056cindex:[X11 libraries, location of]
2057The location of the X11 libraries is something that varies a lot between
068aaea8 2058operating systems, and there may be different versions of X11 to cope
168e428f
PH
2059with. Exim itself makes no use of X11, but if you are compiling the Exim
2060monitor, the X11 libraries must be available.
2061The following three variables are set in _OS/Makefile-Default_:
2062
2063 X11=/usr/X11R6
2064 XINCLUDE=-I$(X11)/include
2065 XLFLAGS=-L$(X11)/lib
2066
2067These are overridden in some of the operating-system configuration files. For
2068example, in _OS/Makefile-SunOS5_ there is
2069
2070 X11=/usr/openwin
2071 XINCLUDE=-I$(X11)/include
2072 XLFLAGS=-L$(X11)/lib -R$(X11)/lib
2073
2074If you need to override the default setting for your operating system, place a
2075definition of all three of these variables into your
2076_Local/Makefile-<ostype>_ file.
2077
2078cindex:[EXTRALIBS]
2079If you need to add any extra libraries to the link steps, these can be put in a
2080variable called EXTRALIBS, which appears in all the link commands, but by
2081default is not defined. In contrast, EXTRALIBS_EXIM is used only on the
2082command for linking the main Exim binary, and not for any associated utilities.
2083
2084cindex:[DBM libraries, configuration for building]
2085There is also DBMLIB, which appears in the link commands for binaries that
2086use DBM functions (see also section <<SECTdb>>). Finally, there is
2087EXTRALIBS_EXIMON, which appears only in the link step for the Exim monitor
2088binary, and which can be used, for example, to include additional X11
2089libraries.
2090
2091cindex:[configuration file,editing]
2092The make file copes with rebuilding Exim correctly if any of the configuration
2093files are edited. However, if an optional configuration file is deleted, it is
2094necessary to touch the associated non-optional file (that is, _Local/Makefile_
2095or _Local/eximon.conf_) before rebuilding.
2096
2097
2098OS-specific header files
2099~~~~~~~~~~~~~~~~~~~~~~~~
2100cindex:[_os.h_]
2101cindex:[building Exim,OS-specific C header files]
2102The _OS_ directory contains a number of files with names of the form
2103_os.h-<ostype>_. These are system-specific C header files that should not
2104normally need to be changed. There is a list of macro settings that are
2105recognized in the file _OS/os.configuring_, which should be consulted if you
2106are porting Exim to a new operating system.
2107
2108
2109
2110Overriding build-time options for the monitor
2111~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2112cindex:[building Eximon,overriding default options]
2113A similar process is used for overriding things when building the Exim monitor,
2114where the files that are involved are
2115
2116&&&
2117_OS/eximon.conf-Default_
2118_OS/eximon.conf-_<'ostype'>
2119_Local/eximon.conf_
2120_Local/eximon.conf-_<'ostype'>
2121_Local/eximon.conf-_<'archtype'>
2122_Local/eximon.conf-_<'ostype'>-<'archtype'>
2123&&&
2124
2125cindex:[_Local/eximon.conf_]
2126As with Exim itself, the final three files need not exist, and in this case the
2127_OS/eximon.conf-<ostype>_ file is also optional. The default values in
2128_OS/eximon.conf-Default_ can be overridden dynamically by setting environment
2129variables of the same name, preceded by EXIMON_. For example, setting
2130EXIMON_LOG_DEPTH in the environment overrides the value of
2131LOG_DEPTH at run time.
2132
2133
2134
2135
2136Installing Exim binaries and scripts
2137~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2138cindex:[installing Exim]
2139cindex:[BIN_DIRECTORY]
068aaea8
PH
2140The command 'make install' runs the 'exim_install' script with no arguments.
2141The script copies binaries and utility scripts into the directory whose name is
2142specified by the BIN_DIRECTORY setting in _Local/Makefile_.
2143cindex:[setuid,installing Exim with]
2144The install script copies files only if they are newer than the files they are
2145going to replace. The Exim binary is required to be owned by root and have the
2146'setuid' bit set, for normal configurations. Therefore, you must run 'make
2147install' as root so that it can set up the Exim binary in this way. However, in
2148some special situations (for example, if a host is doing no local deliveries)
2149it may be possible to run Exim without making the binary setuid root (see
2150chapter <<CHAPsecurity>> for details).
168e428f
PH
2151
2152cindex:[CONFIGURE_FILE]
2153Exim's run time configuration file is named by the CONFIGURE_FILE setting
2154in _Local/Makefile_. If this names a single file, and the file does not
2155exist, the default configuration file _src/configure.default_ is copied there
2156by the installation script. If a run time configuration file already exists, it
2157is left alone. If CONFIGURE_FILE is a colon-separated list, naming several
2158alternative files, no default is installed.
2159
2160cindex:[system aliases file]
2161cindex:[_/etc/aliases_]
2162One change is made to the default configuration file when it is installed: the
2163default configuration contains a router that references a system aliases file.
2164The path to this file is set to the value specified by
2165SYSTEM_ALIASES_FILE in _Local/Makefile_ (_/etc/aliases_ by default).
2166If the system aliases file does not exist, the installation script creates it,
2167and outputs a comment to the user.
2168
2169The created file contains no aliases, but it does contain comments about the
2170aliases a site should normally have. Mail aliases have traditionally been
2171kept in _/etc/aliases_. However, some operating systems are now using
2172_/etc/mail/aliases_. You should check if yours is one of these, and change
2173Exim's configuration if necessary.
2174
2175The default configuration uses the local host's name as the only local domain,
2176and is set up to do local deliveries into the shared directory _/var/mail_,
2177running as the local user. System aliases and _.forward_ files in users' home
2178directories are supported, but no NIS or NIS+ support is configured. Domains
2179other than the name of the local host are routed using the DNS, with delivery
2180over SMTP.
2181
168e428f
PH
2182It is possible to install Exim for special purposes (such as building a binary
2183distribution) in a private part of the file system. You can do this by a
2184command such as
2185
2186 make DESTDIR=/some/directory/ install
2187
2188This has the effect of pre-pending the specified directory to all the file
2189paths, except the name of the system aliases file that appears in the default
2190configuration. (If a default alias file is created, its name 'is' modified.)
2191For backwards compatibility, ROOT is used if DESTDIR is not set,
2192but this usage is deprecated.
2193
2194cindex:[installing Exim,what is not installed]
2195Running 'make install' does not copy the Exim 4 conversion script
2196'convert4r4', or the 'pcretest' test program. You will probably run the
2197first of these only once (if you are upgrading from Exim 3), and the second
2198isn't really part of Exim. None of the documentation files in the _doc_
2199directory are copied, except for the info files when you have set
2200INFO_DIRECTORY, as described in section <<SECTinsinfdoc>> below.
2201
2202For the utility programs, old versions are renamed by adding the suffix _.O_
2203to their names. The Exim binary itself, however, is handled differently. It is
2204installed under a name that includes the version number and the compile number,
2205for example _exim-{version}-1_. The script then arranges for a symbolic link
2206called _exim_ to point to the binary. If you are updating a previous version
2207of Exim, the script takes care to ensure that the name _exim_ is never absent
2208from the directory (as seen by other processes).
2209
2210cindex:[installing Exim,testing the script]
2211If you want to see what the 'make install' will do before running it for
2212real, you can pass the %-n% option to the installation script by this command:
2213
2214 make INSTALL_ARG=-n install
2215
2216The contents of the variable INSTALL_ARG are passed to the installation
2217script. You do not need to be root to run this test. Alternatively, you can run
2218the installation script directly, but this must be from within the build
2219directory. For example, from the top-level Exim directory you could use this
2220command:
2221
2222 (cd build-SunOS5-5.5.1-sparc; ../scripts/exim_install -n)
2223
2224cindex:[installing Exim,install script options]
2225There are two other options that can be supplied to the installation script.
2226
2227- %-no_chown% bypasses the call to change the owner of the installed binary
2228to root, and the call to make it a setuid binary.
2229
2230- %-no_symlink% bypasses the setting up of the symbolic link _exim_ to the
2231installed binary.
2232
2233INSTALL_ARG can be used to pass these options to the script. For example:
2234
2235 make INSTALL_ARG=-no_symlink install
2236
2237
2238The installation script can also be given arguments specifying which files are
2239to be copied. For example, to install just the Exim binary, and nothing else,
2240without creating the symbolic link, you could use:
2241
2242 make INSTALL_ARG='-no_symlink exim' install
2243
2244
2245
2246
2247[[SECTinsinfdoc]]
2248Installing info documentation
2249~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2250cindex:[installing Exim,'info' documentation]
2251Not all systems use the GNU 'info' system for documentation, and for this
2252reason, the Texinfo source of Exim's documentation is not included in the main
2253distribution. Instead it is available separately from the ftp site (see section
2254<<SECTavail>>).
2255
2256If you have defined INFO_DIRECTORY in _Local/Makefile_ and the Texinfo
2257source of the documentation is found in the source tree, running 'make
2258install' automatically builds the info files and installs them.
2259
2260
2261
2262Setting up the spool directory
2263~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2264cindex:[spool directory,creating]
2265When it starts up, Exim tries to create its spool directory if it does not
2266exist. The Exim uid and gid are used for the owner and group of the spool
2267directory. Sub-directories are automatically created in the spool directory as
2268necessary.
2269
2270
2271
2272
2273Testing
2274~~~~~~~
2275cindex:[testing,installation]
2276Having installed Exim, you can check that the run time configuration file is
2277syntactically valid by running the following command, which assumes that the
2278Exim binary directory is within your PATH environment variable:
2279
2280 exim -bV
2281
2282If there are any errors in the configuration file, Exim outputs error messages.
2283Otherwise it outputs the version number and build date,
2284the DBM library that is being used, and information about which drivers and
2285other optional code modules are included in the binary.
2286Some simple routing tests can be done by using the address testing option. For
2287example,
2288
2289 exim -bt <local username>
2290
2291should verify that it recognizes a local mailbox, and
2292
2293 exim -bt <remote address>
2294
2295a remote one. Then try getting it to deliver mail, both locally and remotely.
2296This can be done by passing messages directly to Exim, without going through a
2297user agent. For example:
2298
068aaea8
PH
2299....
2300exim -v postmaster@your.domain.example
2301From: user@your.domain.example
2302To: postmaster@your.domain.example
2303Subject: Testing Exim
168e428f 2304
068aaea8
PH
2305This is a test message.
2306^D
2307....
168e428f
PH
2308
2309The %-v% option causes Exim to output some verification of what it is doing.
2310In this case you should see copies of three log lines, one for the message's
2311arrival, one for its delivery, and one containing ``Completed''.
2312
2313cindex:[delivery,problems with]
2314If you encounter problems, look at Exim's log files ('mainlog' and
2315'paniclog') to see if there is any relevant information there. Another source
2316of information is running Exim with debugging turned on, by specifying the
2317%-d% option. If a message is stuck on Exim's spool, you can force a delivery
2318with debugging turned on by a command of the form
2319
2320 exim -d -M <message-id>
2321
2322You must be root or an ``admin user'' in order to do this. The %-d% option
2323produces rather a lot of output, but you can cut this down to specific areas.
2324For example, if you use %-d-all+route% only the debugging information relevant
2325to routing is included. (See the %-d% option in chapter <<CHAPcommandline>> for
2326more details.)
2327
2328cindex:[``sticky'' bit]
2329cindex:[lock files]
2330One specific problem that has shown up on some sites is the inability to do
2331local deliveries into a shared mailbox directory, because it does not have the
2332``sticky bit'' set on it. By default, Exim tries to create a lock file before
2333writing to a mailbox file, and if it cannot create the lock file, the delivery
2334is deferred. You can get round this either by setting the ``sticky bit'' on the
2335directory, or by setting a specific group for local deliveries and allowing
2336that group to create files in the directory (see the comments above the
2337^local_delivery^ transport in the default configuration file). Another
2338approach is to configure Exim not to use lock files, but just to rely on
2339'fcntl()' locking instead. However, you should do this only if all user
2340agents also use 'fcntl()' locking. For further discussion of locking issues,
2341see chapter <<CHAPappendfile>>.
2342
2343One thing that cannot be tested on a system that is already running an MTA is
2344the receipt of incoming SMTP mail on the standard SMTP port. However, the
2345%-oX% option can be used to run an Exim daemon that listens on some other
2346port, or 'inetd' can be used to do this. The %-bh% option and the
2347'exim_checkaccess' utility can be used to check out policy controls on
2348incoming SMTP mail.
2349
2350Testing a new version on a system that is already running Exim can most easily
2351be done by building a binary with a different CONFIGURE_FILE setting. From
2352within the run time configuration, all other file and directory names
2353that Exim uses can be altered, in order to keep it entirely clear of the
2354production version.
2355
2356
2357Replacing another MTA with Exim
2358~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2359cindex:[replacing another MTA]
2360Building and installing Exim for the first time does not of itself put it in
2361general use. The name by which the system's MTA is called by mail user agents
2362is either _/usr/sbin/sendmail_, or _/usr/lib/sendmail_ (depending on the
2363operating system), and it is necessary to make this name point to the 'exim'
2364binary in order to get the user agents to pass messages to Exim. This is
2365normally done by renaming any existing file and making _/usr/sbin/sendmail_
2366or _/usr/lib/sendmail_
2367
2368cindex:[symbolic link,to 'exim' binary]
2369a symbolic link to the 'exim' binary. It is a good idea to remove any setuid
2370privilege and executable status from the old MTA. It is then necessary to stop
2371and restart the mailer daemon, if one is running.
2372
2373cindex:[FreeBSD, MTA indirection]
2374cindex:[_/etc/mail/mailer.conf_]
2375Some operating systems have introduced alternative ways of switching MTAs. For
2376example, if you are running FreeBSD, you need to edit the file
2377_/etc/mail/mailer.conf_ instead of setting up a symbolic link as just
2378described. A typical example of the contents of this file for running Exim is
2379as follows:
2380
2381 sendmail /usr/exim/bin/exim
2382 send-mail /usr/exim/bin/exim
2383 mailq /usr/exim/bin/exim -bp
2384 newaliases /usr/bin/true
2385
2386
2387Once you have set up the symbolic link, or edited _/etc/mail/mailer.conf_,
2388your Exim installation is ``live''. Check it by sending a message from your
2389favourite user agent.
2390
2391You should consider what to tell your users about the change of MTA. Exim may
2392have different capabilities to what was previously running, and there are
2393various operational differences such as the text of messages produced by
2394command line options and in bounce messages. If you allow your users to make
2395use of Exim's filtering capabilities, you should make the document entitled
2396'Exim's interface to mail filtering'
2397available to them.
2398
2399
2400
2401Upgrading Exim
2402~~~~~~~~~~~~~~
2403cindex:[upgrading Exim]
2404If you are already running Exim on your host, building and installing a new
2405version automatically makes it available to MUAs, or any other programs that
2406call the MTA directly. However, if you are running an Exim daemon, you do need
2407to send it a HUP signal, to make it re-exec itself, and thereby pick up the new
2408binary. You do not need to stop processing mail in order to install a new
068aaea8
PH
2409version of Exim. The install script does not modify an existing runtime
2410configuration file.
2411
168e428f
PH
2412
2413
2414
2415Stopping the Exim daemon on Solaris
2416~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2417cindex:[Solaris,stopping Exim on]
2418The standard command for stopping the mailer daemon on Solaris is
2419
2420 /etc/init.d/sendmail stop
2421
2422If _/usr/lib/sendmail_ has been turned into a symbolic link, this script
2423fails to stop Exim because it uses the command 'ps -e' and greps the output
2424for the text ``sendmail''; this is not present because the actual program name
2425(that is, ``exim'') is given by the 'ps' command with these options. A solution
2426is to replace the line that finds the process id with something like
2427
2428 pid=`cat /var/spool/exim/exim-daemon.pid`
2429
2430to obtain the daemon's pid directly from the file that Exim saves it in.
2431
2432Note, however, that stopping the daemon does not ``stop Exim''. Messages can
2433still be received from local processes, and if automatic delivery is configured
2434(the normal case), deliveries will still occur.
2435
2436
2437
2438
2439////////////////////////////////////////////////////////////////////////////
2440////////////////////////////////////////////////////////////////////////////
2441
2442[[CHAPcommandline]]
2443The Exim command line
2444---------------------
2445cindex:[command line,options]
2446cindex:[options,command line]
2447Exim's command line takes the standard Unix form of a sequence of options,
2448each starting with a hyphen character, followed by a number of arguments. The
2449options are compatible with the main options of Sendmail, and there are also
2450some additional options, some of which are compatible with Smail 3. Certain
2451combinations of options do not make sense, and provoke an error if used.
2452The form of the arguments depends on which options are set.
2453
2454
2455Setting options by program name
2456~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2457cindex:['mailq']
2458If Exim is called under the name 'mailq', it behaves as if the option %-bp%
2459were present before any other options.
2460The %-bp% option requests a listing of the contents of the mail queue on the
2461standard output.
2462This feature is for compatibility with some systems that contain a command of
2463that name in one of the standard libraries, symbolically linked to
2464_/usr/sbin/sendmail_ or _/usr/lib/sendmail_.
2465
2466cindex:['rsmtp']
2467If Exim is called under the name 'rsmtp' it behaves as if the option %-bS%
2468were present before any other options, for compatibility with Smail. The %-bS%
2469option is used for reading in a number of messages in batched SMTP format.
2470
2471cindex:['rmail']
2472If Exim is called under the name 'rmail' it behaves as if the %-i% and
2473%-oee% options were present before any other options, for compatibility with
2474Smail. The name 'rmail' is used as an interface by some UUCP systems.
2475
2476cindex:['runq']
2477cindex:[queue runner]
2478If Exim is called under the name 'runq' it behaves as if the option %-q% were
2479present before any other options, for compatibility with Smail. The %-q%
2480option causes a single queue runner process to be started.
2481
2482cindex:['newaliases']
2483cindex:[alias file,building]
2484cindex:[Sendmail compatibility,calling Exim as 'newaliases']
2485If Exim is called under the name 'newaliases' it behaves as if the option
2486%-bi% were present before any other options, for compatibility with Sendmail.
2487This option is used for rebuilding Sendmail's alias file. Exim does not have
2488the concept of a single alias file, but can be configured to run a given
2489command if called with the %-bi% option.
2490
2491
2492[[SECTtrustedadmin]]
2493Trusted and admin users
2494~~~~~~~~~~~~~~~~~~~~~~~
2495Some Exim options are available only to 'trusted users' and others are
2496available only to 'admin users'. In the description below, the phrases ``Exim
2497user'' and ``Exim group'' mean the user and group defined by EXIM_USER and
2498EXIM_GROUP in _Local/Makefile_ or set by the %exim_user% and
2499%exim_group% options. These do not necessarily have to use the name ``exim''.
2500
2501- cindex:[trusted user,definition of]
2502cindex:[user, trusted definition of]
2503The trusted users are root, the Exim user, any user listed in the
2504%trusted_users% configuration option, and any user whose current group or any
2505supplementary group is one of those listed in the %trusted_groups%
2506configuration option. Note that the Exim group is not automatically trusted.
2507+
2508cindex:[``From'' line]
2509cindex:[envelope sender]
2510Trusted users are always permitted to use the %-f% option or a leading ``From ''
2511line to specify the envelope sender of a message that is passed to Exim through
2512the local interface (see the %-bm% and %-f% options below). See the
2513%untrusted_set_sender% option for a way of permitting non-trusted users to
2514set envelope senders.
2515+
2516cindex:['From:' header line]
2517cindex:['Sender:' header line]
2518For a trusted user, there is never any check on the contents of the 'From:'
2519header line, and a 'Sender:' line is never added. Furthermore, any existing
2520'Sender:' line in incoming local (non-TCP/IP) messages is not removed.
2521+
2522Trusted users may also specify a host name, host address, interface address,
2523protocol name, ident value, and authentication data when submitting a message
2524locally. Thus, they are able to insert messages into Exim's queue locally that
2525have the characteristics of messages received from a remote host. Untrusted
2526users may in some circumstances use %-f%, but can never set the other values
2527that are available to trusted users.
2528
2529- cindex:[user, admin definition of]
2530cindex:[admin user,definition of]
2531The admin users are root, the Exim user, and any user that is a member of the
2532Exim group or of any group listed in the %admin_groups% configuration option.
2533The current group does not have to be one of these groups.
2534+
2535Admin users are permitted to list the queue, and to carry out certain
2536operations on messages, for example, to force delivery failures. It is also
2537necessary to be an admin user in order to see the full information provided by
2538the Exim monitor, and full debugging output.
2539+
2540By default, the use of the %-M%, %-q%, %-R%, and %-S% options to cause Exim
2541to attempt delivery of messages on its queue is restricted to admin users.
2542However, this restriction can be relaxed by setting the %prod_requires_admin%
2543option false (that is, specifying %no_prod_requires_admin%).
2544+
2545Similarly, the use of the %-bp% option to list all the messages in the queue
2546is restricted to admin users unless %queue_list_requires_admin% is set
2547false.
2548
2549
2550*Warning*: If you configure your system so that admin users are able to
2551edit Exim's configuration file, you are giving those users an easy way of
2552getting root. There is further discussion of this issue at the start of chapter
2553<<CHAPconf>>.
2554
2555
2556
2557
2558Command line options
2559~~~~~~~~~~~~~~~~~~~~
2560The command options are described in alphabetical order below.
2561
2562///
2563We insert a stylized DocBook comment here, to identify the start of the command
2564line options. This is for the benefit of the Perl script that automatically
2565creates a man page for the options.
2566///
2567
2568++++
2569<!-- === Start of command line options === -->
2570++++
2571
2572
2573*{hh}*::
2574oindex:[{hh}]
2575cindex:[options, command line; terminating]
2576This is a pseudo-option whose only purpose is to terminate the options and
2577therefore to cause subsequent command line items to be treated as arguments
2578rather than options, even if they begin with hyphens.
2579
2580*--help*::
2581oindex:[%{hh}help%]
2582This option causes Exim to output a few sentences stating what it is.
2583The same output is generated if the Exim binary is called with no options and
2584no arguments.
2585
2586*-B*<'type'>::
2587oindex:[%-B%]
2588cindex:[8-bit characters]
2589cindex:[Sendmail compatibility,8-bit characters]
2590This is a Sendmail option for selecting 7 or 8 bit processing. Exim is 8-bit
2591clean; it ignores this option.
2592
2593*-bd*::
2594oindex:[%-bd%]
2595cindex:[daemon]
2596cindex:[SMTP listener]
2597cindex:[queue runner]
2598This option runs Exim as a daemon, awaiting incoming SMTP connections. Usually
2599the %-bd% option is combined with the %-q%<'time'> option, to specify that
2600the daemon should also initiate periodic queue runs.
2601+
2602The %-bd% option can be used only by an admin user. If either of the %-d%
2603(debugging) or %-v% (verifying) options are set, the daemon does not
2604disconnect from the controlling terminal. When running this way, it can be
2605stopped by pressing ctrl-C.
2606+
2607By default, Exim listens for incoming connections to the standard SMTP port on
2608all the host's running interfaces. However, it is possible to listen on other
2609ports, on multiple ports, and only on specific interfaces. Chapter
2610<<CHAPinterfaces>> contains a description of the options that control this.
2611+
2612When a listening daemon
2613cindex:[daemon,process id (pid)]
2614cindex:[pid (process id),of daemon]
2615is started without the use of %-oX% (that is, without overriding the normal
2616configuration), it writes its process id to a file called _exim-daemon.pid_ in
2617Exim's spool directory. This location can be overridden by setting
2618PID_FILE_PATH in _Local/Makefile_. The file is written while Exim is still
2619running as root.
2620+
2621When %-oX% is used on the command line to start a listening daemon, the
2622process id is not written to the normal pid file path. However, %-oP% can be
2623used to specify a path on the command line if a pid file is required.
2624+
2625The SIGHUP signal
2626cindex:[SIGHUP]
2627can be used to cause the daemon to re-exec itself. This should be done whenever
2628Exim's configuration file, or any file that is incorporated into it by means of
2629the %.include% facility, is changed, and also whenever a new version of Exim is
2630installed. It is not necessary to do this when other files that are referenced
2631from the configuration (for example, alias files) are changed, because these
2632are reread each time they are used.
2633
2634*-bdf*::
2635oindex:[%-bdf%]
2636This option has the same effect as %-bd% except that it never disconnects from
2637the controlling terminal, even when no debugging is specified.
2638
2639*-be*::
2640oindex:[%-be%]
2641cindex:[testing,string expansion]
2642cindex:[expansion,testing]
2643Run Exim in expansion testing mode. Exim discards its root privilege, to
2644prevent ordinary users from using this mode to read otherwise inaccessible
2645files. If no arguments are given, Exim runs interactively, prompting for lines
2646of data.
2647+
2648If Exim was built with USE_READLINE=yes in _Local/Makefile_, it tries
2649to load the %libreadline% library dynamically whenever the %-be% option is
2650used without command line arguments. If successful, it uses the 'readline()'
2651function, which provides extensive line-editing facilities, for reading the
2652test data. A line history is supported.
2653+
2654Long expansion expressions can be split over several lines by using backslash
068aaea8 2655continuations. As in Exim's run time configuration, white space at the start of
168e428f
PH
2656continuation lines is ignored. Each argument or data line is passed through the
2657string expansion mechanism, and the result is output. Variable values from the
2658configuration file (for example, $qualify_domain$) are available, but no
2659message-specific values (such as $domain$) are set, because no message is
2660being processed.
2661
2662*-bF*~<'filename'>::
2663oindex:[%-bF%]
2664cindex:[system filter,testing]
2665cindex:[testing,system filter]
2666This option is the same as %-bf% except that it assumes that the filter being
2667tested is a system filter. The additional commands that are available only in
2668system filters are recognized.
2669
2670*-bf*~<'filename'>::
2671oindex:[%-bf%]
2672cindex:[filter,testing]
2673cindex:[testing,filter file]
2674cindex:[forward file,testing]
2675cindex:[testing,forward file]
2676cindex:[Sieve filter,testing]
2677This option runs Exim in user filter testing mode; the file is the filter file
2678to be tested, and a test message must be supplied on the standard input. If
2679there are no message-dependent tests in the filter, an empty file can be
2680supplied.
2681+
2682If you want to test a system filter file, use %-bF% instead of %-bf%. You can
2683use both %-bF% and %-bf% on the same command, in order to
2684test a system filter and a user filter in the same run. For example:
2685
2686 exim -bF /system/filter -bf /user/filter </test/message
2687+
2688This is helpful when the system filter adds header lines or sets filter
2689variables that are used by the user filter.
2690+
2691If the test filter file does not begin with one of the special lines
2692
2693 # Exim filter
2694 # Sieve filter
2695+
2696it is taken to be a normal _.forward_ file, and is tested for validity under
2697that interpretation. See sections <<SECTitenonfilred>> to <<SECTspecitredli>> for a
2698description of the possible contents of non-filter redirection lists.
2699+
2700The result of an Exim command that uses %-bf%, provided no errors are
2701detected, is a list of the actions that Exim would try to take if presented
2702with the message for real. More details of filter testing are given in the
2703separate document entitled 'Exim's interfaces to mail filtering'.
2704+
2705When testing a filter file,
2706cindex:[``From'' line]
2707cindex:[envelope sender]
2708cindex:[%-f% option,for filter testing]
2709the envelope sender can be set by the %-f% option,
2710or by a ``From '' line at the start of the test message. Various parameters that
2711would normally be taken from the envelope recipient address of the message can
2712be set by means of additional command line options (see the next four options).
2713
2714*-bfd*~<'domain'>::
2715oindex:[%-bfd%]
068aaea8 2716cindex:[$qualify_domain$]
168e428f
PH
2717This sets the domain of the recipient address when a filter file is being
2718tested by means of the %-bf% option. The default is the value of
2719$qualify_domain$.
2720
2721*-bfl*~<'local~part'>::
2722oindex:[%-bfl%]
2723This sets the local part of the recipient address when a filter file is being
2724tested by means of the %-bf% option. The default is the username of the
2725process that calls Exim. A local part should be specified with any prefix or
2726suffix stripped, because that is how it appears to the filter when a message is
2727actually being delivered.
2728
2729*-bfp*~<'prefix'>::
2730oindex:[%-bfp%]
2731This sets the prefix of the local part of the recipient address when a filter
2732file is being tested by means of the %-bf% option. The default is an empty
2733prefix.
2734
2735*-bfs*~<'suffix'>::
2736oindex:[%-bfs%]
2737This sets the suffix of the local part of the recipient address when a filter
2738file is being tested by means of the %-bf% option. The default is an empty
2739suffix.
2740
2741*-bh*~<'IP~address'>::
2742oindex:[%-bh%]
2743cindex:[testing,incoming SMTP]
2744cindex:[SMTP,testing incoming]
2745cindex:[testing,relay control]
2746cindex:[relaying,testing configuration]
2747cindex:[policy control,testing]
2748cindex:[debugging,%-bh% option]
2749This option runs a fake SMTP session as if from the given IP address, using the
2750standard input and output. The IP address may include a port number at the end,
2751after a full stop. For example:
2752
2753 exim -bh 10.9.8.7.1234
2754 exim -bh fe80::a00:20ff:fe86:a061.5678
2755+
2756When an IPv6 address is given, it is converted into canonical form. In the case
2757of the second example above, the value of $sender_host_address$ after
2758conversion to the canonical form is `fe80:0000:0000:0a00:20ff:fe86:a061.5678`.
2759+
2760Comments as to what is going on are written to the standard error file. These
2761include lines beginning with ``LOG'' for anything that would have been logged.
2762This facility is provided for testing configuration options for incoming
2763messages, to make sure they implement the required policy. For example, you can
2764test your relay controls using %-bh%.
2765+
2766*Warning 1*:
2767cindex:[RFC 1413]
2768You cannot test features of the configuration that rely on
2769ident (RFC 1413) callouts. These cannot be done when testing using
2770%-bh% because there is no incoming SMTP connection.
2771+
2772*Warning 2*: Address verification callouts (see section <<SECTcallver>>) are
2773also skipped when testing using %-bh%. If you want these callouts to occur,
2774use %-bhc% instead.
2775+
2776Messages supplied during the testing session are discarded, and nothing is
2777written to any of the real log files. There may be pauses when DNS (and other)
2778lookups are taking place, and of course these may time out. The %-oMi% option
2779can be used to specify a specific IP interface and port if this is important.
2780+
2781The 'exim_checkaccess' utility is a ``packaged'' version of %-bh% whose
2782output just states whether a given recipient address from a given host is
2783acceptable or not. See section <<SECTcheckaccess>>.
2784
2785*-bhc*~<'IP~address'>::
2786oindex:[%-bhc%]
2787This option operates in the same way as %-bh%, except that address
2788verification callouts are performed if required. This includes consulting and
2789updating the callout cache database.
2790
2791*-bi*::
2792oindex:[%-bi%]
2793cindex:[alias file,building]
2794cindex:[building alias file]
2795cindex:[Sendmail compatibility,%-bi% option]
2796Sendmail interprets the %-bi% option as a request to rebuild its alias file.
2797Exim does not have the concept of a single alias file, and so it cannot mimic
2798this behaviour. However, calls to _/usr/lib/sendmail_ with the %-bi% option
2799tend to appear in various scripts such as NIS make files, so the option must be
2800recognized.
2801+
2802If %-bi% is encountered, the command specified by the %bi_command%
2803configuration option is run, under the uid and gid of the caller of Exim. If
2804the %-oA% option is used, its value is passed to the command as an argument.
2805The command set by %bi_command% may not contain arguments. The command can use
2806the 'exim_dbmbuild' utility, or some other means, to rebuild alias files if
2807this is required. If the %bi_command% option is not set, calling Exim with
2808%-bi% is a no-op.
2809
2810*-bm*::
2811oindex:[%-bm%]
2812cindex:[local message reception]
2813This option runs an Exim receiving process that accepts an incoming,
2814locally-generated message on the current input. The recipients are given as the
2815command arguments (except when %-t% is also present -- see below). Each
2816argument can be a comma-separated list of RFC 2822 addresses. This is the
2817default option for selecting the overall action of an Exim call; it is assumed
2818if no other conflicting option is present.
2819+
2820If any addresses in the message are unqualified (have no domain), they are
2821qualified by the values of the %qualify_domain% or %qualify_recipient%
2822options, as appropriate. The %-bnq% option (see below) provides a way of
2823suppressing this for special cases.
2824+
2825Policy checks on the contents of local messages can be enforced by means of
2826the non-SMTP ACL. See chapter <<CHAPACL>> for details.
2827+
2828The return code
2829cindex:[return code,for %-bm%]
2830is zero if the message is successfully accepted. Otherwise, the
2831action is controlled by the %-oe'x'% option setting -- see below.
2832+
2833The format
2834cindex:[message,format]
2835cindex:[format,message]
2836cindex:[``From'' line]
2837cindex:[UUCP,``From'' line]
2838cindex:[Sendmail compatibility,``From'' line]
2839of the message must be as defined in RFC 2822, except that, for
2840compatibility with Sendmail and Smail, a line in one of the forms
2841
2842 From sender Fri Jan 5 12:55 GMT 1997
2843 From sender Fri, 5 Jan 97 12:55:01
2844+
2845(with the weekday optional, and possibly with additional text after the date)
2846is permitted to appear at the start of the message. There appears to be no
2847authoritative specification of the format of this line. Exim recognizes it by
2848matching against the regular expression defined by the %uucp_from_pattern%
2849option, which can be changed if necessary.
2850+
2851The
2852cindex:[%-f% option,overriding ``From'' line]
2853specified sender is treated as if it were given as the argument to the
2854%-f% option, but if a %-f% option is also present, its argument is used in
2855preference to the address taken from the message. The caller of Exim must be a
2856trusted user for the sender of a message to be set in this way.
2857
2858*-bnq*::
2859oindex:[%-bnq%]
2860cindex:[address qualification, suppressing]
2861By default, Exim automatically qualifies unqualified addresses (those
2862without domains) that appear in messages that are submitted locally (that
2863is, not over TCP/IP). This qualification applies both to addresses in
2864envelopes, and addresses in header lines. Sender addresses are qualified using
2865%qualify_domain%, and recipient addresses using %qualify_recipient% (which
2866defaults to the value of %qualify_domain%).
2867+
2868Sometimes, qualification is not wanted. For example, if %-bS% (batch SMTP) is
2869being used to re-submit messages that originally came from remote hosts after
2870content scanning, you probably do not want to qualify unqualified addresses in
2871header lines. (Such lines will be present only if you have not enabled a header
2872syntax check in the appropriate ACL.)
2873+
2874The %-bnq% option suppresses all qualification of unqualified addresses in
2875messages that originate on the local host. When this is used, unqualified
2876addresses in the envelope provoke errors (causing message rejection) and
2877unqualified addresses in header lines are left alone.
2878
2879
2880*-bP*::
2881oindex:[%-bP%]
2882cindex:[configuration options, extracting]
2883cindex:[options,configuration -- extracting]
2884If this option is given with no arguments, it causes the values of all Exim's
2885main configuration options to be written to the standard output. The values
2886of one or more specific options can be requested by giving their names as
2887arguments, for example:
2888
2889 exim -bP qualify_domain hold_domains
2890+
2891However, any option setting that is preceded by the word ``hide'' in the
2892configuration file is not shown in full, except to an admin user. For other
2893users, the output is as in this example:
2894
2895 mysql_servers = <value not displayable>
2896+
2897If %configure_file% is given as an argument, the name of the run time
2898configuration file is output.
2899If a list of configuration files was supplied, the value that is output here
2900is the name of the file that was actually used.
2901+
2902cindex:[daemon,process id (pid)]
2903cindex:[pid (process id),of daemon]
2904If %log_file_path% or %pid_file_path% are given, the names of the directories
2905where log files and daemon pid files are written are output, respectively. If
2906these values are unset, log files are written in a sub-directory of the spool
2907directory called %log%, and the pid file is written directly into the spool
2908directory.
2909+
2910If %-bP% is followed by a name preceded by `+`, for example,
2911
2912 exim -bP +local_domains
2913+
2914it searches for a matching named list of any type (domain, host, address, or
2915local part) and outputs what it finds.
2916+
2917If
2918cindex:[options,router -- extracting]
2919cindex:[options,transport -- extracting]
2920one of the words %router%, %transport%, or %authenticator% is given,
2921followed by the name of an appropriate driver instance, the option settings for
2922that driver are output. For example:
2923
2924 exim -bP transport local_delivery
2925+
2926The generic driver options are output first, followed by the driver's private
2927options. A list of the names of drivers of a particular type can be obtained by
2928using one of the words %router_list%, %transport_list%, or
2929%authenticator_list%, and a complete list of all drivers with their option
2930settings can be obtained by using %routers%, %transports%, or %authenticators%.
2931
2932
2933*-bp*::
2934oindex:[%-bp%]
2935cindex:[queue,listing messages on]
2936cindex:[listing,messages on the queue]
2937This option requests a listing of the contents of the mail queue on the
2938standard output. If the %-bp% option is followed by a list of message ids,
2939just those messages are listed. By default, this option can be used only by an
2940admin user. However, the %queue_list_requires_admin% option can be set false
2941to allow any user to see the queue.
2942+
2943Each message on the queue is displayed as in the following example:
2944
2945 25m 2.9K 0t5C6f-0000c8-00 <alice@wonderland.fict.example>
2946 red.king@looking-glass.fict.example
2947 <other addresses>
2948+
2949The
2950cindex:[message,size in queue listing]
2951cindex:[size,of message]
2952first line contains the length of time the message has been on the queue
2953(in this case 25 minutes), the size of the message (2.9K), the unique local
2954identifier for the message, and the message sender, as contained in the
2955envelope. For bounce messages, the sender address is empty, and appears as
2956``<>''. If the message was submitted locally by an untrusted user who overrode
2957the default sender address, the user's login name is shown in parentheses
2958before the sender address.
2959+
2960If
2961cindex:[frozen messages,in queue listing]
2962the message is frozen (attempts to deliver it are suspended) then the text
2963``\*\*\* frozen \*\*\*'' is displayed at the end of this line.
2964+
2965The recipients of the message (taken from the envelope, not the headers) are
2966displayed on subsequent lines. Those addresses to which the message has already
2967been delivered are marked with the letter D. If an original address gets
2968expanded into several addresses via an alias or forward file, the original is
2969displayed with a D only when deliveries for all of its child addresses are
2970complete.
2971
2972
2973*-bpa*::
2974oindex:[%-bpa%]
2975This option operates like %-bp%, but in addition it shows delivered addresses
2976that were generated from the original top level address(es) in each message by
2977alias or forwarding operations. These addresses are flagged with ``+D'' instead
2978of just ``D''.
2979
2980
2981*-bpc*::
2982oindex:[%-bpc%]
2983cindex:[queue,count of messages on]
2984This option counts the number of messages on the queue, and writes the total
2985to the standard output. It is restricted to admin users, unless
2986%queue_list_requires_admin% is set false.
2987
2988
2989*-bpr*::
2990oindex:[%-bpr%]
2991This option operates like %-bp%, but the output is not sorted into
2992chronological order of message arrival. This can speed it up when there are
2993lots of messages on the queue, and is particularly useful if the output is
2994going to be post-processed in a way that doesn't need the sorting.
2995
2996*-bpra*::
2997oindex:[%-bpra%]
2998This option is a combination of %-bpr% and %-bpa%.
2999
3000*-bpru*::
3001oindex:[%-bpru%]
3002This option is a combination of %-bpr% and %-bpu%.
3003
3004
3005*-bpu*::
3006oindex:[%-bpu%]
3007This option operates like %-bp% but shows only undelivered top-level addresses
3008for each message displayed. Addresses generated by aliasing or forwarding are
3009not shown, unless the message was deferred after processing by a router with
3010the %one_time% option set.
3011
3012
3013*-brt*::
3014oindex:[%-brt%]
3015cindex:[testing,retry configuration]
3016cindex:[retry,configuration testing]
3017This option is for testing retry rules, and it must be followed by up to three
3018arguments. It causes Exim to look for a retry rule that matches the values
3019and to write it to the standard output. For example:
3020
3021 exim -brt bach.comp.mus.example
3022 Retry rule: *.comp.mus.example F,2h,15m; F,4d,30m;
3023+
3024See chapter <<CHAPretry>> for a description of Exim's retry rules. The first
3025argument, which is required, can be a complete address in the form
3026'local_part@domain', or it can be just a domain name. The second argument is
3027an optional second domain name; if no retry rule is found for the first
3028argument, the second is tried. This ties in with Exim's behaviour when looking
3029for retry rules for remote hosts -- if no rule is found that matches the host,
3030one that matches the mail domain is sought. The final argument is the name of a
3031specific delivery error, as used in setting up retry rules, for example
3032``quota_3d''.
3033
3034*-brw*::
3035oindex:[%-brw%]
3036cindex:[testing,rewriting]
3037cindex:[rewriting,testing]
3038This option is for testing address rewriting rules, and it must be followed by
3039a single argument, consisting of either a local part without a domain, or a
3040complete address with a fully qualified domain. Exim outputs how this address
3041would be rewritten for each possible place it might appear. See chapter
3042<<CHAPrewrite>> for further details.
3043
3044*-bS*::
3045oindex:[%-bS%]
3046cindex:[SMTP,batched incoming]
3047cindex:[batched SMTP input]
3048This option is used for batched SMTP input, which is an alternative interface
3049for non-interactive local message submission. A number of messages can be
3050submitted in a single run. However, despite its name, this is not really SMTP
3051input. Exim reads each message's envelope from SMTP commands on the standard
3052input, but generates no responses. If the caller is trusted, or
3053%untrusted_set_sender% is set, the senders in the SMTP MAIL commands are
3054believed; otherwise the sender is always the caller of Exim.
3055+
3056The message itself is read from the standard input, in SMTP format (leading
3057dots doubled), terminated by a line containing just a single dot. An error is
3058provoked if the terminating dot is missing. A further message may then follow.
3059+
3060As for other local message submissions, the contents of incoming batch SMTP
3061messages can be checked using the non-SMTP ACL (see chapter <<CHAPACL>>).
3062Unqualified addresses are automatically qualified using %qualify_domain% and
3063%qualify_recipient%, as appropriate, unless the %-bnq% option is used.
3064+
3065Some other SMTP commands are recognized in the input. HELO and EHLO act
3066as RSET; VRFY, EXPN, ETRN, and HELP act as NOOP;
3067QUIT quits, ignoring the rest of the standard input.
3068+
3069cindex:[return code,for %-bS%]
3070If any error is encountered, reports are written to the standard output and
3071error streams, and Exim gives up immediately. The return code is 0 if no error
3072was detected; it is 1 if one or more messages were accepted before the error
3073was detected; otherwise it is 2.
3074+
3075More details of input using batched SMTP are given in section
3076<<SECTincomingbatchedSMTP>>.
3077
3078*-bs*::
3079oindex:[%-bs%]
3080cindex:[SMTP,local input]
3081cindex:[local SMTP input]
3082This option causes Exim to accept one or more messages by reading SMTP commands
3083on the standard input, and producing SMTP replies on the standard output. SMTP
3084policy controls, as defined in ACLs (see chapter <<CHAPACL>>) are applied.
3085Some user agents use this interface as a way of passing locally-generated
3086messages to the MTA.
3087+
3088In
3089cindex:[sender,source of]
3090this usage, if the caller of Exim is trusted, or %untrusted_set_sender% is
3091set, the senders of messages are taken from the SMTP MAIL commands.
3092Otherwise the content of these commands is ignored and the sender is set up as
3093the calling user. Unqualified addresses are automatically qualified using
3094%qualify_domain% and %qualify_recipient%, as appropriate, unless the %-bnq%
3095option is used.
3096+
3097cindex:[inetd]
3098The
3099%-bs% option is also used to run Exim from 'inetd', as an alternative to using
3100a listening daemon. Exim can distinguish the two cases by checking whether the
3101standard input is a TCP/IP socket. When Exim is called from 'inetd', the source
3102of the mail is assumed to be remote, and the comments above concerning senders
3103and qualification do not apply. In this situation, Exim behaves in exactly the
3104same way as it does when receiving a message via the listening daemon.
3105
3106*-bt*::
3107oindex:[%-bt%]
3108cindex:[testing,addresses]
3109cindex:[address,testing]
3110This option runs Exim in address testing mode, in which each argument is taken
3111as an address to be tested for deliverability. The results are written to the
3112standard output. If a test fails, and the caller is not an admin user, no
3113details of the failure are output, because these might contain sensitive
3114information such as usernames and passwords for database lookups.
3115+
3116If no arguments are given, Exim runs in an interactive manner, prompting with a
3117right angle bracket for addresses to be tested.
3118+
3119Unlike the %-be% test option, you cannot arrange for Exim to use the
3120'readline()' function, because it is running as 'root' and there are
3121security issues.
3122+
3123Each address is handled as if it were the recipient address of a message
3124(compare the %-bv% option). It is passed to the routers and the result is
3125written to the standard output. However, any router that has
3126%no_address_test% set is bypassed. This can make %-bt% easier to use for
3127genuine routing tests if your first router passes everything to a scanner
3128program.
3129+
3130The
3131cindex:[return code,for %-bt%]
3132return code is 2 if any address failed outright; it is 1 if no address
3133failed outright but at least one could not be resolved for some reason. Return
3134code 0 is given only when all addresses succeed.
3135+
3136*Warning*: %-bt% can only do relatively simple testing. If any of the
3137routers in the configuration makes any tests on the sender address of a
3138message,
3139cindex:[%-f% option,for address testing]
3140you can use the %-f% option to set an appropriate sender when running
3141%-bt% tests. Without it, the sender is assumed to be the calling user at the
3142default qualifying domain. However, if you have set up (for example) routers
3143whose behaviour depends on the contents of an incoming message, you cannot test
3144those conditions using %-bt%. The %-N% option provides a possible way of
3145doing such tests.
3146
3147*-bV*::
3148oindex:[%-bV%]
3149cindex:[version number of Exim, verifying]
3150This option causes Exim to write the current version number, compilation
3151number, and compilation date of the 'exim' binary to the standard output.
3152It also lists the DBM library this is being used, the optional modules (such as
3153specific lookup types), the drivers that are included in the binary, and the
3154name of the run time configuration file that is in use.
3155+
3156As part of its operation, %-bV% causes Exim to read and syntax check its
3157configuration file. However, this is a static check only. It cannot check
3158values that are to be expanded. For example, although a misspelt ACL verb is
3159detected, an error in the verb's arguments is not. You cannot rely on %-bV%
3160alone to discover (for example) all the typos in the configuration; some
3161realistic testing is needed. The %-bh% and %-N% options provide more dynamic
3162testing facilities.
3163
3164*-bv*::
3165oindex:[%-bv%]
3166cindex:[verifying address, using %-bv%]
3167cindex:[address,verification]
3168This option runs Exim in address verification mode, in which each argument is
3169taken as an address to be verified. During normal operation, verification
3170happens mostly as a consequence processing a %verify% condition in an ACL (see
3171chapter <<CHAPACL>>). If you want to test an entire ACL, see the %-bh% option.
3172+
3173If verification fails, and the caller is not an admin user, no details of the
3174failure are output, because these might contain sensitive information such as
3175usernames and passwords for database lookups.
3176+
3177If no arguments are given, Exim runs in an interactive manner, prompting with a
3178right angle bracket for addresses to be verified.
3179+
3180Unlike the %-be% test option, you cannot arrange for Exim to use the
3181'readline()' function, because it is running as 'exim' and there are
3182security issues.
3183+
3184Verification differs from address testing (the %-bt% option) in that routers
3185that have %no_verify% set are skipped, and if the address is accepted by a
3186router that has %fail_verify% set, verification fails. The address is verified
3187as a recipient if %-bv% is used; to test verification for a sender address,
3188%-bvs% should be used.
3189+
3190If the %-v% option is not set, the output consists of a single line for each
3191address, stating whether it was verified or not, and giving a reason in the
3192latter case. Otherwise, more details are given of how the address has been
3193handled, and in the case of address redirection, all the generated addresses
3194are also considered. Without %-v%, generating more than one address by
3195redirection causes verification to end sucessfully.
3196+
3197The
3198cindex:[return code,for %-bv%]
3199return code is 2 if any address failed outright; it is 1 if no address
3200failed outright but at least one could not be resolved for some reason. Return
3201code 0 is given only when all addresses succeed.
3202+
3203If any of the routers in the configuration makes any tests on the sender
3204address of a message, you should use the %-f% option to set an appropriate
3205sender when running %-bv% tests. Without it, the sender is assumed to be the
3206calling user at the default qualifying domain.
3207
3208*-bvs*::
3209oindex:[%-bvs%]
3210This option acts like %-bv%, but verifies the address as a sender rather
3211than a recipient address. This affects any rewriting and qualification that
3212might happen.
3213
3214*-C*~<'filelist'>::
3215oindex:[%-C%]
3216cindex:[configuration file,alternate]
3217cindex:[CONFIGURE_FILE]
3218cindex:[alternate configuration file]
3219This option causes Exim to find the run time configuration file from the given
3220list instead of from the list specified by the CONFIGURE_FILE
3221compile-time setting. Usually, the list will consist of just a single file
3222name, but it can be a colon-separated list of names. In this case, the first
3223file that exists is used. Failure to open an existing file stops Exim from
3224proceeding any further along the list, and an error is generated.
3225+
3226When this option is used by a caller other than root or the Exim user, and the
3227list is different from the compiled-in list, Exim gives up its root privilege
3228immediately, and runs with the real and effective uid and gid set to those of
3229the caller. However, if ALT_CONFIG_ROOT_ONLY is defined in
3230_Local/Makefile_, root privilege is retained for %-C% only if the caller of
3231Exim is root.
3232+
3233That is, the Exim user is no longer privileged in this regard. This build-time
3234option is not set by default in the Exim source distribution tarbundle.
3235However, if you are using a ``packaged'' version of Exim (source or binary), the
3236packagers might have enabled it.
3237+
3238Setting ALT_CONFIG_ROOT_ONLY locks out the possibility of testing a
3239configuration using %-C% right through message reception and delivery, even if
3240the caller is root. The reception works, but by that time, Exim is running as
3241the Exim user, so when it re-execs to regain privilege for the delivery, the
3242use of %-C% causes privilege to be lost. However, root can test reception and
3243delivery using two separate commands (one to put a message on the queue, using
3244%-odq%, and another to do the delivery, using %-M%).
3245+
3246If ALT_CONFIG_PREFIX is defined _in Local/Makefile_, it specifies a
3247prefix string with which any file named in a %-C% command line option
3248must start. In addition, the file name must not contain the sequence `/../`.
3249However, if the value of the %-C% option is identical to the value of
3250CONFIGURE_FILE in _Local/Makefile_, Exim ignores %-C% and proceeds as
3251usual. There is no default setting for ALT_CONFIG_PREFIX; when it is
3252unset, any file name can be used with %-C%.
3253+
3254ALT_CONFIG_PREFIX can be used to confine alternative configuration files
3255to a directory to which only root has access. This prevents someone who has
3256broken into the Exim account from running a privileged Exim with an arbitrary
3257configuration file.
3258+
3259The %-C% facility is useful for ensuring that configuration files are
3260syntactically correct, but cannot be used for test deliveries, unless the
3261caller is privileged, or unless it is an exotic configuration that does not
3262require privilege. No check is made on the owner or group of the files
3263specified by this option.
3264
3265*-D*<'macro'>=<'value'>::
3266oindex:[%-D%]
3267cindex:[macro,setting on command line]
3268This option can be used to override macro definitions in the configuration file
3269(see section <<SECTmacrodefs>>). However, like %-C%, if it is used by an
3270unprivileged caller, it causes Exim to give up its root privilege.
3271If DISABLE_D_OPTION is defined in _Local/Makefile_, the use of %-D% is
3272completely disabled, and its use causes an immediate error exit.
3273+
3274The entire option (including equals sign if present) must all be within one
3275command line item. %-D% can be used to set the value of a macro to the empty
3276string, in which case the equals sign is optional. These two commands are
3277synonymous:
3278
3279 exim -DABC ...
3280 exim -DABC= ...
3281+
3282To include spaces in a macro definition item, quotes must be used. If you use
3283quotes, spaces are permitted around the macro name and the equals sign. For
3284example:
3285
3286 exim '-D ABC = something' ...
3287+
3288%-D% may be repeated up to 10 times on a command line.
3289
3290*-d*<'debug~options'>::
3291oindex:[%-d%]
3292cindex:[debugging,list of selectors]
3293cindex:[debugging,%-d% option]
3294This option causes debugging information to be written to the standard
3295error stream. It is restricted to admin users because debugging output may show
3296database queries that contain password information. Also, the details of users'
068aaea8
PH
3297filter files should be protected. When %-d% is used, %-v% is assumed. If %-d%
3298is given on its own, a lot of standard debugging data is output. This can be
3299reduced, or increased to include some more rarely needed information, by
3300directly following %-d% with a string made up of names preceded by plus or
3301minus characters. These add or remove sets of debugging data, respectively. For
168e428f 3302example, %-d+filter% adds filter debugging, whereas %-d-all+filter% selects
068aaea8
PH
3303only filter debugging. Note that no spaces are allowed in the debug setting.
3304The available debugging categories are:
168e428f
PH
3305+
3306&&&
3307`acl ` ACL interpretation
3308`auth ` authenticators
3309`deliver ` general delivery logic
3310`dns ` DNS lookups (see also resolver)
3311`dnsbl ` DNS black list (aka RBL) code
3312`exec ` arguments for ^^execv()^^ calls
3313`expand ` detailed debugging for string expansions
3314`filter ` filter handling
3315`hints_lookup ` hints data lookups
3316`host_lookup ` all types of name-to-IP address handling
3317`ident ` ident lookup
3318`interface ` lists of local interfaces
3319`lists ` matching things in lists
3320`load ` system load checks
3321`local_scan ` can be used by ^^local_scan()^^ (see chapter <<CHAPlocalscan>>)
3322`lookup ` general lookup code and all lookups
3323`memory ` memory handling
3324`pid ` add pid to debug output lines
3325`process_info ` setting info for the process log
3326`queue_run ` queue runs
3327`receive ` general message reception logic
3328`resolver ` turn on the DNS resolver's debugging output
3329`retry ` retry handling
3330`rewrite ` address rewriting
3331`route ` address routing
3332`timestamp ` add timestamp to debug output lines
3333`tls ` TLS logic
3334`transport ` transports
3335`uid ` changes of uid/gid and looking up uid/gid
3336`verify ` address verification logic
068aaea8 3337`all ` almost all of the above (see below), and also %-v%
168e428f
PH
3338&&&
3339+
068aaea8
PH
3340[revisionflag="changed"]
3341The `all` option excludes `memory` when used as `+all`, but includes it for
3342`-all`. The reason for this is that `+all` is something that people tend to use
3343when generating debug output for Exim maintainers. If `+memory` is included, an
3344awful lot of output that is very rarely of interest is generated, so it now has
3345to be explicitly requested. However, `-all` does turn everything off.
3346+
168e428f
PH
3347The
3348cindex:[resolver, debugging output]
3349cindex:[DNS resolver, debugging output]
3350`resolver` option produces output only if the DNS resolver was compiled
3351with DEBUG enabled. This is not the case in some operating systems. Also,
3352unfortunately, debugging output from the DNS resolver is written to stdout
3353rather than stderr.
3354+
3355The default (%-d% with no argument) omits `expand`, `filter`,
3356`interface`, `load`, `memory`, `pid`, `resolver`, and `timestamp`.
3357However, the `pid` selector is forced when debugging is turned on for a
3358daemon, which then passes it on to any re-executed Exims. Exim also
3359automatically adds the pid to debug lines when several remote deliveries are
3360run in parallel.
3361+
3362The `timestamp` selector causes the current time to be inserted at the start
3363of all debug output lines. This can be useful when trying to track down delays
3364in processing.
3365+
3366If the %debug_print% option is set in any driver, it produces output whenever
3367any debugging is selected, or if %-v% is used.
3368
3369*-dd*<'debug~options'>::
3370oindex:[%-dd%]
3371This option behaves exactly like %-d% except when used on a command that
3372starts a daemon process. In that case, debugging is turned off for the
3373subprocesses that the daemon creates. Thus, it is useful for monitoring the
3374behaviour of the daemon without creating as much output as full debugging does.
3375
3376*-dropcr*::
3377oindex:[%-dropcr%]
3378This is an obsolete option that is now a no-op. It used to affect the way Exim
3379handled CR and LF characters in incoming messages. What happens now is
3380described in section <<SECTlineendings>>.
3381
3382*-E*::
3383oindex:[%-E%]
3384cindex:[bounce message,generating]
3385This option specifies that an incoming message is a locally-generated delivery
3386failure report. It is used internally by Exim when handling delivery failures
3387and is not intended for external use. Its only effect is to stop Exim
3388generating certain messages to the postmaster, as otherwise message cascades
3389could occur in some situations. As part of the same option, a message id may
3390follow the characters %-E%. If it does, the log entry for the receipt of the
3391new message contains the id, following ``R='', as a cross-reference.
3392
3393*-e*'x'::
3394oindex:[%-e'x'%]
3395There are a number of Sendmail options starting with %-oe% which seem to be
3396called by various programs without the leading %o% in the option. For example,
3397the %vacation% program uses %-eq%. Exim treats all options of the form
3398%-e'x'% as synonymous with the corresponding %-oe'x'% options.
3399
3400*-F*~<'string'>::
3401oindex:[%-F%]
3402cindex:[sender,name]
3403cindex:[name,of sender]
3404This option sets the sender's full name for use when a locally-generated
3405message is being accepted. In the absence of this option, the user's 'gecos'
3406entry from the password data is used. As users are generally permitted to alter
3407their 'gecos' entries, no security considerations are involved. White space
3408between %-F% and the <'string'> is optional.
3409
3410*-f*~<'address'>::
3411oindex:[%-f%]
3412cindex:[sender,address]
3413cindex:[address,sender]
3414cindex:[trusted user]
3415cindex:[envelope sender]
3416cindex:[user,trusted]
3417This option sets the address of the envelope sender of a locally-generated
3418message (also known as the return path). The option can normally be used only
3419by a trusted user, but %untrusted_set_sender% can be set to allow untrusted
3420users to use it.
3421+
3422Processes running as root or the Exim user are always trusted. Other
3423trusted users are defined by the %trusted_users% or %trusted_groups% options.
3424In the absence of %-f%, or if the caller is not trusted, the sender of a local
3425message is set to the caller's login name at the default qualify domain.
3426+
3427There is one exception to the restriction on the use of %-f%: an empty sender
3428can be specified by any user, trusted or not, to create a message that can
3429never provoke a bounce. An empty sender can be specified either as an empty
3430string, or as a pair of angle brackets with nothing between them, as in these
3431examples of shell commands:
3432
3433 exim -f '<>' user@domain
3434 exim -f "" user@domain
3435+
3436In addition, the use of %-f% is not restricted when testing a filter file with
3437%-bf% or when testing or verifying addresses using the %-bt% or %-bv%
3438options.
3439+
3440Allowing untrusted users to change the sender address does not of itself make
3441it possible to send anonymous mail. Exim still checks that the 'From:' header
3442refers to the local user, and if it does not, it adds a 'Sender:' header,
3443though this can be overridden by setting %no_local_from_check%.
3444+
3445White
3446cindex:[``From'' line]
3447space between %-f% and the <'address'> is optional (that is, they can be given
3448as two arguments or one combined argument). The sender of a locally-generated
3449message can also be set (when permitted) by an initial ``From '' line in the
3450message -- see the description of %-bm% above -- but if %-f% is also present,
3451it overrides ``From''.
3452
3453*-G*::
3454oindex:[%-G%]
3455cindex:[Sendmail compatibility,%-G% option ignored]
3456This is a Sendmail option which is ignored by Exim.
3457
3458*-h*~<'number'>::
3459oindex:[%-h%]
3460cindex:[Sendmail compatibility,%-h% option ignored]
3461This option is accepted for compatibility with Sendmail, but has no effect. (In
3462Sendmail it overrides the ``hop count'' obtained by counting 'Received:'
3463headers.)
3464
3465*-i*::
3466oindex:[%-i%]
3467cindex:[Solaris,'mail' command]
3468cindex:[dot in incoming, non-SMTP message]
3469This option, which has the same effect as %-oi%, specifies that a dot on a line
3470by itself should not terminate an incoming, non-SMTP message. I can find no
3471documentation for this option in Solaris 2.4 Sendmail, but the 'mailx' command
3472in Solaris 2.4 uses it. See also %-ti%.
3473
3474*-M*~<'message~id'>~<'message~id'>~...::
3475oindex:[%-M%]
3476cindex:[forcing delivery]
3477cindex:[delivery,forcing attempt]
3478cindex:[frozen messages,forcing delivery]
3479This option requests Exim to run a delivery attempt on each message in turn. If
3480any of the messages are frozen, they are automatically thawed before the
3481delivery attempt. The settings of %queue_domains%, %queue_smtp_domains%, and
3482%hold_domains% are ignored.
3483+
3484Retry
3485cindex:[hints database,overriding retry hints]
3486hints for any of the addresses are overridden -- Exim tries to deliver even if
3487the normal retry time has not yet been reached. This option requires the caller
3488to be an admin user. However, there is an option called %prod_requires_admin%
3489which can be set false to relax this restriction (and also the same requirement
3490for the %-q%, %-R%, and %-S% options).
068aaea8
PH
3491+
3492[revisionflag="changed"]
3493The deliveries happen synchronously, that is, the original Exim process does
3494not terminate until all the delivery attempts have finished. No output is
3495produced unless there is a serious error. If you want to see what is happening,
3496use the %-v% option as well, or inspect Exim's main log.
168e428f
PH
3497
3498*-Mar*~<'message~id'>~<'address'>~<'address'>~...::
3499oindex:[%-Mar%]
3500cindex:[message,adding recipients]
3501cindex:[recipient,adding]
3502This option requests Exim to add the addresses to the list of recipients of the
3503message (``ar'' for ``add recipients''). The first argument must be a message id,
3504and the remaining ones must be email addresses. However, if the message is
3505active (in the middle of a delivery attempt), it is not altered. This option
3506can be used only by an admin user.
3507
3508*-MC*~<'transport'>~<'hostname'>~<'sequence~number'>~<'message~id'>::
3509oindex:[%-MC%]
3510cindex:[SMTP,passed connection]
3511cindex:[SMTP,multiple deliveries]
3512cindex:[multiple SMTP deliveries]
3513This option is not intended for use by external callers. It is used internally
3514by Exim to invoke another instance of itself to deliver a waiting message using
3515an existing SMTP connection, which is passed as the standard input. Details are
3516given in chapter <<CHAPSMTP>>. This must be the final option, and the caller must
3517be root or the Exim user in order to use it.
3518
3519*-MCA*::
3520oindex:[%-MCA%]
3521This option is not intended for use by external callers. It is used internally
3522by Exim in conjunction with the %-MC% option. It signifies that the connection
3523to the remote host has been authenticated.
3524
3525*-MCP*::
3526oindex:[%-MCP%]
3527This option is not intended for use by external callers. It is used internally
3528by Exim in conjunction with the %-MC% option. It signifies that the server to
3529which Exim is connected supports pipelining.
3530
3531*-MCQ*~<'process~id'>~<'pipe~fd'>::
3532oindex:[%-MCQ%]
3533This option is not intended for use by external callers. It is used internally
3534by Exim in conjunction with the %-MC% option when the original delivery was
3535started by a queue runner. It passes on the process id of the queue runner,
3536together with the file descriptor number of an open pipe. Closure of the pipe
3537signals the final completion of the sequence of processes that are passing
3538messages through the same SMTP connection.
3539
3540*-MCS*::
3541oindex:[%-MCS%]
3542This option is not intended for use by external callers. It is used internally
3543by Exim in conjunction with the %-MC% option, and passes on the fact that the
3544SMTP SIZE option should be used on messages delivered down the existing
3545connection.
3546
3547*-MCT*::
3548oindex:[%-MCT%]
3549This option is not intended for use by external callers. It is used internally
3550by Exim in conjunction with the %-MC% option, and passes on the fact that the
3551host to which Exim is connected supports TLS encryption.
3552
3553*-Mc*~<'message~id'>~<'message~id'>~...::
3554oindex:[%-Mc%]
3555cindex:[hints database,not overridden by %-Mc%]
3556cindex:[delivery,manually started -- not forced]
3557This option requests Exim to run a delivery attempt on each message in turn,
3558but unlike the %-M% option, it does check for retry hints, and respects any
3559that are found. This option is not very useful to external callers. It is
3560provided mainly for internal use by Exim when it needs to re-invoke itself in
3561order to regain root privilege for a delivery (see chapter <<CHAPsecurity>>).
3562However, %-Mc% can be useful when testing, in order to run a delivery that
3563respects retry times and other options such as %hold_domains% that are
3564overridden when %-M% is used. Such a delivery does not count as a queue run.
3565If you want to run a specific delivery as if in a queue run, you should use
3566%-q% with a message id argument. A distinction between queue run deliveries
3567and other deliveries is made in one or two places.
3568
3569*-Mes*~<'message~id'>~<'address'>::
3570oindex:[%-Mes%]
3571cindex:[message,changing sender]
3572cindex:[sender,changing]
3573This option requests Exim to change the sender address in the message to the
3574given address, which must be a fully qualified address or ``<>'' (``es'' for ``edit
3575sender''). There must be exactly two arguments. The first argument must be a
3576message id, and the second one an email address. However, if the message is
3577active (in the middle of a delivery attempt), its status is not altered. This
3578option can be used only by an admin user.
3579
3580*-Mf*~<'message~id'>~<'message~id'>~...::
3581oindex:[%-Mf%]
3582cindex:[freezing messages]
3583cindex:[message,manually freezing]
3584This option requests Exim to mark each listed message as ``frozen''. This
3585prevents any delivery attempts taking place until the message is ``thawed'',
3586either manually or as a result of the %auto_thaw% configuration option.
3587However, if any of the messages are active (in the middle of a delivery
3588attempt), their status is not altered. This option can be used only by an admin
3589user.
3590
3591*-Mg*~<'message~id'>~<'message~id'>~...::
3592oindex:[%-Mg%]
3593cindex:[giving up on messages]
3594cindex:[message,abandoning delivery attempts]
3595cindex:[delivery,abandoning further attempts]
3596This option requests Exim to give up trying to deliver the listed messages,
3597including any that are frozen. However, if any of the messages are active,
3598their status is not altered. For non-bounce messages, a delivery error message
3599is sent to the sender, containing the text ``cancelled by administrator''.
3600Bounce messages are just discarded. This option can be used only by an admin
3601user.
3602
3603*-Mmad*~<'message~id'>~<'message~id'>~...::
3604oindex:[%-Mmad%]
3605cindex:[delivery,cancelling all]
3606This option requests Exim to mark all the recipient addresses in the messages
3607as already delivered (``mad'' for ``mark all delivered''). However, if any
3608message is active (in the middle of a delivery attempt), its status is not
3609altered. This option can be used only by an admin user.
3610
3611*-Mmd*~<'message~id'>~<'address'>~<'address'>~...::
3612oindex:[%-Mmd%]
3613cindex:[delivery,cancelling by address]
3614cindex:[recipient,removing]
3615cindex:[removing recipients]
3616This option requests Exim to mark the given addresses as already delivered
3617(``md'' for ``mark delivered''). The first argument must be a message id, and
3618the remaining ones must be email addresses. These are matched to recipient
3619addresses in the message in a case-sensitive manner. If the message is active
3620(in the middle of a delivery attempt), its status is not altered. This option
3621can be used only by an admin user.
3622
3623*-Mrm*~<'message~id'>~<'message~id'>~...::
3624oindex:[%-Mrm%]
3625cindex:[removing messages]
3626cindex:[abandoning mail]
3627cindex:[message,manually discarding]
3628This option requests Exim to remove the given messages from the queue. No
3629bounce messages are sent; each message is simply forgotten. However, if any of
3630the messages are active, their status is not altered. This option can be used
3631only by an admin user or by the user who originally caused the message to be
3632placed on the queue.
3633
3634*-Mt*~<'message~id'>~<'message~id'>~...::
3635oindex:[%-Mt%]
3636cindex:[thawing messages]
3637cindex:[unfreezing messages]
3638cindex:[frozen messages,thawing]
3639cindex:[message,thawing frozen]
3640This option requests Exim to ``thaw'' any of the listed messages that are
3641``frozen'', so that delivery attempts can resume. However, if any of the messages
3642are active, their status is not altered. This option can be used only by an
3643admin user.
3644
3645*-Mvb*~<'message~id'>::
3646oindex:[%-Mvb%]
3647cindex:[listing,message body]
3648cindex:[message,listing body of]
3649This option causes the contents of the message body (-D) spool file to be
3650written to the standard output. This option can be used only by an admin user.
3651
3652*-Mvh*~<'message~id'>::
3653oindex:[%-Mvh%]
3654cindex:[listing,message headers]
3655cindex:[header lines,listing]
3656cindex:[message,listing header lines]
3657This option causes the contents of the message headers (-H) spool file to be
3658written to the standard output. This option can be used only by an admin user.
3659
3660*-Mvl*~<'message~id'>::
3661oindex:[%-Mvl%]
3662cindex:[listing,message log]
3663cindex:[message,listing message log]
3664This option causes the contents of the message log spool file to be written to
3665the standard output. This option can be used only by an admin user.
3666
3667*-m*::
3668oindex:[%-m%]
3669This is apparently a synonym for %-om% that is accepted by Sendmail, so Exim
3670treats it that way too.
3671
3672*-N*::
3673oindex:[%-N%]
3674cindex:[debugging,%-N% option]
3675cindex:[debugging,suppressing delivery]
3676This is a debugging option that inhibits delivery of a message at the transport
3677level. It implies %-v%. Exim goes through many of the motions of delivery --
3678it just doesn't actually transport the message, but instead behaves as if it
3679had successfully done so. However, it does not make any updates to the retry
3680database, and the log entries for deliveries are flagged with ``\*>'' rather
3681than ``=>''.
3682+
3683Because %-N% discards any message to which it applies, only root or the Exim
3684user are allowed to use it with %-bd%, %-q%, %-R% or %-M%. In other words,
3685an ordinary user can use it only when supplying an incoming message to which it
3686will apply. Although transportation never fails when %-N% is set, an address
3687may be deferred because of a configuration problem on a transport, or a routing
3688problem. Once %-N% has been used for a delivery attempt, it sticks to the
3689message, and applies to any subsequent delivery attempts that may happen for
3690that message.
3691
3692*-n*::
3693oindex:[%-n%]
3694cindex:[Sendmail compatibility,%-n% option ignored]
3695This option is interpreted by Sendmail to mean ``no aliasing''. It is ignored by
3696Exim.
3697
3698*-O*~<'data'>::
3699oindex:[%-O%]
3700This option is interpreted by Sendmail to mean `set option`. It is ignored by
3701Exim.
3702
3703*-oA*~<'file~name'>::
3704oindex:[%-oA%]
3705cindex:[Sendmail compatibility,%-oA% option]
3706This option is used by Sendmail in conjunction with %-bi% to specify an
3707alternative alias file name. Exim handles %-bi% differently; see the
3708description above.
3709
3710*-oB*~<'n'>::
3711oindex:[%-oB%]
3712cindex:[SMTP,passed connection]
3713cindex:[SMTP,multiple deliveries]
3714cindex:[multiple SMTP deliveries]
3715This is a debugging option which limits the maximum number of messages that can
3716be delivered down one SMTP connection, overriding the value set in any ^smtp^
3717transport. If <'n'> is omitted, the limit is set to 1.
3718
3719*-odb*::
3720oindex:[%-odb%]
3721cindex:[background delivery]
3722cindex:[delivery,in the background]
3723This option applies to all modes in which Exim accepts incoming messages,
3724including the listening daemon. It requests ``background'' delivery of such
3725messages, which means that the accepting process automatically starts a
3726delivery process for each message received, but does not wait for the delivery
3727processes to finish.
3728+
3729When all the messages have been received, the reception process exits,
3730leaving the delivery processes to finish in their own time. The standard output
3731and error streams are closed at the start of each delivery process.
3732This is the default action if none of the %-od% options are present.
3733+
3734If one of the queueing options in the configuration file
3735(%queue_only% or %queue_only_file%, for example) is in effect, %-odb%
3736overrides it if %queue_only_override% is set true, which is the default
3737setting. If %queue_only_override% is set false, %-odb% has no effect.
3738
3739*-odf*::
3740oindex:[%-odf%]
3741cindex:[foreground delivery]
3742cindex:[delivery,in the foreground]
3743This option requests ``foreground'' (synchronous) delivery when Exim has accepted
3744a locally-generated message. (For the daemon it is exactly the same as
3745%-odb%.) A delivery process is automatically started to deliver the
3746message, and Exim waits for it to complete before proceeding.
3747+
3748The original Exim reception process does not finish until the delivery
3749process for the final message has ended. The standard error stream is left open
3750during deliveries.
3751+
3752However, like %-odb%, this option has no effect if %queue_only_override% is
3753false and one of the queueing options in the configuration file is in effect.
3754+
3755If there is a temporary delivery error during foreground delivery, the
3756message is left on the queue for later delivery, and the original reception
068aaea8 3757process exits. See chapter <<CHAPnonqueueing>> for a way of setting up a
168e428f
PH
3758restricted configuration that never queues messages.
3759
3760
3761*-odi*::
3762oindex:[%-odi%]
3763This option is synonymous with %-odf%. It is provided for compatibility with
3764Sendmail.
3765
3766*-odq*::
3767oindex:[%-odq%]
3768cindex:[non-immediate delivery]
3769cindex:[delivery,suppressing immediate]
3770cindex:[queueing incoming messages]
3771This option applies to all modes in which Exim accepts incoming messages,
3772including the listening daemon. It specifies that the accepting process should
3773not automatically start a delivery process for each message received. Messages
3774are placed on the queue, and remain there until a subsequent queue runner
3775process encounters them. There are several configuration options (such as
3776%queue_only%) that can be used to queue incoming messages under certain
3777conditions. This option overrides all of them and also %-odqs%. It always
3778forces queueing.
3779
3780*-odqs*::
3781oindex:[%-odqs%]
3782cindex:[SMTP,delaying delivery]
3783This option is a hybrid between %-odb%/%-odi% and %-odq%.
3784However, like %-odb% and %-odi%, this option has no effect if
3785%queue_only_override% is false and one of the queueing options in the
3786configuration file is in effect.
3787+
3788When %-odqs% does operate, a delivery process is started for each incoming
3789message, in the background by default, but in the foreground if %-odi% is also
3790present. The recipient addresses are routed, and local deliveries are done in
3791the normal way. However, if any SMTP deliveries are required, they are not done
3792at this time, so the message remains on the queue until a subsequent queue
3793runner process encounters it. Because routing was done, Exim knows which
3794messages are waiting for which hosts, and so a number of messages for the same
3795host can be sent in a single SMTP connection. The %queue_smtp_domains%
3796configuration option has the same effect for specific domains. See also the
3797%-qq% option.
3798
3799*-oee*::
3800oindex:[%-oee%]
3801cindex:[error,reporting]
3802If an error is detected while a non-SMTP message is being received (for
3803example, a malformed address), the error is reported to the sender in a mail
3804message.
3805+
3806Provided
3807cindex:[return code,for %-oee%]
3808this error message is successfully sent, the Exim receiving process
3809exits with a return code of zero. If not, the return code is 2 if the problem
3810is that the original message has no recipients, or 1 any other error. This is
3811the default %-oe'x'% option if Exim is called as 'rmail'.
3812
3813*-oem*::
3814oindex:[%-oem%]
3815cindex:[error,reporting]
3816cindex:[return code,for %-oem%]
3817This is the same as %-oee%, except that Exim always exits with a non-zero
3818return code, whether or not the error message was successfully sent.
3819This is the default %-oe'x'% option, unless Exim is called as 'rmail'.
3820
3821*-oep*::
3822oindex:[%-oep%]
3823cindex:[error,reporting]
3824If an error is detected while a non-SMTP message is being received, the
3825error is reported by writing a message to the standard error file (stderr).
3826cindex:[return code,for %-oep%]
3827The return code is 1 for all errors.
3828
3829*-oeq*::
3830oindex:[%-oeq%]
3831cindex:[error,reporting]
3832This option is supported for compatibility with Sendmail, but has the same
3833effect as %-oep%.
3834
3835*-oew*::
3836oindex:[%-oew%]
3837cindex:[error,reporting]
3838This option is supported for compatibility with Sendmail, but has the same
3839effect as %-oem%.
3840
3841*-oi*::
3842oindex:[%-oi%]
3843cindex:[dot in incoming, non-SMTP message]
3844This option, which has the same effect as %-i%, specifies that a dot on a line
3845by itself should not terminate an incoming, non-SMTP message.
3846Otherwise, a single dot does terminate, though Exim does no special processing
3847for other lines that start with a dot.
3848This option is set by default if Exim is called as 'rmail'. See also %-ti%.
3849
3850*-oitrue*::
3851oindex:[%-oitrue%]
3852This option is treated as synonymous with %-oi%.
3853
3854*-oMa*~<'host~address'>::
3855oindex:[%-oMa%]
3856cindex:[sender host address, specifying for local message]
3857A number of options starting with %-oM% can be used to set values associated
3858with remote hosts on locally-submitted messages (that is, messages not received
3859over TCP/IP). These options can be used by any caller in conjunction with the
3860%-bh%, %-be%, %-bf%, %-bF%, %-bt%, or %-bv% testing options. In other
3861circumstances, they are ignored unless the caller is trusted.
3862+
3863The %-oMa% option sets the sender host address. This may include a port number
3864at the end, after a full stop (period). For example:
3865
3866 exim -bs -oMa 10.9.8.7.1234
3867+
3868An alternative syntax is to enclose the IP address in square brackets,
3869followed by a colon and the port number:
3870
3871 exim -bs -oMa [10.9.8.7]:1234
3872+
3873The IP address is placed in the $sender_host_address$ variable, and the
3874port, if present, in $sender_host_port$.
3875
3876*-oMaa*~<'name'>::
3877oindex:[%-oMaa%]
3878cindex:[authentication name, specifying for local message]
3879See %-oMa% above for general remarks about the %-oM% options. The %-oMaa%
3880option sets the value of $sender_host_authenticated$ (the authenticator
3881name). See chapter <<CHAPSMTPAUTH>> for a discussion of SMTP authentication.
3882
3883*-oMai*~<'string'>::
3884oindex:[%-oMai%]
3885cindex:[authentication id, specifying for local message]
3886See %-oMa% above for general remarks about the %-oM% options. The %-oMai%
3887option sets the value of $authenticated_id$ (the id that was authenticated).
3888This overrides the default value (the caller's login id) for messages from
3889local sources. See chapter <<CHAPSMTPAUTH>> for a discussion of authenticated
3890ids.
3891
3892*-oMas*~<'address'>::
3893oindex:[%-oMas%]
3894cindex:[authentication sender, specifying for local message]
3895See %-oMa% above for general remarks about the %-oM% options. The %-oMas%
3896option sets the authenticated sender value in $authenticated_sender$. It
3897overrides the sender address that is created from the caller's login id for
3898messages from local sources. See chapter <<CHAPSMTPAUTH>> for a discussion of
3899authenticated senders.
3900
3901*-oMi*~<'interface~address'>::
3902oindex:[%-oMi%]
3903cindex:[interface address, specifying for local message]
3904See %-oMa% above for general remarks about the %-oM% options. The %-oMi% option
3905sets the IP interface address value. A port number may be included, using the
3906same syntax as for %-oMa%. The interface address is placed in
3907$interface_address$ and the port number, if present, in $interface_port$.
3908
3909*-oMr*~<'protocol~name'>::
3910oindex:[%-oMr%]
3911cindex:[protocol,incoming -- specifying for local message]
068aaea8 3912cindex:[$received_protocol$]
168e428f
PH
3913See %-oMa% above for general remarks about the %-oM% options. The %-oMr% option
3914sets the received protocol value that is stored in $received_protocol$.
3915However, this applies only when %-bs% is not used. For interactive SMTP input
3916(%-bs%), the protocol is always ``local-'' followed by one of the standard SMTP
3917protocol names (see the description of $received_protocol$ in section
3918<<SECTexpvar>>). For %-bS% (batch SMTP) however, the protocol can be set by
3919<<%-oMr%.
3920
3921*-oMs*~<'host~name'>::
3922oindex:[%-oMs%]
3923cindex:[sender host name, specifying for local message]
3924See %-oMa% above for general remarks about the %-oM% options. The %-oMs% option
3925sets the sender host name in $sender_host_name$. When this option is present,
3926Exim does not attempt to look up a host name from an IP address; it uses the
3927name it is given.
3928
3929*-oMt*~<'ident~string'>::
3930oindex:[%-oMt%]
3931cindex:[sender ident string, specifying for local message]
3932See %-oMa% above for general remarks about the %-oM% options. The %-oMt% option
3933sets the sender ident value in $sender_ident$. The default setting for local
3934callers is the login id of the calling process.
3935
3936*-om*::
3937oindex:[%-om%]
3938cindex:[Sendmail compatibility,%-om% option ignored]
3939In Sendmail, this option means ``me too'', indicating that the sender of a
3940message should receive a copy of the message if the sender appears in an alias
3941expansion. Exim always does this, so the option does nothing.
3942
3943*-oo*::
3944oindex:[%-oo%]
3945cindex:[Sendmail compatibility,%-oo% option ignored]
3946This option is ignored. In Sendmail it specifies ``old style headers'', whatever
3947that means.
3948
3949*-oP*~<'path'>::
3950oindex:[%-oP%]
3951cindex:[pid (process id),of daemon]
3952cindex:[daemon,process id (pid)]
3953This option is useful only in conjunction with %-bd% or %-q% with a time
3954value. The option specifies the file to which the process id of the daemon is
3955written. When %-oX% is used with %-bd%, or when %-q% with a time is used
3956without %-bd%, this is the only way of causing Exim to write a pid file,
3957because in those cases, the normal pid file is not used.
3958
3959*-or*~<'time'>::
3960oindex:[%-or%]
3961cindex:[timeout,for non-SMTP input]
3962This option sets a timeout value for incoming non-SMTP messages. If it is not
3963set, Exim will wait forever for the standard input. The value can also be set
3964by the %receive_timeout% option. The format used for specifying times is
3965described in section <<SECTtimeformat>>.
3966
3967*-os*~<'time'>::
3968oindex:[%-os%]
3969cindex:[timeout,for SMTP input]
3970cindex:[SMTP timeout, input]
3971This option sets a timeout value for incoming SMTP messages. The timeout
3972applies to each SMTP command and block of data. The value can also be set by
3973the %smtp_receive_timeout% option; it defaults to 5 minutes. The format used
3974for specifying times is described in section <<SECTtimeformat>>.
3975
3976*-ov*::
3977oindex:[%-ov%]
3978This option has exactly the same effect as %-v%.
3979
3980*-oX*~<'number~or~string'>::
3981oindex:[%-oX%]
3982cindex:[TCP/IP,setting listening ports]
3983cindex:[TCP/IP,setting listening interfaces]
3984cindex:[port,receiving TCP/IP]
3985This option is relevant only when the %-bd% (start listening daemon) option is
3986also given. It controls which ports and interfaces the daemon uses. Details of
3987the syntax, and how it interacts with configuration file options, are given in
3988chapter <<CHAPinterfaces>>. When %-oX% is used to start a daemon, no pid file is
3989written unless %-oP% is also present to specify a pid file name.
3990
3991*-pd*::
3992oindex:[%-pd%]
3993cindex:[Perl,starting the interpreter]
3994This option applies when an embedded Perl interpreter is linked with Exim (see
3995chapter <<CHAPperl>>). It overrides the setting of the %perl_at_start% option,
3996forcing the starting of the interpreter to be delayed until it is needed.
3997
3998*-ps*::
3999oindex:[%-ps%]
4000cindex:[Perl,starting the interpreter]
4001This option applies when an embedded Perl interpreter is linked with Exim (see
4002chapter <<CHAPperl>>). It overrides the setting of the %perl_at_start% option,
4003forcing the starting of the interpreter to occur as soon as Exim is started.
4004
4005*-p*<'rval'>:<'sval'>::
4006oindex:[%-p%]
4007For compatibility with Sendmail, this option is equivalent to
4008
4009 -oMr <rval> -oMs <sval>
4010+
4011It sets the incoming protocol and host name (for trusted callers). The
4012host name and its colon can be omitted when only the protocol is to be set.
4013Note the Exim already has two private options, %-pd% and %-ps%, that refer to
4014embedded Perl. It is therefore impossible to set a protocol value of `p` or
4015`s` using this option (but that does not seem a real limitation).
4016
4017*-q*::
4018oindex:[%-q%]
4019cindex:[queue runner,starting manually]
4020This option is normally restricted to admin users. However, there is a
4021configuration option called %prod_requires_admin% which can be set false to
4022relax this restriction (and also the same requirement for the %-M%, %-R%, and
4023%-S% options).
4024+
4025The
4026cindex:[queue runner,description of operation]
4027%-q% option starts one queue runner process. This scans the queue of
4028waiting messages, and runs a delivery process for each one in turn. It waits
4029for each delivery process to finish before starting the next one. A delivery
4030process may not actually do any deliveries if the retry times for the addresses
4031have not been reached. Use %-qf% (see below) if you want to override this.
4032+
4033If
4034cindex:[SMTP,passed connection]
4035cindex:[SMTP,multiple deliveries]
4036cindex:[multiple SMTP deliveries]
4037the delivery process spawns other processes to deliver other messages down
4038passed SMTP connections, the queue runner waits for these to finish before
4039proceeding.
4040+
4041When all the queued messages have been considered, the original queue runner
4042process terminates. In other words, a single pass is made over the waiting
4043mail, one message at a time. Use %-q% with a time (see below) if you want this
4044to be repeated periodically.
4045+
4046Exim processes the waiting messages in an unpredictable order. It isn't very
4047random, but it is likely to be different each time, which is all that matters.
4048If one particular message screws up a remote MTA, other messages to the same
4049MTA have a chance of getting through if they get tried first.
4050+
4051It is possible to cause the messages to be processed in lexical message id
4052order, which is essentially the order in which they arrived, by setting the
4053%queue_run_in_order% option, but this is not recommended for normal use.
4054
4055*-q*<'qflags'>::
4056The %-q% option may be followed by one or more flag letters that change its
4057behaviour. They are all optional, but if more than one is present, they must
4058appear in the correct order. Each flag is described in a separate item below.
4059
4060*-qq...*::
4061oindex:[%-qq%]
4062cindex:[queue,double scanning]
4063cindex:[queue,routing]
4064cindex:[routing,whole queue before delivery]
4065An option starting with %-qq% requests a two-stage queue run. In the first
4066stage, the queue is scanned as if the %queue_smtp_domains% option matched
4067every domain. Addresses are routed, local deliveries happen, but no remote
4068transports are run.
4069+
4070The
4071cindex:[hints database,remembering routing]
4072hints database that remembers which messages are waiting for specific hosts is
4073updated, as if delivery to those hosts had been deferred. After this is
4074complete, a second, normal queue scan happens, with routing and delivery taking
4075place as normal. Messages that are routed to the same host should mostly be
4076delivered down a single SMTP
4077cindex:[SMTP,passed connection]
4078cindex:[SMTP,multiple deliveries]
4079cindex:[multiple SMTP deliveries]
4080connection because of the hints that were set up during the first queue scan.
4081This option may be useful for hosts that are connected to the Internet
4082intermittently.
4083
4084*-q[q]i...*::
4085oindex:[%-qi%]
4086cindex:[queue,initial delivery]
4087If the 'i' flag is present, the queue runner runs delivery processes only for
4088those messages that haven't previously been tried. ('i' stands for ``initial
4089delivery''.) This can be helpful if you are putting messages on the queue using
4090%-odq% and want a queue runner just to process the new messages.
4091
4092*-q[q][i]f...*::
4093oindex:[%-qf%]
4094cindex:[queue,forcing delivery]
4095cindex:[delivery,forcing in queue run]
4096If one 'f' flag is present, a delivery attempt is forced for each non-frozen
4097message, whereas without %f% only those non-frozen addresses that have passed
4098their retry times are tried.
4099
4100*-q[q][i]ff...*::
4101oindex:[%-qff%]
4102cindex:[frozen messages,forcing delivery]
4103If 'ff' is present, a delivery attempt is forced for every message, whether
4104frozen or not.
4105
4106*-q[q][i][f[f]]l*::
4107oindex:[%-ql%]
4108cindex:[queue,local deliveries only]
4109The 'l' (the letter ``ell'') flag specifies that only local deliveries are to be
4110done. If a message requires any remote deliveries, it remains on the queue for
4111later delivery.
4112
4113*-q*<'qflags'>~<'start~id'>~<'end~id'>::
4114cindex:[queue,delivering specific messages]
4115When scanning the queue, Exim can be made to skip over messages whose ids are
4116lexically less than a given value by following the %-q% option with a starting
4117message id. For example:
4118
4119 exim -q 0t5C6f-0000c8-00
4120+
4121Messages that arrived earlier than `0t5C6f-0000c8-00` are not inspected. If a
4122second message id is given, messages whose ids are lexically greater than it
4123are also skipped. If the same id is given twice, for example,
4124
4125 exim -q 0t5C6f-0000c8-00 0t5C6f-0000c8-00
4126+
4127just one delivery process is started, for that message. This differs from %-M%
4128in that retry data is respected, and it also differs from %-Mc% in that it
4129counts as a delivery from a queue run. Note that the selection mechanism does
4130not affect the order in which the messages are scanned. There are also other
4131ways of selecting specific sets of messages for delivery in a queue run -- see
4132%-R% and %-S%.
4133
4134*-q*<'qflags'><'time'>::
4135cindex:[queue runner,starting periodically]
4136cindex:[periodic queue running]
4137When a time value is present, the %-q% option causes Exim to run as a daemon,
4138starting a queue runner process at intervals specified by the given time value
4139(whose format is described in section <<SECTtimeformat>>). This form of the %-q%
4140option is commonly combined with the %-bd% option, in which case a single
4141daemon process handles both functions. A common way of starting up a combined
4142daemon at system boot time is to use a command such as
4143
4144 /usr/exim/bin/exim -bd -q30m
4145+
4146Such a daemon listens for incoming SMTP calls, and also starts a queue runner
4147process every 30 minutes.
4148+
4149When a daemon is started by %-q% with a time value, but without %-bd%, no pid
4150file is written unless one is explicitly requested by the %-oP% option.
4151
4152*-qR*<'rsflags'>~<'string'>::
4153oindex:[%-qR%]
4154This option is synonymous with %-R%. It is provided for Sendmail compatibility.
4155
4156*-qS*<'rsflags'>~<'string'>::
4157oindex:[%-qS%]
4158This option is synonymous with %-S%.
4159
4160*-R*<'rsflags'>~<'string'>::
4161oindex:[%-R%]
4162cindex:[queue runner,for specific recipients]
4163cindex:[delivery,to given domain]
4164cindex:[domain,delivery to]
4165The <'rsflags'> may be empty, in which case the white space before the string
4166is optional, unless the string is 'f', 'ff', 'r', 'rf', or 'rff', which are the
4167possible values for <'rsflags'>. White space is required if <'rsflags'> is not
4168empty.
4169+
4170This option is similar to %-q% with no time value, that is, it causes Exim to
4171perform a single queue run, except that, when scanning the messages on the
4172queue, Exim processes only those that have at least one undelivered recipient
4173address containing the given string, which is checked in a case-independent
4174way. If the <'rsflags'> start with 'r', <'string'> is interpreted as a regular
4175expression; otherwise it is a literal string.
4176+
4177Once a message is selected, all its addresses are processed. For the first
4178selected message, Exim overrides any retry information and forces a delivery
4179attempt for each undelivered address. This means that if delivery of any
4180address in the first message is successful, any existing retry information is
4181deleted, and so delivery attempts for that address in subsequently selected
4182messages (which are processed without forcing) will run. However, if delivery
4183of any address does not succeed, the retry information is updated, and in
4184subsequently selected messages, the failing address will be skipped.
4185+
4186If the <'rsflags'> contain 'f' or 'ff', the delivery forcing applies to all
4187selected messages, not just the first;
4188cindex:[frozen messages,forcing delivery]
4189frozen messages are included when 'ff' is present.
4190+
4191The %-R% option makes it straightforward to initiate delivery of all messages
4192to a given domain after a host has been down for some time. When the SMTP
4193command ETRN is accepted by its ACL (see chapter <<CHAPACL>>), its default
4194effect is to run Exim with the %-R% option, but it can be configured to run an
4195arbitrary command instead.
4196
4197*-r*::
4198oindex:[%-r%]
4199This is a documented (for Sendmail) obsolete alternative name for %-f%.
4200
4201*-S*<'rsflags'>~<'string'>::
4202oindex:[%-S%]
4203cindex:[delivery,from given sender]
4204cindex:[queue runner,for specific senders]
4205This option acts like %-R% except that it checks the string against each
4206message's sender instead of against the recipients. If %-R% is also set, both
4207conditions must be met for a message to be selected. If either of the options
4208has 'f' or 'ff' in its flags, the associated action is taken.
4209
4210*-Tqt*~<'times'>::
4211oindex:[%-Tqt%]
4212This an option that is exclusively for use by the Exim testing suite. It is not
4213recognized when Exim is run normally. It allows for the setting up of explicit
4214``queue times'' so that various warning/retry features can be tested.
4215
4216*-t*::
4217oindex:[%-t%]
4218cindex:[recipient,extracting from header lines]
4219cindex:['Bcc:' header line]
4220cindex:['Cc:' header line]
4221cindex:['To:' header line]
4222When Exim is receiving a locally-generated, non-SMTP message on its standard
4223input, the %-t% option causes the recipients of the message to be obtained
4224from the 'To:', 'Cc:', and 'Bcc:' header lines in the message instead of from
4225the command arguments. The addresses are extracted before any rewriting takes
4226place.
4227+
4228If
4229cindex:[Sendmail compatibility,%-t% option]
4230the command has any arguments, they specify addresses to which the message
4231is 'not' to be delivered. That is, the argument addresses are removed from
4232the recipients list obtained from the headers. This is compatible with Smail 3
4233and in accordance with the documented behaviour of several versions of
4234Sendmail, as described in man pages on a number of operating systems (e.g.
4235Solaris 8, IRIX 6.5, HP-UX 11). However, some versions of Sendmail 'add'
4236argument addresses to those obtained from the headers, and the O'Reilly
4237Sendmail book documents it that way. Exim can be made to add argument addresses
4238instead of subtracting them by setting the option
4239%extract_addresses_remove_arguments% false.
4240+
4241If a 'Bcc:' header line is present, it is removed from the message unless
4242there is no 'To:' or 'Cc:', in which case a 'Bcc:' line with no data is
4243created. This is necessary for conformity with the original RFC 822 standard;
4244the requirement has been removed in RFC 2822, but that is still very new.
4245+
4246If
4247cindex:[%Resent-% header lines,with %-t%]
4248there are any %Resent-% header lines in the message, Exim extracts
4249recipients from all 'Resent-To:', 'Resent-Cc:', and 'Resent-Bcc:' header
4250lines instead of from 'To:', 'Cc:', and 'Bcc:'. This is for compatibility
4251with Sendmail and other MTAs. (Prior to release 4.20, Exim gave an error if
4252%-t% was used in conjunction with %Resent-% header lines.)
4253+
4254RFC 2822 talks about different sets of %Resent-% header lines (for when a
4255message is resent several times). The RFC also specifies that they should be
4256added at the front of the message, and separated by 'Received:' lines. It is
4257not at all clear how %-t% should operate in the present of multiple sets,
4258nor indeed exactly what constitutes a ``set''.
4259In practice, it seems that MUAs do not follow the RFC. The %Resent-% lines are
4260often added at the end of the header, and if a message is resent more than
4261once, it is common for the original set of %Resent-% headers to be renamed as
4262%X-Resent-% when a new set is added. This removes any possible ambiguity.
4263
4264*-ti*::
4265oindex:[%-ti%]
4266This option is exactly equivalent to %-t% %-i%. It is provided for
4267compatibility with Sendmail.
4268
4269*-tls-on-connect*::
4270oindex:[%-tls-on-connect%]
4271cindex:[TLS,use without STARTTLS]
4272cindex:[TLS,automatic start]
4273This option is available when Exim is compiled with TLS support. It forces all
4274incoming SMTP connections to behave as if the incoming port is listed in the
4275%tls_on_connect_ports% option. See section <<SECTsupobssmt>> and chapter
4276<<CHAPTLS>> for further details.
4277
4278
4279*-U*::
4280oindex:[%-U%]
4281cindex:[Sendmail compatibility,%-U% option ignored]
4282Sendmail uses this option for ``initial message submission'', and its
4283documentation states that in future releases, it may complain about
4284syntactically invalid messages rather than fixing them when this flag is not
4285set. Exim ignores this option.
4286
4287*-v*::
4288oindex:[%-v%]
4289This option causes Exim to write information to the standard error stream,
4290describing what it is doing. In particular, it shows the log lines for
4291receiving and delivering a message, and if an SMTP connection is made, the SMTP
4292dialogue is shown. Some of the log lines shown may not actually be written to
4293the log if the setting of %log_selector% discards them. Any relevant selectors
4294are shown with each log line. If none are shown, the logging is unconditional.
4295
4296*-x*::
4297oindex:[%-x%]
4298AIX uses %-x% for a private purpose (``mail from a local mail program has
4299National Language Support extended characters in the body of the mail item'').
4300It sets %-x% when calling the MTA from its %mail% command. Exim ignores this
4301option.
4302
4303///
4304We insert a stylized DocBook comment here, to identify the end of the command
4305line options. This is for the benefit of the Perl script that automatically
4306creates a man page for the options.
4307///
4308
4309++++
4310<!-- === End of command line options === -->
4311++++
4312
4313
4314
4315
4316
4317////////////////////////////////////////////////////////////////////////////
4318////////////////////////////////////////////////////////////////////////////
4319
4320
4321[[CHAPconf]]
4322[titleabbrev="The runtime configuration file"]
4323The Exim run time configuration file
4324------------------------------------
4325
4326cindex:[run time configuration]
4327cindex:[configuration file,general description]
4328cindex:[CONFIGURE_FILE]
4329cindex:[configuration file,errors in]
4330cindex:[error,in configuration file]
4331cindex:[return code,for bad configuration]
4332Exim uses a single run time configuration file that is read whenever an Exim
4333binary is executed. Note that in normal operation, this happens frequently,
4334because Exim is designed to operate in a distributed manner, without central
4335control.
4336
4337If a syntax error is detected while reading the configuration file, Exim
4338writes a message on the standard error, and exits with a non-zero return code.
4339The message is also written to the panic log. *Note*: only simple syntax
4340errors can be detected at this time. The values of any expanded options are
4341not checked until the expansion happens, even when the expansion does not
4342actually alter the string.
4343
4344
4345
4346The name of the configuration file is compiled into the binary for security
4347reasons, and is specified by the CONFIGURE_FILE compilation option. In
4348most configurations, this specifies a single file. However, it is permitted to
4349give a colon-separated list of file names, in which case Exim uses the first
4350existing file in the list.
4351
4352cindex:[EXIM_USER]
4353cindex:[EXIM_GROUP]
4354cindex:[CONFIGURE_OWNER]
4355cindex:[CONFIGURE_GROUP]
4356cindex:[configuration file,ownership]
4357cindex:[ownership,configuration file]
4358The run time configuration file must be owned by root or by the user that is
4359specified at compile time by the EXIM_USER option, or by the user that is
4360specified at compile time by the CONFIGURE_OWNER option (if set). The
4361configuration file must not be world-writeable or group-writeable, unless its
4362group is the one specified at compile time by the EXIM_GROUP option
4363
4364or by the CONFIGURE_GROUP option.
4365
4366
4367*Warning*: In a conventional configuration, where the Exim binary is setuid
4368to root, anybody who is able to edit the run time configuration file has an
4369easy way to run commands as root. If you make your mail administrators members
4370of the Exim group, but do not trust them with root, make sure that the run time
4371configuration is not group writeable.
4372
4373A default configuration file, which will work correctly in simple situations,
4374is provided in the file _src/configure.default_. If CONFIGURE_FILE
4375defines just one file name, the installation process copies the default
4376configuration to a new file of that name if it did not previously exist. If
4377CONFIGURE_FILE is a list, no default is automatically installed. Chapter
4378<<CHAPdefconfil>> is a ``walk-through'' discussion of the default configuration.
4379
4380
4381
4382Using a different configuration file
4383~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4384cindex:[configuration file,alternate]
4385A one-off alternate configuration can be specified by the %-C% command line
4386option, which may specify a single file or a list of files. However, when %-C%
4387is used, Exim gives up its root privilege, unless called by root or the Exim
4388user (or unless the argument for %-C% is identical to the built-in value from
4389CONFIGURE_FILE). %-C% is useful mainly for checking the syntax of
4390configuration files before installing them. No owner or group checks are done
4391on a configuration file specified by %-C%.
4392
4393The privileged use of %-C% by the Exim user can be locked out by setting
4394ALT_CONFIG_ROOT_ONLY in _Local/Makefile_ when building Exim. However,
4395if you do this, you also lock out the possibility of testing a
4396configuration using %-C% right through message reception and delivery, even if
4397the caller is root. The reception works, but by that time, Exim is running as
4398the Exim user, so when it re-execs to regain privilege for the delivery, the
4399use of %-C% causes privilege to be lost. However, root can test reception and
4400delivery using two separate commands (one to put a message on the queue, using
4401%-odq%, and another to do the delivery, using %-M%).
4402
4403If ALT_CONFIG_PREFIX is defined _in Local/Makefile_, it specifies a
4404prefix string with which any file named in a %-C% command line option must
068aaea8
PH
4405start. In addition, the file name must not contain the sequence ``##`/../`##''.
4406There is no default setting for ALT_CONFIG_PREFIX; when it is unset, any file
168e428f
PH
4407name can be used with %-C%.
4408
4409One-off changes to a configuration can be specified by the %-D% command line
4410option, which defines and overrides values for macros used inside the
4411configuration file. However, like %-C%, the use of this option by a
4412non-privileged user causes Exim to discard its root privilege.
4413If DISABLE_D_OPTION is defined in _Local/Makefile_, the use of %-D% is
4414completely disabled, and its use causes an immediate error exit.
4415
4416Some sites may wish to use the same Exim binary on different machines that
4417share a file system, but to use different configuration files on each machine.
4418If CONFIGURE_FILE_USE_NODE is defined in _Local/Makefile_, Exim first
4419looks for a file whose name is the configuration file name followed by a dot
4420and the machine's node name, as obtained from the 'uname()' function. If this
4421file does not exist, the standard name is tried. This processing occurs for
4422each file name in the list given by CONFIGURE_FILE or %-C%.
4423
4424In some esoteric situations different versions of Exim may be run under
4425different effective uids and the CONFIGURE_FILE_USE_EUID is defined to
4426help with this. See the comments in _src/EDITME_ for details.
4427
4428
4429
4430[[SECTconffilfor]]
4431Configuration file format
4432~~~~~~~~~~~~~~~~~~~~~~~~~
4433cindex:[configuration file,format of]
4434cindex:[format,configuration file]
4435Exim's configuration file is divided into a number of different parts. General
4436option settings must always appear at the start of the file. The other parts
4437are all optional, and may appear in any order. Each part other than the first
4438is introduced by the word ``begin'' followed by the name of the part. The
4439optional parts are:
4440
4441- 'ACL': Access control lists for controlling incoming SMTP mail.
4442
4443- cindex:[AUTH,configuration]
4444'authenticators': Configuration settings for the authenticator drivers. These
4445are concerned with the SMTP AUTH command (see chapter <<CHAPSMTPAUTH>>).
4446
4447- 'routers': Configuration settings for the router drivers. Routers process
4448addresses and determine how the message is to be delivered.
4449
4450- 'transports': Configuration settings for the transport drivers. Transports
4451define mechanisms for copying messages to destinations.
4452
4453- 'retry': Retry rules, for use when a message cannot be immediately delivered.
4454
4455- 'rewrite': Global address rewriting rules, for use when a message arrives and
4456when new addresses are generated during delivery.
4457
4458- 'local_scan': Private options for the 'local_scan()' function. If you
4459want to use this feature, you must set
4460
4461 LOCAL_SCAN_HAS_OPTIONS=yes
4462+
4463in _Local/Makefile_ before building Exim. Full details of the
4464'local_scan()' facility are given in chapter <<CHAPlocalscan>>.
4465
068aaea8
PH
4466cindex:[configuration file,leading white space in]
4467cindex:[configuration file,trailing white space in]
4468cindex:[white space,in configuration file]
4469Leading and trailing white space in configuration lines is always ignored.
168e428f
PH
4470
4471Blank lines in the file, and lines starting with a # character (ignoring
4472leading white space) are treated as comments and are ignored. *Note*: a
4473# character other than at the beginning of a line is not treated specially,
4474and does not introduce a comment.
4475
4476Any non-comment line can be continued by ending it with a backslash. Note that
068aaea8
PH
4477the general rule for white space means that trailing white space after the
4478backslash and leading white space at the start of continuation
4479lines is ignored. Comment lines beginning with # (but not empty lines) may
168e428f
PH
4480appear in the middle of a sequence of continuation lines.
4481
4482A convenient way to create a configuration file is to start from the
4483default, which is supplied in _src/configure.default_, and add, delete, or
4484change settings as required.
4485
4486The ACLs, retry rules, and rewriting rules have their own syntax which is
4487described in chapters <<CHAPACL>>, <<CHAPretry>>, and <<CHAPrewrite>>,
4488respectively. The other parts of the configuration file have some syntactic
4489items in common, and these are described below, from section <<SECTcos>>
4490onwards. Before that, the inclusion, macro, and conditional facilities are
4491described.
4492
4493
4494
4495File inclusions in the configuration file
4496~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4497cindex:[inclusions in configuration file]
4498cindex:[configuration file,including other files]
4499cindex:[.include in configuration file]
4500cindex:[.include_if_exists in configuration file]
4501You can include other files inside Exim's run time configuration file by
4502using this syntax:
4503
4504 .include <file name>
4505
4506or
4507
4508 .include_if_exists <file name>
4509
4510on a line by itself. Double quotes round the file name are optional. If you use
4511the first form, a configuration error occurs if the file does not exist; the
4512second form does nothing for non-existent files.
4513
4514Includes may be nested to any depth, but remember that Exim reads its
4515configuration file often, so it is a good idea to keep them to a minimum.
4516If you change the contents of an included file, you must HUP the daemon,
4517because an included file is read only when the configuration itself is read.
4518
4519The processing of inclusions happens early, at a physical line level, so, like
4520comment lines, an inclusion can be used in the middle of an option setting,
4521for example:
4522
4523....
4524hosts_lookup = a.b.c \
4525 .include /some/file
4526....
4527
4528Include processing happens after macro processing (see below). Its effect is to
4529process the lines of the file as if they occurred inline where the inclusion
4530appears.
4531
4532
4533
4534[[SECTmacrodefs]]
4535Macros in the configuration file
4536~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4537cindex:[macro,description of]
4538cindex:[configuration file,macros]
4539If a line in the main part of the configuration (that is, before the first
4540``begin'' line) begins with an upper case letter, it is taken as a macro
4541definition, and must be of the form
4542
4543&&&
4544<'name'> = <'rest of line'>
4545&&&
4546
4547The name must consist of letters, digits, and underscores, and need not all be
4548in upper case, though that is recommended. The rest of the line, including any
4549continuations, is the replacement text, and has leading and trailing white
4550space removed. Quotes are not removed. The replacement text can never end with
4551a backslash character, but this doesn't seem to be a serious limitation.
4552
068aaea8
PH
4553[revisionflag="changed"]
4554Macros may also be defined between router, transport, authenticator, or ACL
4555definitions. They may not, however, be defined within an individual driver or
4556ACL, or in the %local_scan%, retry, or rewrite sections of the configuration.
4557
4558
4559Macro substitution
4560~~~~~~~~~~~~~~~~~~
168e428f
PH
4561Once a macro is defined, all subsequent lines in the file (and any included
4562files) are scanned for the macro name; if there are several macros, the line is
068aaea8 4563scanned for each in turn, in the order in which the macros are defined. The
168e428f
PH
4564replacement text is not re-scanned for the current macro, though it is scanned
4565for subsequently defined macros. For this reason, a macro name may not contain
4566the name of a previously defined macro as a substring. You could, for example,
4567define
4568
4569&&&
4570`ABCD_XYZ = `<'something'>
4571`ABCD = `<'something else'>
4572&&&
4573
4574but putting the definitions in the opposite order would provoke a configuration
068aaea8
PH
4575error. Macro expansion is applied to individual physical lines from the file,
4576before checking for line continuation or file inclusion (see above). If a line
4577consists solely of a macro name, and the expansion of the macro is empty, the
4578line is ignored. A macro at the start of a line may turn the line into a
4579comment line or a `.include` line.
4580
4581
4582Redefining macros
4583~~~~~~~~~~~~~~~~~
4584[revisionflag="changed"]
4585Once defined, the value of a macro can be redefined later in the configuration
4586(or in an included file). Redefinition is specified by using '==' instead of
4587'='. For example:
4588
4589 MAC = initial value
4590 ...
4591 MAC == updated value
4592
4593Redefinition does not alter the order in which the macros are applied to
4594the subsequent lines of the configuration file. It is still the same
4595order in which the macros were originally defined. All that changes is
4596the macro's value. Redefinition makes it possible to accumulate values.
4597For example:
4598
4599 MAC = initial value
4600 ...
4601 MAC == MAC and something added
4602
4603This can be helpful in situations where the configuration file is built
4604from a number of other files.
4605
4606
4607Overriding macro values
4608~~~~~~~~~~~~~~~~~~~~~~~
4609The values set for macros in the configuration file can be overridden by the
4610%-D% command line option, but Exim gives up its root privilege when %-D% is
4611used, unless called by root or the Exim user. A definition on the command line
4612using the %-D% option causes all definitions and redefinitions within the file
4613to be ignored.
4614
168e428f 4615
168e428f 4616
068aaea8
PH
4617Example of macro usage
4618~~~~~~~~~~~~~~~~~~~~~~
168e428f
PH
4619As an example of macro usage, consider a configuration where aliases are looked
4620up in a MySQL database. It helps to keep the file less cluttered if long
4621strings such as SQL statements are defined separately as macros, for example:
4622
4623....
4624ALIAS_QUERY = select mailbox from user where \
4625 login=${quote_mysql:$local_part};
4626....
4627
4628This can then be used in a ^redirect^ router setting like this:
4629
4630 data = ${lookup mysql{ALIAS_QUERY}}
4631
4632In earlier versions of Exim macros were sometimes used for domain, host, or
4633address lists. In Exim 4 these are handled better by named lists -- see section
4634<<SECTnamedlists>>.
4635
168e428f
PH
4636
4637Conditional skips in the configuration file
4638~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4639cindex:[configuration file,conditional skips]
4640cindex:[.ifdef]
4641You can use the directives `.ifdef`, `.ifndef`, `.elifdef`,
4642`.elifndef`, `.else`, and `.endif` to dynamically include or exclude
4643portions of the configuration file. The processing happens whenever the file is
4644read (that is, when an Exim binary starts to run).
4645
4646The implementation is very simple. Instances of the first four directives must
4647be followed by text that includes the names of one or macros. The condition
4648that is tested is whether or not any macro substitution has taken place in the
4649line. Thus:
4650
4651 .ifdef AAA
4652 message_size_limit = 50M
4653 .else
4654 message_size_limit = 100M
4655 .endif
4656
4657sets a message size limit of 50M if the macro `AAA` is defined, and 100M
4658otherwise. If there is more than one macro named on the line, the condition
4659is true if any of them are defined. That is, it is an ``or'' condition. To
4660obtain an ``and'' condition, you need to use nested `.ifdef`##s.
4661
4662Although you can use a macro expansion to generate one of these directives,
4663it is not very useful, because the condition ``there was a macro substitution
4664in this line'' will always be true.
4665
4666Text following `.else` and `.endif` is ignored, and can be used as comment
4667to clarify complicated nestings.
4668
4669
4670
4671[[SECTcos]]
4672Common option syntax
4673~~~~~~~~~~~~~~~~~~~~
4674cindex:[common option syntax]
4675cindex:[syntax of common options]
4676cindex:[configuration file,common option syntax]
4677For the main set of options, driver options, and 'local_scan()' options,
4678each setting is on a line by itself, and starts with a name consisting of
4679lower-case letters and underscores. Many options require a data value, and in
4680these cases the name must be followed by an equals sign (with optional white
4681space) and then the value. For example:
4682
4683 qualify_domain = mydomain.example.com
4684
4685Some option settings may contain sensitive data, for example, passwords for
4686accessing databases. To stop non-admin users from using the %-bP% command line
4687option to read these values, you can precede the option settings with the word
4688``hide''. For example:
4689
4690 hide mysql_servers = localhost/users/admin/secret-password
4691
4692For non-admin users, such options are displayed like this:
4693
4694 mysql_servers = <value not displayable>
4695
4696If ``hide'' is used on a driver option, it hides the value of that option on all
4697instances of the same driver.
4698
4699The following sections describe the syntax used for the different data types
4700that are found in option settings.
4701
4702
4703Boolean options
4704~~~~~~~~~~~~~~~
4705cindex:[format,boolean]
4706cindex:[boolean configuration values]
068aaea8
PH
4707oindex:[%no_%'xxx']
4708oindex:[%not_%'xxx']
168e428f
PH
4709Options whose type is given as boolean are on/off switches. There are two
4710different ways of specifying such options: with and without a data value. If
4711the option name is specified on its own without data, the switch is turned on;
4712if it is preceded by ``no_'' or ``not_'' the switch is turned off. However,
068aaea8
PH
4713boolean options may be followed by an equals sign and one of the words
4714``true'', ``false'', ``yes'', or ``no'', as an alternative syntax. For example,
168e428f
PH
4715the following two settings have exactly the same effect:
4716
4717 queue_only
4718 queue_only = true
4719
4720The following two lines also have the same (opposite) effect:
4721
4722 no_queue_only
4723 queue_only = false
4724
4725You can use whichever syntax you prefer.
4726
4727
4728
4729
4730Integer values
4731~~~~~~~~~~~~~~
4732cindex:[integer configuration values]
4733cindex:[format,integer]
4734If an integer data item starts with the characters ``0x'', the remainder of it
4735is interpreted as a hexadecimal number. Otherwise, it is treated as octal if it
4736starts with the digit 0, and decimal if not. If an integer value is followed by
4737the letter K, it is multiplied by 1024; if it is followed by the letter M, it
4738is multiplied by 1024x1024.
4739
4740When the values of integer option settings are output, values which are an
4741exact multiple of 1024 or 1024x1024 are
4742sometimes, but not always,
4743printed using the letters K and M. The printing style is independent of the
4744actual input format that was used.
4745
4746
4747Octal integer values
4748~~~~~~~~~~~~~~~~~~~~
4749cindex:[integer format]
4750cindex:[format,octal integer]
4751The value of an option specified as an octal integer is always interpreted in
4752octal, whether or not it starts with the digit zero. Such options are always
4753output in octal.
4754
4755
4756
4757Fixed point number values
4758~~~~~~~~~~~~~~~~~~~~~~~~~
4759cindex:[fixed point configuration values]
4760cindex:[format,fixed point]
4761A fixed point number consists of a decimal integer, optionally followed by a
4762decimal point and up to three further digits.
4763
4764
4765
4766[[SECTtimeformat]]
4767Time interval values
4768~~~~~~~~~~~~~~~~~~~~
4769cindex:[time interval,specifying in configuration]
4770cindex:[format,time interval]
4771A time interval is specified as a sequence of numbers, each followed by one of
4772the following letters, with no intervening white space:
4773
4774[frame="none"]
4775`-`-----`--------
4776 %s% seconds
4777 %m% minutes
4778 %h% hours
4779 %d% days
4780 %w% weeks
4781-----------------
4782
4783For example, ``3h50m'' specifies 3 hours and 50 minutes. The values of time
4784intervals are output in the same format. Exim does not restrict the values; it
4785is perfectly acceptable, for example, to specify ``90m'' instead of ``1h30m''.
4786
4787
4788
4789[[SECTstrings]]
4790String values
4791~~~~~~~~~~~~~
4792cindex:[string,format of configuration values]
4793cindex:[format,string]
4794If a string data item does not start with a double-quote character, it is taken
4795as consisting of the remainder of the line plus any continuation lines,
4796starting at the first character after any leading white space, with trailing
4797white space characters removed, and with no interpretation of the characters in
4798the string. Because Exim removes comment lines (those beginning with #) at an
4799early stage, they can appear in the middle of a multi-line string. The
4800following settings are therefore equivalent:
4801
4802....
4803trusted_users = uucp:mail
4804
4805trusted_users = uucp:\
4806 # This comment line is ignored
4807 mail
4808....
4809
4810cindex:[string,quoted]
4811cindex:[escape characters in quoted strings]
4812If a string does start with a double-quote, it must end with a closing
4813double-quote, and any backslash characters other than those used for line
4814continuation are interpreted as escape characters, as follows:
4815
4816[frame="none"]
4817`-`----------------------`--------------------------------------------------
4818 `\\` single backslash
4819 `\n` newline
4820 `\r` carriage return
4821 `\t` tab
4822 `\`<'octal digits'> up to 3 octal digits specify one character
4823 `\x`<'hex digits'> up to 2 hexadecimal digits specify one character
4824----------------------------------------------------------------------------
4825
4826If a backslash is followed by some other character, including a double-quote
4827character, that character replaces the pair.
4828
4829Quoting is necessary only if you want to make use of the backslash escapes to
4830insert special characters, or if you need to specify a value with leading or
4831trailing spaces. These cases are rare, so quoting is almost never needed in
4832current versions of Exim. In versions of Exim before 3.14, quoting was required
4833in order to continue lines, so you may come across older configuration files
4834and examples that apparently quote unnecessarily.
4835
4836
4837Expanded strings
4838~~~~~~~~~~~~~~~~
4839cindex:[string expansion, definition of]
4840cindex:[expansion,definition of]
4841Some strings in the configuration file are subjected to 'string expansion',
4842by which means various parts of the string may be changed according to the
4843circumstances (see chapter <<CHAPexpand>>). The input syntax for such strings is
4844as just described; in particular, the handling of backslashes in quoted strings
4845is done as part of the input process, before expansion takes place. However,
4846backslash is also an escape character for the expander, so any backslashes that
4847are required for that reason must be doubled if they are within a quoted
4848configuration string.
4849
4850
4851User and group names
4852~~~~~~~~~~~~~~~~~~~~
4853cindex:[user name,format of]
4854cindex:[format,user name]
4855cindex:[group,name format]
4856cindex:[format,group name]
4857User and group names are specified as strings, using the syntax described
4858above, but the strings are interpreted specially. A user or group name must
4859either consist entirely of digits, or be a name that can be looked up using the
4860'getpwnam()' or 'getgrnam()' function, as appropriate.
4861
4862
4863[[SECTlistconstruct]]
4864List construction
4865~~~~~~~~~~~~~~~~~
4866cindex:[list,syntax of in configuration]
4867cindex:[format,list item in configuration]
4868cindex:[string list, definition]
4869The data for some configuration options is a list of items, with colon as the
4870default separator. Many of these options are shown with type ``string list'' in
4871the descriptions later in this document. Others are listed as ``domain list'',
068aaea8
PH
4872``host list'', ``address list'', or ``local part list''. Syntactically, they
4873are all the same; however, those other than ``string list'' are subject to
4874particular kinds of interpretation, as described in chapter
4875<<CHAPdomhosaddlists>>.
168e428f
PH
4876
4877In all these cases, the entire list is treated as a single string as far as the
4878input syntax is concerned. The %trusted_users% setting in section
4879<<SECTstrings>> above is an example. If a colon is actually needed in an item in
4880a list, it must be entered as two colons. Leading and trailing white space on
4881each item in a list is ignored. This makes it possible to include items that
4882start with a colon, and in particular, certain forms of IPv6 address. For
4883example, the list
4884
4885 local_interfaces = 127.0.0.1 : ::::1
4886
068aaea8
PH
4887contains two IP addresses, the IPv4 address 127.0.0.1 and the IPv6 address ::1.
4888
4889[revisionflag="changed"]
4890*Note*: Although leading and trailing white space is ignored in individual list
4891items, it is not ignored when parsing the list. The space after the first colon
4892in the example above is necessary. If it were not there, the list would be
4893interpreted as the two items 127.0.0.1:: and 1.
168e428f
PH
4894
4895cindex:[list separator, changing]
4896cindex:[IPv6,addresses in lists]
4897Doubling colons in IPv6 addresses is an unwelcome chore, so a mechanism was
4898introduced to allow the separator character to be changed. If a list begins
4899with a left angle bracket, followed by any punctuation character, that
4900character is used instead of colon as the list separator. For example, the list
4901above can be rewritten to use a semicolon separator like this:
4902
4903 local_interfaces = <; 127.0.0.1 ; ::1
4904
4905This facility applies to all lists, with the exception of the list in
4906%log_file_path%. It is recommended that the use of non-colon separators be
4907confined to circumstances where they really are needed.
4908
4909
4910
4911[[SECTempitelis]]
4912Empty items in lists
4913~~~~~~~~~~~~~~~~~~~~
4914cindex:[list,empty item in]
4915An empty item at the end of a list is always ignored. In other words, trailing
4916separator characters are ignored. Thus, the list in
4917
4918 senders = user@domain :
4919
4920contains only a single item. If you want to include an empty string as one item
4921in a list, it must not be the last item. For example, this list contains three
4922items, the second of which is empty:
4923
4924 senders = user1@domain : : user2@domain
4925
068aaea8 4926*Note*: there must be white space between the two colons, as otherwise they
168e428f
PH
4927are interpreted as representing a single colon data character (and the list
4928would then contain just one item). If you want to specify a list that contains
4929just one, empty item, you can do it as in this example:
4930
4931 senders = :
4932
4933In this case, the first item is empty, and the second is discarded because it
4934is at the end of the list.
4935
4936
4937
4938
4939[[SECTfordricon]]
4940Format of driver configurations
4941~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4942cindex:[drivers,configuration format]
4943There are separate parts in the configuration for defining routers, transports,
4944and authenticators. In each part, you are defining a number of driver
4945instances, each with its own set of options. Each driver instance is defined by
4946a sequence of lines like this:
4947
4948&&&
4949<'instance name'>:
4950 <'option'>
4951 ...
4952 <'option'>
4953&&&
4954
4955In the following example, the instance name is ^localuser^, and it is
4956followed by three options settings:
4957
4958 localuser:
4959 driver = accept
4960 check_local_user
4961 transport = local_delivery
4962
4963For each driver instance, you specify which Exim code module it uses -- by the
4964setting of the %driver% option -- and (optionally) some configuration settings.
4965For example, in the case of transports, if you want a transport to deliver with
4966SMTP you would use the ^smtp^ driver; if you want to deliver to a local file
4967you would use the ^appendfile^ driver. Each of the drivers is described in
4968detail in its own separate chapter later in this manual.
4969
4970You can have several routers, transports, or authenticators that are based on
068aaea8 4971the same underlying driver (each must have a different instance name).
168e428f
PH
4972
4973The order in which routers are defined is important, because addresses are
4974passed to individual routers one by one, in order. The order in which
4975transports are defined does not matter at all. The order in which
4976authenticators are defined is used only when Exim, as a client, is searching
4977them to find one that matches an authentication mechanism offered by the
4978server.
4979
4980cindex:[generic options]
4981cindex:[options, generic -- definition of]
4982Within a driver instance definition, there are two kinds of option:
4983'generic' and 'private'. The generic options are those that apply to all
4984drivers of the same type (that is, all routers, all transports or all
4985authenticators).
4986The %driver% option is a generic option that must appear in every definition.
4987
4988cindex:[private options]
4989The private options are special for each driver, and none need appear, because
4990they all have default values.
4991
4992The options may appear in any order, except that the %driver% option must
4993precede any private options, since these depend on the particular driver. For
4994this reason, it is recommended that %driver% always be the first option.
4995
4996Driver instance names, which are used for reference in log entries and
4997elsewhere, can be any sequence of letters, digits, and underscores (starting
4998with a letter) and must be unique among drivers of the same type. A router and
4999a transport (for example) can each have the same name, but no two router
5000instances can have the same name. The name of a driver instance should not be
5001confused with the name of the underlying driver module. For example, the
5002configuration lines:
5003
5004 remote_smtp:
5005 driver = smtp
5006
5007create an instance of the ^smtp^ transport driver whose name is
5008^remote_smtp^. The same driver code can be used more than once, with
5009different instance names and different option settings each time. A second
5010instance of the ^smtp^ transport, with different options, might be defined
5011thus:
5012
5013 special_smtp:
5014 driver = smtp
5015 port = 1234
5016 command_timeout = 10s
5017
5018The names ^remote_smtp^ and ^special_smtp^ would be used to reference
5019these transport instances from routers, and these names would appear in log
5020lines.
5021
5022Comment lines may be present in the middle of driver specifications. The full
5023list of option settings for any particular driver instance, including all the
5024defaulted values, can be extracted by making use of the %-bP% command line
5025option.
5026
5027
5028
5029
5030
5031
5032////////////////////////////////////////////////////////////////////////////
5033////////////////////////////////////////////////////////////////////////////
5034
5035[[CHAPdefconfil]]
5036The default configuration file
5037------------------------------
5038cindex:[configuration file,default ``walk through'']
5039cindex:[default,configuration file ``walk through'']
5040The default configuration file supplied with Exim as _src/configure.default_
5041is sufficient for a host with simple mail requirements. As an introduction to
5042the way Exim is configured, this chapter ``walks through'' the default
5043configuration, giving brief explanations of the settings. Detailed descriptions
5044of the options are given in subsequent chapters. The default configuration file
5045itself contains extensive comments about ways you might want to modify the
5046initial settings. However, note that there are many options that are not
5047mentioned at all in the default configuration.
5048
5049
5050
5051Main configuration settings
5052~~~~~~~~~~~~~~~~~~~~~~~~~~~
5053The main (global) configuration option settings must always come first in the
5054file. The first thing you'll see in the file, after some initial comments, is
5055the line
5056
5057 # primary_hostname =
5058
5059This is a commented-out setting of the %primary_hostname% option. Exim needs
5060to know the official, fully qualified name of your host, and this is where you
5061can specify it. However, in most cases you do not need to set this option. When
5062it is unset, Exim uses the 'uname()' system function to obtain the host name.
5063
5064The first three non-comment configuration lines are as follows:
5065
5066 domainlist local_domains = @
5067 domainlist relay_to_domains =
5068 hostlist relay_from_hosts = 127.0.0.1
5069
5070These are not, in fact, option settings. They are definitions of two named
5071domain lists and one named host list. Exim allows you to give names to lists of
5072domains, hosts, and email addresses, in order to make it easier to manage the
5073configuration file (see section <<SECTnamedlists>>).
5074
5075The first line defines a domain list called 'local_domains'; this is used
5076later in the configuration to identify domains that are to be delivered
5077on the local host.
5078
5079cindex:[@ in a domain list]
5080There is just one item in this list, the string ``@''. This is a special form of
5081entry which means ``the name of the local host''. Thus, if the local host is
5082called 'a.host.example', mail to 'any.user@a.host.example' is expected to
5083be delivered locally. Because the local host's name is referenced indirectly,
5084the same configuration file can be used on different hosts.
5085
5086The second line defines a domain list called 'relay_to_domains', but the
5087list itself is empty. Later in the configuration we will come to the part that
5088controls mail relaying through the local host; it allows relaying to any
5089domains in this list. By default, therefore, no relaying on the basis of a mail
5090domain is permitted.
5091
5092The third line defines a host list called 'relay_from_hosts'. This list is
5093used later in the configuration to permit relaying from any host or IP address
5094that matches the list. The default contains just the IP address of the IPv4
5095loopback interface, which means that processes on the local host are able to
5096submit mail for relaying by sending it over TCP/IP to that interface. No other
5097hosts are permitted to submit messages for relaying.
5098
5099Just to be sure there's no misunderstanding: at this point in the configuration
5100we aren't actually setting up any controls. We are just defining some domains
5101and hosts that will be used in the controls that are specified later.
5102
068aaea8 5103The next two configuration lines are genuine option settings:
168e428f
PH
5104
5105 acl_smtp_rcpt = acl_check_rcpt
068aaea8 5106 acl_smtp_data = acl_check_data
168e428f 5107
068aaea8
PH
5108[revisionflag="changed"]
5109These options specify 'Access Control Lists' (ACLs) that are to be used during
5110an incoming SMTP session for every recipient of a message (every RCPT command),
5111and after the contents of the message have been received, respectively. The
5112names of the lists are 'acl_check_rcpt' and 'acl_check_data', and we will come
5113to their definitions below, in the ACL section of the configuration. The RCPT
5114ACL controls which recipients are accepted for an incoming message -- if a
168e428f 5115configuration does not provide an ACL to check recipients, no SMTP mail can be
068aaea8
PH
5116accepted. The DATA ACL allows the contents of a message to be checked.
5117
5118[revisionflag="changed"]
5119Two commented-out option settings are next:
5120
5121[revisionflag="changed"]
5122....
5123# av_scanner = clamd:/tmp/clamd
5124# spamd_address = 127.0.0.1 783
5125....
5126
5127[revisionflag="changed"]
5128These are example settings that can be used when Exim is compiled with the
5129content-scanning extension. The first specifies the interface to the virus
5130scanner, and the second specifies the interface to SpamAssassin. Further
5131details are given in chapter <<CHAPexiscan>>.
168e428f 5132
068aaea8 5133Two more commented-out options settings follow:
168e428f
PH
5134
5135 # qualify_domain =
5136 # qualify_recipient =
5137
5138The first of these specifies a domain that Exim uses when it constructs a
5139complete email address from a local login name. This is often needed when Exim
5140receives a message from a local process. If you do not set %qualify_domain%,
5141the value of %primary_hostname% is used. If you set both of these options, you
5142can have different qualification domains for sender and recipient addresses. If
5143you set only the first one, its value is used in both cases.
5144
5145cindex:[domain literal,recognizing format]
5146The following line must be uncommented if you want Exim to recognize
5147addresses of the form 'user@[10.11.12.13]' that is, with a ``domain literal''
068aaea8 5148(an IP address within square brackets) instead of a named domain.
168e428f
PH
5149
5150 # allow_domain_literals
5151
5152The RFCs still require this form, but many people think that in the modern
5153Internet it makes little sense to permit mail to be sent to specific hosts by
5154quoting their IP addresses. This ancient format has been used by people who
5155try to abuse hosts by using them for unwanted relaying. However, some
5156people believe there are circumstances (for example, messages addressed to
5157'postmaster') where domain literals are still useful.
5158
5159The next configuration line is a kind of trigger guard:
5160
5161 never_users = root
5162
5163It specifies that no delivery must ever be run as the root user. The normal
5164convention is to set up 'root' as an alias for the system administrator. This
5165setting is a guard against slips in the configuration.
5166The list of users specified by %never_users% is not, however, the complete
5167list; the build-time configuration in _Local/Makefile_ has an option called
5168FIXED_NEVER_USERS specifying a list that cannot be overridden. The
5169contents of %never_users% are added to this list. By default
5170FIXED_NEVER_USERS also specifies root.
5171
5172When a remote host connects to Exim in order to send mail, the only information
5173Exim has about the host's identity is its IP address. The next configuration
5174line,
5175
5176 host_lookup = *
5177
5178specifies that Exim should do a reverse DNS lookup on all incoming connections,
5179in order to get a host name. This improves the quality of the logging
5180information, but if you feel it is too expensive, you can remove it entirely,
5181or restrict the lookup to hosts on ``nearby'' networks.
5182Note that it is not always possible to find a host name from an IP address,
5183because not all DNS reverse zones are maintained, and sometimes DNS servers are
5184unreachable.
5185
5186The next two lines are concerned with 'ident' callbacks, as defined by RFC
51871413 (hence their names):
5188
5189 rfc1413_hosts = *
5190 rfc1413_query_timeout = 30s
5191
5192These settings cause Exim to make ident callbacks for all incoming SMTP calls.
5193You can limit the hosts to which these calls are made, or change the timeout
5194that is used. If you set the timeout to zero, all ident calls are disabled.
5195Although they are cheap and can provide useful information for tracing problem
5196messages, some hosts and firewalls have problems with ident calls. This can
5197result in a timeout instead of an immediate refused connection, leading to
5198delays on starting up an incoming SMTP session.
5199
5200When Exim receives messages over SMTP connections, it expects all addresses to
5201be fully qualified with a domain, as required by the SMTP definition. However,
5202if you are running a server to which simple clients submit messages, you may
5203find that they send unqualified addresses. The two commented-out options:
5204
5205 # sender_unqualified_hosts =
5206 # recipient_unqualified_hosts =
5207
5208show how you can specify hosts that are permitted to send unqualified sender
5209and recipient addresses, respectively.
5210
5211The %percent_hack_domains% option is also commented out:
5212
5213 # percent_hack_domains =
5214
5215It provides a list of domains for which the ``percent hack'' is to operate. This
5216is an almost obsolete form of explicit email routing. If you do not know
5217anything about it, you can safely ignore this topic.
5218
5219The last two settings in the main part of the default configuration are
5220concerned with messages that have been ``frozen'' on Exim's queue. When a message
5221is frozen, Exim no longer continues to try to deliver it. Freezing occurs when
5222a bounce message encounters a permanent failure because the sender address of
5223the original message that caused the bounce is invalid, so the bounce cannot be
5224delivered. This is probably the most common case, but there are also other
5225conditions that cause freezing, and frozen messages are not always bounce
5226messages.
5227
5228 ignore_bounce_errors_after = 2d
5229 timeout_frozen_after = 7d
5230
5231The first of these options specifies that failing bounce messages are to be
5232discarded after 2 days on the queue. The second specifies that any frozen
5233message (whether a bounce message or not) is to be timed out (and discarded)
5234after a week. In this configuration, the first setting ensures that no failing
5235bounce message ever lasts a week.
5236
5237
5238
5239ACL configuration
5240~~~~~~~~~~~~~~~~~
5241cindex:[default,ACLs]
5242cindex:[{ACL},default configuration]
5243In the default configuration, the ACL section follows the main configuration.
5244It starts with the line
5245
5246 begin acl
5247
068aaea8
PH
5248and it contains the definitions of two ACLs, called 'acl_check_rcpt' and
5249'acl_check_data', that were referenced in the settings of %acl_smtp_rcpt% and
5250%acl_smtp_data% above.
168e428f
PH
5251
5252cindex:[RCPT,ACL for]
068aaea8 5253The first ACL is used for every RCPT command in an incoming SMTP message. Each
168e428f
PH
5254RCPT command specifies one of the message's recipients. The ACL statements
5255are considered in order, until the recipient address is either accepted or
5256rejected. The RCPT command is then accepted or rejected, according to the
5257result of the ACL processing.
5258
5259 acl_check_rcpt:
5260
5261This line, consisting of a name terminated by a colon, marks the start of the
5262ACL, and names it.
5263
5264 accept hosts = :
5265
5266This ACL statement accepts the recipient if the sending host matches the list.
5267But what does that strange list mean? It doesn't actually contain any host
5268names or IP addresses. The presence of the colon puts an empty item in the
068aaea8
PH
5269list; Exim matches this only if the incoming message did not come from a remote
5270host, because in that case, the remote hostname is empty. The colon is
5271important. Without it, the list itself is empty, and can never match anything.
168e428f
PH
5272
5273What this statement is doing is to accept unconditionally all recipients in
5274messages that are submitted by SMTP from local processes using the standard
5275input and output (that is, not using TCP/IP). A number of MUAs operate in this
5276manner.
5277
068aaea8
PH
5278 deny message = Restricted characters in address
5279 domains = +local_domains
168e428f
PH
5280 local_parts = ^[.] : ^.*[@%!/|]
5281
068aaea8
PH
5282 deny message = Restricted characters in address
5283 domains = !+local_domains
168e428f
PH
5284 local_parts = ^[./|] : ^.*[@%!] : ^.*/\\.\\./
5285
5286These statements are concerned with local parts that contain any of the
5287characters ``@'', ``%'', ``!'', ``/'', ``|'', or dots in unusual places. Although these
5288characters are entirely legal in local parts (in the case of ``@'' and leading
5289dots, only if correctly quoted), they do not commonly occur in Internet mail
5290addresses.
5291
5292The first three have in the past been associated with explicitly routed
5293addresses (percent is still sometimes used -- see the %percent_hack_domains%
5294option). Addresses containing these characters are regularly tried by spammers
5295in an attempt to bypass relaying restrictions, and also by open relay testing
5296programs. Unless you really need them it is safest to reject these characters
5297at this early stage. This configuration is heavy-handed in rejecting these
5298characters for all messages it accepts from remote hosts. This is a deliberate
5299policy of being as safe as possible.
5300
5301The first rule above is stricter, and is applied to messages that are addressed
5302to one of the local domains handled by this host. This is implemented by the
5303first condition, which restricts it to domains that are listed in the
5304'local_domains' domain list. The ``+'' character is used to indicate a
5305reference to a named list. In this configuration, there is just one domain in
5306'local_domains', but in general there may be many.
5307
5308The second condition on the first statement uses two regular expressions to
5309block local parts that begin with a dot or contain ``@'', ``%'', ``!'', ``/'', or ``|''.
5310If you have local accounts that include these characters, you will have to
5311modify this rule.
5312
5313Empty components (two dots in a row) are not valid in RFC 2822, but Exim
5314allows them because they have been encountered in practice. (Consider local
5315parts constructed as ``first-initial.second-initial.family-name'' when applied to
5316someone like the author of Exim, who has no second initial.) However, a local
5317part starting with a dot or containing ``/../'' can cause trouble if it is used
5318as part of a file name (for example, for a mailing list). This is also true for
5319local parts that contain slashes. A pipe symbol can also be troublesome if the
5320local part is incorporated unthinkingly into a shell command line.
5321
5322The second rule above applies to all other domains, and is less strict. This
5323allows your own users to send outgoing messages to sites that use slashes
5324and vertical bars in their local parts. It blocks local parts that begin
5325with a dot, slash, or vertical bar, but allows these characters within the
5326local part. However, the sequence ``/../'' is barred. The use of ``@'', ``%'', and
5327``!'' is blocked, as before. The motivation here is to prevent your users (or
5328your users' viruses) from mounting certain kinds of attack on remote sites.
5329
5330 accept local_parts = postmaster
5331 domains = +local_domains
5332
5333This statement, which has two conditions, accepts an incoming address if the
5334local part is 'postmaster' and the domain is one of those listed in the
5335'local_domains' domain list. The ``+'' character is used to indicate a
5336reference to a named list. In this configuration, there is just one domain in
5337'local_domains', but in general there may be many.
5338
5339The presence of this statement means that mail to postmaster is never blocked
5340by any of the subsequent tests. This can be helpful while sorting out problems
5341in cases where the subsequent tests are incorrectly denying access.
5342
5343 require verify = sender
5344
5345This statement requires the sender address to be verified before any subsequent
5346ACL statement can be used. If verification fails, the incoming recipient
5347address is refused. Verification consists of trying to route the address, to
068aaea8
PH
5348see if a bounce message could be delivered to it. In the case of remote
5349addresses, basic verification checks only the domain, but 'callouts' can be
5350used for more verification if required. Section <<SECTaddressverification>>
5351discusses the details of address verification.
5352
5353 accept hosts = +relay_from_hosts
5354 control = submission
5355
5356[revisionflag="changed"]
5357This statement accepts the address if the message is coming from one of the
5358hosts that are defined as being allowed to relay through this host. Recipient
5359verification is omitted here, because in many cases the clients are dumb MUAs
5360that do not cope well with SMTP error responses. For the same reason, the
5361second line specifies ``submission mode'' for messages that are accepted. This
5362is described in detail in section <<SECTsubmodnon>>; it causes Exim to fix
5363messages that are deficient in some way, for example, because they lack a
5364'Date:' header line. If you are actually relaying out from MTAs, you should
5365probably add recipient verification here, and disable submission mode.
5366
5367 accept authenticated = *
5368 control = submission
5369
5370[revisionflag="changed"]
5371This statement accepts the address if the client host has authenticated itself.
5372Submission mode is again specified, on the grounds that such messages are most
5373likely to come from MUAs. The default configuration does not define any
5374authenticators, which means that no client can in fact authenticate. You will
5375need to add authenticator definitions if you want to make use of this ACL
5376statement.
168e428f
PH
5377
5378....
5379# deny message = rejected because $sender_host_address is \
5380# in a black list at $dnslist_domain\n\
5381# $dnslist_text
5382# dnslists = black.list.example
5383#
5384# warn message = X-Warning: $sender_host_address is \
5385# in a black list at $dnslist_domain
5386# log_message = found in $dnslist_domain
5387# dnslists = black.list.example
5388....
5389
5390These commented-out lines are examples of how you could configure Exim to check
5391sending hosts against a DNS black list. The first statement rejects messages
5392from blacklisted hosts, whereas the second merely inserts a warning header
5393line.
5394
5395 accept domains = +local_domains
5396 endpass
168e428f
PH
5397 verify = recipient
5398
5399This statement accepts the incoming recipient address if its domain is one of
5400the local domains, but only if the address can be verified. Verification of
5401local addresses normally checks both the local part and the domain. The
5402%endpass% line needs some explanation: if the condition above %endpass% fails,
5403that is, if the address is not in a local domain, control is passed to the next
5404ACL statement. However, if the condition below %endpass% fails, that is, if a
5405recipient in a local domain cannot be verified, access is denied and the
5406recipient is rejected.
5407
168e428f
PH
5408 accept domains = +relay_to_domains
5409 endpass
168e428f
PH
5410 verify = recipient
5411
5412This statement accepts the incoming recipient address if its domain is one of
5413the domains for which this host is a relay, but again, only if the address can
5414be verified.
5415
168e428f
PH
5416 deny message = relay not permitted
5417
5418The final statement denies access, giving a specific error message. Reaching
5419the end of the ACL also causes access to be denied, but with the generic
5420message ``administrative prohibition''.
5421
068aaea8
PH
5422 acl_check_data:
5423
5424[revisionflag="changed"]
5425This line marks the start of the second ACL, and names it. Most of the contents
5426of this ACL are commented out:
5427
5428[revisionflag="changed"]
5429....
5430# deny malware = *
5431# message = This message contains a virus \
5432# ($malware_name).
5433....
5434
5435[revisionflag="changed"]
5436These lines are examples of how to arrange for messages to be scanned for
5437viruses when Exim has been compiled with the content-scanning extension, and a
5438suitable virus scanner is installed. If the message is found to contain a
5439virus, it is rejected with the given custom error message.
5440
5441[revisionflag="changed"]
5442....
5443# warn spam = nobody
5444# message = X-Spam_score: $spam_score\n\
5445# X-Spam_score_int: $spam_score_int\n\
5446# X-Spam_bar: $spam_bar\n\
5447# X-Spam_report: $spam_report
5448....
5449
5450[revisionflag="changed"]
5451These lines are an example of how to arrange for messages to be scanned by
5452SpamAssassin when Exim has been compiled with the content-scanning extension,
5453and SpamAssassin has been installed. The SpamAssassin check is run with
5454`nobody` as its user parameter, and the results are added to the message as a
5455series of extra header line. In this case, the message is not rejected,
5456whatever the spam score.
5457
5458 accept
5459
5460[revisionflag="changed"]
5461This final line in the DATA ACL accepts the message unconditionally.
5462
168e428f
PH
5463
5464
5465Router configuration
5466~~~~~~~~~~~~~~~~~~~~
5467cindex:[default,routers]
5468cindex:[routers,default]
5469The router configuration comes next in the default configuration, introduced
5470by the line
5471
5472 begin routers
5473
5474Routers are the modules in Exim that make decisions about where to send
5475messages. An address is passed to each router in turn, until it is either
5476accepted, or failed. This means that the order in which you define the routers
5477matters. Each router is fully described in its own chapter later in this
5478manual. Here we give only brief overviews.
5479
5480 # domain_literal:
5481 # driver = ipliteral
5482 # domains = !+local_domains
5483 # transport = remote_smtp
5484
5485cindex:[domain literal,default router]
5486This router is commented out because the majority of sites do not want to
5487support domain literal addresses (those of the form 'user@[10.9.8.7]'). If
5488you uncomment this router, you also need to uncomment the setting of
5489%allow_domain_literals% in the main part of the configuration.
5490
5491 dnslookup:
5492 driver = dnslookup
5493 domains = ! +local_domains
5494 transport = remote_smtp
5495 ignore_target_hosts = 0.0.0.0 : 127.0.0.0/8
5496 no_more
5497
5498The first uncommented router handles addresses that do not involve any local
5499domains. This is specified by the line
5500
5501 domains = ! +local_domains
5502
5503The %domains% option lists the domains to which this router applies, but the
5504exclamation mark is a negation sign, so the router is used only for domains
5505that are not in the domain list called 'local_domains' (which was defined at
5506the start of the configuration). The plus sign before 'local_domains'
5507indicates that it is referring to a named list. Addresses in other domains are
5508passed on to the following routers.
5509
5510The name of the router driver is ^dnslookup^,
5511and is specified by the %driver% option. Do not be confused by the fact that
5512the name of this router instance is the same as the name of the driver. The
5513instance name is arbitrary, but the name set in the %driver% option must be one
5514of the driver modules that is in the Exim binary.
5515
5516The ^dnslookup^ router routes addresses by looking up their domains in the
5517DNS in order to obtain a list of hosts to which the address is routed. If the
5518router succeeds, the address is queued for the ^remote_smtp^ transport, as
5519specified by the %transport% option. If the router does not find the domain in
5520the DNS, no further routers are tried because of the %no_more% setting, so the
5521address fails and is bounced.
5522
5523The %ignore_target_hosts% option specifies a list of IP addresses that are to
5524be entirely ignored. This option is present because a number of cases have been
5525encountered where MX records in the DNS point to host names
5526whose IP addresses are 0.0.0.0 or are in the 127 subnet (typically 127.0.0.1).
5527Completely ignoring these IP addresses causes Exim to fail to route the
5528email address, so it bounces. Otherwise, Exim would log a routing problem, and
5529continue to try to deliver the message periodically until the address timed
5530out.
5531
5532 system_aliases:
5533 driver = redirect
5534 allow_fail
5535 allow_defer
5536 data = ${lookup{$local_part}lsearch{/etc/aliases}}
5537 # user = exim
5538 file_transport = address_file
5539 pipe_transport = address_pipe
5540
5541Control reaches this and subsequent routers only for addresses in the local
5542domains. This router checks to see whether the local part is defined as an
5543alias in the _/etc/aliases_ file, and if so, redirects it according to the
5544data that it looks up from that file. If no data is found for the local part,
5545the value of the %data% option is empty, causing the address to be passed to
5546the next router.
5547
5548_/etc/aliases_ is a conventional name for the system aliases file that is
5549often used. That is why it is referenced by from the default configuration
5550file. However, you can change this by setting SYSTEM_ALIASES_FILE in
5551_Local/Makefile_ before building Exim.
5552
5553 userforward:
5554 driver = redirect
5555 check_local_user
068aaea8
PH
5556 # local_part_suffix = +* : -*
5557 # local_part_suffix_optional
168e428f 5558 file = $home/.forward
068aaea8 5559 # allow_filter
168e428f
PH
5560 no_verify
5561 no_expn
5562 check_ancestor
168e428f
PH
5563 file_transport = address_file
5564 pipe_transport = address_pipe
5565 reply_transport = address_reply
5566
068aaea8 5567[revisionflag="changed"]
168e428f
PH
5568This is the most complicated router in the default configuration. It is another
5569redirection router, but this time it is looking for forwarding data set up by
068aaea8
PH
5570individual users. The %check_local_user% setting specifies a check that the
5571local part of the address is the login name of a local user. If it is not, the
5572router is skipped. The two commented options that follow %check_local_user%,
5573namely:
5574
5575[revisionflag="changed"]
5576....
5577# local_part_suffix = +* : -*
5578# local_part_suffix_optional
5579....
5580
5581[revisionflag="changed"]
5582cindex:[$local_part_suffix$]
5583show how you can specify the recognition of local part suffixes. If the first
5584is uncommented, a suffix beginning with either a plus or a minus sign, followed
5585by any sequence of characters, is removed from the local part and placed in the
5586variable $local_part_suffix$. The second suffix option specifies that the
5587presence of a suffix in the local part is optional. When a suffix is present,
5588the check for a local login uses the local part with the suffix removed.
5589
5590When a local user account is found, the file called _.forward_ in the user's
5591home directory is consulted. If it does not exist, or is empty, the router
5592declines. Otherwise, the contents of _.forward_ are interpreted as redirection
5593data (see chapter <<CHAPredirect>> for more details).
168e428f
PH
5594
5595cindex:[Sieve filter,enabling in default router]
5596Traditional _.forward_ files contain just a list of addresses, pipes, or
5597files. Exim supports this by default. However, if %allow_filter% is set (it is
5598commented out by default), the contents of the file are interpreted as a set of
5599Exim or Sieve filtering instructions, provided the file begins with ``#Exim
5600filter'' or ``#Sieve filter'', respectively. User filtering is discussed in the
5601separate document entitled 'Exim's interfaces to mail filtering'.
5602
5603The %no_verify% and %no_expn% options mean that this router is skipped when
068aaea8 5604verifying addresses, or when running as a consequence of an SMTP EXPN command.
168e428f
PH
5605There are two reasons for doing this:
5606
5607. Whether or not a local user has a _.forward_ file is not really relevant when
5608checking an address for validity; it makes sense not to waste resources doing
5609unnecessary work.
5610
5611. More importantly, when Exim is verifying addresses or handling an EXPN
5612command during an SMTP session, it is running as the Exim user, not as root.
5613The group is the Exim group, and no additional groups are set up.
5614It may therefore not be possible for Exim to read users' _.forward_ files at
5615this time.
5616
168e428f
PH
5617The setting of %check_ancestor% prevents the router from generating a new
5618address that is the same as any previous address that was redirected. (This
5619works round a problem concerning a bad interaction between aliasing and
5620forwarding -- see section <<SECTredlocmai>>).
5621
5622The final three option settings specify the transports that are to be used when
5623forwarding generates a direct delivery to a file, or to a pipe, or sets up an
5624auto-reply, respectively. For example, if a _.forward_ file contains
5625
5626 a.nother@elsewhere.example, /home/spqr/archive
5627
5628the delivery to _/home/spqr/archive_ is done by running the %address_file%
5629transport.
5630
5631 localuser:
5632 driver = accept
5633 check_local_user
068aaea8
PH
5634 # local_part_suffix = +* : -*
5635 # local_part_suffix_optional
168e428f
PH
5636 transport = local_delivery
5637
068aaea8 5638[revisionflag="changed"]
168e428f 5639The final router sets up delivery into local mailboxes, provided that the local
068aaea8 5640part is the name of a local login, by accepting the address and assigning it to
168e428f 5641the ^local_delivery^ transport. Otherwise, we have reached the end of the
068aaea8
PH
5642routers, so the address is bounced. The commented suffix settings fulfil the
5643same purpose as they do for the ^userforward^ router.
168e428f
PH
5644
5645
5646
5647Transport configuration
5648~~~~~~~~~~~~~~~~~~~~~~~
5649cindex:[default,transports]
5650cindex:[transports,default]
5651Transports define mechanisms for actually delivering messages. They operate
5652only when referenced from routers, so the order in which they are defined does
5653not matter. The transports section of the configuration starts with
5654
5655 begin transports
5656
5657One remote transport and four local transports are defined.
5658
5659 remote_smtp:
5660 driver = smtp
5661
5662This transport is used for delivering messages over SMTP connections. All its
5663options are defaulted. The list of remote hosts comes from the router.
5664
5665 local_delivery:
5666 driver = appendfile
5667 file = /var/mail/$local_part
5668 delivery_date_add
5669 envelope_to_add
5670 return_path_add
5671 # group = mail
5672 # mode = 0660
5673
5674This ^appendfile^ transport is used for local delivery to user mailboxes in
5675traditional BSD mailbox format. By default it runs under the uid and gid of the
5676local user, which requires the sticky bit to be set on the _/var/mail_
5677directory. Some systems use the alternative approach of running mail deliveries
5678under a particular group instead of using the sticky bit. The commented options
5679show how this can be done.
5680
5681Exim adds three headers to the message as it delivers it: 'Delivery-date:',
5682'Envelope-to:' and 'Return-path:'. This action is requested by the three
5683similarly-named options above.
5684
5685 address_pipe:
5686 driver = pipe
5687 return_output
5688
5689This transport is used for handling deliveries to pipes that are generated by
5690redirection (aliasing or users' _.forward_ files). The %return_output%
5691option specifies that any output generated by the pipe is to be returned to the
5692sender.
5693
5694 address_file:
5695 driver = appendfile
5696 delivery_date_add
5697 envelope_to_add
5698 return_path_add
5699
5700This transport is used for handling deliveries to files that are generated by
5701redirection. The name of the file is not specified in this instance of
5702^appendfile^, because it comes from the ^redirect^ router.
5703
5704 address_reply:
5705 driver = autoreply
5706
5707This transport is used for handling automatic replies generated by users'
5708filter files.
5709
5710
5711
5712Default retry rule
5713~~~~~~~~~~~~~~~~~~
5714cindex:[retry,default rule]
5715cindex:[default,retry rule]
5716The retry section of the configuration file contains rules which affect the way
5717Exim retries deliveries that cannot be completed at the first attempt. It is
5718introduced by the line
5719
5720 begin retry
5721
5722In the default configuration, there is just one rule, which applies to all
5723errors:
5724
5725&&&
5726`\* \* F,2h,15m; G,16h,1h,1.5; F,4d,6h`
5727&&&
5728
5729This causes any temporarily failing address to be retried every 15 minutes for
57302 hours, then at intervals starting at one hour and increasing by a factor of
57311.5 until 16 hours have passed, then every 6 hours up to 4 days. If an address
5732is not delivered after 4 days of failure, it is bounced.
5733
5734
5735
5736Rewriting configuration
5737~~~~~~~~~~~~~~~~~~~~~~~
5738The rewriting section of the configuration, introduced by
5739
5740 begin rewrite
5741
5742contains rules for rewriting addresses in messages as they arrive. There are no
5743rewriting rules in the default configuration file.
5744
5745
5746
5747Authenticators configuration
5748~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5749cindex:[AUTH,configuration]
5750The authenticators section of the configuration, introduced by
5751
5752 begin authenticators
5753
5754defines mechanisms for the use of the SMTP AUTH command. No authenticators
5755are specified in the default configuration file.
5756
5757
5758
5759////////////////////////////////////////////////////////////////////////////
5760////////////////////////////////////////////////////////////////////////////
5761
5762[[CHAPregexp]]
5763Regular expressions
5764-------------------
5765
5766cindex:[regular expressions,library]
5767cindex:[PCRE]
5768Exim supports the use of regular expressions in many of its options. It
5769uses the PCRE regular expression library; this provides regular expression
5770matching that is compatible with Perl 5. The syntax and semantics of
5771regular expressions is discussed in many Perl reference books, and also in
5772Jeffrey Friedl's 'Mastering Regular Expressions', which is published by
5773O'Reilly (*http://www.oreilly.com/catalog/regex/[]*).
5774
5775The documentation for the syntax and semantics of the regular expressions that
5776are supported by PCRE is included in plain text in the file
068aaea8
PH
5777_doc/pcrepattern.txt_ in the Exim distribution, and also in the HTML tarbundle
5778of Exim documentation. It describes in detail the features of the regular
5779expressions that PCRE supports, so no further description is included here. The
5780PCRE functions are called from Exim using the default option settings (that is,
5781with no PCRE options set), except that the PCRE_CASELESS option is set when the
168e428f
PH
5782matching is required to be case-insensitive.
5783
5784In most cases, when a regular expression is required in an Exim configuration,
5785it has to start with a circumflex, in order to distinguish it from plain text
5786or an ``ends with'' wildcard. In this example of a configuration setting, the
5787second item in the colon-separated list is a regular expression.
5788
5789 domains = a.b.c : ^\\d{3} : *.y.z : ...
5790
5791The doubling of the backslash is required because of string expansion that
5792precedes interpretation -- see section <<SECTlittext>> for more discussion of
5793this issue, and a way of avoiding the need for doubling backslashes. The
5794regular expression that is eventually used in this example contains just one
5795backslash. The circumflex is included in the regular expression, and has the
5796normal effect of ``anchoring'' it to the start of the string that is being
5797matched.
5798
5799There are, however, two cases where a circumflex is not required for the
5800recognition of a regular expression: these are the %match% condition in a
5801string expansion, and the %matches% condition in an Exim filter file. In these
5802cases, the relevant string is always treated as a regular expression; if it
5803does not start with a circumflex, the expression is not anchored, and can match
5804anywhere in the subject string.
5805
5806In all cases, if you want a regular expression to match at the end of a string,
5807you must code the \$ metacharacter to indicate this. For example:
5808
5809 domains = ^\\d{3}\\.example
5810
5811matches the domain '123.example', but it also matches '123.example.com'.
5812You need to use:
5813
5814 domains = ^\\d{3}\\.example\$
5815
068aaea8
PH
5816if you want 'example' to be the top-level domain. The backslash before the
5817\$ is needed because string expansion also interprets dollar characters.
168e428f
PH
5818
5819
5820
5821Testing regular expressions
5822~~~~~~~~~~~~~~~~~~~~~~~~~~~
5823cindex:[testing,regular expressions]
5824cindex:[regular expressions,testing]
5825cindex:['pcretest']
5826A program called 'pcretest' forms part of the PCRE distribution and is built
5827with PCRE during the process of building Exim. It is primarily intended for
5828testing PCRE itself, but it can also be used for experimenting with regular
5829expressions. After building Exim, the binary can be found in the build
5830directory (it is not installed anywhere automatically). There is documentation
5831of various options in _doc/pcretest.txt_, but for simple testing, none are
5832needed. This is the output of a sample run of 'pcretest':
5833
5834&&&
5835` re> `*`/^([^@]+)@.+\.(ac|edu)\.(?!kr)[a-z]{2}$/`*
5836`data> `*`x@y.ac.uk`*
5837` 0: x@y.ac.uk`
5838` 1: x`
5839` 2: ac`
5840`data> `*`x@y.ac.kr`*
5841`No match`
5842`data> `*`x@y.edu.com`*
5843`No match`
5844`data> `*`x@y.edu.co`*
5845` 0: x@y.edu.co`
5846` 1: x`
5847` 2: edu`
5848&&&
5849
5850Input typed by the user is shown in bold face. After the ``re>'' prompt, a
5851regular expression enclosed in delimiters is expected. If this compiles without
5852error, ``data>'' prompts are given for strings against which the expression is
5853matched. An empty data line causes a new regular expression to be read. If the
5854match is successful, the captured substring values (that is, what would be in
5855the variables $0$, $1$, $2$, etc.) are shown. The above example tests for an
5856email address whose domain ends with either ``ac'' or ``edu'' followed by a
5857two-character top-level domain that is not ``kr''. The local part is captured
5858in $1$ and the ``ac'' or ``edu'' in $2$.
5859
5860
5861
5862
5863
5864
5865////////////////////////////////////////////////////////////////////////////
5866////////////////////////////////////////////////////////////////////////////
5867
5868[[CHAPfdlookup]]
5869File and database lookups
5870-------------------------
5871cindex:[file,lookup]
5872cindex:[database lookups]
5873cindex:[lookup,description of]
5874Exim can be configured to look up data in files or databases as it processes
5875messages. Two different kinds of syntax are used:
5876
5877. A string that is to be expanded may contain explicit lookup requests. These
5878cause parts of the string to be replaced by data that is obtained from the
068aaea8 5879lookup. String expansions are described in detail in chapter <<CHAPexpand>>.
168e428f
PH
5880
5881. Lists of domains, hosts, and email addresses can contain lookup requests as a
5882way of avoiding excessively long linear lists. In this case, the data that is
5883returned by the lookup is often (but not always) discarded; whether the lookup
5884succeeds or fails is what really counts. These kinds of list are described in
5885chapter <<CHAPdomhosaddlists>>.
5886
068aaea8
PH
5887[revisionflag="changed"]
5888String expansions, lists, and lookups interact with each other in such a way
5889that there is no order in which to describe any one of them that does not
5890involve references to the others. Each of these three chapters makes more sense
5891if you have read the other two first. If you are reading this for the first
5892time, be aware that some of it will make a lot more sense after you have read
5893chapters <<CHAPdomhosaddlists>> and <<CHAPexpand>>.
5894
5895
5896Examples of different lookup syntax
5897~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
168e428f
PH
5898It is easy to confuse the two different kinds of lookup, especially as the
5899lists that may contain the second kind are always expanded before being
5900processed as lists. Therefore, they may also contain lookups of the first kind.
5901Be careful to distinguish between the following two examples:
5902
5903 domains = ${lookup{$sender_host_address}lsearch{/some/file}}
5904 domains = lsearch;/some/file
5905
5906The first uses a string expansion, the result of which must be a domain list.
068aaea8
PH
5907The expansion takes place before the string is processed as a list, and the
5908file that is searched could contain lines like this:
168e428f 5909
068aaea8
PH
5910 192.168.3.4: domain1:domain2:...
5911 192.168.1.9: domain3:domain4:...
168e428f 5912
068aaea8
PH
5913The result of the expansion (assuming the lookup succeeds) is a list of domains
5914(and possibly other types of item that are allowed in domain lists).
168e428f 5915
068aaea8 5916In the second example, the lookup is a single item in a domain list. It causes
168e428f
PH
5917Exim to use a lookup to see if the domain that is being processed can be found
5918in the file. The file could contains lines like this:
5919
5920 domain1:
5921 domain2:
5922
5923Any data that follows the keys is not relevant when checking that the domain
5924matches the list item.
5925
068aaea8
PH
5926It is possible, though no doubt confusing, to use both kinds of lookup at once.
5927Consider a file containing lines like this:
168e428f
PH
5928
5929 192.168.5.6: lsearch;/another/file
5930
5931If the value of $sender_host_address$ is 192.168.5.6, expansion of the
5932first %domains% setting above generates the second setting, which therefore
5933causes a second lookup to occur.
5934
5935The rest of this chapter describes the different lookup types that are
068aaea8
PH
5936available. Any of them can be used in any part of the configuration where a
5937lookup is permitted.
168e428f
PH
5938
5939
5940Lookup types
5941~~~~~~~~~~~~
5942cindex:[lookup,types of]
5943cindex:[single-key lookup,definition of]
068aaea8 5944Two different types of data lookup are implemented:
168e428f 5945
068aaea8 5946- The 'single-key' type requires the specification of a file in which to look,
168e428f
PH
5947and a single key to search for. The key must be a non-empty string for the
5948lookup to succeed. The lookup type determines how the file is searched.
5949
5950- cindex:[query-style lookup,definition of]
068aaea8
PH
5951The 'query-style' type accepts a generalized database query. No particular key
5952value is assumed by Exim for query-style lookups. You can use whichever Exim
5953variables you need to construct the database query.
168e428f
PH
5954
5955The code for each lookup type is in a separate source file that is included in
5956the binary of Exim only if the corresponding compile-time option is set. The
5957default settings in _src/EDITME_ are:
5958
5959 LOOKUP_DBM=yes
5960 LOOKUP_LSEARCH=yes
5961
5962which means that only linear searching and DBM lookups are included by default.
5963For some types of lookup (e.g. SQL databases), you need to install appropriate
5964libraries and header files before building Exim.
5965
5966
5967
5968
5969[[SECTsinglekeylookups]]
5970Single-key lookup types
5971~~~~~~~~~~~~~~~~~~~~~~~
5972cindex:[lookup,single-key types]
5973cindex:[single-key lookup,list of types]
5974The following single-key lookup types are implemented:
5975
5976- cindex:[cdb,description of]
5977cindex:[lookup,cdb]
5978cindex:[binary zero,in lookup key]
5979^cdb^: The given file is searched as a Constant DataBase file, using the key
5980string without a terminating binary zero. The cdb format is designed for
5981indexed files that are read frequently and never updated, except by total
5982re-creation. As such, it is particulary suitable for large files containing
5983aliases or other indexed data referenced by an MTA. Information about cdb can
5984be found in several places:
5985+
5986&&&
5987*http://www.pobox.com/~djb/cdb.html[]*
5988*ftp://ftp.corpit.ru/pub/tinycdb/[]*
5989*http://packages.debian.org/stable/utils/freecdb.html[]*
5990&&&
5991+
5992A cdb distribution is not needed in order to build Exim with cdb support,
5993because the code for reading cdb files is included directly in Exim itself.
5994However, no means of building or testing cdb files is provided with Exim, so
5995you need to obtain a cdb distribution in order to do this.
5996
5997- cindex:[DBM,lookup type]
5998cindex:[lookup,dbm]
5999cindex:[binary zero,in lookup key]
6000^dbm^: Calls to DBM library functions are used to extract data from the given
6001DBM file by looking up the record with the given key. A terminating binary
6002zero is included in the key that is passed to the DBM library. See section
6003<<SECTdb>> for a discussion of DBM libraries.
6004+
6005cindex:[Berkeley DB library,file format]
6006For all versions of Berkeley DB, Exim uses the DB_HASH style of database
6007when building DBM files using the %exim_dbmbuild% utility. However, when using
6008Berkeley DB versions 3 or 4, it opens existing databases for reading with the
6009DB_UNKNOWN option. This enables it to handle any of the types of database
6010that the library supports, and can be useful for accessing DBM files created by
6011other applications. (For earlier DB versions, DB_HASH is always used.)
6012
6013- cindex:[lookup,dbmnz]
6014cindex:[lookup,dbm -- terminating zero]
6015cindex:[binary zero,in lookup key]
6016cindex:[Courier]
6017cindex:[_/etc/userdbshadow.dat_]
6018cindex:[dmbnz lookup type]
6019^dbmnz^: This is the same as ^dbm^, except that a terminating binary zero
6020is not included in the key that is passed to the DBM library. You may need this
6021if you want to look up data in files that are created by or shared with some
6022other application that does not use terminating zeros. For example, you need to
6023use ^dbmnz^ rather than ^dbm^ if you want to authenticate incoming SMTP
6024calls using the passwords from Courier's _/etc/userdbshadow.dat_ file. Exim's
6025utility program for creating DBM files ('exim_dbmbuild') includes the zeros
6026by default, but has an option to omit them (see section <<SECTdbmbuild>>).
6027
6028- cindex:[lookup,dsearch]
6029cindex:[dsearch lookup type]
6030^dsearch^: The given file must be a directory; this is searched for a file
6031whose name is the key. The key may not contain any forward slash characters.
6032The result of a successful lookup is the name of the file. An example of how
6033this lookup can be used to support virtual domains is given in section
6034<<SECTvirtualdomains>>.
6035
6036- cindex:[lookup,iplsearch]
6037cindex:[iplsearch lookup type]
6038^iplsearch^: The given file is a text file containing keys and data. A key is
6039terminated by a colon or white space or the end of the line. The keys in the
6040file must be IP addresses, or IP addresses with CIDR masks. Keys that involve
6041IPv6 addresses must be enclosed in quotes to prevent the first internal colon
6042being interpreted as a key terminator. For example:
6043
6044 1.2.3.4: data for 1.2.3.4
6045 192.168.0.0/16 data for 192.168.0.0/16
6046 "abcd::cdab": data for abcd::cdab
6047 "abcd:abcd::/32" data for abcd:abcd::/32
6048+
6049The key for an ^iplsearch^ lookup must be an IP address (without a mask). The
6050file is searched linearly, using the CIDR masks where present, until a matching
6051key is found. The first key that matches is used; there is no attempt to find a
6052``best'' match. Apart from the way the keys are matched, the processing for
6053^iplsearch^ is the same as for ^lsearch^.
6054+
6055*Warning 1*: Unlike most other single-key lookup types, a file of data for
6056^iplsearch^ can 'not' be turned into a DBM or cdb file, because those
6057lookup types support only literal keys.
6058+
6059*Warning 2*: In a host list, you must always use ^net-iplsearch^ so that
6060the implicit key is the host's IP address rather than its name (see section
6061<<SECThoslispatsikey>>).
6062
6063- cindex:[linear search]
6064cindex:[lookup,lsearch]
6065cindex:[lsearch lookup type]
6066^lsearch^: The given file is a text file that is searched linearly for a
6067line beginning with the search key, terminated by a colon or white space or the
6068end of the line. The first occurrence that is found in the file is used. White
6069space between the key and the colon is permitted. The remainder of the line,
6070with leading and trailing white space removed, is the data. This can be
6071continued onto subsequent lines by starting them with any amount of white
6072space, but only a single space character is included in the data at such a
6073junction. If the data begins with a colon, the key must be terminated by a
6074colon, for example:
6075
6076 baduser: :fail:
6077+
6078Empty lines and lines beginning with # are ignored, even if they occur in the
6079middle of an item. This is the traditional textual format of alias files. Note
6080that the keys in an ^lsearch^ file are literal strings. There is no
6081wildcarding of any kind.
6082+
6083cindex:[lookup,lsearch -- colons in keys]
068aaea8 6084cindex:[white space,in lsearch key]
168e428f 6085In most ^lsearch^ files, keys are not required to contain colons or #
068aaea8 6086characters, or white space. However, if you need this feature, it is available.
168e428f
PH
6087If a key begins with a doublequote character, it is terminated only by a
6088matching quote (or end of line), and the normal escaping rules apply to its
6089contents (see section <<SECTstrings>>). An optional colon is permitted after
6090quoted keys (exactly as for unquoted keys). There is no special handling of
6091quotes for the data part of an ^lsearch^ line.
6092
6093- cindex:[NIS lookup type]
6094cindex:[lookup,NIS]
6095cindex:[binary zero,in lookup key]
6096^nis^: The given file is the name of a NIS map, and a NIS lookup is done with
6097the given key, without a terminating binary zero. There is a variant called
6098^nis0^ which does include the terminating binary zero in the key. This is
6099reportedly needed for Sun-style alias files. Exim does not recognize NIS
6100aliases; the full map names must be used.
6101
6102- cindex:[wildlsearch lookup type]
6103cindex:[lookup,wildlsearch]
6104cindex:[nwildlsearch lookup type]
6105cindex:[lookup,nwildlsearch]
6106^wildlsearch^ or ^nwildlsearch^: These search a file linearly, like
6107^lsearch^, but instead of being interpreted as a literal string, each key may
6108be wildcarded. The difference between these two lookup types is that for
6109^wildlsearch^, each key in the file is string-expanded before being used,
6110whereas for ^nwildlsearch^, no expansion takes place.
6111+
6112Like ^lsearch^, the testing is done case-insensitively. The following forms
6113of wildcard are recognized:
6114+
6115--
6116.. The string may begin with an asterisk to mean ``ends with''. For example:
6117
068aaea8
PH
6118 *.a.b.c data for anything.a.b.c
6119 *fish data for anythingfish
168e428f
PH
6120
6121.. The string may begin with a circumflex to indicate a regular expression. For
6122example, for ^wildlsearch^:
6123
068aaea8 6124 ^\N\d+\.a\.b\N data for <digits>.a.b
168e428f
PH
6125
6126Note the use of `\N` to disable expansion of the contents of the regular
6127expression. If you are using ^nwildlsearch^, where the keys are not
6128string-expanded, the equivalent entry is:
6129
068aaea8 6130 ^\d+\.a\.b data for <digits>.a.b
168e428f
PH
6131
6132If the regular expression contains white space or colon characters, you must
6133either quote it (see ^lsearch^ above), or represent these characters in other
6134ways. For example, `\s` can be used for white space and `\x3A` for a
6135colon. This may be easier than quoting, because if you quote, you have to
6136escape all the backslashes inside the quotes.
6137
6138.. Although I cannot see it being of much use, the general matching function
6139that is used to implement ^(n)wildlsearch^ means that the string may begin with
6140a lookup name terminated by a semicolon, and followed by lookup data. For
6141example:
6142
068aaea8 6143 cdb;/some/file data for keys that match the file
168e428f
PH
6144
6145The data that is obtained from the nested lookup is discarded.
6146--
6147+
6148Keys that do not match any of these patterns are interpreted literally. The
6149continuation rules for the data are the same as for ^lsearch^, and keys may
6150be followed by optional colons.
6151+
6152*Warning*: Unlike most other single-key lookup types, a file of data for
6153^(n)wildlsearch^ can 'not' be turned into a DBM or cdb file, because those
6154lookup types support only literal keys.
6155
6156
6157
6158Query-style lookup types
6159~~~~~~~~~~~~~~~~~~~~~~~~
6160cindex:[lookup,query-style types]
6161cindex:[query-style lookup,list of types]
6162The supported query-style lookup types are listed below. Further details about
6163many of them are given in later sections.
6164
6165- cindex:[DNS,as a lookup type]
6166cindex:[lookup,DNS]
6167^dnsdb^: This does a DNS search for one or more records whose domain names are
6168given in the supplied query. The resulting data is the contents of the records.
6169See section <<SECTdnsdb>>.
6170
6171- cindex:[Interbase lookup type]
6172cindex:[lookup,Interbase]
6173^ibase^: This does a lookup in an Interbase database.
6174
6175- cindex:[LDAP,lookup type]
6176cindex:[lookup,LDAP]
6177^ldap^: This does an LDAP lookup using a query in the form of a URL, and
6178returns attributes from a single entry. There is a variant called ^ldapm^
6179that permits values from multiple entries to be returned. A third variant
6180called ^ldapdn^ returns the Distinguished Name of a single entry instead of
6181any attribute values. See section <<SECTldap>>.
6182
6183- cindex:[MySQL,lookup type]
6184cindex:[lookup,MySQL]
6185^mysql^: The format of the query is an SQL statement that is passed to a MySQL
6186database. See section <<SECTsql>>.
6187
6188- cindex:[NIS+ lookup type]
6189cindex:[lookup,NIS+]
6190^nisplus^: This does a NIS+ lookup using a query that can specify the name of
6191the field to be returned. See section <<SECTnisplus>>.
6192
6193- cindex:[Oracle,lookup type]
6194cindex:[lookup,Oracle]
6195^oracle^: The format of the query is an SQL statement that is passed to an
6196Oracle database. See section <<SECTsql>>.
6197
6198- cindex:[lookup,passwd]
6199cindex:[passwd lookup type]
6200cindex:[_/etc/passwd_]
6201^passwd^ is a query-style lookup with queries that are just user names. The
6202lookup calls 'getpwnam()' to interrogate the system password data, and on
6203success, the result string is the same as you would get from an ^lsearch^
6204lookup on a traditional _/etc/passwd file_, though with `*` for the
6205password value. For example:
6206
6207 *:42:42:King Rat:/home/kr:/bin/bash
6208
6209- cindex:[PostgreSQL lookup type]
6210cindex:[lookup,PostgreSQL]
6211^pgsql^: The format of the query is an SQL statement that is passed to a
6212PostgreSQL database. See section <<SECTsql>>.
6213
068aaea8
PH
6214[revisionflag="changed"]
6215- cindex:[sqlite lookup type]
6216cindex:[lookup,sqlite]
6217^sqlite^: The format of the query is a file name followed by an SQL statement
6218that is passed to an SQLite database. See section <<SECTsqlite>>.
6219
168e428f
PH
6220- ^testdb^: This is a lookup type that is used for testing Exim. It is
6221not likely to be useful in normal operation.
6222
6223- cindex:[whoson lookup type]
6224cindex:[lookup,whoson]
6225^whoson^: 'Whoson' (*http://whoson.sourceforge.net[]*) is a proposed
6226Internet protocol that allows Internet server programs to check whether a
6227particular (dynamically allocated) IP address is currently allocated to a known
6228(trusted) user and, optionally, to obtain the identity of the said user. In
6229Exim, this can be used to implement ``POP before SMTP'' checking using ACL
6230statements such as
6231+
6232....
6233require condition = \
6234 ${lookup whoson {$sender_host_address}{yes}{no}}
6235....
6236+
6237The query consists of a single IP address. The value returned is the name of
6238the authenticated user.
6239
6240
6241
6242Temporary errors in lookups
6243~~~~~~~~~~~~~~~~~~~~~~~~~~~
6244cindex:[lookup,temporary error in]
6245Lookup functions can return temporary error codes if the lookup cannot be
068aaea8 6246completed. For example, an SQL or LDAP database might be unavailable. For this
168e428f
PH
6247reason, it is not advisable to use a lookup that might do this for critical
6248options such as a list of local domains.
6249
6250When a lookup cannot be completed in a router or transport, delivery
6251of the message (to the relevant address) is deferred, as for any other
6252temporary error. In other circumstances Exim may assume the lookup has failed,
6253or may give up altogether.
6254
6255
6256
6257[[SECTdefaultvaluelookups]]
6258Default values in single-key lookups
6259~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6260cindex:[wildcard lookups]
6261cindex:[lookup,default values]
6262cindex:[lookup,wildcard]
6263cindex:[lookup,\* added to type]
6264cindex:[default,in single-key lookups]
6265In this context, a ``default value'' is a value specified by the administrator
6266that is to be used if a lookup fails.
6267
6268If ``\*'' is added to a single-key lookup type (for example, %lsearch\*%) and
6269the initial lookup fails, the key ``\*'' is looked up in the file to provide
6270a default value. See also the section on partial matching below.
6271
6272cindex:[\*@ with single-key lookup]
6273cindex:[lookup,\*@ added to type]
6274cindex:[alias file,per-domain default]
6275Alternatively, if ``\*@'' is added to a single-key lookup type (for example
6276\dbm\*\) then, if the initial lookup fails and the key contains an @
6277character, a second lookup is done with everything before the last @ replaced
6278by \*. This makes it possible to provide per-domain defaults in alias files
6279that include the domains in the keys. If the second lookup fails (or doesn't
6280take place because there is no @ in the key), ``\*'' is looked up.
6281For example, a ^redirect^ router might contain:
6282
6283 data = ${lookup{$local_part@$domain}lsearch*@{/etc/mixed-aliases}}
6284
6285Suppose the address that is being processed is 'jane@eyre.example'. Exim
6286looks up these keys, in this order:
6287
6288 jane@eyre.example
6289 *@eyre.example
6290 *
6291
6292The data is taken from whichever key it finds first. *Note*: in an
6293^lsearch^ file, this does not mean the first of these keys in the file. A
6294complete scan is done for each key, and only if it is not found at all does
6295Exim move on to try the next key.
6296
6297
6298
6299[[SECTpartiallookup]]
6300Partial matching in single-key lookups
6301~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6302cindex:[partial matching]
6303cindex:[wildcard lookups]
6304cindex:[lookup,partial matching]
6305cindex:[lookup,wildcard]
6306cindex:[asterisk,in search type]
6307The normal operation of a single-key lookup is to search the file for an exact
6308match with the given key. However, in a number of situations where domains are
6309being looked up, it is useful to be able to do partial matching. In this case,
6310information in the file that has a key starting with ``\*.'' is matched by any
6311domain that ends with the components that follow the full stop. For example, if
6312a key in a DBM file is
6313
6314 *.dates.fict.example
6315
6316then when partial matching is enabled this is matched by (amongst others)
6317'2001.dates.fict.example' and '1984.dates.fict.example'. It is also matched
6318by 'dates.fict.example', if that does not appear as a separate key in the
6319file.
6320
6321*Note*: Partial matching is not available for query-style lookups. It is
6322also not available for any lookup items in address lists (see section
6323<<SECTaddresslist>>).
6324
6325Partial matching is implemented by doing a series of separate lookups using
6326keys constructed by modifying the original subject key. This means that it can
6327be used with any of the single-key lookup types, provided that
6328partial matching keys
6329beginning with a special prefix (default ``\*.'') are included in the data file.
6330Keys in the file that do not begin with the prefix are matched only by
6331unmodified subject keys when partial matching is in use.
6332
6333Partial matching is requested by adding the string ``partial-'' to the front of
6334the name of a single-key lookup type, for example, %partial-dbm%. When this is
6335done, the subject key is first looked up unmodified; if that fails, ``\*.''
6336is added at the start of the subject key, and it is looked up again. If that
6337fails, further lookups are tried with dot-separated components removed
6338from the start of the subject key, one-by-one, and ``\*.'' added on the front of
6339what remains.
6340
6341A minimum number of two non-\* components are required. This can be adjusted
6342by including a number before the hyphen in the search type. For example,
6343%partial3-lsearch% specifies a minimum of three non-\* components in the
6344modified keys. Omitting the number is equivalent to ``partial2-''. If the subject
6345key is '2250.dates.fict.example' then the following keys are looked up when
6346the minimum number of non-\* components is two:
6347
6348 2250.dates.fict.example
6349 *.2250.dates.fict.example
6350 *.dates.fict.example
6351 *.fict.example
6352
6353As soon as one key in the sequence is successfully looked up, the lookup
6354finishes.
6355
6356cindex:[lookup,partial matching -- changing prefix]
6357cindex:[prefix,for partial matching]
6358The use of ``\*.'' as the partial matching prefix is a default that can be
6359changed. The motivation for this feature is to allow Exim to operate with file
6360formats that are used by other MTAs. A different prefix can be supplied in
6361parentheses instead of the hyphen after ``partial''. For example:
6362
6363 domains = partial(.)lsearch;/some/file
6364
6365In this example, if the domain is 'a.b.c', the sequence of lookups is
6366`a.b.c`, `.a.b.c`, and `.b.c` (the default minimum of 2 non-wild
6367components is unchanged). The prefix may consist of any punctuation characters
6368other than a closing parenthesis. It may be empty, for example:
6369
6370 domains = partial1()cdb;/some/file
6371
6372For this example, if the domain is 'a.b.c', the sequence of lookups is
6373`a.b.c`, `b.c`, and `c`.
6374
6375If ``partial0'' is specified, what happens at the end (when the lookup with just
6376one non-wild component has failed, and the original key is shortened right down
6377to the null string) depends on the prefix:
6378
6379- If the prefix has zero length, the whole lookup fails.
6380
6381- If the prefix has length 1, a lookup for just the prefix is done. For
6382example, the final lookup for ``partial0(.)'' is for `.` alone.
6383
6384- Otherwise, if the prefix ends in a dot, the dot is removed, and the
6385remainder is looked up. With the default prefix, therefore, the final lookup is
6386for ``\*'' on its own.
6387
6388- Otherwise, the whole prefix is looked up.
6389
6390
6391If the search type ends in ``\*'' or ``\*@'' (see section
6392<<SECTdefaultvaluelookups>> above), the search for an ultimate default that this
6393implies happens after all partial lookups have failed. If ``partial0'' is
6394specified, adding ``\*'' to the search type has no effect with the default
6395prefix, because the ``\*'' key is already included in the sequence of partial
6396lookups. However, there might be a use for lookup types such as
6397``partial0(.)lsearch\*''.
6398
6399The use of ``\*'' in lookup partial matching differs from its use as a wildcard
6400in domain lists and the like. Partial matching works only in terms of
6401dot-separated components; a key such as `*fict.example`
6402in a database file is useless, because the asterisk in a partial matching
6403subject key is always followed by a dot.
6404
6405
6406
6407
6408Lookup caching
6409~~~~~~~~~~~~~~
6410cindex:[lookup,caching]
6411cindex:[caching,lookup data]
6412Exim caches all lookup results in order to avoid needless repetition of
6413lookups. However, because (apart from the daemon) Exim operates as a collection
6414of independent, short-lived processes, this caching applies only within a
6415single Exim process. There is no inter-process caching facility.
6416
6417For single-key lookups, Exim keeps the relevant files open in case there is
6418another lookup that needs them. In some types of configuration this can lead to
6419many files being kept open for messages with many recipients. To avoid hitting
6420the operating system limit on the number of simultaneously open files, Exim
6421closes the least recently used file when it needs to open more files than its
6422own internal limit, which can be changed via the %lookup_open_max% option.
6423
6424The single-key lookup files are closed and the lookup caches are flushed at
6425strategic points during delivery -- for example, after all routing is complete.
6426
6427
6428
6429
6430Quoting lookup data
6431~~~~~~~~~~~~~~~~~~~
6432cindex:[lookup,quoting]
6433cindex:[quoting,in lookups]
6434When data from an incoming message is included in a query-style lookup, there
6435is the possibility of special characters in the data messing up the syntax of
6436the query. For example, a NIS+ query that contains
6437
6438 [name=$local_part]
6439
6440will be broken if the local part happens to contain a closing square bracket.
6441For NIS+, data can be enclosed in double quotes like this:
6442
6443 [name="$local_part"]
6444
6445but this still leaves the problem of a double quote in the data. The rule for
6446NIS+ is that double quotes must be doubled. Other lookup types have different
6447rules, and to cope with the differing requirements, an expansion operator
6448of the following form is provided:
6449
6450 \$\{quote_<lookup-type>:<string>\}
6451
6452For example, the safest way to write the NIS+ query is
6453
6454 [name="${quote_nisplus:$local_part}"]
6455
6456See chapter <<CHAPexpand>> for full coverage of string expansions. The quote
6457operator can be used for all lookup types, but has no effect for single-key
6458lookups, since no quoting is ever needed in their key strings.
6459
6460
6461
6462
6463[[SECTdnsdb]]
6464More about dnsdb
6465~~~~~~~~~~~~~~~~
6466cindex:[dnsdb lookup]
6467cindex:[lookup,dnsdb]
6468cindex:[DNS,as a lookup type]
6469The ^dnsdb^ lookup type uses the DNS as its database. A simple query consists
6470of a record type and a domain name, separated by an equals sign. For example,
6471an expansion string could contain:
6472
6473 ${lookup dnsdb{mx=a.b.example}{$value}fail}
6474
6475The supported DNS record types are A, CNAME, MX, NS, PTR, SRV, and TXT, and,
6476when Exim is compiled with IPv6 support, AAAA (and A6 if that is also
6477configured). If no type is given, TXT is assumed. When the type is PTR,
6478the data can be an IP address, written as normal; inversion and the addition of
6479%in-addr.arpa% or %ip6.arpa% happens automatically. For example:
6480
6481 ${lookup dnsdb{ptr=192.168.4.5}{$value}fail}
6482
6483If the data for a PTR record is not a syntactically valid IP address, it is not
6484altered and nothing is added.
6485
068aaea8
PH
6486cindex:[MX record,in ^dnsdb^ lookup]
6487cindex:[SRV record,in ^dnsdb^ lookup]
6488For an MX lookup, both the preference value and the host name are returned for
6489each record, separated by a space. For an SRV lookup, the priority, weight,
6490port, and host name are returned for each record, separated by spaces.
6491
168e428f
PH
6492For any record type, if multiple records are found (or, for A6 lookups, if a
6493single record leads to multiple addresses), the data is returned as a
6494concatenation, with newline as the default separator. The order, of course,
6495depends on the DNS resolver. You can specify a different separator character
6496between multiple records by putting a right angle-bracket followed immediately
6497by the new separator at the start of the query. For example:
6498
6499 ${lookup dnsdb{>: a=host1.example}}
6500
6501It is permitted to specify a space as the separator character. Further
068aaea8 6502white space is ignored.
168e428f 6503
068aaea8
PH
6504Pseudo dnsdb record types
6505~~~~~~~~~~~~~~~~~~~~~~~~~
168e428f 6506cindex:[MX record,in ^dnsdb^ lookup]
068aaea8
PH
6507By default, both the preference value and the host name are returned for
6508each MX record, separated by a space. If you want only host names, you can use
6509the pseudo-type MXH:
168e428f
PH
6510
6511 ${lookup dnsdb{mxh=a.b.example}}
6512
068aaea8
PH
6513In this case, the preference values are omitted, and just the host names are
6514returned.
168e428f
PH
6515
6516cindex:[name server,for enclosing domain]
6517Another pseudo-type is ZNS (for ``zone NS''). It performs a lookup for NS
6518records on the given domain, but if none are found, it removes the first
6519component of the domain name, and tries again. This process continues until NS
6520records are found or there are no more components left (or there is a DNS
6521error). In other words, it may return the name servers for a top-level domain,
6522but it never returns the root name servers. If there are no NS records for the
6523top-level domain, the lookup fails. Consider these examples:
6524
6525 ${lookup dnsdb{zns=xxx.quercite.com}}
6526 ${lookup dnsdb{zns=xxx.edu}}
6527
6528Assuming that in each case there are no NS records for the full domain name,
6529the first returns the name servers for %quercite.com%, and the second returns
6530the name servers for %edu%.
6531
6532You should be careful about how you use this lookup because, unless the
6533top-level domain does not exist, the lookup always returns some host names. The
6534sort of use to which this might be put is for seeing if the name servers for a
6535given domain are on a blacklist. You can probably assume that the name servers
6536for the high-level domains such as %com% or %co.uk% are not going to be on such
6537a list.
6538
068aaea8
PH
6539[revisionflag="changed"]
6540cindex:[CSA,in ^dnsdb^ lookup]
6541A third pseudo-type is CSA (Client SMTP Authorization), which looks up SRV
6542records according to the CSA rules, which are described in section
6543<<SECTverifyCSA>>. Although ^dnsdb^ supports SRV lookups directly, this is not
6544sufficient because of the extra parent domain search behaviour of CSA. The
6545result of a successful lookup such as:
6546
6547[revisionflag="changed"]
6548....
6549${lookup dnsdb {csa=$sender_helo_name}}
6550....
6551
6552[revisionflag="changed"]
6553has two space-separated fields: an authorization code and a target host name.
6554The authorization code can be ``Y'' for yes, ``N'' for no, ``X'' for explicit
6555authorization required but absent, or ``?'' for unknown.
6556
168e428f
PH
6557
6558
6559Multiple dnsdb lookups
6560~~~~~~~~~~~~~~~~~~~~~~
068aaea8 6561In the previous sections, ^dnsdb^ lookups for a single domain are described.
168e428f
PH
6562However, you can specify a list of domains or IP addresses in a single
6563^dnsdb^ lookup. The list is specified in the normal Exim way, with colon as
6564the default separator, but with the ability to change this. For example:
6565
6566 ${lookup dnsdb{one.domain.com:two.domain.com}}
6567 ${lookup dnsdb{a=one.host.com:two.host.com}}
6568 ${lookup dnsdb{ptr = <; 1.2.3.4 ; 4.5.6.8}}
6569
6570In order to retain backwards compatibility, there is one special case: if
6571the lookup type is PTR and no change of separator is specified, Exim looks
6572to see if the rest of the string is precisely one IPv6 address. In this
6573case, it does not treat it as a list.
6574
6575The data from each lookup is concatenated, with newline separators by default,
6576in the same way that multiple DNS records for a single item are handled. A
6577different separator can be specified, as described above.
6578
6579The ^dnsdb^ lookup fails only if all the DNS lookups fail. If there is a
6580temporary DNS error for any of them, the behaviour is controlled by
6581an optional keyword followed by a comma that may appear before the record
6582type. The possible keywords are ``defer_strict'', ``defer_never'', and
6583``defer_lax''. With ``strict'' behaviour, any temporary DNS error causes the
6584whole lookup to defer. With ``never'' behaviour, a temporary DNS error is
6585ignored, and the behaviour is as if the DNS lookup failed to find anything.
6586With ``lax'' behaviour, all the queries are attempted, but a temporary DNS
6587error causes the whole lookup to defer only if none of the other lookups
6588succeed. The default is ``lax'', so the following lookups are equivalent:
6589
6590 ${lookup dnsdb{defer_lax,a=one.host.com:two.host.com}}
6591 ${lookup dnsdb{a=one.host.com:two.host.com}}
6592
6593Thus, in the default case, as long as at least one of the DNS lookups
6594yields some data, the lookup succeeds.
6595
6596
6597
6598
6599[[SECTldap]]
6600More about LDAP
6601~~~~~~~~~~~~~~~
6602cindex:[LDAP lookup]
6603cindex:[lookup,LDAP]
6604cindex:[Solaris,LDAP]
6605The original LDAP implementation came from the University of Michigan; this has
6606become ``Open LDAP'', and there are now two different releases. Another
6607implementation comes from Netscape, and Solaris 7 and subsequent releases
6608contain inbuilt LDAP support. Unfortunately, though these are all compatible at
6609the lookup function level, their error handling is different. For this reason
6610it is necessary to set a compile-time variable when building Exim with LDAP, to
6611indicate which LDAP library is in use. One of the following should appear in
6612your _Local/Makefile_:
6613
6614 LDAP_LIB_TYPE=UMICHIGAN
6615 LDAP_LIB_TYPE=OPENLDAP1
6616 LDAP_LIB_TYPE=OPENLDAP2
6617 LDAP_LIB_TYPE=NETSCAPE
6618 LDAP_LIB_TYPE=SOLARIS
6619
6620If LDAP_LIB_TYPE is not set, Exim assumes `OPENLDAP1`, which has the
6621same interface as the University of Michigan version.
6622
6623There are three LDAP lookup types in Exim. These behave slightly differently in
6624the way they handle the results of a query:
6625
6626- ^ldap^ requires the result to contain just one entry; if there are more, it
6627gives an error.
6628
6629- ^ldapdn^ also requires the result to contain just one entry, but it is the
6630Distinguished Name that is returned rather than any attribute values.
6631
6632- ^ldapm^ permits the result to contain more than one entry; the attributes from
6633all of them are returned.
6634
6635
6636For ^ldap^ and ^ldapm^, if a query finds only entries with no attributes,
6637Exim behaves as if the entry did not exist, and the lookup fails. The format of
6638the data returned by a successful lookup is described in the next section.
6639First we explain how LDAP queries are coded.
6640
6641
6642[[SECTforldaque]]
6643Format of LDAP queries
6644~~~~~~~~~~~~~~~~~~~~~~
6645cindex:[LDAP,query format]
6646An LDAP query takes the form of a URL as defined in RFC 2255. For example, in
6647the configuration of a ^redirect^ router one might have this setting:
6648
6649....
6650data = ${lookup ldap \
6651 {ldap:///cn=$local_part,o=University%20of%20Cambridge,\
6652 c=UK?mailbox?base?}}
6653....
6654
6655cindex:[LDAP,with TLS]
6656The URL may begin with `ldap` or `ldaps` if your LDAP library supports
6657secure (encrypted) LDAP connections. The second of these ensures that an
6658encrypted TLS connection is used.
6659
6660
6661LDAP quoting
6662~~~~~~~~~~~~
6663cindex:[LDAP,quoting]
6664Two levels of quoting are required in LDAP queries, the first for LDAP itself
6665and the second because the LDAP query is represented as a URL. Furthermore,
6666within an LDAP query, two different kinds of quoting are required. For this
6667reason, there are two different LDAP-specific quoting operators.
6668
6669The %quote_ldap% operator is designed for use on strings that are part of
6670filter specifications. Conceptually, it first does the following conversions on
6671the string:
6672
6673....
6674* => \2A
6675( => \28
6676) => \29
6677\ => \5C
6678....
6679
6680in accordance with RFC 2254. The resulting string is then quoted according
6681to the rules for URLs, that is, all characters except
6682
6683 ! $ ' - . _ ( ) * +
6684
6685are converted to their hex values, preceded by a percent sign. For example:
6686
6687 ${quote_ldap: a(bc)*, a<yz>; }
6688
6689yields
6690
6691 %20a%5C28bc%5C29%5C2A%2C%20a%3Cyz%3E%3B%20
6692
6693Removing the URL quoting, this is (with a leading and a trailing space):
6694
6695 a\28bc\29\2A, a<yz>;
6696
6697
6698The %quote_ldap_dn% operator is designed for use on strings that are part of
6699base DN specifications in queries. Conceptually, it first converts the string
6700by inserting a backslash in front of any of the following characters:
6701
6702 , + " \ < > ;
6703
6704It also inserts a backslash before any leading spaces or # characters, and
6705before any trailing spaces. (These rules are in RFC 2253.) The resulting string
6706is then quoted according to the rules for URLs. For example:
6707
6708 ${quote_ldap_dn: a(bc)*, a<yz>; }
6709
6710yields
6711
6712 %5C%20a(bc)*%5C%2C%20a%5C%3Cyz%5C%3E%5C%3B%5C%20
6713
6714Removing the URL quoting, this is (with a trailing space):
6715
6716....
6717\ a(bc)*\, a\<yz\>\;\
6718....
6719
6720There are some further comments about quoting in the section on LDAP
6721authentication below.
6722
6723
6724LDAP connections
6725~~~~~~~~~~~~~~~~
6726cindex:[LDAP,connections]
6727The connection to an LDAP server may either be over TCP/IP, or, when OpenLDAP
6728is in use, via a Unix domain socket. The example given above does not specify
6729an LDAP server. A server that is reached by TCP/IP can be specified in a query
6730by starting it with
6731
6732 ldap://<hostname>:<port>/...
6733
6734If the port (and preceding colon) are omitted, the standard LDAP port (389) is
6735used. When no server is specified in a query, a list of default servers is
6736taken from the %ldap_default_servers% configuration option. This supplies a
6737colon-separated list of servers which are tried in turn until one successfully
6738handles a query, or there is a serious error. Successful handling either
6739returns the requested data, or indicates that it does not exist. Serious errors
6740are syntactical, or multiple values when only a single value is expected.
6741Errors which cause the next server to be tried are connection failures, bind
6742failures, and timeouts.
6743
6744For each server name in the list, a port number can be given. The standard way
6745of specifing a host and port is to use a colon separator (RFC 1738). Because
6746%ldap_default_servers% is a colon-separated list, such colons have to be
6747doubled. For example
6748
6749 ldap_default_servers = ldap1.example.com::145:ldap2.example.com
6750
6751If %ldap_default_servers% is unset, a URL with no server name is passed
6752to the LDAP library with no server name, and the library's default (normally
6753the local host) is used.
6754
6755If you are using the OpenLDAP library, you can connect to an LDAP server using
6756a Unix domain socket instead of a TCP/IP connection. This is specified by using
6757`ldapi` instead of `ldap` in LDAP queries. What follows here applies only
6758to OpenLDAP. If Exim is compiled with a different LDAP library, this feature is
6759not available.
6760
6761For this type of connection, instead of a host name for the server, a pathname
6762for the socket is required, and the port number is not relevant. The pathname
6763can be specified either as an item in %ldap_default_servers%, or inline in
6764the query. In the former case, you can have settings such as
6765
6766 ldap_default_servers = /tmp/ldap.sock : backup.ldap.your.domain
6767
6768When the pathname is given in the query, you have to escape the slashes as
6769`%2F` to fit in with the LDAP URL syntax. For example:
6770
6771 ${lookup ldap {ldapi://%2Ftmp%2Fldap.sock/o=...
6772
6773When Exim processes an LDAP lookup and finds that the ``hostname'' is really
6774a pathname, it uses the Unix domain socket code, even if the query actually
6775specifies `ldap` or `ldaps`. In particular, no encryption is used for a
6776socket connection. This behaviour means that you can use a setting of
6777%ldap_default_servers% such as in the example above with traditional `ldap`
6778or `ldaps` queries, and it will work. First, Exim tries a connection via
6779the Unix domain socket; if that fails, it tries a TCP/IP connection to the
6780backup host.
6781
6782If an explicit `ldapi` type is given in a query when a host name is
6783specified, an error is diagnosed. However, if there are more items in
6784%ldap_default_servers%, they are tried. In other words:
6785
6786- Using a pathname with `ldap` or `ldaps` forces the use of the Unix domain
6787interface.
6788
6789- Using `ldapi` with a host name causes an error.
6790
6791
6792Using `ldapi` with no host or path in the query, and no setting of
6793%ldap_default_servers%, does whatever the library does by default.
6794
6795
6796
6797LDAP authentication and control information
6798~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6799cindex:[LDAP,authentication]
6800The LDAP URL syntax provides no way of passing authentication and other control
6801information to the server. To make this possible, the URL in an LDAP query may
6802be preceded by any number of ``<''name'>=<'value'>' settings, separated by
6803spaces. If a value contains spaces it must be enclosed in double quotes, and
6804when double quotes are used, backslash is interpreted in the usual way inside
6805them. The following names are recognized:
6806
6807&&&
6808`DEREFERENCE` set the dereferencing parameter
6809`NETTIME ` set a timeout for a network operation
6810`USER ` set the DN, for authenticating the LDAP bind
6811`PASS ` set the password, likewise
6812`SIZE ` set the limit for the number of entries returned
6813`TIME ` set the maximum waiting time for a query
6814&&&
6815
6816The value of the DEREFERENCE parameter must be one of the words ``never'',
6817``searching'', ``finding'', or ``always''.
6818
6819The name CONNECT is an obsolete name for NETTIME, retained for
6820backwards compatibility. This timeout (specified as a number of seconds) is
6821enforced from the client end for operations that can be carried out over a
6822network. Specifically, it applies to network connections and calls to the
6823'ldap_result()' function. If the value is greater than zero, it is used if
6824LDAP_OPT_NETWORK_TIMEOUT is defined in the LDAP headers (OpenLDAP), or
6825if LDAP_X_OPT_CONNECT_TIMEOUT is defined in the LDAP headers (Netscape
6826SDK 4.1). A value of zero forces an explicit setting of ``no timeout'' for
6827Netscape SDK; for OpenLDAP no action is taken.
6828
6829The TIME parameter (also a number of seconds) is passed to the server to
6830set a server-side limit on the time taken to complete a search.
6831
6832
6833Here is an example of an LDAP query in an Exim lookup that uses some of these
6834values. This is a single line, folded for ease of reading:
6835
6836 ${lookup ldap
6837 {user="cn=manager,o=University of Cambridge,c=UK" pass=secret
6838 ldap:///o=University%20of%20Cambridge,c=UK?sn?sub?(cn=foo)}
6839 {$value}fail}
6840
6841The encoding of spaces as {pc}20 is a URL thing which should not be done for any
6842of the auxiliary data. Exim configuration settings that include lookups which
6843contain password information should be preceded by ``hide'' to prevent non-admin
6844users from using the %-bP% option to see their values.
6845
6846The auxiliary data items may be given in any order. The default is no
6847connection timeout (the system timeout is used), no user or password, no limit
6848on the number of entries returned, and no time limit on queries.
6849
6850When a DN is quoted in the USER= setting for LDAP authentication, Exim
6851removes any URL quoting that it may contain before passing it LDAP. Apparently
6852some libraries do this for themselves, but some do not. Removing the URL
6853quoting has two advantages:
6854
6855- It makes it possible to use the same %quote_ldap_dn% expansion for USER=
6856DNs as with DNs inside actual queries.
6857
6858- It permits spaces inside USER= DNs.
6859
6860For example, a setting such as
6861
6862 USER=cn=${quote_ldap_dn:$1}
6863
6864should work even if $1$ contains spaces.
6865
6866Expanded data for the PASS= value should be quoted using the %quote%
6867expansion operator, rather than the LDAP quote operators. The only reason this
6868field needs quoting is to ensure that it conforms to the Exim syntax, which
6869does not allow unquoted spaces. For example:
6870
6871 PASS=${quote:$3}
6872
6873
6874The LDAP authentication mechanism can be used to check passwords as part of
6875SMTP authentication. See the %ldapauth% expansion string condition in chapter
6876<<CHAPexpand>>.
6877
6878
6879
6880Format of data returned by LDAP
6881~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6882cindex:[LDAP,returned data formats]
6883The ^ldapdn^ lookup type returns the Distinguished Name from a single entry as
6884a sequence of values, for example
6885
6886 cn=manager, o=University of Cambridge, c=UK
6887
6888
6889The ^ldap^ lookup type generates an error if more than one entry matches the
6890search filter, whereas ^ldapm^ permits this case, and inserts a newline in
6891the result between the data from different entries. It is possible for multiple
6892values to be returned for both ^ldap^ and ^ldapm^, but in the former case
6893you know that whatever values are returned all came from a single entry in the
6894directory.
6895
6896In the common case where you specify a single attribute in your LDAP query, the
6897result is not quoted, and does not contain the attribute name. If the attribute
6898has multiple values, they are separated by commas.
6899
6900If you specify multiple attributes, the result contains space-separated, quoted
6901strings, each preceded by the attribute name and an equals sign. Within the
6902quotes, the quote character, backslash, and newline are escaped with
6903backslashes, and commas are used to separate multiple values for the attribute.
6904Apart from the escaping, the string within quotes takes the same form as the
6905output when a single attribute is requested. Specifying no attributes is the
6906same as specifying all of an entry's attributes.
6907
6908Here are some examples of the output format. The first line of each pair is an
6909LDAP query, and the second is the data that is returned. The attribute called
6910%attr1% has two values, whereas %attr2% has only one value:
6911
6912 ldap:///o=base?attr1?sub?(uid=fred)
6913 value1.1, value1.2
6914
6915 ldap:///o=base?attr2?sub?(uid=fred)
6916 value two
6917
6918 ldap:///o=base?attr1,attr2?sub?(uid=fred)
6919 attr1="value1.1, value1.2" attr2="value two"
6920
6921 ldap:///o=base??sub?(uid=fred)
6922 objectClass="top" attr1="value1.1, value1.2" attr2="value two"
6923
6924The %extract% operator in string expansions can be used to pick out individual
6925fields from data that consists of 'key'='value' pairs. You can make use
6926of Exim's %-be% option to run expansion tests and thereby check the results of
6927LDAP lookups.
6928
6929
6930
6931
6932[[SECTnisplus]]
6933More about NIS+
6934~~~~~~~~~~~~~~~
6935cindex:[NIS+ lookup type]
6936cindex:[lookup,NIS+]
6937NIS+ queries consist of a NIS+ 'indexed name' followed by an optional colon
6938and field name. If this is given, the result of a successful query is the
6939contents of the named field; otherwise the result consists of a concatenation
6940of 'field-name=field-value' pairs, separated by spaces. Empty values and
6941values containing spaces are quoted. For example, the query
6942
6943 [name=mg1456],passwd.org_dir
6944
6945might return the string
6946
6947 name=mg1456 passwd="" uid=999 gid=999 gcos="Martin Guerre"
6948 home=/home/mg1456 shell=/bin/bash shadow=""
6949
6950(split over two lines here to fit on the page), whereas
6951
6952 [name=mg1456],passwd.org_dir:gcos
6953
6954would just return
6955
6956 Martin Guerre
6957
6958with no quotes. A NIS+ lookup fails if NIS+ returns more than one table entry
6959for the given indexed key. The effect of the %quote_nisplus% expansion
6960operator is to double any quote characters within the text.
6961
6962
6963
6964[[SECTsql]]
068aaea8
PH
6965SQL lookups
6966~~~~~~~~~~~
6967[revisionflag="changed"]
6968cindex:[SQL lookup types]
6969Exim can support lookups in Interbase, MySQL, Oracle, PostgreSQL, and SQLite
6970databases. Queries for these databases contain SQL statements, so an example
6971might be
6972
6973....
6974${lookup mysql{select mailbox from users where id='userx'}\
6975 {$value}fail}
6976....
6977
6978If the result of the query contains more than one field, the data for each
6979field in the row is returned, preceded by its name, so the result of
6980
6981....
6982${lookup pgsql{select home,name from users where id='userx'}\
6983 {$value}}
6984....
6985
6986might be
6987
6988 home=/home/userx name="Mister X"
6989
6990Empty values and values containing spaces are double quoted, with embedded
6991quotes escaped by a backslash. If the result of the query contains just one
6992field, the value is passed back verbatim, without a field name, for example:
6993
6994 Mister X
6995
6996If the result of the query yields more than one row, it is all concatenated,
6997with a newline between the data for each row.
6998
6999
168e428f
PH
7000More about MySQL, PostgreSQL, Oracle, and Interbase
7001~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7002cindex:[MySQL,lookup type]
7003cindex:[PostgreSQL lookup type]
7004cindex:[lookup,MySQL]
7005cindex:[lookup,PostgreSQL]
7006cindex:[Oracle,lookup type]
7007cindex:[lookup,Oracle]
7008cindex:[Interbase lookup type]
7009cindex:[lookup,Interbase]
7010If any MySQL, PostgreSQL, Oracle, or Interbase lookups are used, the
068aaea8
PH
7011%mysql_servers%, %pgsql_servers%, %oracle_servers%, or %ibase_servers% option
7012(as appropriate) must be set to a colon-separated list of server information.
7013Each item in the list is a slash-separated list of four items: host name,
7014database name, user name, and password. In the case of Oracle, the host name
7015field is used for the ``service name'', and the database name field is not used
7016and should be empty. For example:
168e428f 7017
068aaea8 7018 hide oracle_servers = oracle.plc.example//userx/abcdwxyz
168e428f
PH
7019
7020Because password data is sensitive, you should always precede the setting with
7021``hide'', to prevent non-admin users from obtaining the setting via the %-bP%
7022option. Here is an example where two MySQL servers are listed:
7023
7024....
7025hide mysql_servers = localhost/users/root/secret:\
7026 otherhost/users/root/othersecret
7027....
7028
7029For MySQL and PostgreSQL, a host may be specified as <'name'>:<'port'> but
068aaea8
PH
7030because this is a colon-separated list, the colon has to be doubled. For each
7031query, these parameter groups are tried in order until a connection and a query
7032succeeds.
168e428f
PH
7033
7034The %quote_mysql%, %quote_pgsql%, and %quote_oracle% expansion operators
7035convert newline, tab, carriage return, and backspace to \n, \t, \r, and \b
7036respectively, and the characters single-quote, double-quote, and backslash
7037itself are escaped with backslashes. The %quote_pgsql% expansion operator, in
7038addition, escapes the percent and underscore characters. This cannot be done
7039for MySQL because these escapes are not recognized in contexts where these
7040characters are not special.
7041
7042
168e428f
PH
7043Special MySQL features
7044~~~~~~~~~~~~~~~~~~~~~~
7045For MySQL, an empty host name or the use of ``localhost'' in %mysql_servers%
7046causes a connection to the server on the local host by means of a Unix domain
7047socket. An alternate socket can be specified in parentheses. The full syntax of
7048each item in %mysql_servers% is:
7049
7050&&&
7051<'hostname'>::<'port'>(<'socket name'>)/<'database'>/<'user'>/<'password'>
7052&&&
7053
7054Any of the three sub-parts of the first field can be omitted. For normal use on
7055the local host it can be left blank or set to just ``localhost''.
7056
7057No database need be supplied -- but if it is absent here, it must be given in
7058the queries.
7059
7060If a MySQL query is issued that does not request any data (an insert, update,
7061or delete command), the result of the lookup is the number of rows affected.
7062
7063*Warning*: this can be misleading. If an update does not actually change
7064anything (for example, setting a field to the value it already has), the result
7065is zero because no rows are affected.
7066
7067
168e428f
PH
7068Special PostgreSQL features
7069~~~~~~~~~~~~~~~~~~~~~~~~~~~
7070PostgreSQL lookups can also use Unix domain socket connections to the database.
7071This is usually faster and costs less CPU time than a TCP/IP connection.
7072However it can be used only if the mail server runs on the same machine as the
7073database server. A configuration line for PostgreSQL via Unix domain sockets
7074looks like this:
7075
7076 hide pgsql_servers = (/tmp/.s.PGSQL.5432)/db/user/password : ...
7077
7078In other words, instead of supplying a host name, a path to the socket is
7079given. The path name is enclosed in parentheses so that its slashes aren't
7080visually confused with the delimiters for the other server parameters.
7081
7082If a PostgreSQL query is issued that does not request any data (an insert,
7083update, or delete command), the result of the lookup is the number of rows
7084affected.
7085
068aaea8
PH
7086[[SECTsqlite]]
7087More about SQLite
7088~~~~~~~~~~~~~~~~~
7089[revisionflag="changed"]
7090cindex:[lookup,SQLite]
7091cindex:[SQLite lookup type]
7092SQLite is different to the other SQL lookups because a file name is required in
7093addition to the SQL query. An SQLite database is a single file, and there is no
7094daemon as in the other SQL databases. The interface to Exim requires the name
7095of the file, as an absolute path, to be given at the start of the query. It is
7096separated from the query by white space. This means that the path name cannot
7097contain white space. Here is a lookup expansion example:
7098
7099....
7100${lookup sqlite {/some/thing/sqlitedb \
7101 select name from aliases where id='userx';}}
7102....
7103
7104[revisionflag="changed"]
7105In a list, the syntax is similar. For example:
7106
7107....
7108domainlist relay_domains = sqlite;/some/thing/sqlitedb \
7109 select * from relays where ip='$sender_host_address';
7110....
7111
7112[revisionflag="changed"]
7113The only character affected by the %quote_sqlite% operator is a single
7114quote, which it doubles.
7115
7116[revisionflag="changed"]
7117The SQLite library handles multiple simultaneous accesses to the database
7118internally. Multiple readers are permitted, but only one process can
7119update at once. Attempts to access the database while it is being updated
7120are rejected after a timeout period, during which the SQLite library
7121waits for the lock to be released. In Exim, the default timeout is set
7122to 5 seconds, but it can be changed by means of the %sqlite_lock_timeout%
7123option.
168e428f
PH
7124
7125
7126
7127////////////////////////////////////////////////////////////////////////////
7128////////////////////////////////////////////////////////////////////////////
7129
7130[[CHAPdomhosaddlists]]
7131[titleabbrev="Domain, host, and address lists"]
7132Domain, host, address, and local part lists
7133-------------------------------------------
7134cindex:[list of domains; hosts; etc.]
7135A number of Exim configuration options contain lists of domains, hosts,
7136email addresses, or local parts. For example, the %hold_domains% option
7137contains a list of domains whose delivery is currently suspended. These lists
068aaea8
PH
7138are also used as data in ACL statements (see chapter <<CHAPACL>>), and as
7139arguments to expansion conditions such as %match_domain%.
168e428f
PH
7140
7141Each item in one of these lists is a pattern to be matched against a domain,
7142host, email address, or local part, respectively. In the sections below, the
7143different types of pattern for each case are described, but first we cover some
7144general facilities that apply to all four kinds of list.
7145
7146
7147
7148Expansion of lists
7149~~~~~~~~~~~~~~~~~~
7150cindex:[expansion,of lists]
7151Each list is expanded as a single string before it is used. The result of
7152expansion must be a list, possibly containing empty items, which is split up
7153into separate items for matching. By default, colon is the separator character,
7154but this can be varied if necessary. See sections <<SECTlistconstruct>> and
7155<<SECTempitelis>> for details of the list syntax; the second of these discusses
068aaea8 7156the way to specify empty list items.
168e428f
PH
7157
7158
7159If the string expansion is forced to fail, Exim behaves as if the item it is
7160testing (domain, host, address, or local part) is not in the list. Other
7161expansion failures cause temporary errors.
7162
7163If an item in a list is a regular expression, backslashes, dollars and possibly
7164other special characters in the expression must be protected against
7165misinterpretation by the string expander. The easiest way to do this is to use
7166the `\N` expansion feature to indicate that the contents of the regular
7167expression should not be expanded. For example, in an ACL you might have:
7168
7169....
7170deny senders = \N^\d{8}\w@.*\.baddomain\.example$\N : \
7171 ${lookup{$domain}lsearch{/badsenders/bydomain}}
7172....
7173
7174The first item is a regular expression that is protected from expansion by
7175`\N`, whereas the second uses the expansion to obtain a list of unwanted
7176senders based on the receiving domain.
7177
7178
7179
7180
7181Negated items in lists
7182~~~~~~~~~~~~~~~~~~~~~~
7183cindex:[list,negation]
7184cindex:[negation in lists]
7185Items in a list may be positive or negative. Negative items are indicated by a
7186leading exclamation mark, which may be followed by optional white space. A list
7187defines a set of items (domains, etc). When Exim processes one of these lists,
7188it is trying to find out whether a domain, host, address, or local part
7189(respectively) is in the set that is defined by the list. It works like this:
7190
7191The list is scanned from left to right. If a positive item is matched, the
7192subject that is being checked is in the set; if a negative item is matched, the
7193subject is not in the set. If the end of the list is reached without the
7194subject having matched any of the patterns, it is in the set if the last item
7195was a negative one, but not if it was a positive one. For example, the list in
7196
7197 domainlist relay_domains = !a.b.c : *.b.c
7198
7199matches any domain ending in '.b.c' except for 'a.b.c'. Domains that match
7200neither 'a.b.c' nor '*.b.c' do not match, because the last item in the
7201list is positive. However, if the setting were
7202
7203 domainlist relay_domains = !a.b.c
7204
7205then all domains other than 'a.b.c' would match because the last item in the
7206list is negative. In other words, a list that ends with a negative item behaves
7207as if it had an extra item `:*` on the end.
7208
7209Another way of thinking about positive and negative items in lists is to read
7210the connector as ``or'' after a positive item and as ``and'' after a negative
7211item.
7212
7213
7214
7215[[SECTfilnamlis]]
7216File names in lists
7217~~~~~~~~~~~~~~~~~~~
7218cindex:[list,file name in]
7219If an item in a domain, host, address, or local part list is an absolute file
7220name (beginning with a slash character), each line of the file is read and
7221processed as if it were an independent item in the list, except that further
7222file names are not allowed,
7223and no expansion of the data from the file takes place.
7224Empty lines in the file are ignored, and the file may also contain comment
7225lines:
7226
7227- For domain and host lists, if a # character appears anywhere in a line of the
7228file, it and all following characters are ignored.
7229
7230- Because local parts may legitimately contain # characters, a comment in an
7231address list or local part list file is recognized only if # is preceded by
7232white space or the start of the line. For example:
7233
7234 not#comment@x.y.z # but this is a comment
7235
7236Putting a file name in a list has the same effect as inserting each line of the
7237file as an item in the list (blank lines and comments excepted). However, there
7238is one important difference: the file is read each time the list is processed,
7239so if its contents vary over time, Exim's behaviour changes.
7240
7241If a file name is preceded by an exclamation mark, the sense of any match
7242within the file is inverted. For example, if
7243
7244 hold_domains = !/etc/nohold-domains
7245
7246and the file contains the lines
7247
7248 !a.b.c
7249 *.b.c
7250
7251then 'a.b.c' is in the set of domains defined by %hold_domains%, whereas any
7252domain matching `*.b.c` is not.
7253
7254
7255
7256An lsearch file is not an out-of-line list
7257~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7258As will be described in the sections that follow, lookups can be used in lists
7259to provide indexed methods of checking list membership. There has been some
7260confusion about the way ^lsearch^ lookups work in lists. Because
7261an ^lsearch^ file contains plain text and is scanned sequentially, it is
7262sometimes thought that it is allowed to contain wild cards and other kinds of
7263non-constant pattern. This is not the case. The keys in an ^lsearch^ file are
7264always fixed strings, just as for any other single-key lookup type.
7265
7266If you want to use a file to contain wild-card patterns that form part of a
7267list, just give the file name on its own, without a search type, as described
7268in the previous section.
7269
7270
7271
7272
7273[[SECTnamedlists]]
7274Named lists
7275~~~~~~~~~~~
7276cindex:[named lists]
7277cindex:[list,named]
7278A list of domains, hosts, email addresses, or local parts can be given a name
7279which is then used to refer to the list elsewhere in the configuration. This is
7280particularly convenient if the same list is required in several different
7281places. It also allows lists to be given meaningful names, which can improve
7282the readability of the configuration. For example, it is conventional to define
7283a domain list called 'local_domains' for all the domains that are handled
7284locally on a host, using a configuration line such as
7285
7286 domainlist local_domains = localhost:my.dom.example
7287
7288Named lists are referenced by giving their name preceded by a plus sign, so,
7289for example, a router that is intended to handle local domains would be
7290configured with the line
7291
7292 domains = +local_domains
7293
7294The first router in a configuration is often one that handles all domains
7295except the local ones, using a configuration with a negated item like this:
7296
7297 dnslookup:
7298 driver = dnslookup
7299 domains = ! +local_domains
7300 transport = remote_smtp
7301 no_more
7302
7303The four kinds of named list are created by configuration lines starting with
7304the words %domainlist%, %hostlist%, %addresslist%, or %localpartlist%,
7305respectively. Then there follows the name that you are defining, followed by an
7306equals sign and the list itself. For example:
7307
7308 hostlist relay_hosts = 192.168.23.0/24 : my.friend.example
7309 addresslist bad_senders = cdb;/etc/badsenders
7310
7311A named list may refer to other named lists:
7312
7313 domainlist dom1 = first.example : second.example
7314 domainlist dom2 = +dom1 : third.example
7315 domainlist dom3 = fourth.example : +dom2 : fifth.example
7316
7317
7318*Warning*: If the last item in a referenced list is a negative one, the
7319effect may not be what you intended, because the negation does not propagate
7320out to the higher level. For example, consider:
7321
7322 domainlist dom1 = !a.b
7323 domainlist dom2 = +dom1 : *.b
7324
7325The second list specifies ``either in the %dom1% list or '*.b'##''. The first
7326list specifies just ``not 'a.b'##'', so the domain 'x.y' matches it. That means
7327it matches the second list as well. The effect is not the same as
7328
7329 domainlist dom2 = !a.b : *.b
7330
7331where 'x.y' does not match. It's best to avoid negation altogether in
7332referenced lists if you can.
7333
7334Named lists may have a performance advantage. When Exim is routing an
7335address or checking an incoming message, it caches the result of tests on named
7336lists. So, if you have a setting such as
7337
7338 domains = +local_domains
7339
7340on several of your routers
7341or in several ACL statements,
7342the actual test is done only for the first one. However, the caching works only
7343if there are no expansions within the list itself or any sublists that it
7344references. In other words, caching happens only for lists that are known to be
7345the same each time they are referenced.
7346
7347By default, there may be up to 16 named lists of each type. This limit can be
7348extended by changing a compile-time variable. The use of domain and host lists
7349is recommended for concepts such as local domains, relay domains, and relay
7350hosts. The default configuration is set up like this.
7351
7352
7353
7354Named lists compared with macros
7355~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7356cindex:[list,named compared with macro]
7357cindex:[macro,compared with named list]
7358At first sight, named lists might seem to be no different from macros in the
7359configuration file. However, macros are just textual substitutions. If you
7360write
7361
7362 ALIST = host1 : host2
7363 auth_advertise_hosts = !ALIST
7364
7365it probably won't do what you want, because that is exactly the same as
7366
7367 auth_advertise_hosts = !host1 : host2
7368
7369Notice that the second host name is not negated. However, if you use a host
7370list, and write
7371
7372 hostlist alist = host1 : host2
7373 auth_advertise_hosts = ! +alist
7374
7375the negation applies to the whole list, and so that is equivalent to
7376
7377 auth_advertise_hosts = !host1 : !host2
7378
7379
7380
7381
7382Named list caching
7383~~~~~~~~~~~~~~~~~~
7384cindex:[list,caching of named]
7385cindex:[caching,named lists]
7386While processing a message, Exim caches the result of checking a named list if
7387it is sure that the list is the same each time. In practice, this means that
7388the cache operates only if the list contains no \$ characters, which guarantees
7389that it will not change when it is expanded. Sometimes, however, you may have
7390an expanded list that you know will be the same each time within a given
7391message. For example:
7392
7393....
7394domainlist special_domains = \
7395 ${lookup{$sender_host_address}cdb{/some/file}}
7396....
7397
7398This provides a list of domains that depends only on the sending host's IP
7399address. If this domain list is referenced a number of times (for example,
7400in several ACL lines, or in several routers) the result of the check is not
7401cached by default, because Exim does not know that it is going to be the
7402same list each time.
7403
7404By appending `_cache` to `domainlist` you can tell Exim to go ahead and
7405cache the result anyway. For example:
7406
7407 domainlist_cache special_domains = ${lookup{...
7408
7409If you do this, you should be absolutely sure that caching is going to do
7410the right thing in all cases. When in doubt, leave it out.
7411
7412
7413
7414[[SECTdomainlist]]
7415Domain lists
7416~~~~~~~~~~~~
7417cindex:[domain list,patterns for]
7418cindex:[list,domain list]
7419Domain lists contain patterns that are to be matched against a mail domain.
7420The following types of item may appear in domain lists:
7421
7422- cindex:[primary host name]
7423cindex:[host name, matched in domain list]
7424cindex:[%primary_hostname%]
7425cindex:[domain list,matching primary host name]
7426cindex:[@ in a domain list]
7427If a pattern consists of a single @ character, it matches the local host name,
7428as set by the %primary_hostname% option (or defaulted). This makes it possible
7429to use the same configuration file on several different hosts that differ only
7430in their names.
7431
7432- cindex:[@{bk} in a domain list]
7433cindex:[domain list,matching local IP interfaces]
7434cindex:[domain literal]
7435If a pattern consists of the string `@[]` it matches any local IP interface
7436address, enclosed in square brackets, as in an email address that contains a
7437domain literal.
7438In today's Internet, the use of domain literals is controversial.
7439
7440- cindex:[@mx_any]
7441cindex:[@mx_primary]
7442cindex:[@mx_secondary]
7443cindex:[domain list,matching MX pointers to local host]
7444If a pattern consists of the string `@mx_any` it matches any domain that
7445has an MX record pointing to the local host or to any host that is listed in
7446cindex:[%hosts_treat_as_local%]
7447%hosts_treat_as_local%. The items `@mx_primary` and `@mx_secondary`
7448are similar, except that the first matches only when a primary MX target is the
7449local host, and the second only when no primary MX target is the local host,
7450but a secondary MX target is. ``Primary'' means an MX record with the lowest
7451preference value -- there may of course be more than one of them.
7452+
7453The MX lookup that takes place when matching a pattern of this type is
7454performed with the resolver options for widening names turned off. Thus, for
7455example, a single-component domain will 'not' be expanded by adding the
7456resolver's default domain. See the %qualify_single% and %search_parents%
7457options of the ^dnslookup^ router for a discussion of domain widening.
7458+
7459Sometimes you may want to ignore certain IP addresses when using one of these
7460patterns. You can specify this by following the pattern with `/ignore=`<'ip
7461list'>, where <'ip list'> is a list of IP addresses. These addresses are
7462ignored when processing the pattern (compare the %ignore_target_hosts% option
7463on a router). For example:
7464
7465 domains = @mx_any/ignore=127.0.0.1
7466+
7467This example matches any domain that has an MX record pointing to one of
7468the local host's IP addresses other than 127.0.0.1.
7469+
7470The list of IP addresses is in fact processed by the same code that processes
7471host lists, so it may contain CIDR-coded network specifications and it may also
7472contain negative items.
7473+
7474Because the list of IP addresses is a sublist within a domain list, you have to
7475be careful about delimiters if there is more than one address. Like any other
7476list, the default delimiter can be changed. Thus, you might have:
7477+
7478....
7479domains = @mx_any/ignore=<;127.0.0.1;0.0.0.0 : \
7480 an.other.domain : ...
7481....
7482+
7483so that the sublist uses semicolons for delimiters. When IPv6 addresses are
7484involved, it is easiest to change the delimiter for the main list as well:
7485+
7486....
7487domains = <? @mx_any/ignore=<;127.0.0.1;::1 ? \
7488 an.other.domain ? ...
7489....
7490
7491- cindex:[asterisk,in domain list]
7492cindex:[domain list,asterisk in]
7493cindex:[domain list,matching ``ends with'']
7494If a pattern starts with an asterisk, the remaining characters of the pattern
7495are compared with the terminating characters of the domain. The use of ``\*'' in
7496domain lists differs from its use in partial matching lookups. In a domain
7497list, the character following the asterisk need not be a dot, whereas partial
7498matching works only in terms of dot-separated components. For example, a domain
7499list item such as `*key.ex` matches 'donkey.ex' as well as
7500'cipher.key.ex'.
7501
7502- cindex:[regular expressions,in domain list]
7503cindex:[domain list,matching regular expression]
7504If a pattern starts with a circumflex character, it is treated as a regular
7505expression, and matched against the domain using a regular expression matching
7506function. The circumflex is treated as part of the regular expression.
7507References to descriptions of the syntax of regular expressions are given in
7508chapter <<CHAPregexp>>.
7509+
7510*Warning*: Because domain lists are expanded before being processed, you
7511must escape any backslash and dollar characters in the regular expression, or
7512use the special `\N` sequence (see chapter <<CHAPexpand>>) to specify that it
7513is not to be expanded (unless you really do want to build a regular expression
7514by expansion, of course).
7515
7516- cindex:[lookup,in domain list]
7517cindex:[domain list,matching by lookup]
7518If a pattern starts with the name of a single-key lookup type followed by a
7519semicolon (for example, ``dbm;'' or ``lsearch;''), the remainder of the pattern
7520must be a file name in a suitable format for the lookup type. For example, for
7521``cdb;'' it must be an absolute path:
7522
7523 domains = cdb;/etc/mail/local_domains.cdb
7524+
7525The appropriate type of lookup is done on the file using the domain name as the
7526key. In most cases, the data that is looked up is not used; Exim is interested
7527only in whether or not the key is present in the file. However, when a lookup
7528is used for the %domains% option on a router
7529or a %domains% condition in an ACL statement, the data is preserved in the
7530$domain_data$ variable and can be referred to in other router options or
7531other statements in the same ACL.
7532
7533- Any of the single-key lookup type names may be preceded by ``partial<''n'>-',
7534where the <'n'> is optional, for example,
7535
7536 domains = partial-dbm;/partial/domains
7537+
7538This causes partial matching logic to be invoked; a description of how this
7539works is given in section <<SECTpartiallookup>>.
7540
7541- cindex:[asterisk,in lookup type]
7542Any of the single-key lookup types may be followed by an asterisk. This causes
7543a default lookup for a key consisting of a single asterisk to be done if the
7544original lookup fails. This is not a useful feature when using a domain list to
7545select particular domains (because any domain would match), but it might have
7546value if the result of the lookup is being used via the $domain_data$
7547expansion variable.
7548
7549- If the pattern starts with the name of a query-style lookup type followed by a
7550semicolon (for example, ``nisplus;'' or ``ldap;''), the remainder of the pattern
7551must be an appropriate query for the lookup type, as described in chapter
7552<<CHAPfdlookup>>. For example:
7553+
7554....
7555hold_domains = mysql;select domain from holdlist \
7556 where domain = '$domain';
7557....
7558+
7559In most cases, the data that is looked up is not used (so for an SQL query, for
7560example, it doesn't matter what field you select). Exim is interested only in
7561whether or not the query succeeds. However, when a lookup is used for the
7562%domains% option on a router, the data is preserved in the $domain_data$
7563variable and can be referred to in other options.
7564
7565- cindex:[domain list,matching literal domain name]
7566If none of the above cases apply, a caseless textual comparison is made
7567between the pattern and the domain.
7568
7569
7570Here is an example that uses several different kinds of pattern:
7571
7572....
7573domainlist funny_domains = \
7574 @ : \
7575 lib.unseen.edu : \
7576 *.foundation.fict.example : \
7577 \N^[1-2]\d{3}\.fict\.example$\N : \
7578 partial-dbm;/opt/data/penguin/book : \
7579 nis;domains.byname : \
7580 nisplus;[name=$domain,status=local],domains.org_dir
7581....
7582
7583There are obvious processing trade-offs among the various matching modes. Using
7584an asterisk is faster than a regular expression, and listing a few names
7585explicitly probably is too. The use of a file or database lookup is expensive,
7586but may be the only option if hundreds of names are required. Because the
7587patterns are tested in order, it makes sense to put the most commonly matched
7588patterns earlier.
7589
7590
7591
7592[[SECThostlist]]
7593Host lists
7594~~~~~~~~~~
7595cindex:[host list,patterns in]
7596cindex:[list,host list]
7597Host lists are used to control what remote hosts are allowed to do. For
7598example, some hosts may be allowed to use the local host as a relay, and some
7599may be permitted to use the SMTP ETRN command. Hosts can be identified in
7600two different ways, by name or by IP address. In a host list, some types of
7601pattern are matched to a host name, and some are matched to an IP address.
7602You need to be particularly careful with this when single-key lookups are
7603involved, to ensure that the right value is being used as the key.
7604
7605
7606Special host list patterns
7607~~~~~~~~~~~~~~~~~~~~~~~~~~
7608cindex:[empty item in hosts list]
7609cindex:[host list,empty string in]
7610If a host list item is the empty string, it matches only when no remote host is
7611involved. This is the case when a message is being received from a local
7612process using SMTP on the standard input, that is, when a TCP/IP connection is
7613not used.
7614
7615cindex:[asterisk,in host list]
7616The special pattern ``\*'' in a host list matches any host or no host. Neither
7617the IP address nor the name is actually inspected.
7618
7619
7620
7621[[SECThoslispatip]]
7622Host list patterns that match by IP address
7623~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7624cindex:[host list,matching IP addresses]
7625If an IPv4 host calls an IPv6 host and the call is accepted on an IPv6 socket,
7626the incoming address actually appears in the IPv6 host as
7627``::`ffff`:<''v4address'>'. When such an address is tested against a host
7628list, it is converted into a traditional IPv4 address first. (Not all operating
7629systems accept IPv4 calls on IPv6 sockets, as there have been some security
7630concerns.)
7631
7632The following types of pattern in a host list check the remote host by
7633inspecting its IP address:
7634
7635- If the pattern is a plain domain name (not a regular expression, not starting
7636with \*, not a lookup of any kind), Exim calls the operating system function
7637to find the associated IP address(es). Exim uses the newer
7638'getipnodebyname()' function when available, otherwise 'gethostbyname()'.
7639This typically causes a forward DNS lookup of the name. The result is compared
7640with the IP address of the subject host.
7641+
7642If there is a temporary problem (such as a DNS timeout) with the host name
7643lookup, a temporary error occurs. For example, if the list is being used in an
7644ACL condition, the ACL gives a ``defer'' response, usually leading to a temporary
7645SMTP error code. If no IP address can be found for the host name, what happens
7646is described in section <<SECTbehipnot>> below.
7647
7648- cindex:[@ in a host list]
7649If the pattern is ``@'', the primary host name is substituted and used as a
7650domain name, as just described.
7651
7652- If the pattern is an IP address, it is matched against the IP address of the
7653subject host. IPv4 addresses are given in the normal ``dotted-quad'' notation.
7654IPv6 addresses can be given in colon-separated format, but the colons have to
7655be doubled so as not to be taken as item separators when the default list
7656separator is used. IPv6 addresses are recognized even when Exim is compiled
7657without IPv6 support. This means that if they appear in a host list on an
7658IPv4-only host, Exim will not treat them as host names. They are just addresses
7659that can never match a client host.
7660
7661- cindex:[@{bk} in a host list]
7662If the pattern is ``@[]'', it matches the IP address of any IP interface on
7663the local host. For example, if the local host is an IPv4 host with one
7664interface address 10.45.23.56, these two ACL statements have the same effect:
7665
7666 accept hosts = 127.0.0.1 : 10.45.23.56
7667 accept hosts = @[]
7668
7669- cindex:[CIDR notation]
7670If the pattern is an IP address followed by a slash and a mask length (for
7671example 10.11.42.0/24), it is matched against the IP address of the subject
7672host under the given mask. This allows, an entire network of hosts to be
7673included (or excluded) by a single item. The mask uses CIDR notation; it
7674specifies the number of address bits that must match, starting from the most
7675significant end of the address.
7676+
7677*Note*: the mask is 'not' a count of addresses, nor is it the high number
7678of a range of addresses. It is the number of bits in the network portion of the
7679address. The above example specifies a 24-bit netmask, so it matches all 256
7680addresses in the 10.11.42.0 network. An item such as
7681
7682 192.168.23.236/31
7683+
7684matches just two addresses, 192.168.23.236 and 192.168.23.237. A mask value of
768532 for an IPv4 address is the same as no mask at all; just a single address
7686matches.
7687+
7688Here is another example which shows an IPv4 and an IPv6 network:
7689+
7690....
7691recipient_unqualified_hosts = 192.168.0.0/16: \
7692 3ffe::ffff::836f::::/48
7693....
7694+
7695The doubling of list separator characters applies only when these items
7696appear inline in a host list. It is not required when indirecting via a file.
7697For example,
7698
7699 recipient_unqualified_hosts = /opt/exim/unqualnets
7700+
7701could make use of a file containing
7702
7703 172.16.0.0/12
7704 3ffe:ffff:836f::/48
7705+
7706to have exactly the same effect as the previous example. When listing IPv6
7707addresses inline, it is usually more convenient to use the facility for
7708changing separator characters. This list contains the same two networks:
7709+
7710....
7711recipient_unqualified_hosts = <; 172.16.0.0/12; \
7712 3ffe:ffff:836f::/48
7713....
7714+
7715The separator is changed to semicolon by the leading ``<;'' at the start of the
7716list.
7717
7718
7719
7720
7721[[SECThoslispatsikey]]
7722Host list patterns for single-key lookups by host address
7723~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7724cindex:[host list,lookup of IP address]
7725When a host is to be identified by a single-key lookup of its complete IP
7726address, the pattern takes this form:
7727
7728 net-<single-key-search-type>;<search-data>
7729
7730For example:
7731
7732 hosts_lookup = net-cdb;/hosts-by-ip.db
7733
7734The text form of the IP address of the subject host is used as the lookup key.
7735IPv6 addresses are converted to an unabbreviated form, using lower case
7736letters, with dots as separators because colon is the key terminator in
7737^lsearch^ files. [Colons can in fact be used in keys in ^lsearch^ files by
7738quoting the keys, but this is a facility that was added later.] The data
7739returned by the lookup is not used.
7740
7741cindex:[IP address,masking]
7742cindex:[host list,masked IP address]
7743Single-key lookups can also be performed using masked IP addresses, using
7744patterns of this form:
7745
7746 net<number>-<single-key-search-type>;<search-data>
7747
7748For example:
7749
7750 net24-dbm;/networks.db
7751
7752The IP address of the subject host is masked using <'number'> as the mask
7753length. A textual string is constructed from the masked value, followed by the
7754mask, and this is used as the lookup key. For example, if the host's IP address
7755is 192.168.34.6, the key that is looked up for the above example is
7756``192.168.34.0/24''. IPv6 addresses are converted to a text value using lower
7757case letters and dots as separators instead of the more usual colon, because
7758colon is the key terminator in ^lsearch^ files. Full, unabbreviated IPv6
7759addresses are always used.
7760
7761*Warning*: Specifing %net32-% (for an IPv4 address) or %net128-% (for an
7762IPv6 address) is not the same as specifing just %net-% without a number. In
7763the former case the key strings include the mask value, whereas in the latter
7764case the IP address is used on its own.
7765
7766
7767
7768[[SECThoslispatnam]]
7769Host list patterns that match by host name
7770~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7771cindex:[host,lookup failures]
7772cindex:[unknown host name]
7773cindex:[host list,matching host name]
7774There are several types of pattern that require Exim to know the name of the
7775remote host. These are either wildcard patterns or lookups by name. (If a
7776complete hostname is given without any wildcarding, it is used to find an IP
7777address to match against, as described in the section <<SECThoslispatip>> above.)
7778
7779If the remote host name is not already known when Exim encounters one of these
7780patterns, it has to be found from the IP address.
7781Although many sites on the Internet are conscientious about maintaining reverse
7782DNS data for their hosts, there are also many that do not do this.
7783Consequently, a name cannot always be found, and this may lead to unwanted
7784effects. Take care when configuring host lists with wildcarded name patterns.
7785Consider what will happen if a name cannot be found.
7786
7787Because of the problems of determining host names from IP addresses, matching
7788against host names is not as common as matching against IP addresses.
7789
7790By default, in order to find a host name, Exim first does a reverse DNS lookup;
7791if no name is found in the DNS, the system function ('gethostbyaddr()' or
7792'getipnodebyaddr()' if available) is tried. The order in which these lookups
7793are done can be changed by setting the %host_lookup_order% option.
7794
7795There are some options that control what happens if a host name cannot be
7796found. These are described in section <<SECTbehipnot>> below.
7797
7798cindex:[host,alias for]
7799cindex:[alias for host]
7800As a result of aliasing, hosts may have more than one name. When processing any
7801of the following types of pattern, all the host's names are checked:
7802
7803- cindex:[asterisk,in host list]
7804If a pattern starts with ``\*'' the remainder of the item must match the end of
7805the host name. For example, `*.b.c` matches all hosts whose names end in
7806'.b.c'. This special simple form is provided because this is a very common
7807requirement. Other kinds of wildcarding require the use of a regular
7808expression.
7809
7810- cindex:[regular expressions,in host list]
7811cindex:[host list,regular expression in]
7812If the item starts with ``^'' it is taken to be a regular expression which is
7813matched against the host name. For example,
7814
7815 ^(a|b)\.c\.d$
7816+
7817is a regular expression that matches either of the two hosts 'a.c.d' or
7818'b.c.d'. When a regular expression is used in a host list, you must take care
7819that backslash and dollar characters are not misinterpreted as part of the
7820string expansion. The simplest way to do this is to use `\N` to mark that
7821part of the string as non-expandable. For example:
7822
7823 sender_unqualified_hosts = \N^(a|b)\.c\.d$\N : ....
7824+
7825*Warning*: If you want to match a complete host name, you must include the
7826`\$` terminating metacharacter in the regular expression, as in the above
7827example. Without it, a match at the start of the host name is all that is
7828required.
7829
7830
7831
7832
7833[[SECTbehipnot]]
7834Behaviour when an IP address or name cannot be found
7835~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7836cindex:[host,lookup failures]
7837While processing a host list, Exim may need to look up an IP address from a
7838name (see section <<SECThoslispatip>>), or it may need to look up a host name
7839from an IP address (see section <<SECThoslispatnam>>). In either case, the
7840behaviour when it fails to find the information it is seeking is the same.
7841
7842cindex:[`+include_unknown`]
7843cindex:[`+ignore_unknown`]
7844By default, Exim behaves as if the host does not match the list. This may not
7845always be what you want to happen. To change Exim's behaviour, the special
7846items `+include_unknown` or `+ignore_unknown` may appear in the list (at
7847top level -- they are not recognized in an indirected file).
7848
7849- If any item that follows `+include_unknown` requires information that
7850cannot found, Exim behaves as if the host does match the list. For example,
7851
7852 host_reject_connection = +include_unknown:*.enemy.ex
7853+
7854rejects connections from any host whose name matches `*.enemy.ex`, and also
7855any hosts whose name it cannot find.
7856
7857- If any item that follows `+ignore_unknown` requires information that cannot
7858be found, Exim ignores that item and proceeds to the rest of the list. For
7859example:
7860+
7861....
7862accept hosts = +ignore_unknown : friend.example : \
7863 192.168.4.5
7864....
7865+
7866accepts from any host whose name is 'friend.example' and from 192.168.4.5,
7867whether or not its host name can be found. Without `+ignore_unknown`, if no
7868name can be found for 192.168.4.5, it is rejected.
7869
7870Both `+include_unknown` and `+ignore_unknown` may appear in the same
7871list. The effect of each one lasts until the next, or until the end of the
7872list.
7873
7874*Note*: This section applies to permanent lookup failures. It does 'not'
7875apply to temporary DNS errors. They always cause a defer action.
7876
7877
7878
7879[[SECThoslispatnamsk]]
7880Host list patterns for single-key lookups by host name
7881~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7882cindex:[host,lookup failures]
7883cindex:[unknown host name]
7884cindex:[host list,matching host name]
7885If a pattern is of the form
7886
7887 <single-key-search-type>;<search-data>
7888
7889for example
7890
7891 dbm;/host/accept/list
7892
7893a single-key lookup is performend, using the host name as its key. If the
7894lookup succeeds, the host matches the item. The actual data that is looked up
7895is not used.
7896
7897*Reminder*: With this kind of pattern, you must have host 'names' as
7898keys in the file, not IP addresses. If you want to do lookups based on IP
7899addresses, you must precede the search type with ``net-'' (see section
7900<<SECThoslispatsikey>>). There is, however, no reason why you could not use two
7901items in the same list, one doing an address lookup and one doing a name
7902lookup, both using the same file.
7903
7904
7905
7906Host list patterns for query-style lookups
7907~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7908If a pattern is of the form
7909
7910 <query-style-search-type>;<query>
7911
7912the query is obeyed, and if it succeeds, the host matches the item. The actual
7913data that is looked up is not used. The variables $sender_host_address$ and
7914$sender_host_name$ can be used in the query. For example:
7915
7916....
7917hosts_lookup = pgsql;\
7918 select ip from hostlist where ip='$sender_host_address'
7919....
7920
7921The value of $sender_host_address$ for an IPv6 address contains colons. You
7922can use the %sg% expansion item to change this if you need to. If you want to
7923use masked IP addresses in database queries, you can use the %mask% expansion
7924operator.
7925
7926If the query contains a reference to $sender_host_name$, Exim automatically
7927looks up the host name if has not already done so. (See section
7928<<SECThoslispatnam>> for comments on finding host names.)
7929
7930Historical note: prior to release 4.30, Exim would always attempt to find a
7931host name before running the query, unless the search type was preceded by
7932`net-`. This is no longer the case. For backwards compatibility, `net-` is
7933still recognized for query-style lookups, but its presence or absence has no
7934effect. (Of course, for single-key lookups, `net-` 'is' important.
7935See section <<SECThoslispatsikey>>.)
7936
7937
7938
7939[[SECTmixwilhos]]
7940Mixing wildcarded host names and addresses in host lists
7941~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7942cindex:[host list,mixing names and addresses in]
7943If you have name lookups or wildcarded host names and IP addresses in the same
7944host list, you should normally put the IP addresses first. For example, in an
7945ACL you could have:
7946
7947 accept hosts = 10.9.8.7 : *.friend.example
7948
7949The reason for this lies in the left-to-right way that Exim processes lists.
7950It can test IP addresses without doing any DNS lookups, but when it reaches an
7951item that requires a host name, it fails if it cannot find a host name to
7952compare with the pattern. If the above list is given in the opposite order, the
7953%accept% statement fails for a host whose name cannot be found, even if its
7954IP address is 10.9.8.7.
7955
7956If you really do want to do the name check first, and still recognize the IP
7957address, you can rewrite the ACL like this:
7958
7959 accept hosts = *.friend.example
7960 accept hosts = 10.9.8.7
7961
7962If the first %accept% fails, Exim goes on to try the second one. See chapter
7963<<CHAPACL>> for details of ACLs.
7964
7965
7966
7967
7968
7969[[SECTaddresslist]]
7970Address lists
7971~~~~~~~~~~~~~
7972cindex:[list,address list]
7973cindex:[address list,empty item]
7974cindex:[address list,patterns]
7975Address lists contain patterns that are matched against mail addresses. There
7976is one special case to be considered: the sender address of a bounce message is
7977always empty. You can test for this by providing an empty item in an address
7978list. For example, you can set up a router to process bounce messages by
7979using this option setting:
7980
7981 senders = :
7982
7983The presence of the colon creates an empty item. If you do not provide any
7984data, the list is empty and matches nothing. The empty sender can also be
7985detected by a regular expression that matches an empty string,
7986
7987and by a query-style lookup that succeeds when $sender_address$ is empty.
7988
7989The following kinds of address list pattern can match any address, including
7990the empty address that is characteristic of bounce message senders:
7991
7992- As explained above, if a pattern item is empty, it matches the empty address
7993(and no others).
7994
7995- cindex:[regular expressions,in address list]
7996cindex:[address list,regular expression in]
7997If (after expansion) a pattern starts with ``^'', a regular expression match is
7998done against the complete address, with the pattern as the regular expression.
7999You must take care that backslash and dollar characters are not misinterpreted
8000as part of the string expansion. The simplest way to do this is to use `\N`
8001to mark that part of the string as non-expandable. For example:
8002
8003 deny senders = \N^\d{8}.+@spamhaus.example$\N : ...
8004+
8005The `\N` sequences are removed by the expansion, so the item does start
8006with ``^'' by the time it is being interpreted as an address pattern.
8007
8008- cindex:[address list,lookup for complete address]
8009Complete addresses can be looked up by using a pattern that starts with a
8010lookup type terminated by a semicolon, followed by the data for the lookup. For
8011example:
8012+
8013....
8014deny senders = cdb;/etc/blocked.senders : \
8015 mysql;select address from blocked where \
8016 address='${quote_mysql:$sender_address}'
8017....
8018+
8019Both query-style and single-key lookup types can be used. For a single-key
8020lookup type, Exim uses the complete address as the key. However, empty keys are
8021not supported for single-key lookups, so a match against the empty address
8022always fails. This restriction does not apply to query-style lookups.
8023+
8024Partial matching for single-key lookups (section <<SECTpartiallookup>>) cannot
8025be used, and is ignored if specified, with an entry being written to the panic
8026log.
8027+
8028cindex:[\*@ with single-key lookup]
8029However, you can configure lookup defaults, as described in section
8030<<SECTdefaultvaluelookups>>, but this is useful only for the ``\*@'' type of
8031default. For example, with this lookup:
8032
8033 accept senders = lsearch*@;/some/file
8034+
8035the file could contains lines like this:
8036
8037 user1@domain1.example
8038 *@domain2.example
8039+
8040and for the sender address 'nimrod@jaeger.example', the sequence of keys
8041that are tried is:
8042
8043 nimrod@jaeger.example
8044 *@jaeger.example
8045 *
8046+
8047*Warning 1*: Do not include a line keyed by ``\*'' in the file, because that
8048would mean that every address matches, thus rendering the test useless.
8049+
8050*Warning 2*: Do not confuse these two kinds of item:
8051
8052 deny recipients = dbm*@;/some/file
8053 deny recipients = *@dbm;/some/file
8054+
8055The first does a whole address lookup, with defaulting, as just described,
8056because it starts with a lookup type. The second matches the local part and
8057domain independently, as described in a bullet point below.
8058
8059
8060
8061The following kinds of address list pattern can match only non-empty addresses.
8062If the subject address is empty, a match against any of these pattern types
8063always fails.
8064
8065
8066- cindex:[@@ with single-key lookup]
8067cindex:[address list,@@ lookup type]
8068cindex:[address list,split local part and domain]
8069If a pattern starts with ``@@'' followed by a single-key lookup item
8070(for example, `@@lsearch;/some/file`), the address that is being checked is
8071split into a local part and a domain. The domain is looked up in the file. If
8072it is not found, there is no match. If it is found, the data that is looked up
8073from the file is treated as a colon-separated list of local part patterns, each
8074of which is matched against the subject local part in turn.
8075+
8076cindex:[asterisk,in address list]
8077The lookup may be a partial one, and/or one involving a search for a default
8078keyed by ``\*'' (see section <<SECTdefaultvaluelookups>>). The local part patterns
8079that are looked up can be regular expressions or begin with ``\*'', or even be
8080further lookups. They may also be independently negated. For example, with
8081
8082 deny senders = @@dbm;/etc/reject-by-domain
8083+
8084the data from which the DBM file is built could contain lines like
8085
8086 baddomain.com: !postmaster : *
8087+
8088to reject all senders except %postmaster% from that domain.
8089+
8090cindex:[local part,starting with !]
8091If a local part that actually begins with an exclamation mark is required, it
8092has to be specified using a regular expression. In ^lsearch^ files, an entry
8093may be split over several lines by indenting the second and subsequent lines,
8094but the separating colon must still be included at line breaks. White space
8095surrounding the colons is ignored. For example:
8096
8097 aol.com: spammer1 : spammer2 : ^[0-9]+$ :
8098 spammer3 : spammer4
8099+
8100As in all colon-separated lists in Exim, a colon can be included in an item by
8101doubling.
8102+
8103If the last item in the list starts with a right angle-bracket, the remainder
8104of the item is taken as a new key to look up in order to obtain a continuation
8105list of local parts. The new key can be any sequence of characters. Thus one
8106might have entries like
8107
8108 aol.com: spammer1 : spammer 2 : >*
8109 xyz.com: spammer3 : >*
8110 *: ^\d{8}$
8111+
8112in a file that was searched with %@@dbm\*%, to specify a match for 8-digit
8113local parts for all domains, in addition to the specific local parts listed for
8114each domain. Of course, using this feature costs another lookup each time a
8115chain is followed, but the effort needed to maintain the data is reduced.
8116+
8117cindex:[loop,in lookups]
8118It is possible to construct loops using this facility, and in order to catch
8119them, the chains may be no more than fifty items long.
8120
8121- The @@<'lookup'> style of item can also be used with a query-style
8122lookup, but in this case, the chaining facility is not available. The lookup
8123can only return a single list of local parts.
8124
8125- If a pattern contains an @ character, but is not a regular expression and does
8126not begin with a lookup type as described above, the local part of the subject
8127address is compared with the local part of the pattern, which may start with an
8128asterisk. If the local parts match, the domain is checked in exactly the same
8129way as for a pattern in a domain list. For example, the domain can be
8130wildcarded, refer to a named list, or be a lookup:
8131+
8132....
8133deny senders = *@*.spamming.site:\
8134 *@+hostile_domains:\
8135 bozo@partial-lsearch;/list/of/dodgy/sites:\
8136 *@dbm;/bad/domains.db
8137....
8138+
8139cindex:[local part,starting with !]
8140cindex:[address list,local part starting with !]
8141If a local part that begins with an exclamation mark is required, it has to be
8142specified using a regular expression, because otherwise the exclamation mark is
8143treated as a sign of negation.
8144
8145- If a pattern is not one of the above syntax forms, that is, if a
8146non-empty pattern that is not a regular expression or a lookup does not contain
8147an @ character, it is matched against the domain part of the subject address.
8148The only two formats that are recognized this way are a literal domain, or a
8149domain pattern that starts with \*. In both these cases, the effect is the same
8150as if `*@` preceded the pattern.
8151
8152*Warning*: there is an important difference between the address list items
8153in these two examples:
8154
8155 senders = +my_list
8156 senders = *@+my_list
8157
8158In the first one, `my_list` is a named address list, whereas in the second
8159example it is a named domain list.
8160
8161
8162
8163
8164[[SECTcasletadd]]
8165Case of letters in address lists
8166~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8167cindex:[case of local parts]
8168cindex:[address list,case forcing]
8169cindex:[case forcing in address lists]
8170Domains in email addresses are always handled caselessly, but for local parts
8171case may be significant on some systems (see %caseful_local_part% for how
8172Exim deals with this when routing addresses). However, RFC 2505 ('Anti-Spam
8173Recommendations for SMTP MTAs') suggests that matching of addresses to blocking
8174lists should be done in a case-independent manner. Since most address lists in
8175Exim are used for this kind of control, Exim attempts to do this by default.
8176
8177The domain portion of an address is always lowercased before matching it to an
8178address list. The local part is lowercased by default, and any string
8179comparisons that take place are done caselessly. This means that the data in
8180the address list itself, in files included as plain file names, and in any file
8181that is looked up using the ``@@'' mechanism, can be in any case. However, the
8182keys in files that are looked up by a search type other than ^lsearch^ (which
8183works caselessly) must be in lower case, because these lookups are not
8184case-independent.
8185
8186cindex:[`+caseful`]
8187To allow for the possibility of caseful address list matching, if an item in
8188an address list is the string ``+caseful'', the original case of the local
8189part is restored for any comparisons that follow, and string comparisons are no
8190longer case-independent. This does not affect the domain, which remains in
8191lower case. However, although independent matches on the domain alone are still
8192performed caselessly, regular expressions that match against an entire address
8193become case-sensitive after ``+caseful'' has been seen.
8194
8195
8196
8197[[SECTlocparlis]]
8198Local part lists
8199~~~~~~~~~~~~~~~~
8200cindex:[list,local part list]
8201cindex:[local part,list]
8202Case-sensitivity in local part lists is handled in the same way as for address
8203lists, as just described. The ``+caseful'' item can be used if required. In a
8204setting of the %local_parts% option in a router with %caseful_local_part%
8205set false, the subject is lowercased and the matching is initially
8206case-insensitive. In this case, ``+caseful'' will restore case-sensitive matching
8207in the local part list, but not elsewhere in the router. If
8208%caseful_local_part% is set true in a router, matching in the %local_parts%
8209option is case-sensitive from the start.
8210
8211If a local part list is indirected to a file (see section <<SECTfilnamlis>>),
8212comments are handled in the same way as address lists -- they are recognized
8213only if the # is preceded by white space or the start of the line.
8214Otherwise, local part lists are matched in the same way as domain lists, except
8215that the special items that refer to the local host (`@`, `@[]`,
8216`@mx_any`, `@mx_primary`, and `@mx_secondary`) are not recognized.
8217Refer to section <<SECTdomainlist>> for details of the other available item
8218types.
8219
8220
8221
8222
8223////////////////////////////////////////////////////////////////////////////
8224////////////////////////////////////////////////////////////////////////////
8225
8226[[CHAPexpand]]
8227String expansions
8228-----------------
8229cindex:[expansion,of strings]
8230Many strings in Exim's run time configuration are expanded before use. Some of
8231them are expanded every time they are used; others are expanded only once.
8232
8233When a string is being expanded it is copied verbatim from left to right except
8234when a dollar or backslash character is encountered. A dollar specifies the
068aaea8 8235start of a portion of the string that is interpreted and replaced as described
168e428f
PH
8236below in section <<SECTexpansionitems>> onwards. Backslash is used as an escape
8237character, as described in the following section.
8238
8239
8240
8241[[SECTlittext]]
8242Literal text in expanded strings
8243~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8244cindex:[expansion,including literal text]
8245An uninterpreted dollar can be included in an expanded string by putting a
8246backslash in front of it. A backslash can be used to prevent any special
068aaea8
PH
8247character being treated specially in an expansion, including backslash itself.
8248If the string appears in quotes in the configuration file, two backslashes are
168e428f
PH
8249required because the quotes themselves cause interpretation of backslashes when
8250the string is read in (see section <<SECTstrings>>).
8251
8252cindex:[expansion,non-expandable substrings]
8253A portion of the string can specified as non-expandable by placing it between
8254two occurrences of `\N`. This is particularly useful for protecting regular
8255expressions, which often contain backslashes and dollar signs. For example:
8256
8257 deny senders = \N^\d{8}[a-z]@some\.site\.example$\N
8258
8259On encountering the first `\N`, the expander copies subsequent characters
8260without interpretation until it reaches the next `\N` or the end of the
8261string.
8262
8263
8264
8265Character escape sequences in expanded strings
8266~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8267cindex:[expansion,escape sequences]
8268A backslash followed by one of the letters ``n'', ``r'', or ``t'' in an expanded
8269string is recognized as an escape sequence for the character newline, carriage
8270return, or tab, respectively. A backslash followed by up to three octal digits
8271is recognized as an octal encoding for a single character, and a backslash
8272followed by ``x'' and up to two hexadecimal digits is a hexadecimal encoding.
8273
8274These escape sequences are also recognized in quoted strings when they are read
8275in. Their interpretation in expansions as well is useful for unquoted strings,
8276and for other cases such as looked-up strings that are then expanded.
8277
8278
8279Testing string expansions
8280~~~~~~~~~~~~~~~~~~~~~~~~~
8281cindex:[expansion,testing]
8282cindex:[testing,string expansion]
8283cindex:[%-be% option]
8284Many expansions can be tested by calling Exim with the %-be% option. This takes
8285the command arguments, or lines from the standard input if there are no
8286arguments, runs them through the string expansion code, and writes the results
8287to the standard output. Variables based on configuration values are set up, but
8288since no message is being processed, variables such as $local_part$ have no
8289value. Nevertheless the %-be% option can be useful for checking out file and
8290database lookups, and the use of expansion operators such as %sg%, %substr% and
8291%nhash%.
8292
8293Exim gives up its root privilege when it is called with the %-be% option, and
8294instead runs under the uid and gid it was called with, to prevent users from
8295using %-be% for reading files to which they do not have access.
8296
8297
8298
8299[[SECTforexpfai]]
8300Forced expansion failure
8301~~~~~~~~~~~~~~~~~~~~~~~~
8302cindex:[expansion,forced failure]
8303A number of expansions that are described in the following section have
068aaea8
PH
8304alternative ``true'' and ``false'' substrings, enclosed in brace characters
8305(which are sometimes called ``curly brackets''). Which of the two strings is
8306used depends on some condition that is evaluated as part of the expansion. If,
8307instead of a ``false'' substring, the word ``fail'' is used (not in braces),
8308the entire string expansion fails in a way that can be detected by the code
8309that requested the expansion. This is called ``forced expansion failure'', and
8310its consequences depend on the circumstances. In some cases it is no different
8311from any other expansion failure, but in others a different action may be
8312taken. Such variations are mentioned in the documentation of the option that is
8313being expanded.
168e428f
PH
8314
8315
8316
8317
8318[[SECTexpansionitems]]
8319Expansion items
8320~~~~~~~~~~~~~~~
8321The following items are recognized in expanded strings. White space may be used
8322between sub-items that are keywords or substrings enclosed in braces inside an
8323outer set of braces, to improve readability. *Warning*: Within braces,
8324white space is significant.
8325
8326*\$*<'variable~name'>~or~*\$\{*<'variable~name'>*\}*::
8327cindex:[expansion,variables]
8328Substitute the contents of the named variable, for example
8329
8330 $local_part
8331 ${domain}
8332+
8333The second form can be used to separate the name from subsequent alphanumeric
068aaea8
PH
8334characters. This form (using braces) is available only for variables; it does
8335'not' apply to message headers. The names of the variables are given in section
8336<<SECTexpvar>> below. If the name of a non-existent variable is given, the
8337expansion fails.
168e428f
PH
8338
8339*\$\{*<'op'>*:*<'string'>*\}*::
8340cindex:[expansion,operators]
8341The string is first itself expanded, and then the operation specified by <'op'>
8342is applied to it. For example,
8343
8344 ${lc:$local_part}
8345+
8346The string starts with the first character after the colon, which may be
8347leading white space. A list of operators is given in section <<SECTexpop>>
8348below. The operator notation is used for simple expansion items that have just
8349one argument, because it reduces the number of braces and therefore makes the
8350string easier to understand.
8351
068aaea8 8352*\$\{dlfunc\{*<'file'>*\}\{*<'function'>*\}\{*<'arg'>*\}\{*<'arg'>*\}...\}*::
168e428f 8353+
068aaea8
PH
8354[revisionflag="changed"]
8355This expansion dynamically loads and then calls a locally-written C function.
8356This functionality is available only if Exim is compiled with
8357+
8358[revisionflag="changed"]
8359....
8360 EXPAND_DLFUNC=yes
8361....
8362+
8363[revisionflag="changed"]
8364set in _Local/Makefile_. Once loaded, Exim remembers the dynamically loaded
8365object so that it doesn't reload the same object file in the same Exim process
8366(but of course Exim does start new processes frequently).
8367+
8368[revisionflag="changed"]
8369There may be from zero to eight arguments to the function. When compiling
8370a local function that is to be called in this way, _local_scan.h_ should be
8371included. The Exim variables and functions that are defined by that API
8372are also available for dynamically loaded functions. The function itself
8373must have the following type:
8374+
8375[revisionflag="changed"]
8376....
8377int dlfunction(uschar **yield, int argc, uschar *argv[])
8378....
8379+
8380[revisionflag="changed"]
8381Where `uschar` is a typedef for `unsigned char` in _local_scan.h_. The
8382function should return one of the following values:
8383+
8384[revisionflag="changed"]
8385`OK`: Success. The string that is placed in the variable 'yield' is put into
8386the expanded string that is being built.
8387+
8388[revisionflag="changed"]
8389`FAIL`: A non-forced expansion failure occurs, with the error message taken
8390from 'yield', if it is set.
8391+
8392[revisionflag="changed"]
8393`FAIL_FORCED`: A forced expansion failure occurs, with the error message
8394taken from 'yield' if it is set.
8395+
8396[revisionflag="changed"]
8397`ERROR`: Same as `FAIL`, except that a panic log entry is written.
8398+
8399[revisionflag="changed"]
8400When compiling a function that is to be used in this way with gcc,
8401you need to add %-shared% to the gcc command. Also, in the Exim build-time
8402configuration, you must add %-export-dynamic% to EXTRALIBS.
8403
8404
8405*\$\{extract\{*<'key'>*\}\{*<'string1'>*\}\{*<'string2'>*\}\{*<'string3'>*\}\}*::
8406cindex:[expansion,extracting substrings by key]
8407The key and <'string1'> are first expanded separately. Leading and trailing
8408white space is removed from the key (but not from any of the strings). The key
8409must not consist entirely of digits. The expanded <'string1'> must be of the
8410form:
8411
8412 <key1> = <value1> <key2> = <value2> ...
8413+
8414cindex:[$value$]
8415where the equals signs and spaces (but not both) are optional. If any of the
8416values contain white space, they must be enclosed in double quotes, and any
8417values that are enclosed in double quotes are subject to escape processing as
8418described in section <<SECTstrings>>. The expanded <'string1'> is searched for
8419the value that corresponds to the key. The search is case-insensitive. If the
8420key is found, <'string2'> is expanded, and replaces the whole item; otherwise
8421<'string3'> is used. During the expansion of <'string2'> the variable $value$
8422contains the value that has been extracted. Afterwards, it is restored to any
8423previous value it might have had.
168e428f
PH
8424+
8425If \{<'string3'>\} is omitted, the item is replaced by an empty string if the
8426key is not found. If \{<'string2'>\} is also omitted, the value that was
8427extracted is used. Thus, for example, these two expansions are identical, and
8428yield ``2001'':
8429
8430 ${extract{gid}{uid=1984 gid=2001}}
8431 ${extract{gid}{uid=1984 gid=2001}{$value}}
8432+
8433Instead of \{<'string3'>\} the word ``fail'' (not in curly brackets) can
8434appear, for example:
8435
8436 ${extract{Z}{A=... B=...}{$value} fail }
8437+
8438This forces an expansion failure (see section <<SECTforexpfai>>);
8439{<'string2'>\} must be present for ``fail'' to be recognized.
8440
8441
8442*\$\{extract\{*<'number'>*\}\{*<'separators'>*\}\{*<'string1'>*\}\{*<'string2'>*\}\{*<'string3'>*\}\}*::
8443cindex:[expansion,extracting substrings by number]
8444The <'number'> argument must consist entirely of decimal digits,
068aaea8 8445apart from leading and trailing white space, which is ignored.
168e428f
PH
8446This is what distinguishes this form of %extract% from the previous kind. It
8447behaves in the same way, except that, instead of extracting a named field, it
8448extracts from <'string1'> the field whose number is given as the first
8449argument. You can use $value$ in <'string2'> or `fail` instead of
8450<'string3'> as before.
8451+
8452The fields in the string are separated by any one of the characters in the
8453separator string. These may include space or tab characters.
8454The first field is numbered one. If the number is negative, the fields are
8455counted from the end of the string, with the rightmost one numbered -1. If the
8456number given is zero, the entire string is returned. If the modulus of the
8457number is greater than the number of fields in the string, the result is the
8458expansion of <'string3'>, or the empty string if <'string3'> is not provided.
8459For example:
8460
8461 ${extract{2}{:}{x:42:99:& Mailer::/bin/bash}}
8462+
8463yields ``42'', and
8464
8465 ${extract{-4}{:}{x:42:99:& Mailer::/bin/bash}}
8466+
8467yields ``99''. Two successive separators mean that the field between them is
8468empty (for example, the fifth field above).
8469
8470
8471*\$\{hash\{*<'string1'>*\}\{*<'string2'>*\}\{*<'string3'>*\}\}*::
8472cindex:[hash function,textual]
8473cindex:[expansion,textual hash]
8474This is a textual hashing function, and was the first to be implemented in
8475early versions of Exim. In current releases, there are other hashing functions
8476(numeric, MD5, and SHA-1), which are described below.
8477+
8478The first two strings, after expansion, must be numbers. Call them <'m'> and
8479<'n'>. If you are using fixed values for these numbers, that is, if <'string1'>
8480and <'string2'> do not change when they are expanded, you can use the
8481simpler operator notation that avoids some of the braces:
8482
8483 ${hash_<n>_<m>:<string>}
8484+
8485The second number is optional (in both notations).
8486+
8487If <'n'> is greater than or equal to the length of the string, the expansion
8488item returns the string. Otherwise it computes a new string of length <'n'> by
8489applying a hashing function to the string. The new string consists of
8490characters taken from the first <'m'> characters of the string
8491
8492 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQWRSTUVWXYZ0123456789
8493+
8494If <'m'> is not present the value 26 is used, so that only lower case
8495letters appear. For example:
8496+
8497&&&
8498`\${hash{3}{monty}} ` yields `jmg`
8499`\${hash{5}{monty}} ` yields `monty`
8500`\${hash{4}{62}{monty python}}` yields `fbWx`
8501&&&
8502
8503
8504*\$header_*<'header~name'>*:*~or~*\$h_*<'header~name'>*:*::
8505See *\$rheader* below.
8506
8507*\$bheader_*<'header~name'>*:*~or~*\$bh_*<'header~name'>*:*::
8508See *\$rheader* below.
8509
8510*\$rheader_*<'header~name'>*:*~or~*\$rh_*<'header~name'>*:*::
8511cindex:[expansion,header insertion]
8512cindex:[$header_$]
8513cindex:[$bheader_$]
8514cindex:[$rheader_$]
8515cindex:[header lines,in expansion strings]
8516cindex:[header lines,character sets]
8517cindex:[header lines,decoding]
8518Substitute the contents of the named message header line, for example
8519
8520 $header_reply-to:
8521+
8522The newline that terminates a header line is not included in the expansion, but
8523internal newlines (caused by splitting the header line over several physical
8524lines) may be present.
8525+
8526The difference between %rheader%, %bheader%, and %header% is in the way the
8527data in the header line is interpreted.
8528+
8529--
068aaea8 8530- cindex:[white space,in header lines]
168e428f 8531%rheader% gives the original ``raw'' content of the header line, with no
068aaea8 8532processing at all, and without the removal of leading and trailing white space.
168e428f
PH
8533
8534- cindex:[base64 encoding,in header lines]
068aaea8 8535%bheader% removes leading and trailing white space, and then decodes base64 or
168e428f
PH
8536quoted-printable MIME ``words'' within the header text, but does no character
8537set translation. If decoding of what looks superficially like a MIME ``word''
8538fails, the raw string is returned. If decoding
8539cindex:[binary zero,in header line]
8540produces a binary zero character, it is replaced by a question mark -- this is
8541what Exim does for binary zeros that are actually received in header lines.
8542
8543- %header% tries to translate the string as decoded by %bheader% to a standard
8544character set. This is an attempt to produce the same string as would be
8545displayed on a user's MUA. If translation fails, the %bheader% string is
8546returned. Translation is attempted only on operating systems that support the
8547'iconv()' function. This is indicated by the compile-time macro
8548HAVE_ICONV in a system Makefile or in _Local/Makefile_.
8549--
8550+
8551In a filter file, the target character set for %header% can be specified by a
8552command of the following form:
8553
8554 headers charset "UTF-8"
8555+
8556This command affects all references to $h_$ (or $header_$) expansions in
8557subsequently obeyed filter commands. In the absence of this command, the target
8558character set in a filter is taken from the setting of the %headers_charset%
8559option in the runtime configuration. The value of this option defaults to the
8560value of HEADERS_CHARSET in _Local/Makefile_. The ultimate default is
8561ISO-8859-1.
8562+
8563Header names follow the syntax of RFC 2822, which states that they may contain
8564any printing characters except space and colon. Consequently, curly brackets
8565'do not' terminate header names, and should not be used to enclose them as
8566if they were variables. Attempting to do so causes a syntax error.
8567+
8568Only header lines that are common to all copies of a message are visible to
8569this mechanism. These are the original header lines that are received with the
8570message, and any that are added by an ACL %warn% statement or by a system
8571filter. Header lines that are added to a particular copy of a message by a
8572router or transport are not accessible.
8573+
8574For incoming SMTP messages, no header lines are visible in ACLs that are obeyed
8575before the DATA ACL, because the header structure is not set up until the
8576message is received. Header lines that are added by %warn% statements in a
8577RCPT ACL (for example) are saved until the message's incoming header lines
8578are available, at which point they are added. When a DATA ACL is running,
8579however, header lines added by earlier ACLs are visible.
8580+
8581Upper case and lower case letters are synonymous in header names. If the
8582following character is white space, the terminating colon may be omitted, but
8583this is not recommended, because you may then forget it when it is needed. When
8584white space terminates the header name, it is included in the expanded string.
8585If the message does not contain the given header, the expansion item is
8586replaced by an empty string. (See the %def% condition in section <<SECTexpcond>>
8587for a means of testing for the existence of a header.)
8588+
8589If there is more than one header with the same name, they are all
8590concatenated to form the substitution string, up to a maximum length of 64K. A
8591newline character is inserted between each line. For the %header% expansion,
8592for those headers that contain lists of addresses, a comma is also inserted at
8593the junctions between lines. This does not happen for the %rheader% expansion.
8594
8595
8596
8597*\$\{hmac\{*<'hashname'>*\}\{*<'secret'>*\}\{*<'string'>*\}\}*::
8598cindex:[expansion,hmac hashing]
8599This function uses cryptographic hashing (either MD5 or SHA-1) to convert a
8600shared secret and some text into a message authentication code, as specified in
8601RFC 2104. This differs from `\$\{md5:secret_text...\}` or
8602`\$\{sha1:secret_text...\}` in that the hmac step adds a signature to the
8603cryptographic hash, allowing for authentication that is not possible with MD5
8604or SHA-1 alone. The hash name must expand to either `md5` or `sha1` at present.
8605For example:
8606
8607 ${hmac{md5}{somesecret}{$primary_hostname $tod_log}}
8608+
8609For the hostname 'mail.example.com' and time 2002-10-17 11:30:59, this
8610produces:
8611
8612 dd97e3ba5d1a61b5006108f8c8252953
8613+
8614As an example of how this might be used, you might put in the main part of
8615an Exim configuration:
8616
8617 SPAMSCAN_SECRET=cohgheeLei2thahw
8618+
8619In a router or a transport you could then have:
8620+
8621....
8622headers_add = \
8623 X-Spam-Scanned: ${primary_hostname} ${message_id} \
8624 ${hmac{md5}{SPAMSCAN_SECRET}\
8625 {${primary_hostname},${message_id},$h_message-id:}}
8626....
8627+
8628Then given a message, you can check where it was scanned by looking at the
8629'X-Spam-Scanned:' header line. If you know the secret, you can check that this
8630header line is authentic by recomputing the authentication code from the host
8631name, message ID and the 'Message-id:' header line. This can be done using
8632Exim's %-be% option, or by other means, for example by using the
8633'hmac_md5_hex()' function in Perl.
8634
8635
8636*\$\{if~*<'condition'>*~\{*<'string1'>*\}\{*<'string2'>*\}\}*::
8637cindex:[expansion,conditional]
8638If <'condition'> is true, <'string1'> is expanded and replaces the whole item;
8639otherwise <'string2'> is used. The available conditions are described in
8640section <<SECTexpcond>> below. For example:
8641
8642 ${if eq {$local_part}{postmaster} {yes}{no} }
8643+
8644The second string need not be present; if it is not and the condition is not
8645true, the item is replaced with nothing. Alternatively, the word ``fail'' may be
8646present instead of the second string (without any curly brackets). In this
8647case, the expansion is forced to fail if the condition is not true (see section
8648<<SECTforexpfai>>).
8649+
8650If both strings are omitted, the result is the string `true` if the condition
8651is true, and the empty string if the condition is false. This makes it less
8652cumbersome to write custom ACL and router conditions. For example, instead of
8653
8654 condition = ${if >{$acl_m4}{3}{true}{false}}
8655+
8656you can use
8657
8658 condition = ${if >{$acl_m4}{3}}
8659
8660
8661
8662*\$\{length\{*<'string1'>*\}\{*<'string2'>*\}\}*::
8663cindex:[expansion,string truncation]
8664The %length% item is used to extract the initial portion of a string. Both
8665strings are expanded, and the first one must yield a number, <'n'>, say. If you
8666are using a fixed value for the number, that is, if <'string1'> does not change
8667when expanded, you can use the simpler operator notation that avoids some of
8668the braces:
8669
8670 ${length_<n>:<string>}
8671+
8672The result of this item is either the first <'n'> characters or the whole
8673of <'string2'>, whichever is the shorter. Do not confuse %length% with
8674%strlen%, which gives the length of a string.
8675
8676
8677*\$\{lookup\{*<'key'>*\}~*<'search~type'>*~\{*<'file'>*\}~\{*<'string1'>*\}~\{*<'string2'>*\}\}*::
8678This is the first of one of two different types of lookup item, which are both
8679described in the next item.
8680
8681*\$\{lookup~*<'search~type'>*~\{*<'query'>*\}~\{*<'string1'>*\}~\{*<'string2'>*\}\}*::
8682cindex:[expansion,lookup in]
8683cindex:[file,lookup]
8684cindex:[lookup,in expanded string]
8685The two forms of lookup item specify data lookups in files and databases, as
8686discussed in chapter <<CHAPfdlookup>>. The first form is used for single-key
8687lookups, and the second is used for query-style lookups. The <'key'>, <'file'>,
8688and <'query'> strings are expanded before use.
8689+
8690If there is any white space in a lookup item which is part of a filter command,
8691a retry or rewrite rule, a routing rule for the ^manualroute^ router, or any
8692other place where white space is significant, the lookup item must be enclosed
8693in double quotes. The use of data lookups in users' filter files may be locked
8694out by the system administrator.
8695+
8696cindex:[$value$]
8697If the lookup succeeds, <'string1'> is expanded and replaces the entire item.
8698During its expansion, the variable $value$ contains the data returned by the
8699lookup. Afterwards it reverts to the value it had previously (at the outer
8700level it is empty). If the lookup fails, <'string2'> is expanded and replaces
8701the entire item. If \{<'string2'>\} is omitted, the replacement is the empty
8702string on failure. If <'string2'> is provided, it can itself be a nested
8703lookup, thus providing a mechanism for looking up a default value when the
8704original lookup fails.
8705+
8706If a nested lookup is used as part of <'string1'>, $value$ contains the data
8707for the outer lookup while the parameters of the second lookup are expanded,
8708and also while <'string2'> of the second lookup is expanded, should the second
8709lookup fail. + Instead of \{<'string2'>\} the word ``fail'' can appear, and in
8710this case, if the lookup fails, the entire expansion is forced to fail (see
8711section <<SECTforexpfai>>). If both \{<'string1'>\} and \{<'string2'>\} are
8712omitted, the result is the looked up value in the case of a successful lookup,
8713and nothing in the case of failure.
8714+
8715For single-key lookups, the string ``partial'' is permitted to precede the
8716search type in order to do partial matching, and \* or \*@ may follow a search
8717type to request default lookups if the key does not match (see sections
8718<<SECTdefaultvaluelookups>> and <<SECTpartiallookup>> for details).
8719+
8720cindex:[numerical variables ($1$ $2$ etc),in lookup expansion]
8721If a partial search is used, the variables $1$ and $2$ contain the wild
8722and non-wild parts of the key during the expansion of the replacement text.
8723They return to their previous values at the end of the lookup item.
8724+
8725This example looks up the postmaster alias in the conventional alias file:
8726
8727 ${lookup {postmaster} lsearch {/etc/aliases} {$value}}
8728+
8729This example uses NIS+ to look up the full name of the user corresponding to
8730the local part of an address, forcing the expansion to fail if it is not found:
8731+
8732....
8733${lookup nisplus {[name=$local_part],passwd.org_dir:gcos} \
8734 {$value}fail}
8735....
8736
8737
8738*\$\{nhash\{*<'string1'>*\}\{*<'string2'>*\}\{*<'string3'>*\}\}*::
8739cindex:[expansion,numeric hash]
8740cindex:[hash function,numeric]
8741The three strings are expanded; the first two must yield numbers. Call them
8742<'n'> and <'m'>. If you are using fixed values for these numbers, that is, if
8743<'string1'> and <'string2'> do not change when they are expanded, you can use
8744the simpler operator notation that avoids some of the braces:
8745
8746 ${nhash_<n>_<m>:<string>}
8747+
8748The second number is optional (in both notations). If there is only one number,
8749the result is a number in the range 0--<'n'>-1. Otherwise, the string is
8750processed by a div/mod hash function that returns two numbers, separated by a
8751slash, in the ranges 0 to <'n'>-1 and 0 to <'m'>-1, respectively. For example,
8752
8753 ${nhash{8}{64}{supercalifragilisticexpialidocious}}
8754+
8755returns the string ``6/33''.
8756
8757
8758
8759*\$\{perl\{*<'subroutine'>*\}\{*<'arg'>*\}\{*<'arg'>*\}...\}*::
8760cindex:[Perl,use in expanded string]
8761cindex:[expansion,calling Perl from]
8762This item is available only if Exim has been built to include an embedded Perl
8763interpreter. The subroutine name and the arguments are first separately
8764expanded, and then the Perl subroutine is called with those arguments. No
8765additional arguments need be given; the maximum number permitted, including the
8766name of the subroutine, is nine.
8767+
8768The return value of the subroutine is inserted into the expanded string, unless
8769the return value is %undef%. In that case, the expansion fails in the same way
8770as an explicit ``fail'' on a lookup item.
8771The return value is a scalar. Whatever you return is evaluated in a scalar
8772context. For example, if you return the name of a Perl vector, the
8773return value is the size of the vector, not its contents.
8774+
8775If the subroutine exits by calling Perl's %die% function, the expansion fails
8776with the error message that was passed to %die%. More details of the embedded
8777Perl facility are given in chapter <<CHAPperl>>.
8778+
8779The ^redirect^ router has an option called %forbid_filter_perl% which locks
8780out the use of this expansion item in filter files.
8781
8782
068aaea8
PH
8783*\$\{prvs\{*<'address'>*\}\{*<'secret'>*\}\{*<'keynumber'>*\}\}*::
8784+
8785[revisionflag="changed"]
8786cindex:[prvs,expansion item]
8787The first argument is a complete email address and the second is secret
8788keystring. The third argument, specifying a key number, is optional. If absent,
8789it defaults to 0. The result of the expansion is a prvs-signed email address,
8790to be typically used with the %return_path% option on an ^smtp^ transport as
8791part of a bounce address tag validation (BATV) scheme. For more discussion and
8792an example, see section <<SECTverifyPRVS>>.
8793
8794
8795*\$\{prvscheck\{*<'address'>*\}\{*<'secret'>*\}\{*<'string'>*\}\}*::
8796+
8797[revisionflag="changed"]
8798cindex:[prvscheck,expansion item]
8799This expansion item is the complement of the %prvs% item. It is used for
8800checking prvs-signed addresses. If the expansion of the first argument does not
8801yield a syntactically valid prvs-signed address, the whole item expands to the
8802empty string. When the first argument does expand to a syntactically valid
8803prvs-signed address, the second argument is expanded, with the prvs-decoded
8804version of the address and the key number extracted from the address in the
8805variables $prvscheck_address$ and $prvscheck_keynum$, respectively.
8806+
8807[revisionflag="changed"]
8808These two variables can be used in the expansion of the second argument to
8809retrieve the secret. The validity of the prvs-signed address is then checked
8810against the secret. The result is stored in the variable $prvscheck_result$,
8811which is empty for failure or ``1'' for success.
8812+
8813[revisionflag="changed"]
8814The third argument is optional; if it is missing, it defaults to an empty
8815string. This argument is now expanded. If the result is an empty string, the
8816result of the expansion is the decoded version of the address. This is the case
8817whether or not the signature was valid. Otherwise, the result of the expansion
8818is the expansion of the third argument.
8819+
8820[revisionflag="changed"]
8821All three variables can be used in the expansion of the third argument.
8822However, once the expansion is complete, only $prvscheck_result$ remains set.
8823For more discussion and an example, see section <<SECTverifyPRVS>>.
8824
8825
168e428f
PH
8826*\$\{readfile\{*<'file~name'>*\}\{*<'eol~string'>*\}\}*::
8827cindex:[expansion,inserting an entire file]
8828cindex:[file,inserting into expansion]
8829The file name and end-of-line string are first expanded separately. The file is
8830then read, and its contents replace the entire item. All newline characters in
8831the file are replaced by the end-of-line string if it is present. Otherwise,
8832newlines are left in the string.
8833String expansion is not applied to the contents of the file. If you want this,
8834you must wrap the item in an %expand% operator. If the file cannot be read, the
8835string expansion fails.
8836+
8837The ^redirect^ router has an option called %forbid_filter_readfile% which
8838locks out the use of this expansion item in filter files.
8839
8840
8841
8842*\$\{readsocket\{*<'name'>*\}\{*<'request'>*\}\{*<'timeout'>*\}\{*<'eol~string'>*\}\{*<'fail~string'>*\}\}*::
8843cindex:[expansion,inserting from a socket]
8844cindex:[socket, use of in expansion]
8845This item inserts data that is read from a Unix domain socket into the expanded
8846string. The minimal way of using it uses just two arguments:
8847
8848 ${readsocket{/socket/name}{request string}}
8849+
8850Exim connects to the socket, writes the request string (unless it is an
8851empty string) and reads from the socket until an end-of-file is read. A timeout
8852of 5 seconds is applied. Additional, optional arguments extend what can be
8853done. Firstly, you can vary the timeout. For example:
8854
8855 ${readsocket{/socket/name}{request-string}{3s}}
8856+
8857A fourth argument allows you to change any newlines that are in the data
8858that is read, in the same way as for %readfile% (see above). This example turns
8859them into spaces:
8860
8861 ${readsocket{/socket/name}{request-string}{3s}{ }}
8862+
8863As with all expansions, the substrings are expanded before the processing
8864happens. Errors in these sub-expansions cause the expansion to fail. In
8865addition, the following errors can occur:
8866+
8867--
8868- Failure to create a socket file descriptor;
8869
8870- Failure to connect the socket;
8871
8872- Failure to write the request-string;
8873
8874- Timeout on reading from the socket.
8875--
8876+
8877By default, any of these errors causes the expansion to fail. However, if
8878you supply a fifth substring, it is expanded and used when any of the above
8879errors occurs. For example:
8880+
8881....
8882 ${readsocket{/socket/name}{request-string}{3s}{\n}\
8883 {socket failure}}
8884....
8885+
8886You can test for the existence of the socket by wrapping this expansion in
8887`\$\{if exists`, but there is a race condition between that test and the
8888actual opening of the socket, so it is safer to use the fifth argument if you
8889want to be absolutely sure of avoiding an expansion error for a non-existent
8890socket.
8891+
8892The ^redirect^ router has an option called %forbid_filter_readsocket% which
8893locks out the use of this expansion item in filter files.
8894
8895*\$rheader_*<'header~name'>*:~or~\$rh_*<'header~name'>*:*::
8896This item inserts ``raw'' header lines. It is described with the %header%
8897expansion item above.
8898
8899
8900
8901*\$\{run\{*<'command'>*~*<'args'>*\}\{*<'string1'>*\}\{*<'string2'>*\}\}*::
8902cindex:[expansion,running a command]
8903The command and its arguments are first expanded separately, and then the
8904command is run in a separate process, but under the same uid and gid. As in
8905other command executions from Exim, a shell is not used by default. If you want
8906a shell, you must explicitly code it.
8907+
068aaea8 8908[revisionflag="changed"]
168e428f 8909cindex:[return code,from %run% expansion]
068aaea8 8910cindex:[$value$]
168e428f
PH
8911If the command succeeds (gives a zero return code) <'string1'> is expanded and
8912replaces the entire item; during this expansion, the standard output from the
8913command is in the variable $value$. If the command fails, <'string2'>, if
068aaea8
PH
8914present, is expanded and used. Once again, during the expansion, the standard
8915output from the command is in the variable $value$. If <'string2'> is absent,
8916the result is empty. Alternatively, <'string2'> can be the word ``fail'' (not
8917in braces) to force expansion failure if the command does not succeed. If both
8918strings are omitted, the result is contents of the standard output on success,
8919and nothing on failure.
8920+
8921cindex:[$runrc$]
168e428f
PH
8922The return code from the command is put in the variable $runrc$, and this
8923remains set afterwards, so in a filter file you can do things like this:
8924
8925 if "${run{x y z}{}}$runrc" is 1 then ...
8926 elif $runrc is 2 then ...
8927 ...
8928 endif
8929+
8930If execution of the command fails (for example, the command does not exist),
8931the return code is 127 -- the same code that shells use for non-existent
8932commands.
8933+
8934*Warning*: In a router or transport, you cannot assume the order in which
8935option values are expanded, except for those pre-conditions whose order of
8936testing is documented. Therefore, you cannot reliably expect to set $runrc$
8937by the expansion of one option, and use it in another.
8938+
8939The ^redirect^ router has an option called %forbid_filter_run% which locks
8940out the use of this expansion item in filter files.
8941
8942
8943*\$\{sg\{*<'subject'>*\}\{*<'regex'>*\}\{*<'replacement'>*\}\}*::
8944cindex:[expansion,string substitution]
8945This item works like Perl's substitution operator (s) with the global (/g)
8946option; hence its name. However, unlike the Perl equivalent, Exim does not
8947modify the subject string; instead it returns the modified string for insertion
8948into the overall expansion. The item takes three arguments: the subject string,
8949a regular expression, and a substitution string. For example
8950
8951 ${sg{abcdefabcdef}{abc}{xyz}}
8952+
8953yields ``xyzdefxyzdef''. Because all three arguments are expanded before use, if
8954any \$ or \ characters are required in the regular expression or in the
8955substitution string, they have to be escaped. For example
8956
8957 ${sg{abcdef}{^(...)(...)\$}{\$2\$1}}
8958+
8959yields ``defabc'', and
8960
8961 ${sg{1=A 4=D 3=C}{\N(\d+)=\N}{K\$1=}}
8962+
8963yields ``K1=A K4=D K3=C''. Note the use of `\N` to protect the contents of
8964the regular expression from string expansion.
8965
8966
8967
8968*\$\{substr\{*<'string1'>*\}\{*<'string2'>*\}\{*<'string3'>*\}\}*::
8969cindex:[%substr%]
8970cindex:[substring extraction]
8971cindex:[expansion,substring extraction]
8972The three strings are expanded; the first two must yield numbers. Call them
8973<'n'> and <'m'>. If you are using fixed values for these numbers, that is, if
8974<'string1'> and <'string2'> do not change when they are expanded, you can use
8975the simpler operator notation that avoids some of the braces:
8976
8977 ${substr_<n>_<m>:<string>}
8978+
8979The second number is optional (in both notations).
8980If it is absent in the simpler format, the preceding underscore must also be
8981omitted.
8982+
8983The %substr% item can be used to extract more general substrings than
8984%length%. The first number, <'n'>, is a starting offset, and <'m'> is the
8985length required. For example
8986
8987 ${substr{3}{2}{$local_part}}
8988+
8989If the starting offset is greater than the string length the result is the
8990null string; if the length plus starting offset is greater than the string
8991length, the result is the right-hand part of the string, starting from the
8992given offset. The first character in the string has offset zero.
8993+
8994The %substr% expansion item can take negative offset values to count
8995from the right-hand end of its operand. The last character is offset -1, the
8996second-last is offset -2, and so on. Thus, for example,
8997
8998 ${substr{-5}{2}{1234567}}
8999+
9000yields ``34''. If the absolute value of a negative offset is greater than the
9001length of the string, the substring starts at the beginning of the string, and
9002the length is reduced by the amount of overshoot. Thus, for example,
9003
9004 ${substr{-5}{2}{12}}
9005+
9006yields an empty string, but
9007
9008 ${substr{-3}{2}{12}}
9009+
9010yields ``1''.
9011+
9012When the second number is omitted from %substr%, the remainder of the string
9013is taken if the offset is positive. If it is negative, all characters in the
9014string preceding the offset point are taken. For example, an offset of -1 and
9015no length, as in these semantically identical examples:
9016
9017 ${substr_-1:abcde}
9018 ${substr{-1}{abcde}}
9019+
9020yields all but the last character of the string, that is, ``abcd''.
9021
9022
9023
9024*\$\{tr\{*<'subject'>*\}\{*<'characters'>*\}\{*<'replacements'>*\}\}*::
9025cindex:[expansion,character translation]
9026This item does single-character translation on its subject string. The second
9027argument is a list of characters to be translated in the subject string. Each
9028matching character is replaced by the corresponding character from the
9029replacement list. For example
9030
9031 ${tr{abcdea}{ac}{13}}
9032+
9033yields `1b3de1`. If there are duplicates in the second character string, the
9034last occurrence is used. If the third string is shorter than the second, its
9035last character is replicated. However, if it is empty, no translation takes
9036place.
9037
9038
9039
9040[[SECTexpop]]
9041Expansion operators
9042~~~~~~~~~~~~~~~~~~~
9043cindex:[expansion,operators]
9044For expansion items that perform transformations on a single argument string,
9045the ``operator'' notation is used because it is simpler and uses fewer braces.
9046The substring is first expanded before the operation is applied to it. The
9047following operations can be performed:
9048
9049*\$\{address:*<'string'>*\}*::
9050cindex:[expansion,RFC 2822 address handling]
9051The string is interpreted as an RFC 2822 address, as it might appear in a
9052header line, and the effective address is extracted from it. If the string does
9053not parse successfully, the result is empty.
9054
9055
9056*\$\{base62:*<'digits'>*\}*::
068aaea8
PH
9057+
9058[revisionflag="changed"]
168e428f
PH
9059cindex:[base62]
9060cindex:[expansion,conversion to base 62]
9061The string must consist entirely of decimal digits. The number is converted to
068aaea8
PH
9062base 62 and output as a string of six characters, including leading zeros. In
9063the few operating environments where Exim uses base 36 instead of base 62 for
9064its message identifiers (because those systems do not have case-sensitive file
9065names), base 36 is used by this operator, despite its name. *Note*: Just to be
9066absolutely clear: this is 'not' base64 encoding.
168e428f
PH
9067
9068*\$\{base62d:*<'base-62~digits'>*\}*::
068aaea8
PH
9069+
9070[revisionflag="changed"]
168e428f
PH
9071cindex:[base62]
9072cindex:[expansion,conversion to base 62]
068aaea8
PH
9073The string must consist entirely of base-62 digits, or, in operating
9074environments where Exim uses base 36 instead of base 62 for its message
9075identifiers, base-36 digits. The number is converted to decimal and output as a
9076string.
168e428f
PH
9077
9078
9079*\$\{domain:*<'string'>*\}*::
9080cindex:[domain,extraction]
9081cindex:[expansion,domain extraction]
9082The string is interpreted as an RFC 2822 address and the domain is extracted
9083from it. If the string does not parse successfully, the result is empty.
9084
9085
9086*\$\{escape:*<'string'>*\}*::
9087cindex:[expansion,escaping non-printing characters]
9088If the string contains any non-printing characters, they are converted to
9089escape sequences starting with a backslash. Whether characters with the most
9090significant bit set (so-called ``8-bit characters'') count as printing or not is
9091controlled by the %print_topbitchars% option.
9092
9093
9094*\$\{eval:*<'string'>*\}*::
9095*\$\{eval10:*<'string'>*\}*::
068aaea8
PH
9096+
9097[revisionflag="changed"]
168e428f
PH
9098cindex:[expansion,expression evaluation]
9099cindex:[expansion,arithmetic expression]
9100These items supports simple arithmetic in expansion strings. The string (after
9101expansion) must be a conventional arithmetic expression, but it is limited to
068aaea8
PH
9102five basic operators (plus, minus, times, divide, remainder) and parentheses.
9103All operations are carried out using integer arithmetic. Plus and minus have a
9104lower priority than times, divide, and remainder; operators with the same
9105priority are evaluated from left to right.
168e428f
PH
9106+
9107For %eval%, numbers may be decimal, octal (starting with ``0'') or hexadecimal
9108(starting with ``0x''). For %eval10%, all numbers are taken as decimal, even if
9109they start with a leading zero. This can be useful when processing numbers
9110extracted from dates or times, which often do have leading zeros.
9111+
9112A number may be followed by ``K'' or ``M'' to multiply it by 1024 or 1024\*1024,
9113respectively. Negative numbers are supported. The result of the computation is
9114a decimal representation of the answer (without ``K'' or ``M''). For example:
9115+
068aaea8 9116[revisionflag="changed"]
168e428f
PH
9117&&&
9118`\${eval:1+1} ` yields 2
9119`\${eval:1+2*3} ` yields 7
9120`\${eval:(1+2)*3} ` yields 9
068aaea8 9121`\${eval:2+42%5} ` yields 4
168e428f
PH
9122&&&
9123+
9124As a more realistic example, in an ACL you might have
9125+
9126....
9127deny message = Too many bad recipients
9128 condition = \
9129 ${if and { \
9130 {>{$rcpt_count}{10}} \
9131 { \
9132 < \
9133 {$recipients_count} \
9134 {${eval:$rcpt_count/2}} \
9135 } \
9136 }{yes}{no}}
9137....
9138+
9139The condition is true if there have been more than 10 RCPT commands and
9140fewer than half of them have resulted in a valid recipient.
9141
9142
9143*\$\{expand:*<'string'>*\}*::
9144cindex:[expansion,re-expansion of substring]
9145The %expand% operator causes a string to be expanded for a second time. For
9146example,
9147
9148 ${expand:${lookup{$domain}dbm{/some/file}{$value}}}
9149+
9150first looks up a string in a file while expanding the operand for %expand%, and
9151then re-expands what it has found.
9152
9153
9154*\$\{from_utf8:*<'string'>*\}*::
9155cindex:[Unicode]
9156cindex:[UTF-8,conversion from]
9157cindex:[expansion,UTF-8 conversion]
9158The world is slowly moving towards Unicode, although there are no standards for
9159email yet. However, other applications (including some databases) are starting
9160to store data in Unicode, using UTF-8 encoding. This operator converts from a
9161UTF-8 string to an ISO-8859-1 string. UTF-8 code values greater than 255 are
9162converted to underscores. The input must be a valid UTF-8 string. If it is not,
9163the result is an undefined sequence of bytes.
9164+
9165Unicode code points with values less than 256 are compatible with ASCII and
9166ISO-8859-1 (also known as Latin-1).
9167For example, character 169 is the copyright symbol in both cases, though the
9168way it is encoded is different. In UTF-8, more than one byte is needed for
9169characters with code values greater than 127, whereas ISO-8859-1 is a
9170single-byte encoding (but thereby limited to 256 characters). This makes
9171translation from UTF-8 to ISO-8859-1 straightforward.
9172
9173
9174*\$\{hash_*<'n'>*_*<'m'>*:*<'string'>*\}*::
9175cindex:[hash function,textual]
9176cindex:[expansion,textual hash]
9177The %hash% operator is a simpler interface to the hashing function that can be
9178used when the two parameters are fixed numbers (as opposed to strings that
9179change when expanded). The effect is the same as
9180
9181 ${hash{<n>}{<m>}{<string>}}
9182+
9183See the description of the general %hash% item above for details. The
9184abbreviation %h% can be used when %hash% is used as an operator.
9185
9186
9187
9188*\$\{hex2b64:*<'hexstring'>*\}*::
9189cindex:[base64 encoding,conversion from hex]
9190cindex:[expansion,hex to base64]
9191This operator converts a hex string into one that is base64 encoded. This can
9192be useful for processing the output of the MD5 and SHA-1 hashing functions.
9193
9194
9195*\$\{lc:*<'string'>*\}*::
9196cindex:[case forcing in strings]
9197cindex:[string,case forcing]
9198cindex:[lower casing]
9199cindex:[expansion,case forcing]
9200This forces the letters in the string into lower-case, for example:
9201
9202 ${lc:$local_part}
9203
9204
9205
9206*\$\{length_*<'number'>*:*<'string'>*\}*::
9207cindex:[expansion,string truncation]
9208The %length% operator is a simpler interface to the %length% function that can
9209be used when the parameter is a fixed number (as opposed to a string that
9210changes when expanded). The effect is the same as
9211
9212 ${length{<number>}{<string>}}
9213+
9214See the description of the general %length% item above for details. Note that
9215%length% is not the same as %strlen%. The abbreviation %l% can be used when
9216%length% is used as an operator.
9217
9218
9219*\$\{local_part:*<'string'>*\}*::
9220cindex:[expansion,local part extraction]
9221The string is interpreted as an RFC 2822 address and the local part is
9222extracted from it. If the string does not parse successfully, the result is
9223empty.
9224
9225
9226*\$\{mask:*<'IP~address'>*/*<'bit~count'>*\}*::
9227cindex:[masked IP address]
9228cindex:[IP address,masking]
9229cindex:[CIDR notation]
9230cindex:[expansion,IP address masking]
9231If the form of the string to be operated on is not an IP address followed by a
9232slash and an integer (that is, a network address in CIDR notation), the
9233expansion fails. Otherwise, this operator converts the IP address to binary,
9234masks off the least significant bits according to the bit count, and converts
9235the result back to text, with mask appended. For example,
9236
9237 ${mask:10.111.131.206/28}
9238+
9239returns the string ``10.111.131.192/28''. Since this operation is expected to be
9240mostly used for looking up masked addresses in files, the result for an IPv6
9241address uses dots to separate components instead of colons, because colon
9242terminates a key string in lsearch files. So, for example,
9243
9244 ${mask:3ffe:ffff:836f:0a00:000a:0800:200a:c031/99}
9245+
9246returns the string
9247
9248 3ffe.ffff.836f.0a00.000a.0800.2000.0000/99
9249+
9250Letters in IPv6 addresses are always output in lower case.
9251
9252
9253*\$\{md5:*<'string'>*\}*::
9254cindex:[MD5 hash]
9255cindex:[expansion,MD5 hash]
9256The %md5% operator computes the MD5 hash value of the string, and returns it as
9257a 32-digit hexadecimal number,
9258in which any letters are in lower case.
9259
9260
9261*\$\{nhash_*<'n'>*_*<'m'>*:*<'string'>*\}*::
9262cindex:[expansion,numeric hash]
9263cindex:[hash function,numeric]
9264The %nhash% operator is a simpler interface to the numeric hashing function
9265that can be used when the two parameters are fixed numbers (as opposed to
9266strings that change when expanded). The effect is the same as
9267
9268 ${nhash{<n>}{<m>}{<string>}}
9269+
9270See the description of the general %nhash% item above for details.
9271
9272
9273*\$\{quote:*<'string'>*\}*::
9274cindex:[quoting,in string expansions]
9275cindex:[expansion,quoting]
9276The %quote% operator puts its argument into double quotes if it
9277is an empty string or
9278contains anything other than letters, digits, underscores, dots, and hyphens.
9279Any occurrences of double quotes and backslashes are escaped with a backslash.
9280Newlines and carriage returns are converted to `\n` and `\r`,
9281respectively For example,
9282
9283 ${quote:ab"*"cd}
9284+
9285becomes
9286
9287 "ab\"*\"cd"
9288+
9289The place where this is useful is when the argument is a substitution from a
9290variable or a message header.
9291
9292*\$\{quote_local_part:*<'string'>*\}*::
9293This operator is like %quote%, except that it quotes the string only if
9294required to do so by the rules of RFC 2822 for quoting local parts. For
9295example, a plus sign would not cause quoting (but it would for %quote%).
9296If you are creating a new email address from the contents of $local_part$
9297(or any other unknown data), you should always use this operator.
9298
9299
9300*\$\{quote_*<'lookup-type'>*:*<'string'>*\}*::
9301cindex:[quoting,lookup-specific]
9302This operator applies lookup-specific quoting rules to the string. Each
9303query-style lookup type has its own quoting rules which are described with
9304the lookups in chapter <<CHAPfdlookup>>. For example,
9305
9306 ${quote_ldap:two * two}
9307+
9308returns
9309
9310 two%20%5C2A%20two
9311+
9312For single-key lookup types, no quoting is ever necessary and this operator
9313yields an unchanged string.
9314
9315
9316*\$\{rxquote:*<'string'>*\}*::
9317cindex:[quoting,in regular expressions]
9318cindex:[regular expressions,quoting]
9319The %rxquote% operator inserts a backslash before any non-alphanumeric
9320characters in its argument. This is useful when substituting the values of
9321variables or headers inside regular expressions.
9322
9323
9324*\$\{rfc2047:*<'string'>*\}*::
9325cindex:[expansion,RFC 2047]
9326This operator encodes text according to the rules of RFC 2047. This is an
9327encoding that is used in header lines to encode non-ASCII characters. It is
9328assumed that the input string is in the encoding specified by the
9329%headers_charset% option, which defaults to ISO-8859-1. If the string contains
9330only characters in the range 33--126, and no instances of the characters
9331
9332 ? = ( ) < > @ , ; : \ " . [ ] _
9333+
9334it is not modified. Otherwise, the result is the RFC 2047 encoding of the
9335string, using as many ``coded words'' as necessary to encode all the
9336characters.
9337
9338
9339
9340*\$\{sha1:*<'string'>*\}*::
9341cindex:[SHA-1 hash]
9342cindex:[expansion,SHA-1 hashing]
9343The %sha1% operator computes the SHA-1 hash value of the string, and returns it
9344as a 40-digit hexadecimal number, in which any letters are in upper case.
9345
9346
9347*\$\{stat:*<'string'>*\}*::
9348cindex:[expansion,statting a file]
9349cindex:[file,extracting characteristics]
9350The string, after expansion, must be a file path. A call to the 'stat()'
9351function is made for this path. If 'stat()' fails, an error occurs and the
9352expansion fails. If it succeeds, the data from the stat replaces the item, as a
068aaea8
PH
9353series of <'name'>=<'value'> pairs, where the values are all numerical, except
9354for the value of ``smode''. The names are: ``mode'' (giving the mode as a
168e428f 93554-digit octal number), ``smode'' (giving the mode in symbolic format as a
068aaea8
PH
935610-character string, as for the 'ls' command), ``inode'', ``device'',
9357``links'', ``uid'', ``gid'', ``size'', ``atime'', ``mtime'', and ``ctime''. You
9358can extract individual fields using the %extract% expansion item.
9359+
9360[revisionflag="changed"]
9361The use of the %stat% expansion in users' filter files can be locked out by the
9362system administrator. *Warning*: The file size may be incorrect on 32-bit
9363systems for files larger than 2GB.
168e428f
PH
9364
9365
9366*\$\{str2b64:*<'string'>*\}*::
9367cindex:[expansion,base64 encoding]
9368cindex:[base64 encoding,in string expansion]
9369This operator converts a string into one that is base64 encoded.
9370
9371
9372
9373*\$\{strlen:*<'string'>*\}*::
9374cindex:[expansion,string length]
9375cindex:[string,length in expansion]
9376The item is replace by the length of the expanded string, expressed as a
9377decimal number. *Note*: Do not confuse %strlen% with %length%.
9378
9379
9380*\$\{substr_*<'start'>*_*<'length'>*:*<'string'>*\}*::
9381cindex:[%substr%]
9382cindex:[substring extraction]
9383cindex:[expansion,substring expansion]
9384The %substr% operator is a simpler interface to the %substr% function that can
9385be used when the two parameters are fixed numbers (as opposed to strings that
9386change when expanded). The effect is the same as
9387
9388 ${substr{<start>}{<length>}{<string>}}
9389+
9390See the description of the general %substr% item above for details. The
9391abbreviation %s% can be used when %substr% is used as an operator.
9392
9393*\$\{time_interval:*<'string'>*\}*::
9394cindex:[%time_interval%]
9395cindex:[time interval,formatting]
9396The argument (after sub-expansion) must be a sequence of decimal digits that
9397represents an interval of time as a number of seconds. It is converted into a
9398number of larger units and output in Exim's normal time format, for example,
9399`1w3d4h2m6s`.
9400
9401*\$\{uc:*<'string'>*\}*::
9402cindex:[case forcing in strings]
9403cindex:[string,case forcing]
9404cindex:[upper casing]
9405cindex:[expansion,case forcing]
9406This forces the letters in the string into upper-case.
9407
9408
9409
9410
9411
9412
9413[[SECTexpcond]]
9414Expansion conditions
9415~~~~~~~~~~~~~~~~~~~~
9416cindex:[expansion,conditions]
9417The following conditions are available for testing by the %\$\{if% construct
9418while expanding strings:
9419
9420*!*<'condition'>::
9421cindex:[expansion,negating a condition]
9422Preceding any condition with an exclamation mark negates the result of the
9423condition.
9424
9425<'symbolic~operator'>~*\{*<'string1'>*\}\{*<'string2'>*\}*::
9426cindex:[numeric comparison]
9427cindex:[expansion,numeric comparison]
9428There are a number of symbolic operators for doing numeric comparisons. They
9429are:
9430+
9431&&&
9432`= ` equal
9433`== ` equal
9434`> ` greater
9435`>= ` greater or equal
9436`< ` less
9437`<= ` less or equal
9438&&&
9439+
9440For example,
9441
9442 ${if >{$message_size}{10M} ...
9443+
9444Note that the general negation operator provides for inequality testing. The
9445two strings must take the form of optionally signed decimal integers,
9446optionally followed by one of the letters ``K'' or ``M'' (in either upper or
9447lower case), signifying multiplication by 1024 or 1024\*1024, respectively.
9448
9449*crypteq~\{*<'string1'>*\}\{*<'string2'>*\}*::
9450cindex:[expansion,encrypted comparison]
9451cindex:[encrypted strings, comparing]
9452This condition is included in the Exim binary if it is built to support any
9453authentication mechanisms (see chapter <<CHAPSMTPAUTH>>). Otherwise, it is
9454necessary to define SUPPORT_CRYPTEQ in _Local/Makefile_ to get %crypteq%
9455included in the binary.
9456+
9457The %crypteq% condition has two arguments. The first is encrypted and compared
9458against the second, which is already encrypted. The second string may be in the
9459LDAP form for storing encrypted strings, which starts with the encryption type
9460in curly brackets, followed by the data. If the second string does not begin
9461with ``\{'' it is assumed to be encrypted with 'crypt()' or 'crypt16()' (see
9462below), since such strings cannot begin with ``\{''. Typically this will be a
9463field from a password file.
9464+
9465An example of an encrypted string in LDAP form is:
9466
9467 {md5}CY9rzUYh03PK3k6DJie09g==
9468+
9469If such a string appears directly in an expansion, the curly brackets have to
9470be quoted, because they are part of the expansion syntax. For example:
9471
9472 ${if crypteq {test}{\{md5\}CY9rzUYh03PK3k6DJie09g==}{yes}{no}}
9473+
9474The following encryption types (whose names are matched case-independently) are
9475supported:
9476+
9477--
9478- cindex:[MD5 hash]
9479cindex:[base64 encoding,in encrypted password]
9480%\{md5\}% computes the MD5 digest of the first string, and expresses this as
9481printable characters to compare with the remainder of the second string. If the
9482length of the comparison string is 24, Exim assumes that it is base64 encoded
9483(as in the above example). If the length is 32, Exim assumes that it is a
9484hexadecimal encoding of the MD5 digest. If the length not 24 or 32, the
9485comparison fails.
9486
9487- cindex:[SHA-1 hash]
9488%\{sha1\}% computes the SHA-1 digest of the first string, and expresses this as
9489printable characters to compare with the remainder of the second string. If the
9490length of the comparison string is 28, Exim assumes that it is base64 encoded.
9491If the length is 40, Exim assumes that it is a hexadecimal encoding of the
9492SHA-1 digest. If the length is not 28 or 40, the comparison fails.
9493
9494- cindex:['crypt()']
9495%\{crypt\}% calls the 'crypt()' function, which traditionally used to use only
9496the first eight characters of the password. However, in modern operating
9497systems this is no longer true, and in many cases the entire password is used,
9498whatever its length.
9499
9500- cindex:['crypt16()']
9501%\{crypt16\}% calls the 'crypt16()' function (also known as 'bigcrypt()'),
9502which was orginally created to use up to 16 characters of the password. Again,
9503in modern operating systems, more characters may be used.
9504--
9505+
9506Exim has its own version of 'crypt16()' (which is just a double call to
9507'crypt()'). For operating systems that have their own version, setting
9508HAVE_CRYPT16 in _Local/Makefile_ when building Exim causes it to use the
9509operating system version instead of its own. This option is set by default in
9510the OS-dependent _Makefile_ for those operating systems that are known to
9511support 'crypt16()'.
9512+
9513If you do not put any curly bracket encryption type in a %crypteq% comparison,
9514the default is either `\{crypt\}` or `\{crypt16\}`, as determined by the
9515setting of DEFAULT_CRYPT in _Local/Makefile_. The default default is
9516`\{crypt\}`. Whatever the default, you can always use either function by
9517specifying it explicitly in curly brackets.
9518+
9519Note that if a password is no longer than 8 characters, the results of
9520encrypting it with 'crypt()' and 'crypt16()' are identical. That means that
9521'crypt16()' is backwards compatible, as long as nobody feeds it a password
9522longer than 8 characters.
9523
9524
9525*def:*<'variable~name'>*::
9526cindex:[expansion,checking for empty variable]
9527The %def% condition must be followed by the name of one of the expansion
9528variables defined in section <<SECTexpvar>>. The condition is true if the named
9529expansion variable does not contain the empty string, for example
9530
9531 ${if def:sender_ident {from $sender_ident}}
9532+
9533Note that the variable name is given without a leading %\$% character. If the
9534variable does not exist, the expansion fails.
9535
9536*def:header_*<'header~name'>*:*~~or~~*def:h_*<'header~name'>*:*::
9537cindex:[expansion,checking header line existence]
9538This condition is true if a message is being processed and the named header
9539exists in the message. For example,
9540
9541 ${if def:header_reply-to:{$h_reply-to:}{$h_from:}}
9542+
068aaea8
PH
9543*Note*: no %\$% appears before %header_% or %h_% in the condition, and the
9544header name must be terminated by a colon if white space does not follow.
168e428f
PH
9545
9546*eq~\{*<'string1'>*\}\{*<'string2'>*\}*::
9547cindex:[string,comparison]
9548cindex:[expansion,string comparison]
9549The two substrings are first expanded. The condition is true if the two
9550resulting strings are identical, including the case of letters.
9551
9552*eqi~\{*<'string1'>*\}\{*<'string2'>*\}*::
9553cindex:[string,comparison]
9554cindex:[expansion,string comparison]
9555The two substrings are first expanded. The condition is true if the two
9556resulting strings are identical when compared in a case-independent way.
9557
9558*exists~\{*<'file~name'>*\}*::
9559cindex:[expansion,file existence test]
9560cindex:[file,existence test]
9561The substring is first expanded and then interpreted as an absolute path. The
9562condition is true if the named file (or directory) exists. The existence test
9563is done by calling the 'stat()' function. The use of the %exists% test in
9564users' filter files may be locked out by the system administrator.
9565
9566*first_delivery*::
9567cindex:[delivery,first]
9568cindex:[first delivery]
9569cindex:[expansion,first delivery test]
9570This condition, which has no data, is true during a message's first delivery
9571attempt. It is false during any subsequent delivery attempts.
9572
9573*ge~\{*<'string1'>*\}\{*<'string2'>*\}*::
9574See *gei*.
9575
9576*gei~\{*<'string1'>*\}\{*<'string2'>*\}*::
9577cindex:[string,comparison]
9578cindex:[expansion,string comparison]
9579The two substrings are first expanded. The condition is true if the first
9580string is lexically greater than or equal to the second string: for %ge% the
9581comparison includes the case of letters, whereas for %gei% the comparison is
9582case-independent.
9583
9584*gt~\{*<'string1'>*\}\{*<'string2'>*\}*::
9585See *gti*.
9586
9587*gti~\{*<'string1'>*\}\{*<'string2'>*\}*::
9588cindex:[string,comparison]
9589cindex:[expansion,string comparison]
9590The two substrings are first expanded. The condition is true if the first
9591string is lexically greater than the second string: for %gt% the comparison
9592includes the case of letters, whereas for %gti% the comparison is
9593case-independent.
9594
9595*isip~\{*<'string'>*\}*::
9596See *isip6*.
9597
9598*isip4~\{*<'string'>*\}*::
9599See *isip6*.
9600
9601*isip6~\{*<'string'>*\}*::
9602cindex:[IP address,testing string format]
9603cindex:[string,testing for IP address]
9604The substring is first expanded, and then tested to see if it has the form of
9605an IP address. Both IPv4 and IPv6 addresses are valid for %isip%, whereas
9606%isip4% and %isip6% test just for IPv4 or IPv6 addresses, respectively. For
9607example, you could use
9608
9609 ${if isip4{$sender_host_address}...
9610+
9611to test which version of IP an incoming SMTP connection is using.
9612
9613
9614*ldapauth~\{*<'ldap~query'>*\}*::
9615cindex:[LDAP,use for authentication]
9616cindex:[expansion,LDAP authentication test]
9617This condition supports user authentication using LDAP. See section
9618<<SECTldap>> for details of how to use LDAP in lookups and the syntax of
9619queries. For this use, the query must contain a user name and password. The
9620query itself is not used, and can be empty. The condition is true if the
9621password is not empty, and the user name and password are accepted by the LDAP
9622server. An empty password is rejected without calling LDAP because LDAP binds
9623with an empty password are considered anonymous regardless of the username, and
9624will succeed in most configurations. See chapter <<CHAPSMTPAUTH>> for details
9625of SMTP authentication, and chapter <<CHAPplaintext>> for an example of how
9626this can be used.
9627
9628
9629*le~\{*<'string1'>*\}\{*<'string2'>*\}*::
9630See *lei*.
9631
9632*lei~\{*<'string1'>*\}\{*<'string2'>*\}*::
9633cindex:[string,comparison]
9634cindex:[expansion,string comparison]
9635The two substrings are first expanded. The condition is true if the first
9636string is lexically less than or equal to the second string: for %le% the
9637comparison includes the case of letters, whereas for %lei% the comparison is
9638case-independent.
9639
9640*lt~\{*<'string1'>*\}\{*<'string2'>*\}*::
9641See *lti*.
9642
9643*lti~\{*<'string1'>*\}\{*<'string2'>*\}*::
9644cindex:[string,comparison]
9645cindex:[expansion,string comparison]
9646The two substrings are first expanded. The condition is true if the first
9647string is lexically less than the second string: for %lt% the comparison
9648includes the case of letters, whereas for %lti% the comparison is
9649case-independent.
9650
9651
9652*match~\{*<'string1'>*\}\{*<'string2'>*\}*::
9653cindex:[expansion,regular expression comparison]
9654cindex:[regular expressions,match in expanded string]
9655The two substrings are first expanded. The second is then treated as a regular
9656expression and applied to the first. Because of the pre-expansion, if the
9657regular expression contains dollar, or backslash characters, they must be
9658escaped. Care must also be taken if the regular expression contains braces
9659(curly brackets). A closing brace must be escaped so that it is not taken as a
9660premature termination of <'string2'>. The easiest approach is to use the
9661`\N` feature to disable expansion of the regular expression.
9662For example,
9663
9664 ${if match {$local_part}{\N^\d{3}\N} ...
9665+
9666If the whole expansion string is in double quotes, further escaping of
9667backslashes is also required.
9668+
9669The condition is true if the regular expression match succeeds.
9670The regular expression is not required to begin with a circumflex
9671metacharacter, but if there is no circumflex, the expression is not anchored,
9672and it may match anywhere in the subject, not just at the start. If you want
9673the pattern to match at the end of the subject, you must include the `\$`
9674metacharacter at an appropriate point.
9675+
9676cindex:[numerical variables ($1$ $2$ etc),in %if% expansion]
9677At the start of an %if% expansion the values of the numeric variable
9678substitutions $1$ etc. are remembered. Obeying a %match% condition that
9679succeeds causes them to be reset to the substrings of that condition and they
9680will have these values during the expansion of the success string. At the end
9681of the %if% expansion, the previous values are restored. After testing a
9682combination of conditions using %or%, the subsequent values of the numeric
9683variables are those of the condition that succeeded.
9684
068aaea8 9685*match_address~\{*<'string1'>*\}\{*<'string2'>*\}*::
168e428f
PH
9686See *match_local_part*.
9687
068aaea8 9688*match_domain~\{*<'string1'>*\}\{*<'string2'>*\}*::
168e428f
PH
9689See *match_local_part*.
9690
068aaea8
PH
9691*match_ip~\{*<'string1'>*\}\{*<'string2'>*\}*::
9692+
9693[revisionflag="changed"]
9694This condition matches an IP address to a list of IP address patterns. It must
9695be followed by two argument strings. The first (after expansion) must be an IP
9696address or an empty string. The second (after expansion) is a restricted host
9697list that can match only an IP address, not a host name. For example:
9698+
9699[revisionflag="changed"]
9700....
9701${if match_ip{$sender_host_address}{1.2.3.4:5.6.7.8}{...}{...}}
9702....
9703+
9704[revisionflag="changed"]
9705The specific types of host list item that are permitted in the list are:
9706+
9707--
9708- An IP address, optionally with a CIDR mask.
9709
9710- A single asterisk, which matches any IP address.
9711
9712- An empty item, which matches only if the IP address is empty. This could be
9713useful for testing for a locally submitted message or one from specific hosts
9714in a single test such as
9715
9716....
9717 ${if match_ip{$sender_host_address}{:4.3.2.1:...}{...}{...}}
9718....
9719
9720where the first item in the list is the empty string.
9721
9722- The item @[] matches any of the local host's interface addresses.
9723
9724- Lookups are assumed to be ``net-'' style lookups, even if `net-` is not
9725specified. Thus, the following are equivalent:
9726
9727....
9728 ${if match_ip{$sender_host_address}{lsearch;/some/file}...
9729 ${if match_ip{$sender_host_address}{net-lsearch;/some/file}...
9730....
9731
9732You do need to specify the `net-` prefix if you want to specify a
9733specific address mask, for example, by using `net24-`.
9734--
9735+
9736[revisionflag="changed"]
9737Consult section <<SECThoslispatip>> for further details of these patterns.
9738
9739
9740
168e428f
PH
9741*match_local_part~\{*<'string1'>*\}\{*<'string2'>*\}*::
9742cindex:[domain list,in expansion condition]
9743cindex:[address list,in expansion condition]
9744cindex:[local part list,in expansion condition]
068aaea8
PH
9745This condition, together with %match_address% and %match_domain%, make it
9746possible to test domain, address, and local part lists within expansions. Each
9747condition requires two arguments: an item and a list to match. A trivial
9748example is:
168e428f
PH
9749
9750 ${if match_domain{a.b.c}{x.y.z:a.b.c:p.q.r}{yes}{no}}
9751+
9752In each case, the second argument may contain any of the allowable items for a
9753list of the appropriate type. Also, because the second argument (after
9754expansion) is a standard form of list, it is possible to refer to a named list.
9755Thus, you can use conditions like this:
9756
9757 ${if match_domain{$domain}{+local_domains}{...
9758+
9759cindex:[`+caseful`]
9760For address lists, the matching starts off caselessly, but the `+caseful`
9761item can be used, as in all address lists, to cause subsequent items to
9762have their local parts matched casefully. Domains are always matched
9763caselessly.
9764+
9765*Note*: Host lists are 'not' supported in this way. This is because
9766hosts have two identities: a name and an IP address, and it is not clear
068aaea8
PH
9767how to specify cleanly how such a test would work. However, IP addresses can be
9768matched using %match_ip%.
168e428f
PH
9769
9770*pam~\{*<'string1'>*:*<'string2'>*:...\}*::
9771cindex:[PAM authentication]
9772cindex:[AUTH,with PAM]
9773cindex:[Solaris,PAM support]
9774cindex:[expansion,PAM authentication test]
9775'Pluggable Authentication Modules'
9776(*http://www.kernel.org/pub/linux/libs/pam/[]*)
9777are a facility that is available in the latest releases of Solaris and in some
9778GNU/Linux distributions. The Exim support, which is intended for use in
9779conjunction with the SMTP AUTH command, is available only if Exim is
9780compiled with
9781
9782 SUPPORT_PAM=yes
9783+
9784in _Local/Makefile_. You probably need to add %-lpam% to EXTRALIBS, and
9785in some releases of GNU/Linux %-ldl% is also needed.
9786+
9787The argument string is first expanded, and the result must be a
068aaea8 9788colon-separated list of strings. Leading and trailing white space is ignored.
168e428f
PH
9789The PAM module is initialized with the service name ``exim'' and the user name
9790taken from the first item in the colon-separated data string (<'string1'>). The
9791remaining items in the data string are passed over in response to requests from
9792the authentication function. In the simple case there will only be one request,
9793for a password, so the data consists of just two strings.
9794+
9795There can be problems if any of the strings are permitted to contain colon
9796characters. In the usual way, these have to be doubled to avoid being taken as
9797separators. If the data is being inserted from a variable, the %sg% expansion
9798item can be used to double any existing colons. For example, the configuration
9799of a LOGIN authenticator might contain this setting:
9800
9801 server_condition = ${if pam{$1:${sg{$2}{:}{::}}}{yes}{no}}
9802+
9803For a PLAIN authenticator you could use:
9804
9805 server_condition = ${if pam{$2:${sg{$3}{:}{::}}}{yes}{no}}
9806+
9807In some operating systems, PAM authentication can be done only from a process
9808running as root. Since Exim is running as the Exim user when receiving
9809messages, this means that PAM cannot be used directly in those systems.
9810A patched version of the 'pam_unix' module that comes with the
9811Linux PAM package is available from *http://www.e-admin.de/pam_exim/[]*.
9812The patched module allows one special uid/gid combination, in addition to root,
9813to authenticate. If you build the patched module to allow the Exim user and
9814group, PAM can then be used from an Exim authenticator.
9815
9816
9817*pwcheck~\{*<'string1'>*:*<'string2'>*\}*::
9818cindex:['pwcheck' daemon]
9819cindex:[Cyrus]
9820cindex:[expansion,'pwcheck' authentication test]
9821This condition supports user authentication using the Cyrus 'pwcheck' daemon.
9822This is one way of making it possible for passwords to be checked by a process
9823that is not running as root. *Note:* The use of 'pwcheck' is now deprecated.
9824Its replacement is 'saslauthd' (see below).
9825+
9826The pwcheck support is not included in Exim by default. You need to specify
9827the location of the pwcheck daemon's socket in _Local/Makefile_ before
9828building Exim. For example:
9829
9830 CYRUS_PWCHECK_SOCKET=/var/pwcheck/pwcheck
9831+
9832You do not need to install the full Cyrus software suite in order to use
9833the pwcheck daemon. You can compile and install just the daemon alone
9834from the Cyrus SASL library. Ensure that 'exim' is the only user that has
9835access to the _/var/pwcheck_ directory.
9836+
9837The %pwcheck% condition takes one argument, which must be the user name and
9838password, separated by a colon. For example, in a LOGIN authenticator
9839configuration, you might have this:
9840
9841 server_condition = ${if pwcheck{$1:$2}{1}{0}}
9842
9843
9844*queue_running*::
9845cindex:[queue runner,detecting when delivering from]
9846cindex:[expansion,queue runner test]
9847This condition, which has no data, is true during delivery attempts that are
9848initiated by queue runner processes, and false otherwise.
9849
9850
9851*radius~\{*<'authentication~string'>*\}*::
9852cindex:[Radius]
9853cindex:[expansion,Radius authentication]
9854Radius authentication (RFC 2865) is supported in a similar way to PAM. You must
9855set RADIUS_CONFIG_FILE in _Local/Makefile_ to specify the location of
9856the Radius client configuration file in order to build Exim with Radius
9857support.
9858+
068aaea8 9859[revisionflag="changed"]
168e428f 9860With just that one setting, Exim expects to be linked with the %radiusclient%
068aaea8
PH
9861library, using the original API. If you are using release 0.4.0 or later of
9862this library, you need to set
9863+
9864[revisionflag="changed"]
9865....
9866RADIUS_LIB_TYPE=RADIUSCLIENTNEW
9867....
9868+
9869[revisionflag="changed"]
9870in _Local/Makefile_ when building Exim. You can also link Exim with the
9871%libradius% library that comes with FreeBSD. To do this, set
168e428f
PH
9872
9873 RADIUS_LIB_TYPE=RADLIB
9874+
9875in _Local/Makefile_, in addition to setting RADIUS_CONFIGURE_FILE.
9876You may also have to supply a suitable setting in EXTRALIBS so that the
9877Radius library can be found when Exim is linked.
9878+
9879The string specified by RADIUS_CONFIG_FILE is expanded and passed to the
9880Radius client library, which calls the Radius server. The condition is true if
9881the authentication is successful. For example
9882
9883 server_condition = \$\{if radius\{<arguments>\}\{yes\}\{no\}\}
9884
9885
9886
9887
9888*saslauthd~\{\{*<'user'>*\}\{*<'password'>*\}\{*<'service'>*\}\{*<'realm'>*\}\}*::
9889cindex:['saslauthd' daemon]
9890cindex:[Cyrus]
9891cindex:[expansion,'saslauthd' authentication test]
9892This condition supports user authentication using the Cyrus 'saslauthd'
9893daemon. This replaces the older 'pwcheck' daemon, which is now deprecated.
9894Using this daemon is one way of making it possible for passwords to be checked
9895by a process that is not running as root.
9896+
9897The saslauthd support is not included in Exim by default. You need to specify
9898the location of the saslauthd daemon's socket in _Local/Makefile_ before
9899building Exim. For example:
9900
9901 CYRUS_SASLAUTHD_SOCKET=/var/state/saslauthd/mux
9902+
9903You do not need to install the full Cyrus software suite in order to use
9904the saslauthd daemon. You can compile and install just the daemon alone
9905from the Cyrus SASL library.
9906+
9907Up to four arguments can be supplied to the %saslauthd% condition, but only two
9908are mandatory. For example:
9909
9910 server_condition = ${if saslauthd{{$1}{$2}}{1}{0}}
9911+
9912The service and the realm are optional (which is why the arguments are enclosed
9913in their own set of braces). For details of the meaning of the service and
9914realm, and how to run the daemon, consult the Cyrus documentation.
9915
9916
9917
9918Combining expansion conditions
9919~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9920cindex:[expansion,combining conditions]
9921Several conditions can be tested at once by combining them using the %and% and
9922%or% combination conditions. Note that %and% and %or% are complete conditions
9923on their own, and precede their lists of sub-conditions. Each sub-condition
9924must be enclosed in braces within the overall braces that contain the list. No
9925repetition of %if% is used.
9926
9927
9928*or~\{\{*<'cond1'>*\}\{*<'cond2'>*\}...\}*::
9929cindex:[``or'' expansion condition]
9930cindex:[expansion,``or'' of conditions]
9931The sub-conditions are evaluated from left to right. The condition is true if
9932any one of the sub-conditions is true.
9933For example,
9934
9935 ${if or {{eq{$local_part}{spqr}}{eq{$domain}{testing.com}}}...
9936+
9937When a true sub-condition is found, the following ones are parsed but not
9938evaluated. If there are several ``match'' sub-conditions the values of the
9939numeric variables afterwards are taken from the first one that succeeds.
9940
9941*and~\{\{*<'cond1'>*\}\{*<'cond2'>*\}...\}*::
9942cindex:[``and'' expansion condition]
9943cindex:[expansion,``and'' of conditions]
9944The sub-conditions are evaluated from left to right. The condition is true if
9945all of the sub-conditions are true. If there are several ``match''
9946sub-conditions, the values of the numeric variables afterwards are taken from
9947the last one. When a false sub-condition is found, the following ones are
9948parsed but not evaluated.
9949
9950
9951
9952
9953[[SECTexpvar]]
9954Expansion variables
9955~~~~~~~~~~~~~~~~~~~
9956cindex:[expansion variables, list of]
9957This section contains an alphabetical list of all the expansion variables. Some
9958of them are available only when Exim is compiled with specific options such as
9959support for TLS or the content scanning extension.
9960
9961$0$, $1$, etc::
9962cindex:[numerical variables ($1$ $2$ etc)]
9963When a %match% expansion condition succeeds, these variables contain the
9964captured substrings identified by the regular expression during subsequent
9965processing of the success string of the containing %if% expansion item. They
9966may also be set externally by some other matching process which precedes the
9967expansion of the string. For example, the commands available in Exim filter
9968files include an %if% command with its own regular expression matching
9969condition.
9970
9971$acl_c0$ -- $acl_c9$::
9972Values can be placed in these variables by the %set% modifier in an ACL. The
9973values persist throughout the lifetime of an SMTP connection. They can be used
9974to pass information between ACLs and different invocations of the same ACL.
9975When a message is received, the values of these variables are saved with the
9976message, and can be accessed by filters, routers, and transports during
9977subsequent delivery.
9978
9979$acl_m0$ -- $acl_m9$::
9980Values can be placed in these variables by the %set% modifier in an ACL. They
9981retain their values while a message is being received, but are reset
9982afterwards. They are also reset by MAIL, RSET, EHLO, HELO, and after starting a
9983TLS session. When a message is received, the values of these variables are
9984saved with the message, and can be accessed by filters, routers, and transports
9985during subsequent delivery.
9986
9987$acl_verify_message$::
068aaea8
PH
9988+
9989[revisionflag="changed"]
9990cindex:[$acl_verify_message$]
9991After an address verification has failed, this variable contains the failure
9992message. It retains its value for use in subsequent modifiers. The message can
9993be preserved by coding like this:
9994+
9995[revisionflag="changed"]
9996....
9997warn !verify = sender
9998 set acl_m0 = $acl_verify_message
9999....
10000+
10001[revisionflag="changed"]
10002You can use $acl_verify_message$ during the expansion of the %message% or
10003%log_message% modifiers, to include information about the verification failure.
10004
168e428f
PH
10005
10006$address_data$::
068aaea8 10007cindex:[$address_data$]
168e428f
PH
10008This variable is set by means of the %address_data% option in routers. The
10009value then remains with the address while it is processed by subsequent routers
10010and eventually a transport. If the transport is handling multiple addresses,
10011the value from the first address is used. See chapter <<CHAProutergeneric>> for
10012more details. *Note*: the contents of $address_data$ are visible in user filter
10013files.
10014+
10015If $address_data$ is set when the routers are called from an ACL to verify
10016a recipient address, the final value is still in the variable for subsequent
10017conditions and modifiers of the ACL statement. If routing the address caused it
10018to be redirected to just one address, the child address is also routed as part
10019of the verification, and in this case the final value of $address_data$ is
10020from the child's routing.
10021+
10022If $address_data$ is set when the routers are called from an ACL to verify a
10023sender address, the final value is also preserved, but this time in
10024$sender_address_data$, to distinguish it from data from a recipient
10025address.
10026+
10027In both cases (recipient and sender verification), the value does not persist
10028after the end of the current ACL statement. If you want to preserve
10029these values for longer, you can save them in ACL variables.
10030
10031$address_file$::
068aaea8 10032cindex:[$address_file$]
168e428f
PH
10033When, as a result of aliasing, forwarding, or filtering, a message is directed
10034to a specific file, this variable holds the name of the file when the transport
10035is running. At other times, the variable is empty. For example, using the
10036default configuration, if user %r2d2% has a _.forward_ file containing
10037
10038 /home/r2d2/savemail
10039+
10040then when the ^address_file^ transport is running, $address_file$
10041contains ``/home/r2d2/savemail''.
10042+
10043cindex:[Sieve filter,value of $address_file$]
10044For Sieve filters, the value may be ``inbox'' or a relative folder name. It is
10045then up to the transport configuration to generate an appropriate absolute path
10046to the relevant file.
10047
10048$address_pipe$::
068aaea8 10049cindex:[$address_pipe$]
168e428f
PH
10050When, as a result of aliasing or forwarding, a message is directed to a pipe,
10051this variable holds the pipe command when the transport is running.
10052
10053$authenticated_id$::
10054cindex:[authentication,id]
068aaea8 10055cindex:[$authenticated_id$]
168e428f
PH
10056When a server successfully authenticates a client it may be configured to
10057preserve some of the authentication information in the variable
10058$authenticated_id$ (see chapter <<CHAPSMTPAUTH>>). For example, a user/password
10059authenticator configuration might preserve the user name for use in the
068aaea8
PH
10060routers. Note that this is not the same information that is saved in
10061$sender_host_authenticated$. When a message is submitted locally (that is, not
10062over a TCP connection), the value of $authenticated_id$ is the login name of
10063the calling process.
168e428f
PH
10064
10065$authenticated_sender$::
10066cindex:[sender,authenticated]
10067cindex:[authentication,sender]
10068cindex:[AUTH,on MAIL command]
068aaea8 10069cindex:[$authenticated_sender$]
168e428f
PH
10070When acting as a server, Exim takes note of the AUTH= parameter on an incoming
10071SMTP MAIL command if it believes the sender is sufficiently trusted, as
10072described in section <<SECTauthparamail>>. Unless the data is the string
10073``<>'', it is set as the authenticated sender of the message, and the value is
10074available during delivery in the $authenticated_sender$ variable. If the sender
10075is not trusted, Exim accepts the syntax of AUTH=, but ignores the data.
10076+
068aaea8 10077cindex:[$qualify_domain$]
168e428f
PH
10078When a message is submitted locally (that is, not over a TCP connection), the
10079value of $authenticated_sender$ is an address constructed from the login
10080name of the calling process and $qualify_domain$.
10081
10082
10083$authentication_failed$::
10084cindex:[authentication,failure]
068aaea8 10085cindex:[$authentication_failed$]
168e428f
PH
10086This variable is set to ``1'' in an Exim server if a client issues an AUTH
10087command that does not succeed. Otherwise it is set to ``0''. This makes it
10088possible to distinguish between ``did not try to authenticate''
10089($sender_host_authenticated$ is empty and $authentication_failed$ is set to
10090``0'') and ``tried to authenticate but failed'' ($sender_host_authenticated$ is
10091empty and $authentication_failed$ is set to ``1''). Failure includes any
10092negative response to an AUTH command, including (for example) an attempt to use
10093an undefined mechanism.
10094
10095$body_linecount$::
10096cindex:[message body, line count]
10097cindex:[body of message,line count]
068aaea8 10098cindex:[$body_linecount$]
168e428f 10099When a message is being received or delivered, this variable contains the
068aaea8 10100number of lines in the message's body. See also $message_linecount$.
168e428f
PH
10101
10102$body_zerocount$::
10103cindex:[message body, binary zero count]
10104cindex:[body of message,binary zero count]
10105cindex:[binary zero,in message body]
068aaea8 10106cindex:[$body_zerocount$]
168e428f
PH
10107When a message is being received or delivered, this variable contains the
10108number of binary zero bytes in the message's body.
10109
10110$bounce_recipient$::
068aaea8 10111cindex:[$bounce_recipient$]
168e428f
PH
10112This is set to the recipient address of a bounce message while Exim is creating
10113it. It is useful if a customized bounce message text file is in use (see
10114chapter <<CHAPemsgcust>>).
10115
10116$bounce_return_size_limit$::
068aaea8 10117cindex:[$bounce_return_size_limit$]
168e428f
PH
10118This contains the value set in the %bounce_return_size_limit% option, rounded
10119up to a multiple of 1000. It is useful when a customized error message text
10120file is in use (see chapter <<CHAPemsgcust>>).
10121
10122$caller_gid$::
10123cindex:[gid (group id),caller]
068aaea8 10124cindex:[$caller_gid$]
168e428f
PH
10125The real group id under which the process that called Exim was running. This is
10126not the same as the group id of the originator of a message (see
10127$originator_gid$). If Exim re-execs itself, this variable in the new
10128incarnation normally contains the Exim gid.
10129
10130$caller_uid$::
10131cindex:[uid (user id),caller]
068aaea8 10132cindex:[$caller_uid$]
168e428f
PH
10133The real user id under which the process that called Exim was running. This is
10134not the same as the user id of the originator of a message (see
10135$originator_uid$). If Exim re-execs itself, this variable in the new
10136incarnation normally contains the Exim uid.
10137
10138$compile_date$::
068aaea8 10139cindex:[$compile_date$]
168e428f
PH
10140The date on which the Exim binary was compiled.
10141
10142$compile_number$::
068aaea8 10143cindex:[$compile_number$]
168e428f
PH
10144The building process for Exim keeps a count of the number
10145of times it has been compiled. This serves to distinguish different
10146compilations of the same version of the program.
10147
10148$demime_errorlevel$::
068aaea8 10149cindex:[$demime_errorlevel$]
168e428f
PH
10150This variable is available when Exim is compiled with
10151the content-scanning extension and the obsolete %demime% condition. For
10152details, see section <<SECTdemimecond>>.
10153
10154$demime_reason$::
068aaea8 10155cindex:[$demime_reason$]
168e428f
PH
10156This variable is available when Exim is compiled with the
10157content-scanning extension and the obsolete %demime% condition. For details,
10158see section <<SECTdemimecond>>.
10159
10160
10161$dnslist_domain$::
10162cindex:[black list (DNS)]
068aaea8 10163cindex:[$dnslist_domain$]
168e428f
PH
10164When a client host is found to be on a DNS (black) list,
10165the list's domain name is put into this variable so that it can be included in
10166the rejection message.
10167
10168$dnslist_text$::
068aaea8 10169cindex:[$dnslist_text$]
168e428f
PH
10170When a client host is found to be on a DNS (black) list, the
10171contents of any associated TXT record are placed in this variable.
10172
10173$dnslist_value$::
068aaea8 10174cindex:[$dnslist_value$]
168e428f
PH
10175When a client host is found to be on a DNS (black) list,
10176the IP address from the resource record is placed in this variable.
10177If there are multiple records, all the addresses are included, comma-space
10178separated.
10179
10180$domain$::
068aaea8
PH
10181cindex:[$domain$]
10182When an address is being routed, or delivered on its own, this variable
10183contains the domain. Global address rewriting happens when a message is
10184received, so the value of $domain$ during routing and delivery is the value
10185after rewriting. $domain$ is set during user filtering, but not during system
10186filtering, because a message may have many recipients and the system filter is
10187called just once.
168e428f
PH
10188+
10189When more than one address is being delivered at once (for example, several
10190RCPT commands in one SMTP delivery), $domain$ is set only if they all
10191have the same domain. Transports can be restricted to handling only one domain
10192at a time if the value of $domain$ is required at transport time -- this is
10193the default for local transports. For further details of the environment in
10194which local transports are run, see chapter <<CHAPenvironment>>.
10195+
10196cindex:[%delay_warning_condition%]
10197At the end of a delivery, if all deferred addresses have the same domain, it is
10198set in $domain$ during the expansion of %delay_warning_condition%.
10199+
10200The $domain$ variable is also used in some other circumstances:
068aaea8
PH
10201+
10202--
10203- When an ACL is running for a RCPT command, $domain$ contains the domain of
10204the recipient address. The domain of the 'sender' address is in
10205$sender_address_domain$ at both MAIL time and at RCPT time. $domain$ is not
10206normally set during the running of the MAIL ACL. However, if the sender address
10207is verified with a callout during the MAIL ACL, the sender domain is placed in
10208$domain$ during the expansions of %hosts%, %interface%, and %port% in the
10209^smtp^ transport.
168e428f
PH
10210
10211- When a rewrite item is being processed (see chapter <<CHAPrewrite>>), $domain$
10212contains the domain portion of the address that is being rewritten; it can be
10213used in the expansion of the replacement address, for example, to rewrite
10214domains by file lookup.
10215
10216- With one important exception, whenever a domain list is being scanned,
10217$domain$ contains the subject domain. *Exception*: When a domain list in
10218a %sender_domains% condition in an ACL is being processed, the subject domain
10219is in $sender_address_domain$ and not in $domain$. It works this way so
10220that, in a RCPT ACL, the sender domain list can be dependent on the
10221recipient domain (which is what is in $domain$ at this time).
10222
10223- cindex:[ETRN,value of $domain$]
10224cindex:[%smtp_etrn_command%]
10225When the %smtp_etrn_command% option is being expanded, $domain$ contains
10226the complete argument of the ETRN command (see section <<SECTETRN>>).
068aaea8 10227--
168e428f
PH
10228
10229
10230$domain_data$::
068aaea8 10231cindex:[$domain_data$]
168e428f
PH
10232When the %domains% option on a router matches a domain by
10233means of a lookup, the data read by the lookup is available during the running
10234of the router as $domain_data$. In addition, if the driver routes the
10235address to a transport, the value is available in that transport. If the
10236transport is handling multiple addresses, the value from the first address is
10237used.
10238+
10239$domain_data$ is also set when the %domains% condition in an ACL matches a
10240domain by means of a lookup. The data read by the lookup is available during
10241the rest of the ACL statement. In all other situations, this variable expands
10242to nothing.
10243
10244$exim_gid$::
068aaea8 10245cindex:[$exim_gid$]
168e428f
PH
10246This variable contains the numerical value of the Exim group id.
10247
10248$exim_path$::
068aaea8 10249cindex:[$exim_path$]
168e428f
PH
10250This variable contains the path to the Exim binary.
10251
10252$exim_uid$::
068aaea8 10253cindex:[$exim_uid$]
168e428f
PH
10254This variable contains the numerical value of the Exim user id.
10255
10256$found_extension$::
068aaea8 10257cindex:[$found_extension$]
168e428f
PH
10258This variable is available when Exim is compiled with the
10259content-scanning extension and the obsolete %demime% condition. For details,
10260see section <<SECTdemimecond>>.
10261
10262$header_$<'name'>::
068aaea8
PH
10263This is not strictly an expansion variable. It is expansion syntax for
10264inserting the message header line with the given name. Note that the name must
10265be terminated by colon or white space, because it may contain a wide variety of
10266characters. Note also that braces must 'not' be used.
168e428f
PH
10267
10268$home$::
068aaea8 10269cindex:[$home$]
168e428f
PH
10270When the %check_local_user% option is set for a router, the user's home
10271directory is placed in $home$ when the check succeeds. In particular, this
10272means it is set during the running of users' filter files. A router may also
10273explicitly set a home directory for use by a transport; this can be overridden
10274by a setting on the transport itself.
10275+
10276When running a filter test via the %-bf% option, $home$ is set to the value
10277of the environment variable HOME.
10278
10279$host$::
068aaea8 10280cindex:[$host$]
168e428f
PH
10281When the ^smtp^ transport is expanding its options for encryption using TLS,
10282$host$ contains the name of the host to which it is connected. Likewise, when
10283used in the client part of an authenticator configuration (see chapter
10284<<CHAPSMTPAUTH>>), $host$ contains the name of the server to which the client
10285is connected.
10286+
10287cindex:[transport,filter]
10288cindex:[filter,transport filter]
10289When used in a transport filter (see chapter <<CHAPtransportgeneric>>) $host$
10290refers to the host involved in the current connection. When a local transport
10291is run as a result of a router that sets up a host list, $host$ contains the
10292name of the first host.
10293
10294$host_address$::
068aaea8 10295cindex:[$host_address$]
168e428f
PH
10296This variable is set to the remote host's IP address whenever $host$ is set for
10297a remote connection. It is also set to the IP address that is being checked
10298when the %ignore_target_hosts% option is being processed.
10299
10300$host_data$::
068aaea8 10301cindex:[$host_data$]
168e428f
PH
10302If a %hosts% condition in an ACL is satisfied by means of a lookup, the result
10303of the lookup is made available in the $host_data$ variable. This
10304allows you, for example, to do things like this:
10305
10306 deny hosts = net-lsearch;/some/file
10307 message = $host_data
10308
10309
10310$host_lookup_deferred$::
10311cindex:[host name lookup, failure of]
068aaea8 10312cindex:[$host_lookup_deferred$]
168e428f
PH
10313This variable normally contains ``0'', as does $host_lookup_failed$. When a
10314message comes from a remote host and there is an attempt to look up the host's
10315name from its IP address, and the attempt is not successful, one of these
10316variables is set to ``1''.
10317+
10318--
10319- If the lookup receives a definite negative response (for example, a DNS lookup
10320succeeded, but no records were found), $host_lookup_failed$ is set to ``1''.
10321
10322- If there is any kind of problem during the lookup, such that Exim cannot
10323tell whether or not the host name is defined (for example, a timeout for a DNS
10324lookup), $host_lookup_deferred$ is set to ``1''.
10325--
10326+
10327Looking up a host's name from its IP address consists of more than just a
10328single reverse lookup. Exim checks that a forward lookup of at least one of the
10329names it receives from a reverse lookup yields the original IP address. If this
10330is not the case, Exim does not accept the looked up name(s), and
10331$host_lookup_failed$ is set to ``1''. Thus, being able to find a name from an
10332IP address (for example, the existence of a PTR record in the DNS) is not
10333sufficient on its own for the success of a host name lookup. If the reverse
10334lookup succeeds, but there is a lookup problem such as a timeout when checking
10335the result, the name is not accepted, and $host_lookup_deferred$ is set to
10336``1''. See also $sender_host_name$.
10337
10338$host_lookup_failed$::
068aaea8 10339cindex:[$host_lookup_failed$]
168e428f
PH
10340See $host_lookup_deferred$.
10341
10342
10343$inode$::
068aaea8 10344cindex:[$inode$]
168e428f
PH
10345The only time this variable is set is while expanding the %directory_file%
10346option in the ^appendfile^ transport. The variable contains the inode number
10347of the temporary file which is about to be renamed. It can be used to construct
10348a unique name for the file.
10349
10350$interface_address$::
068aaea8
PH
10351+
10352[revisionflag="changed"]
10353cindex:[$interface_address$]
10354As soon as a server starts processing a TCP/IP connection, this variable is set
10355to the address of the local IP interface, and $interface_port$ is set to the
10356port number. These values are therefore available for use in the ``connect''
10357ACL. See also the %-oMi% command line option. As well as being used in ACLs,
10358these variable could be used, for example, to make the file name for a TLS
10359certificate depend on which interface and/or port is being used.
168e428f
PH
10360
10361$interface_port$::
068aaea8
PH
10362cindex:[$interface_port$]
10363See $interface_address$.
168e428f
PH
10364
10365$ldap_dn$::
068aaea8 10366cindex:[$ldap_dn$]
168e428f
PH
10367This variable, which is available only when Exim is compiled with LDAP support,
10368contains the DN from the last entry in the most recently successful LDAP
10369lookup.
10370
10371$load_average$::
068aaea8 10372cindex:[$load_average$]
168e428f
PH
10373This variable contains the system load average, multiplied by 1000 to that it
10374is an integer. For example, if the load average is 0.21, the value of the
10375variable is 210. The value is recomputed every time the variable is referenced.
10376
10377$local_part$::
068aaea8 10378cindex:[$local_part$]
168e428f
PH
10379When an address is being routed, or delivered on its own, this
10380variable contains the local part. When a number of addresses are being
10381delivered together (for example, multiple RCPT commands in an SMTP
10382session), $local_part$ is not set.
10383+
10384Global address rewriting happens when a message is received, so the value of
10385$local_part$ during routing and delivery is the value after rewriting.
10386$local_part$ is set during user filtering, but not during system filtering,
10387because a message may have many recipients and the system filter is called just
10388once.
10389+
068aaea8
PH
10390cindex:[$local_part_prefix$]
10391cindex:[$local_part_suffix$]
168e428f
PH
10392If a local part prefix or suffix has been recognized, it is not included in the
10393value of $local_part$ during routing and subsequent delivery. The values of
10394any prefix or suffix are in $local_part_prefix$ and
10395$local_part_suffix$, respectively.
10396+
10397When a message is being delivered to a file, pipe, or autoreply transport as a
10398result of aliasing or forwarding, $local_part$ is set to the local part of
10399the parent address, not to the file name or command (see $address_file$ and
10400$address_pipe$).
10401+
10402When an ACL is running for a RCPT command, $local_part$ contains the
10403local part of the recipient address.
10404+
10405When a rewrite item is being processed (see chapter <<CHAPrewrite>>),
10406$local_part$ contains the local part of the address that is being rewritten;
10407it can be used in the expansion of the replacement address, for example.
10408+
10409In all cases, all quoting is removed from the local part. For example, for both
10410the addresses
10411
10412 "abc:xyz"@test.example
10413 abc\:xyz@test.example
10414+
10415the value of $local_part$ is
10416
10417 abc:xyz
10418+
10419If you use $local_part$ to create another address, you should always wrap it
10420inside a quoting operator. For example, in a ^redirect^ router you could have:
10421
10422 data = ${quote_local_part:$local_part}@new.domain.example
10423+
10424*Note*: The value of $local_part$ is normally lower cased. If you want
10425to process local parts in a case-dependent manner in a router, you can set the
10426%caseful_local_part% option (see chapter <<CHAProutergeneric>>).
10427
10428$local_part_data$::
068aaea8 10429cindex:[$local_part_data$]
168e428f
PH
10430When the %local_parts% option on a router matches a local part by means of a
10431lookup, the data read by the lookup is available during the running of the
10432router as $local_part_data$. In addition, if the driver routes the address
10433to a transport, the value is available in that transport. If the transport is
10434handling multiple addresses, the value from the first address is used.
10435+
10436$local_part_data$ is also set when the %local_parts% condition in an ACL
10437matches a local part by means of a lookup. The data read by the lookup is
10438available during the rest of the ACL statement. In all other situations, this
10439variable expands to nothing.
10440
10441$local_part_prefix$::
068aaea8 10442cindex:[$local_part_prefix$]
168e428f
PH
10443When an address is being routed or delivered, and a
10444specific prefix for the local part was recognized, it is available in this
10445variable, having been removed from $local_part$.
10446
10447$local_part_suffix$::
068aaea8 10448cindex:[$local_part_suffix$]
168e428f
PH
10449When an address is being routed or delivered, and a
10450specific suffix for the local part was recognized, it is available in this
10451variable, having been removed from $local_part$.
10452
10453$local_scan_data$::
068aaea8 10454cindex:[$local_scan_data$]
168e428f
PH
10455This variable contains the text returned by the 'local_scan()' function when a
10456message is received. See chapter <<CHAPlocalscan>> for more details.
10457
10458$local_user_gid$::
068aaea8 10459cindex:[$local_user_gid$]
168e428f
PH
10460See $local_user_uid$.
10461
10462$local_user_uid$::
068aaea8
PH
10463cindex:[$local_user_uid$]
10464This variable and $local_user_gid$ are set to the uid and gid after the
10465%check_local_user% router precondition succeeds. This means that their values
10466are available for the remaining preconditions (%senders%, %require_files%, and
10467%condition%), for the %address_data% expansion, and for any router-specific
10468expansions. At all other times, the values in these variables are `(uid_t)(-1)`
10469and `(gid_t)(-1)`, respectively.
168e428f
PH
10470
10471$localhost_number$::
068aaea8 10472cindex:[$localhost_number$]
168e428f
PH
10473This contains the expanded value of the
10474%localhost_number% option. The expansion happens after the main options have
10475been read.
10476
10477$log_inodes$::
068aaea8 10478cindex:[$log_inodes$]
168e428f
PH
10479The number of free inodes in the disk partition where Exim's
10480log files are being written. The value is recalculated whenever the variable is
10481referenced. If the relevant file system does not have the concept of inodes,
10482the value of is -1. See also the %check_log_inodes% option.
10483
10484$log_space$::
068aaea8 10485cindex:[$log_space$]
168e428f
PH
10486The amount of free space (as a number of kilobytes) in the disk
10487partition where Exim's log files are being written. The value is recalculated
10488whenever the variable is referenced. If the operating system does not have the
10489ability to find the amount of free space (only true for experimental systems),
10490the space value is -1. See also the %check_log_space% option.
10491
10492
10493$mailstore_basename$::
068aaea8
PH
10494cindex:[$mailstore_basename$]
10495This variable is set only when doing deliveries in ``mailstore'' format in the
10496^appendfile^ transport. During the expansion of the %mailstore_prefix%,
10497%mailstore_suffix%, %message_prefix%, and %message_suffix% options, it contains
10498the basename of the files that are being written, that is, the name without the
10499``.tmp'', ``.env'', or ``.msg'' suffix. At all other times, this variable is
10500empty.
168e428f
PH
10501
10502$malware_name$::
068aaea8 10503cindex:[$malware_name$]
168e428f
PH
10504This variable is available when Exim is compiled with the
10505content-scanning extension. It is set to the name of the virus that was found
10506when the ACL %malware% condition is true (see section <<SECTscanvirus>>).
10507
10508
10509$message_age$::
10510cindex:[message,age of]
068aaea8
PH
10511cindex:[$message_age$]
10512This variable is set at the start of a delivery attempt to contain the number
10513of seconds since the message was received. It does not change during a single
10514delivery attempt.
168e428f
PH
10515
10516$message_body$::
10517cindex:[body of message,expansion variable]
10518cindex:[message body, in expansion]
10519cindex:[binary zero,in message body]
068aaea8 10520cindex:[$message_body$]
168e428f
PH
10521This variable contains the initial portion of a message's
10522body while it is being delivered, and is intended mainly for use in filter
10523files. The maximum number of characters of the body that are put into the
10524variable is set by the %message_body_visible% configuration option; the
10525default is 500. Newlines are converted into spaces to make it easier to search
10526for phrases that might be split over a line break.
10527Binary zeros are also converted into spaces.
10528
10529$message_body_end$::
10530cindex:[body of message,expansion variable]
10531cindex:[message body, in expansion]
068aaea8 10532cindex:[$message_body_end$]
168e428f
PH
10533This variable contains the final portion of a message's
10534body while it is being delivered. The format and maximum size are as for
10535$message_body$.
10536
10537$message_body_size$::
10538cindex:[body of message,size]
10539cindex:[message body, size]
068aaea8
PH
10540cindex:[$message_body_size$]
10541When a message is being delivered, this variable contains the size of the body
10542in bytes. The count starts from the character after the blank line that
10543separates the body from the header. Newlines are included in the count. See
10544also $message_size$, $body_linecount$, and $body_zerocount$.
10545
10546$message_exim_id$::
10547+
10548[revisionflag="changed"]
10549cindex:[$message_exim_id$]
10550When a message is being received or delivered, this variable contains the
10551unique message id that is generated and used by Exim to identify the message.
10552An id is not created for a message until after its header has been successfully
10553received. *Note*: This is 'not' the contents of the 'Message-ID:' header line;
10554it is the local id that Exim assigns to the message, for example:
10555`1BXTIK-0001yO-VA`.
168e428f
PH
10556
10557$message_headers$::
10558This variable contains a concatenation of all the header lines when a message
10559is being processed, except for lines added by routers or transports. The header
10560lines are separated by newline characters.
10561
10562$message_id$::
068aaea8
PH
10563+
10564[revisionflag="changed"]
10565This is an old name for $message_exim_id$, which is now deprecated.
10566
10567$message_linecount$::
10568+
10569[revisionflag="changed"]
10570cindex:[$message_linecount$]
10571This variable contains the total number of lines in the header and body of the
10572message. Compare $body_linecount$, which is the count for the body only. During
10573the DATA and content-scanning ACLs, $message_linecount$ contains the number of
10574lines received. Before delivery happens (that is, before filters, routers, and
10575transports run) the count is increased to include the 'Received:' header line
10576that Exim standardly adds, and also any other header lines that are added by
10577ACLs. The blank line that separates the message header from the body is not
10578counted. Here is an example of the use of this variable in a DATA ACL:
10579+
10580[revisionflag="changed"]
10581....
10582deny message = Too many lines in message header
10583 condition = \
10584 ${if <{250}{${eval: $message_linecount - $body_linecount}}}
10585....
10586+
10587[revisionflag="changed"]
10588In the MAIL and RCPT ACLs, the value is zero because at that stage the
10589message has not yet been received.
168e428f
PH
10590
10591$message_size$::
10592cindex:[size,of message]
10593cindex:[message,size]
068aaea8 10594cindex:[$message_size$]
168e428f
PH
10595When a message is being processed, this variable contains its size in bytes. In
10596most cases, the size includes those headers that were received with the
10597message, but not those (such as 'Envelope-to:') that are added to individual
10598deliveries as they are written. However, there is one special case: during the
10599expansion of the %maildir_tag% option in the ^appendfile^ transport while
10600doing a delivery in maildir format, the value of $message_size$ is the
10601precise size of the file that has been written. See also
10602$message_body_size$, $body_linecount$, and $body_zerocount$.
10603+
10604cindex:[RCPT,value of $message_size$]
10605While running an ACL at the time of an SMTP RCPT command, $message_size$
10606contains the size supplied on the MAIL command, or -1 if no size was given. The
10607value may not, of course, be truthful.
10608
10609$mime_$'xxx'::
10610A number of variables whose names start with $mime$ are
10611available when Exim is compiled with the content-scanning extension. For
10612details, see section <<SECTscanmimepart>>.
10613
168e428f
PH
10614$n0$ -- $n9$::
10615These variables are counters that can be incremented by means
10616of the %add% command in filter files.
10617
10618$original_domain$::
068aaea8
PH
10619cindex:[$domain$]
10620cindex:[$original_domain$]
10621When a top-level address is being processed for delivery, this contains the
10622same value as $domain$. However, if a ``child'' address (for example, generated
10623by an alias, forward, or filter file) is being processed, this variable
10624contains the domain of the original address. This differs from $parent_domain$
10625only when there is more than one level of aliasing or forwarding. When more
10626than one address is being delivered in a single transport run,
10627$original_domain$ is not set.
168e428f
PH
10628+
10629If new an address is created by means of a %deliver% command in a system
10630filter, it is set up with an artificial ``parent'' address. This has the local
10631part 'system-filter' and the default qualify domain.
10632
10633$original_local_part$::
068aaea8
PH
10634cindex:[$local_part$]
10635cindex:[$original_local_part$]
10636When a top-level address is being processed for delivery, this contains the
10637same value as $local_part$, unless a prefix or suffix was removed from the
10638local part, because $original_local_part$ always contains the full local part.
10639When a ``child'' address (for example, generated by an alias, forward, or
10640filter file) is being processed, this variable contains the full local part of
10641the original address.
168e428f
PH
10642+
10643If the router that did the redirection processed the local part
10644case-insensitively, the value in $original_local_part$ is in lower case.
10645This variable differs from $parent_local_part$ only when there is more than
10646one level of aliasing or forwarding. When more than one address is being
10647delivered in a single transport run, $original_local_part$ is not set.
10648+
10649If new an address is created by means of a %deliver% command in a system
10650filter, it is set up with an artificial ``parent'' address. This has the local
10651part 'system-filter' and the default qualify domain.
10652
168e428f
PH
10653$originator_gid$::
10654cindex:[gid (group id),of originating user]
10655cindex:[sender,gid]
068aaea8
PH
10656cindex:[$caller_gid$]
10657cindex:[$originator_gid$]
10658This variable contains the value of $caller_gid$ that was set when the message
168e428f
PH
10659was received. For messages received via the command line, this is the gid of
10660the sending user. For messages received by SMTP over TCP/IP, this is normally
10661the gid of the Exim user.
10662
10663$originator_uid$::
10664cindex:[uid (user id),of originating user]
10665cindex:[sender,uid]
068aaea8
PH
10666cindex:[$caller_uid$]
10667cindex:[$originaltor_uid$]
10668The value of $caller_uid$ that was set when the message was received. For
10669messages received via the command line, this is the uid of the sending user.
10670For messages received by SMTP over TCP/IP, this is normally the uid of the Exim
10671user.
168e428f
PH
10672
10673$parent_domain$::
068aaea8 10674cindex:[$parent_domain$]
168e428f
PH
10675This variable is similar to $original_domain$ (see
10676above), except that it refers to the immediately preceding parent address.
10677
10678$parent_local_part$::
068aaea8 10679cindex:[$parent_local_part$]
168e428f
PH
10680This variable is similar to $original_local_part$
10681(see above), except that it refers to the immediately preceding parent address.
10682
10683$pid$::
10684cindex:[pid (process id),of current process]
068aaea8 10685cindex:[$pid$]
168e428f
PH
10686This variable contains the current process id.
10687
10688$pipe_addresses$::
10689cindex:[filter,transport filter]
10690cindex:[transport,filter]
068aaea8
PH
10691cindex:[$pipe_addresses$]
10692This is not an expansion variable, but is mentioned here because the string
10693``\$pipe_addresses'' is handled specially in the command specification for the
10694^pipe^ transport (chapter <<CHAPpipetransport>>) and in transport filters
10695(described under %transport_filter% in chapter <<CHAPtransportgeneric>>). It
10696cannot be used in general expansion strings, and provokes an ``unknown
10697variable'' error if encountered.
168e428f
PH
10698
10699$primary_hostname$::
068aaea8
PH
10700cindex:[$primary_hostname$]
10701This variable contains the value set by %primary_hostname% in the configuration
10702file, or read by the 'uname()' function. If 'uname()' returns a
10703single-component name, Exim calls 'gethostbyname()' (or 'getipnodebyname()'
10704where available) in an attempt to acquire a fully qualified host name. See also
10705$smtp_active_hostname$.
10706
10707
10708$prvscheck_address$::
10709+
10710[revisionflag="changed"]
10711This variable is used in conjunction with the %prvscheck% expansion item, which
10712is described in sections <<SECTexpansionitems>> and <<SECTverifyPRVS>>.
10713
10714$prvscheck_keynum$::
10715+
10716[revisionflag="changed"]
10717This variable is used in conjunction with the %prvscheck% expansion item, which
10718is described in sections <<SECTexpansionitems>> and <<SECTverifyPRVS>>.
10719
10720$prvscheck_result$::
10721+
10722[revisionflag="changed"]
10723This variable is used in conjunction with the %prvscheck% expansion item, which
10724is described in sections <<SECTexpansionitems>> and <<SECTverifyPRVS>>.
168e428f
PH
10725
10726$qualify_domain$::
068aaea8
PH
10727cindex:[$qualify_domain$]
10728The value set for the %qualify_domain% option in the configuration file.
168e428f
PH
10729
10730$qualify_recipient$::
068aaea8
PH
10731cindex:[$qualify_recipient$]
10732The value set for the %qualify_recipient% option in the configuration file,
168e428f
PH
10733or if not set, the value of $qualify_domain$.
10734
10735$rcpt_count$::
068aaea8
PH
10736cindex:[$rcpt_count$]
10737When a message is being received by SMTP, this variable contains the number of
10738RCPT commands received for the current message. If this variable is used in a
10739RCPT ACL, its value includes the current command.
168e428f
PH
10740
10741$rcpt_defer_count$::
068aaea8
PH
10742cindex:[$rcpt_defer_count$]
10743When a message is being received by SMTP, this variable contains the number of
10744RCPT commands in the current message that have previously been rejected with a
10745temporary (4##'xx') response.
168e428f
PH
10746
10747$rcpt_fail_count$::
068aaea8
PH
10748cindex:[$rcpt_fail_count$]
10749When a message is being received by SMTP, this variable contains the number of
10750RCPT commands in the current message that have previously been rejected with a
10751permanent (5##'xx') response.
168e428f
PH
10752
10753$received_count$::
068aaea8
PH
10754cindex:[$received_count$]
10755This variable contains the number of 'Received:' header lines in the message,
10756including the one added by Exim (so its value is always greater than zero). It
10757is available in the DATA ACL, the non-SMTP ACL, and while routing and
10758delivering.
168e428f
PH
10759
10760$received_for$::
068aaea8
PH
10761cindex:[$received_for$]
10762If there is only a single recipient address in an incoming message, this
10763variable contains that address when the 'Received:' header line is being built.
168e428f
PH
10764The value is copied after recipient rewriting has happened, but before the
10765'local_scan()' function is run.
10766
10767$received_protocol$::
068aaea8
PH
10768cindex:[$received_protocol$]
10769When a message is being processed, this variable contains the name of the
10770protocol by which it was received. Most of the names used by Exim are defined
10771by RFCs 821, 2821, and 3848. They start with ``smtp'' (the client used HELO) or
10772``esmtp'' (the client used EHLO). This can be followed by ``s'' for secure
10773(encrypted) and/or ``a'' for authenticated. Thus, for example, if the protocol
10774is set to ``esmtpsa'', the message was received over an encrypted SMTP
10775connection and the client was successfully authenticated.
168e428f
PH
10776+
10777Exim uses the protocol name ``smtps'' for the case when encryption is
10778automatically set up on connection without the use of STARTTLS (see
10779%tls_on_connect_ports%), and the client uses HELO to initiate the
10780encrypted SMTP session. The name ``smtps'' is also used for the rare situation
10781where the client initially uses EHLO, sets up an encrypted connection using
10782STARTTLS, and then uses HELO afterwards.
10783+
10784The %-oMr% option provides a way of specifying a custom protocol name for
10785messages that are injected locally by trusted callers. This is commonly used to
10786identify messages that are being re-injected after some kind of scanning.
10787
068aaea8
PH
10788$received_time$::
10789+
10790[revisionflag="changed"]
10791cindex:[$received_time$]
10792This variable contains the date and time when the current message was received,
10793as a number of seconds since the start of the Unix epoch.
168e428f
PH
10794
10795$recipient_data$::
068aaea8
PH
10796cindex:[$recipient_data$]
10797This variable is set after an indexing lookup success in an ACL %recipients%
10798condition. It contains the data from the lookup, and the value remains set
10799until the next %recipients% test. Thus, you can do things like this:
168e428f
PH
10800+
10801&&&
10802`require recipients = cdb*@;/some/file`
10803`deny `'some further test involving' `\$recipient_data`
10804&&&
10805+
10806*Warning*: This variable is set only when a lookup is used as an indexing
10807method in the address list, using the semicolon syntax as in the example above.
10808The variable is not set for a lookup that is used as part of the string
10809expansion that all such lists undergo before being interpreted.
10810
10811$recipient_verify_failure$::
068aaea8
PH
10812cindex:[$recipient_verify_failure$]
10813In an ACL, when a recipient verification fails, this variable contains
10814information about the failure. It is set to one of the following words:
168e428f
PH
10815+
10816--
10817- ``qualify'': The address was unqualified (no domain), and the message
10818was neither local nor came from an exempted host.
10819
10820- ``route'': Routing failed.
10821
10822- ``mail'': Routing succeeded, and a callout was attempted; rejection occurred at
10823or before the MAIL command (that is, on initial connection, HELO, or
10824MAIL).
10825
10826- ``recipient'': The RCPT command in a callout was rejected.
10827
10828- ``postmaster'': The postmaster check in a callout was rejected.
10829--
10830+
10831The main use of this variable is expected to be to distinguish between
10832rejections of MAIL and rejections of RCPT.
10833
10834
10835$recipients$::
068aaea8 10836cindex:[$recipients$]
168e428f
PH
10837This variable contains a list of envelope recipients for a
10838message. A comma and a space separate the addresses in the replacement text.
10839However, the variable is not generally available, to prevent exposure of Bcc
10840recipients in unprivileged users' filter files. You can use $recipients$ only
10841in these two cases:
10842
10843. In a system filter file.
10844
10845. In the ACLs associated with the DATA command, that is, the ACLs defined by
10846%acl_smtp_predata% and %acl_smtp_data%.
10847
10848
10849$recipients_count$::
068aaea8
PH
10850cindex:[$recipients_count$]
10851When a message is being processed, this variable contains the number of
10852envelope recipients that came with the message. Duplicates are not excluded
10853from the count. While a message is being received over SMTP, the number
10854increases for each accepted recipient. It can be referenced in an ACL.
168e428f
PH
10855
10856$reply_address$::
068aaea8
PH
10857cindex:[$reply_address$]
10858When a message is being processed, this variable contains the contents of the
10859'Reply-To:' header line if one exists and it is not empty, or otherwise the
10860contents of the 'From:' header line.
168e428f
PH
10861
10862$return_path$::
068aaea8 10863cindex:[$return_path$]
168e428f
PH
10864When a message is being delivered, this variable contains the return path --
10865the sender field that will be sent as part of the envelope. It is not enclosed
10866in <> characters. At the start of routing an address, $return_path$ has the
10867same value as $sender_address$, but if, for example, an incoming message to a
10868mailing list has been expanded by a router which specifies a different address
10869for bounce messages, $return_path$ subsequently contains the new bounce
10870address, whereas $sender_address$ always contains the original sender address
10871that was received with the message. In other words, $sender_address$ contains
10872the incoming envelope sender, and $return_path$ contains the outgoing envelope
10873sender.
10874
10875$return_size_limit$::
068aaea8 10876cindex:[$return_size_limit$]
168e428f
PH
10877This is an obsolete name for $bounce_return_size_limit$.
10878
10879$runrc$::
10880cindex:[return code,from %run% expansion]
068aaea8 10881cindex:[$runrc$]
168e428f
PH
10882This variable contains the return code from a command that is run by the
10883%\$\{run...\}% expansion item. *Warning*: In a router or transport, you cannot
10884assume the order in which option values are expanded, except for those
10885pre-conditions whose order of testing is documented. Therefore, you cannot
10886reliably expect to set $runrc$ by the expansion of one option, and use it in
10887another.
10888
10889$self_hostname$::
168e428f 10890cindex:[%self% option,value of host name]
068aaea8
PH
10891cindex:[$self_hostname$]
10892When an address is routed to a supposedly remote host that turns out to be the
10893local host, what happens is controlled by the %self% generic router option. One
10894of its values causes the address to be passed to another router. When this
10895happens, $self_hostname$ is set to the name of the local host that the original
10896router encountered. In other circumstances its contents are null.
168e428f
PH
10897
10898$sender_address$::
068aaea8
PH
10899cindex:[$sender_address$]
10900When a message is being processed, this variable contains the sender's address
10901that was received in the message's envelope. For bounce messages, the value of
10902this variable is the empty string. See also $return_path$.
168e428f
PH
10903
10904$sender_address_data$::
068aaea8
PH
10905cindex:[$address_data$]
10906cindex:[$sender_address_data$]
168e428f
PH
10907If $address_data$ is set when the routers are called from an ACL to verify a
10908sender address, the final value is preserved in $sender_address_data$, to
10909distinguish it from data from a recipient address. The value does not persist
10910after the end of the current ACL statement. If you want to preserve it for
10911longer, you can save it in an ACL variable.
10912
168e428f 10913$sender_address_domain$::
068aaea8 10914cindex:[$sender_address_domain$]
168e428f
PH
10915The domain portion of $sender_address$.
10916
10917$sender_address_local_part$::
068aaea8 10918cindex:[$sender_address_local_part$]
168e428f
PH
10919The local part portion of $sender_address$.
10920
10921$sender_data$::
068aaea8 10922cindex:[$sender_data$]
168e428f
PH
10923This variable is set after a lookup success in an ACL %senders% condition or in
10924a router %senders% option. It contains the data from the lookup, and the value
10925remains set until the next %senders% test. Thus, you can do things like this:
10926+
10927&&&
10928`require senders = cdb*@;/some/file`
10929`deny `'some further test involving' `\$sender_data`
10930&&&
10931+
10932*Warning*: This variable is set only when a lookup is used as an indexing
10933method in the address list, using the semicolon syntax as in the example above.
10934The variable is not set for a lookup that is used as part of the string
10935expansion that all such lists undergo before being interpreted.
10936
10937$sender_fullhost$::
068aaea8 10938cindex:[$sender_fullhost$]
168e428f
PH
10939When a message is received from a remote host, this variable contains the host
10940name and IP address in a single string. It ends with the IP address in square
10941brackets, followed by a colon and a port number if the logging of ports is
10942enabled. The format of the rest of the string depends on whether the host
10943issued a HELO or EHLO SMTP command, and whether the host name was verified by
10944looking up its IP address. (Looking up the IP address can be forced by the
10945%host_lookup% option, independent of verification.) A plain host name at the
10946start of the string is a verified host name; if this is not present,
10947verification either failed or was not requested. A host name in parentheses is
10948the argument of a HELO or EHLO command. This is omitted if it is identical to
10949the verified host name or to the host's IP address in square brackets.
10950
10951$sender_helo_name$::
068aaea8
PH
10952cindex:[$sender_hslo_name$]
10953When a message is received from a remote host that has issued a HELO or EHLO
10954command, the argument of that command is placed in this variable. It is also
10955set if HELO or EHLO is used when a message is received using SMTP locally via
10956the %-bs% or %-bS% options.
168e428f
PH
10957
10958$sender_host_address$::
068aaea8
PH
10959cindex:[$sender_host_address$]
10960When a message is received from a remote host, this variable contains that
10961host's IP address. For locally submitted messages, it is empty.
168e428f
PH
10962
10963$sender_host_authenticated$::
068aaea8 10964cindex:[$sender_host_authenticated$]
168e428f 10965This variable contains the name (not the public name) of the authenticator
068aaea8
PH
10966driver that successfully authenticated the client from which the message was
10967received. It is empty if there was no successful authentication. See also
10968$authenticated_id$.
168e428f
PH
10969
10970$sender_host_name$::
068aaea8 10971cindex:[$sender_host_name$]
168e428f
PH
10972When a message is received from a remote host, this variable contains the
10973host's name as obtained by looking up its IP address. For messages received by
10974other means, this variable is empty.
10975+
068aaea8 10976cindex:[$host_lookup_failed$]
168e428f
PH
10977If the host name has not previously been looked up, a reference to
10978$sender_host_name$ triggers a lookup (for messages from remote hosts).
10979A looked up name is accepted only if it leads back to the original IP address
10980via a forward lookup. If either the reverse or the forward lookup fails to find
10981any data, or if the forward lookup does not yield the original IP address,
10982$sender_host_name$ remains empty, and $host_lookup_failed$ is set to ``1''.
10983+
068aaea8 10984cindex:[$host_lookup_deferred$]
168e428f
PH
10985However, if either of the lookups cannot be completed (for example, there is a
10986DNS timeout), $host_lookup_deferred$ is set to ``1'', and
10987$host_lookup_failed$ remains set to ``0''.
10988+
10989Once $host_lookup_failed$ is set to ``1'', Exim does not try to look up the
10990host name again if there is a subsequent reference to $sender_host_name$
10991in the same Exim process, but it does try again if $sender_host_deferred$
10992is set to ``1''.
10993+
10994Exim does not automatically look up every calling host's name. If you want
10995maximum efficiency, you should arrange your configuration so that it avoids
10996these lookups altogether. The lookup happens only if one or more of the
10997following are true:
10998
10999- A string containing $sender_host_name$ is expanded.
11000
11001- The calling host matches the list in %host_lookup%. In the default
11002configuration, this option is set to \*, so it must be changed if lookups are
11003to be avoided. (In the code, the default for %host_lookup% is unset.)
11004
11005- Exim needs the host name in order to test an item in a host list. The items
11006that require this are described in sections <<SECThoslispatnam>> and
11007<<SECThoslispatnamsk>>.
11008
11009- The calling host matches %helo_try_verify_hosts% or %helo_verify_hosts%.
11010In this case, the host name is required to compare with the name quoted in any
11011EHLO or HELO commands that the client issues.
11012
11013- The remote host issues a EHLO or HELO command that quotes one of the
11014domains in %helo_lookup_domains%. The default value of this option is
11015+
11016....
11017helo_lookup_domains = @ : @[]
11018....
11019+
11020which causes a lookup if a remote host (incorrectly) gives the server's name or
11021IP address in an EHLO or HELO command.
11022
11023
11024$sender_host_port$::
068aaea8
PH
11025cindex:[$sender_host_port$]
11026When a message is received from a remote host, this variable contains the port
11027number that was used on the remote host.
168e428f
PH
11028
11029$sender_ident$::
068aaea8 11030cindex:[$sender_ident$]
168e428f
PH
11031When a message is received from a remote host, this variable contains the
11032identification received in response to an RFC 1413 request. When a message has
11033been received locally, this variable contains the login name of the user that
11034called Exim.
11035
068aaea8
PH
11036$sender_rate_$'xxx'::
11037+
11038[revisionflag="changed"]
11039A number of variables whose names begin $sender_rate_$ are set as part of the
11040%ratelimit% ACL condition. Details are given in section <<SECTratelimiting>>.
11041
168e428f 11042$sender_rcvhost$::
168e428f
PH
11043cindex:[DNS,reverse lookup]
11044cindex:[reverse DNS lookup]
068aaea8
PH
11045cindex:[$sender_rcvhost$]
11046This is provided specifically for use in 'Received:' headers. It starts with
11047either the verified host name (as obtained from a reverse DNS lookup) or, if
11048there is no verified host name, the IP address in square brackets. After that
11049there may be text in parentheses. When the first item is a verified host name,
11050the first thing in the parentheses is the IP address in square brackets,
11051followed by a colon and a port number if port logging is enabled. When the
11052first item is an IP address, the port is recorded as ``port='xxxx'##'' inside
11053the parentheses.
168e428f
PH
11054+
11055There may also be items of the form ``helo='xxxx'##'' if HELO or EHLO
11056was used and its argument was not identical to the real host name or IP
11057address, and ``ident='xxxx'##'' if an RFC 1413 ident string is available. If all
11058three items are present in the parentheses, a newline and tab are inserted into
11059the string, to improve the formatting of the 'Received:' header.
11060
11061$sender_verify_failure$::
068aaea8 11062cindex:[$sender_verify_failure$]
168e428f
PH
11063In an ACL, when a sender verification fails, this variable contains information
11064about the failure. The details are the same as for $recipient_verify_failure$.
11065
11066$smtp_active_hostname$::
068aaea8 11067cindex:[$smtp_active_hostname$]
168e428f
PH
11068During an SMTP session, this variable contains the value of the active host
11069name, as specified by the %smtp_active_hostname% option. The value of
11070$smtp_active_hostname$ is saved with any message that is received, so its value
11071can be consulted during routing and delivery.
11072
068aaea8
PH
11073$smtp_command$::
11074+
11075[revisionflag="changed"]
11076cindex:[$smtp_command$]
11077During the processing of an incoming SMTP command, this variable contains the
11078entire command. This makes it possible to distinguish between HELO and EHLO in
11079the HELO ACL, and also to distinguish between commands such as these:
11080+
11081....
11082MAIL FROM:<>
11083MAIL FROM: <>
11084....
11085+
11086For a MAIL command, extra parameters such as SIZE can be inspected. For a RCPT
11087command, the address in $smtp_command$ is the original address before any
11088rewriting, whereas the values in $local_part$ and $domain$ are taken from the
11089address after SMTP-time rewriting.
11090
168e428f
PH
11091
11092$smtp_command_argument$::
068aaea8
PH
11093+
11094[revisionflag="changed"]
11095cindex:[SMTP command,argument for]
11096cindex:[$smtp_command_argument$]
11097While an ACL is running to check an SMTP command, this variable contains the
11098argument, that is, the text that follows the command name, with leading white
11099space removed. Following the introduction of $smtp_command$, this variable is
11100somewhat redundant, but is retained for backwards compatibility.
168e428f
PH
11101
11102$sn0$ -- $sn9$::
11103These variables are copies of the values of the $n0$ -- $n9$ accumulators that
11104were current at the end of the system filter file. This allows a system filter
11105file to set values that can be tested in users' filter files. For example, a
11106system filter could set a value indicating how likely it is that a message is
11107junk mail.
11108
11109$spam_$'xxx'::
11110A number of variables whose names start with $spam$ are available when Exim is
11111compiled with the content-scanning extension. For details, see section
11112<<SECTscanspamass>>.
11113
11114
11115$spool_directory$::
068aaea8 11116cindex:[$spool_directory$]
168e428f
PH
11117The name of Exim's spool directory.
11118
11119$spool_inodes$::
068aaea8 11120cindex:[$spool_inodes$]
168e428f
PH
11121The number of free inodes in the disk partition where Exim's spool files are
11122being written. The value is recalculated whenever the variable is referenced.
11123If the relevant file system does not have the concept of inodes, the value of
11124is -1. See also the %check_spool_inodes% option.
11125
11126$spool_space$::
068aaea8 11127cindex:[$spool_space$]
168e428f
PH
11128The amount of free space (as a number of kilobytes) in the disk partition where
11129Exim's spool files are being written. The value is recalculated whenever the
11130variable is referenced. If the operating system does not have the ability to
11131find the amount of free space (only true for experimental systems), the space
11132value is -1. For example, to check in an ACL that there is at least 50
11133megabytes free on the spool, you could write:
11134
11135 condition = ${if > {$spool_space}{50000}}
11136+
11137See also the %check_spool_space% option.
11138
11139
11140$thisaddress$::
068aaea8 11141cindex:[$thisaddress$]
168e428f 11142This variable is set only during the processing of the %foranyaddress% command
068aaea8
PH
11143in a filter file. Its use is explained in the description of that command,
11144which can be found in the separate document entitled 'Exim's interfaces to mail
11145filtering'.
168e428f
PH
11146
11147$tls_certificate_verified$::
068aaea8
PH
11148cindex:[$tls_certificate_verified$]
11149This variable is set to ``1'' if a TLS certificate was verified when the
11150message was received, and ``0'' otherwise.
168e428f
PH
11151
11152$tls_cipher$::
068aaea8 11153cindex:[$tls_cipher$]
168e428f
PH
11154When a message is received from a remote host over an encrypted SMTP
11155connection, this variable is set to the cipher suite that was negotiated, for
11156example DES-CBC3-SHA. In other circumstances, in particular, for message
11157received over unencrypted connections, the variable is empty. See chapter
11158<<CHAPTLS>> for details of TLS support.
11159
11160$tls_peerdn$::
068aaea8
PH
11161cindex:[$tls_peerdn$]
11162When a message is received from a remote host over an encrypted SMTP
168e428f
PH
11163connection, and Exim is configured to request a certificate from the client,
11164the value of the Distinguished Name of the certificate is made available in the
11165$tls_peerdn$ during subsequent processing.
11166
11167$tod_bsdinbox$::
068aaea8 11168cindex:[$tod_bsdinbox$]
168e428f
PH
11169The time of day and date, in the format required for BSD-style mailbox files,
11170for example: Thu Oct 17 17:14:09 1995.
11171
11172$tod_epoch$::
068aaea8 11173cindex:[$tod_epoch$]
168e428f
PH
11174The time and date as a number of seconds since the start of the Unix epoch.
11175
11176$tod_full$::
068aaea8 11177cindex:[$tod_full$]
168e428f
PH
11178A full version of the time and date, for example: Wed, 16 Oct 1995 09:51:40
11179+0100. The timezone is always given as a numerical offset from UTC, with
11180positive values used for timezones that are ahead (east) of UTC, and negative
11181values for those that are behind (west).
11182
11183$tod_log$::
068aaea8 11184cindex:[$tod_log$]
168e428f
PH
11185The time and date in the format used for writing Exim's log files, for example:
111861995-10-12 15:32:29, but without a timezone.
11187
11188$tod_logfile$::
068aaea8 11189cindex:[$tod_logfile$]
168e428f
PH
11190This variable contains the date in the format yyyymmdd. This is the format that
11191is used for datestamping log files when %log_file_path% contains the `%D`
11192flag.
11193
11194$tod_zone$::
068aaea8 11195cindex:[$tod_zone$]
168e428f
PH
11196This variable contains the numerical value of the local timezone, for example:
11197-0500.
11198
11199$tod_zulu$::
068aaea8 11200cindex:[$tod_zulu$]
168e428f
PH
11201This variable contains the UTC date and time in ``Zulu'' format, as specified by
11202ISO 8601, for example: 20030221154023Z.
11203
11204$value$::
11205cindex:[$value$]
11206This variable contains the result of an expansion lookup, extraction operation,
11207or external command, as described above.
11208
11209$version_number$::
068aaea8 11210cindex:[$version_number$]
168e428f
PH
11211The version number of Exim.
11212
11213$warn_message_delay$::
068aaea8 11214cindex:[$warn_message_delay$]
168e428f
PH
11215This variable is set only during the creation of a message warning about a
11216delivery delay. Details of its use are explained in section <<SECTcustwarn>>.
11217
11218$warn_message_recipients$::
068aaea8 11219cindex:[$warn_message_recipients$]
168e428f
PH
11220This variable is set only during the creation of a message warning about a
11221delivery delay. Details of its use are explained in section <<SECTcustwarn>>.
11222
11223
11224
11225////////////////////////////////////////////////////////////////////////////
11226////////////////////////////////////////////////////////////////////////////
11227
11228[[CHAPperl]]
11229Embedded Perl
11230-------------
11231cindex:[Perl,calling from Exim]
11232Exim can be built to include an embedded Perl interpreter. When this is done,
11233Perl subroutines can be called as part of the string expansion process. To make
11234use of the Perl support, you need version 5.004 or later of Perl installed on
11235your system. To include the embedded interpreter in the Exim binary, include
11236the line
11237
11238 EXIM_PERL = perl.o
11239
11240in your _Local/Makefile_ and then build Exim in the normal way.
11241
11242
11243Setting up so Perl can be used
11244~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11245cindex:[%perl_startup%]
11246Access to Perl subroutines is via a global configuration option called
11247%perl_startup% and an expansion string operator %\$\{perl ...\}%. If there is
11248no %perl_startup% option in the Exim configuration file then no Perl
11249interpreter is started and there is almost no overhead for Exim (since none of
11250the Perl library will be paged in unless used). If there is a %perl_startup%
11251option then the associated value is taken to be Perl code which is executed in
11252a newly created Perl interpreter.
11253
11254The value of %perl_startup% is not expanded in the Exim sense, so you do not
11255need backslashes before any characters to escape special meanings. The option
11256should usually be something like
11257
11258 perl_startup = do '/etc/exim.pl'
11259
11260where _/etc/exim.pl_ is Perl code which defines any subroutines you want to
11261use from Exim. Exim can be configured either to start up a Perl interpreter as
11262soon as it is entered, or to wait until the first time it is needed. Starting
11263the interpreter at the beginning ensures that it is done while Exim still has
11264its setuid privilege, but can impose an unnecessary overhead if Perl is not in
11265fact used in a particular run. Also, note that this does not mean that Exim is
11266necessarily running as root when Perl is called at a later time. By default,
11267the interpreter is started only when it is needed, but this can be changed in
11268two ways:
11269
11270- cindex:[%perl_at_start%]
11271Setting %perl_at_start% (a boolean option) in the configuration requests
11272a startup when Exim is entered.
11273
11274- The command line option %-ps% also requests a startup when Exim is entered,
11275overriding the setting of %perl_at_start%.
11276
11277There is also a command line option %-pd% (for delay) which suppresses the
11278initial startup, even if %perl_at_start% is set.
11279
11280
11281Calling Perl subroutines
11282~~~~~~~~~~~~~~~~~~~~~~~~
11283When the configuration file includes a %perl_startup% option you can make use
11284of the string expansion item to call the Perl subroutines that are defined
11285by the %perl_startup% code. The operator is used in any of the following
11286forms:
11287
11288 ${perl{foo}}
11289 ${perl{foo}{argument}}
11290 ${perl{foo}{argument1}{argument2} ... }
11291
11292which calls the subroutine %foo% with the given arguments. A maximum of eight
11293arguments may be passed. Passing more than this results in an expansion failure
11294with an error message of the form
11295
11296 Too many arguments passed to Perl subroutine "foo" (max is 8)
11297
11298The return value of the Perl subroutine is evaluated in a scalar context before
11299it is passed back to Exim to be inserted into the expanded string. If the
11300return value is 'undef', the expansion is forced to fail in the same way as
11301an explicit ``fail'' on an %\$\{if ...\}% or %\$\{lookup...\}% item. If the
11302subroutine aborts by obeying Perl's %die% function, the expansion fails with
11303the error message that was passed to %die%.
11304
11305
11306Calling Exim functions from Perl
11307~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11308Within any Perl code called from Exim, the function 'Exim::expand_string'
11309is available to call back into Exim's string expansion function. For example,
11310the Perl code
11311
11312 my $lp = Exim::expand_string('$local_part');
11313
11314makes the current Exim $local_part$ available in the Perl variable $lp$.
11315Note those are single quotes and not double quotes to protect against
11316$local_part$ being interpolated as a Perl variable.
11317
11318If the string expansion is forced to fail by a ``fail'' item, the result of
11319'Exim::expand_string' is %undef%. If there is a syntax error in the
11320expansion string, the Perl call from the original expansion string fails with
11321an appropriate error message, in the same way as if %die% were used.
11322
11323cindex:[debugging,from embedded Perl]
11324cindex:[log,writing from embedded Perl]
11325Two other Exim functions are available for use from within Perl code.
11326'Exim::debug_write(<'string'>)' writes the string to the standard error
11327stream if Exim's debugging is enabled. If you want a newline at the end, you
11328must supply it. 'Exim::log_write(<'string'>)' writes the string to Exim's
11329main log, adding a leading timestamp. In this case, you should not supply a
11330terminating newline.
11331
11332
11333Use of standard output and error by Perl
11334~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11335cindex:[Perl,standard output and error]
11336You should not write to the standard error or output streams from within your
11337Perl code, as it is not defined how these are set up. In versions of Exim
11338before 4.50, it is possible for the standard output or error to refer to the
11339SMTP connection during message reception via the daemon. Writing to this stream
11340is certain to cause chaos. From Exim 4.50 onwards, the standard output and
11341error streams are connected to _/dev/null_ in the daemon. The chaos is
11342avoided, but the output is lost.
11343
11344cindex:[Perl,use of %warn%]
11345The Perl %warn% statement writes to the standard error stream by default. Calls
11346to %warn% may be embedded in Perl modules that you use, but over which you have
11347no control. When Exim starts up the Perl interpreter, it arranges for output
11348from the %warn% statement to be written to the Exim main log. You can change
11349this by including appropriate Perl magic somewhere in your Perl code. For
11350example, to discard %warn% output completely, you need this:
11351
11352 $SIG{__WARN__} = sub { };
11353
11354Whenever a %warn% is obeyed, the anonymous subroutine is called. In this
11355example, the code for the subroutine is empty, so it does nothing, but you can
11356include any Perl code that you like. The text of the %warn% message is passed
11357as the first subroutine argument.
11358
11359
11360
11361////////////////////////////////////////////////////////////////////////////
11362////////////////////////////////////////////////////////////////////////////
11363
11364[[CHAPinterfaces]]
11365[titleabbrev="Starting the daemon"]
11366Starting the daemon and the use of network interfaces
11367-----------------------------------------------------
11368cindex:[daemon,starting]
11369cindex:[interface,listening]
11370cindex:[network interface]
11371cindex:[interface,network]
11372cindex:[IP address,for listening]
11373cindex:[daemon,listening IP addresses]
11374cindex:[TCP/IP,setting listening interfaces]
11375cindex:[TCP/IP,setting listening ports]
11376A host that is connected to a TCP/IP network may have one or more physical
11377hardware network interfaces. Each of these interfaces may be configured as one
11378or more ``logical'' interfaces, which are the entities that a program actually
11379works with. Each of these logical interfaces is associated with an IP address.
11380In addition, TCP/IP software supports ``loopback'' interfaces (127.0.0.1 in IPv4
11381and ::1 in IPv6), which do not use any physical hardware. Exim requires
11382knowledge about the host's interfaces for use in three different circumstances:
11383
11384. When a listening daemon is started, Exim needs to know which interfaces
11385and ports to listen on.
11386
11387. When Exim is routing an address, it needs to know which IP addresses
11388are associated with local interfaces. This is required for the correct
11389processing of MX lists by removing the local host and others with the
11390same or higher priority values. Also, Exim needs to detect cases
11391when an address is routed to an IP address that in fact belongs to the
11392local host. Unless the %self% router option or the %allow_localhost%
11393option of the smtp transport is set (as appropriate), this is treated
11394as an error situation.
11395
11396. When Exim connects to a remote host, it may need to know which interface to use
11397for the outgoing connection.
11398
11399
11400Exim's default behaviour is likely to be appropriate in the vast majority
11401of cases. If your host has only one interface, and you want all its IP
11402addresses to be treated in the same way, and you are using only the
11403standard SMTP port, you should not need to take any special action. The
11404rest of this chapter does not apply to you.
11405
11406In a more complicated situation you may want to listen only on certain
11407interfaces, or on different ports, and for this reason there are a number of
11408options that can be used to influence Exim's behaviour. The rest of this
11409chapter describes how they operate.
11410
11411When a message is received over TCP/IP, the interface and port that were
11412actually used are set in $interface_address$ and $interface_port$.
11413
11414
11415
11416Starting a listening daemon
11417~~~~~~~~~~~~~~~~~~~~~~~~~~~
11418When a listening daemon is started (by means of the %-bd% command line
11419option), the interfaces and ports on which it listens are controlled by the
11420following options:
11421
11422- %daemon_smtp_ports% contains a list of default ports. (For backward
11423compatibility, this option can also be specified in the singular.)
11424
11425- %local_interfaces% contains list of interface IP addresses on which to
11426listen. Each item may optionally also specify a port.
11427
11428The default list separator in both cases is a colon, but this can be changed as
11429described in section <<SECTlistconstruct>>. When IPv6 addresses are involved, it
11430is usually best to change the separator to avoid having to double all the
11431colons. For example:
11432
11433....
11434local_interfaces = <; 127.0.0.1 ; \
11435 192.168.23.65 ; \
11436 ::1 ; \
11437 3ffe:ffff:836f::fe86:a061
11438....
11439
11440There are two different formats for specifying a port along with an IP address
11441in %local_interfaces%:
11442
11443. The port is added onto the address with a dot separator. For example, to listen
11444on port 1234 on two different IP addresses:
11445+
11446....
11447local_interfaces = <; 192.168.23.65.1234 ; \
11448 3ffe:ffff:836f::fe86:a061.1234
11449....
11450
11451. The IP address is enclosed in square brackets, and the port is added
11452with a colon separator, for example:
11453+
11454....
11455local_interfaces = <; [192.168.23.65]:1234 ; \
11456 [3ffe:ffff:836f::fe86:a061]:1234
11457....
11458
11459When a port is not specified, the value of %daemon_smtp_ports% is used. The
11460default setting contains just one port:
11461
11462 daemon_smtp_ports = smtp
11463
11464If more than one port is listed, each interface that does not have its own port
11465specified listens on all of them. Ports that are listed in
11466%daemon_smtp_ports% can be identified either by name (defined in
11467_/etc/services_) or by number. However, when ports are given with individual
11468IP addresses in %local_interfaces%, only numbers (not names) can be used.
11469
11470
11471
11472Special IP listening addresses
11473~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11474The addresses 0.0.0.0 and ::0 are treated specially. They are interpreted
11475as ``all IPv4 interfaces'' and ``all IPv6 interfaces'', respectively. In each
11476case, Exim tells the TCP/IP stack to ``listen on all IPv##'x' interfaces''
11477instead of setting up separate listening sockets for each interface. The
11478default value of %local_interfaces% is
11479
11480 local_interfaces = 0.0.0.0
11481
11482when Exim is built without IPv6 support; otherwise it is:
11483
11484 local_interfaces = <; ::0 ; 0.0.0.0
11485
11486Thus, by default, Exim listens on all available interfaces, on the SMTP port.
11487
11488
11489
11490Overriding local_interfaces and daemon_smtp_ports
11491~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11492The %-oX% command line option can be used to override the values of
11493%daemon_smtp_ports% and/or %local_interfaces% for a particular daemon
11494instance. Another way of doing this would be to use macros and the %-D%
11495option. However, %-oX% can be used by any admin user, whereas modification of
11496the runtime configuration by %-D% is allowed only when the caller is root or
11497exim.
11498
11499The value of %-oX% is a list of items. The default colon separator can be
11500changed in the usual way if required. If there are any items that do not
11501contain dots or colons (that is, are not IP addresses), the value of
11502%daemon_smtp_ports% is replaced by the list of those items. If there are any
11503items that do contain dots or colons, the value of %local_interfaces% is
11504replaced by those items. Thus, for example,
11505
11506 -oX 1225
11507
11508overrides %daemon_smtp_ports%, but leaves %local_interfaces% unchanged,
11509whereas
11510
11511 -oX 192.168.34.5.1125
11512
11513overrides %local_interfaces%, leaving %daemon_smtp_ports% unchanged.
11514(However, since %local_interfaces% now contains no items without ports, the
11515value of %daemon_smtp_ports% is no longer relevant in this example.)
11516
11517
11518
11519[[SECTsupobssmt]]
11520Support for the obsolete SSMTP (or SMTPS) protocol
11521~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11522cindex:[ssmtp protocol]
11523cindex:[smtps protocol]
11524cindex:[SMTP,ssmtp protocol]
11525cindex:[SMTP,smtps protocol]
11526Exim supports the obsolete SSMTP protocol (also known as SMTPS) that was used
11527before the STARTTLS command was standardized for SMTP. Some legacy clients
11528still use this protocol. If the %tls_on_connect_ports% option is set to a
11529list of port numbers, connections to those ports must use SSMTP. The most
11530common use of this option is expected to be
11531
11532 tls_on_connect_ports = 465
11533
11534because 465 is the usual port number used by the legacy clients. There is also
11535a command line option %-tls-on-connect%, which forces all ports to behave in
11536this way when a daemon is started.
11537
11538*Warning*: Setting %tls_on_connect_ports% does not of itself cause the
11539daemon to listen on those ports. You must still specify them in
11540%daemon_smtp_ports%, %local_interfaces%, or the %-oX% option. (This is
11541because %tls_on_connect_ports% applies to %inetd% connections as well as to
11542connections via the daemon.)
11543
11544
11545
11546
11547IPv6 address scopes
11548~~~~~~~~~~~~~~~~~~~
11549IPv6 addresses have ``scopes'', and a host with multiple hardware interfaces
11550can, in principle, have the same link-local IPv6 address on different
11551interfaces. Thus, additional information is needed, over and above the IP
11552address, to distinguish individual interfaces. A convention of using a
11553percent sign followed by something (often the interface name) has been
11554adopted in some cases, leading to addresses like this:
11555
11556 fe80::202:b3ff:fe03:45c1%eth0
11557
11558To accommodate this usage, a percent sign followed by an arbitrary string is
11559allowed at the end of an IPv6 address. By default, Exim calls 'getaddrinfo()'
11560to convert a textual IPv6 address for actual use. This function recognizes the
11561percent convention in operating systems that support it, and it processes the
11562address appropriately. Unfortunately, some older libraries have problems with
11563'getaddrinfo()'. If
11564
11565 IPV6_USE_INET_PTON=yes
11566
11567is set in _Local/Makefile_ (or an OS-dependent Makefile) when Exim is built,
11568Exim uses 'inet_pton()' to convert a textual IPv6 address for actual use,
11569instead of 'getaddrinfo()'. (Before version 4.14, it always used this
11570function.) Of course, this means that the additional functionality of
11571'getaddrinfo()' -- recognizing scoped addresses -- is lost.
11572
11573
11574
11575Examples of starting a listening daemon
11576~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11577The default case in an IPv6 environment is
11578
11579 daemon_smtp_ports = smtp
11580 local_interfaces = <; ::0 ; 0.0.0.0
11581
11582This specifies listening on the smtp port on all IPv6 and IPv4 interfaces.
11583Either one or two sockets may be used, depending on the characteristics of
11584the TCP/IP stack. (This is complicated and messy; for more information,
11585read the comments in the _daemon.c_ source file.)
11586
11587To specify listening on ports 25 and 26 on all interfaces:
11588
11589 daemon_smtp_ports = 25 : 26
11590
11591(leaving %local_interfaces% at the default setting) or, more explicitly:
11592
11593....
11594local_interfaces = <; ::0.25 ; ::0.26 \
11595 0.0.0.0.25 ; 0.0.0.0.26
11596....
11597
11598To listen on the default port on all IPv4 interfaces, and on port 26 on the
11599IPv4 loopback address only:
11600
11601 local_interfaces = 0.0.0.0 : 127.0.0.1.26
11602
11603To specify listening on the default port on specific interfaces only:
11604
11605 local_interfaces = 192.168.34.67 : 192.168.34.67
11606
11607*Warning*: such a setting excludes listening on the loopback interfaces.
11608
11609
11610
11611[[SECTreclocipadd]]
11612Recognising the local host
11613~~~~~~~~~~~~~~~~~~~~~~~~~~
11614The %local_interfaces% option is also used when Exim needs to determine
11615whether or not an IP address refers to the local host. That is, the IP
11616addresses of all the interfaces on which a daemon is listening are always
11617treated as local.
11618
11619For this usage, port numbers in %local_interfaces% are ignored. If either of
11620the items 0.0.0.0 or ::0 are encountered, Exim gets a complete list of
11621available interfaces from the operating system, and extracts the relevant
11622(that is, IPv4 or IPv6) addresses to use for checking.
11623
11624Some systems set up large numbers of virtual interfaces in order to provide
11625many virtual web servers. In this situation, you may want to listen for
11626email on only a few of the available interfaces, but nevertheless treat all
11627interfaces as local when routing. You can do this by setting
11628%extra_local_interfaces% to a list of IP addresses, possibly including the
11629``all'' wildcard values. These addresses are recognized as local, but are not
11630used for listening. Consider this example:
11631
11632....
11633local_interfaces = <; 127.0.0.1 ; ::1 ; \
11634 192.168.53.235 ; \
11635 3ffe:2101:12:1:a00:20ff:fe86:a061
11636
11637extra_local_interfaces = <; ::0 ; 0.0.0.0
11638....
11639
11640The daemon listens on the loopback interfaces and just one IPv4 and one IPv6
11641address, but all available interface addresses are treated as local when
11642Exim is routing.
11643
11644In some environments the local host name may be in an MX list, but with an IP
11645address that is not assigned to any local interface. In other cases it may be
11646desirable to treat other host names as if they referred to the local host. Both
11647these cases can be handled by setting the %hosts_treat_as_local% option.
11648This contains host names rather than IP addresses. When a host is referenced
11649during routing, either via an MX record or directly, it is treated as the local
11650host if its name matches %hosts_treat_as_local%, or if any of its IP
11651addresses match %local_interfaces% or %extra_local_interfaces%.
11652
11653
11654
11655Delivering to a remote host
11656~~~~~~~~~~~~~~~~~~~~~~~~~~~
11657Delivery to a remote host is handled by the smtp transport. By default, it
11658allows the system's TCP/IP functions to choose which interface to use (if
11659there is more than one) when connecting to a remote host. However, the
11660%interface% option can be set to specify which interface is used. See the
11661description of the smtp transport in chapter <<CHAPsmtptrans>> for more details.
11662
11663
11664
11665
11666////////////////////////////////////////////////////////////////////////////
11667////////////////////////////////////////////////////////////////////////////
11668
11669[[CHAPmainconfig]]
11670Main configuration
11671------------------
11672cindex:[configuration file,main section]
11673cindex:[main configuration]
11674The first part of the run time configuration file contains three types of item:
11675
11676- Macro definitions: These lines start with an upper case letter. See section
11677<<SECTmacrodefs>> for details of macro processing.
11678
11679- Named list definitions: These lines start with one of the words ``domainlist'',
11680``hostlist'', ``addresslist'', or ``localpartlist''. Their use is described in
11681section <<SECTnamedlists>>.
11682
11683- Main configuration settings: Each setting occupies one line of the file
11684(with possible continuations). If any setting is preceded by the word
11685``hide'', the %-bP% command line option displays its value to admin users only.
11686See section <<SECTcos>> for a description of the syntax of these option settings.
11687
11688This chapter specifies all the main configuration options, along with their
11689types and default values. For ease of finding a particular option, they appear
11690in alphabetical order in section <<SECTalomo>> below. However, because there are
11691now so many options, they are first listed briefly in functional groups, as an
11692aid to finding the name of the option you are looking for. Some options are
11693listed in more than one group.
11694
11695Miscellaneous
11696~~~~~~~~~~~~~
11697[frame="none"]
11698`-----------------------------------`-------------------------------------
11699%bi_command% to run for %-bi% command line option
11700%keep_malformed% for broken files -- should not happen
11701%localhost_number% for unique message ids in clusters
11702%message_body_visible% how much to show in $message_body$
11703%mua_wrapper% run in ``MUA wrapper'' mode
11704%print_topbitchars% top-bit characters are printing
11705%timezone% force time zone
11706--------------------------------------------------------------------------
11707
11708
11709Exim parameters
11710~~~~~~~~~~~~~~~
11711[frame="none"]
11712`-----------------------------------`-------------------------------------
11713%exim_group% override compiled-in value
11714%exim_path% override compiled-in value
11715%exim_user% override compiled-in value
11716%primary_hostname% default from 'uname()'
11717%split_spool_directory% use multiple directories
11718%spool_directory% override compiled-in value
11719--------------------------------------------------------------------------
11720
11721
11722
11723Privilege controls
11724~~~~~~~~~~~~~~~~~~
11725[frame="none"]
11726`-----------------------------------`-------------------------------------
11727%admin_groups% groups that are Exim admin users
11728%deliver_drop_privilege% drop root for delivery processes
11729%local_from_check% insert 'Sender:' if necessary
11730%local_from_prefix% for testing 'From:' for local sender
11731%local_from_suffix% for testing 'From:' for local sender
11732%local_sender_retain% keep 'Sender:' from untrusted user
11733%never_users% do not run deliveries as these
11734%prod_requires_admin% forced delivery requires admin user
11735%queue_list_requires_admin% queue listing requires admin user
11736%trusted_groups% groups that are trusted
11737%trusted_users% users that are trusted
11738--------------------------------------------------------------------------
11739
11740
11741
11742Logging
11743~~~~~~~
11744[frame="none"]
11745`-----------------------------------`-------------------------------------
11746%hosts_connection_nolog% exemption from connect logging
11747%log_file_path% override compiled-in value
11748%log_selector% set/unset optional logging
11749%log_timezone% add timezone to log lines
11750%message_logs% create per-message logs
11751%preserve_message_logs% after message completion
11752%process_log_path% for SIGUSR1 and 'exiwhat'
11753%syslog_duplication% controls duplicate log lines on syslog
11754%syslog_facility% set syslog ``facility'' field
11755%syslog_processname% set syslog ``ident'' field
11756%syslog_timestamp% timestamp syslog lines
11757%write_rejectlog% control use of message log
11758--------------------------------------------------------------------------
11759
11760
11761
11762Frozen messages
11763~~~~~~~~~~~~~~~
11764[frame="none"]
11765`-----------------------------------`-------------------------------------
11766%auto_thaw% sets time for retrying frozen messages
11767%freeze_tell% send message when freezing
11768%move_frozen_messages% to another directory
11769%timeout_frozen_after% keep frozen messages only so long
11770--------------------------------------------------------------------------
11771
11772
11773
11774Data lookups
11775~~~~~~~~~~~~
11776[frame="none"]
11777`-----------------------------------`-------------------------------------
11778%ldap_default_servers% used if no server in query
11779%ldap_version% set protocol version
11780%lookup_open_max% lookup files held open
11781%mysql_servers% as it says
11782%oracle_servers% as it says
11783%pgsql_servers% as it says
068aaea8 11784%sqlite_lock_timeout% as it says
168e428f
PH
11785--------------------------------------------------------------------------
11786
11787
11788
11789Message ids
11790~~~~~~~~~~~
11791[frame="none"]
11792`-----------------------------------`-------------------------------------
11793%message_id_header_domain% used to build 'Message-ID:' header
11794%message_id_header_text% ditto
11795--------------------------------------------------------------------------
11796
11797
11798
11799Embedded Perl Startup
11800~~~~~~~~~~~~~~~~~~~~~
11801[frame="none"]
11802`-----------------------------------`-------------------------------------
11803%perl_at_start% always start the interpreter
11804%perl_startup% code to obey when starting Perl
11805--------------------------------------------------------------------------
11806
11807
11808
11809Daemon
11810~~~~~~
11811[frame="none"]
11812`-----------------------------------`-------------------------------------
11813%daemon_smtp_ports% default ports
068aaea8
PH
11814%daemon_startup_retries% number of times to retry
11815%daemon_startup_sleep% time to sleep between tries
168e428f
PH
11816%extra_local_interfaces% not necessarily listened on
11817%local_interfaces% on which to listen, with optional ports
11818%pid_file_path% override compiled-in value
11819%queue_run_max% maximum simultaneous queue runners
11820--------------------------------------------------------------------------
11821
11822
11823
11824Resource control
11825~~~~~~~~~~~~~~~~
11826[frame="none"]
11827`-----------------------------------`-------------------------------------
11828%check_log_inodes% before accepting a message
11829%check_log_space% before accepting a message
11830%check_spool_inodes% before accepting a message
11831%check_spool_space% before accepting a message
11832%deliver_queue_load_max% no queue deliveries if load high
11833%queue_only_load% queue incoming if load high
11834%queue_run_max% maximum simultaneous queue runners
11835%remote_max_parallel% parallel SMTP delivery per message
11836%smtp_accept_max% simultaneous incoming connections
11837%smtp_accept_max_nommail% non-mail commands
11838%smtp_accept_max_nonmail_hosts% hosts to which the limit applies
11839%smtp_accept_max_per_connection% messages per connection
11840%smtp_accept_max_per_host% connections from one host
11841%smtp_accept_queue% queue mail if more connections
11842%smtp_accept_queue_per_connection% queue if more messages per connection
11843%smtp_accept_reserve% only reserve hosts if more connections
11844%smtp_check_spool_space% from SIZE on MAIL command
11845%smtp_connect_backlog% passed to TCP/IP stack
11846%smtp_load_reserve% SMTP from reserved hosts if load high
11847%smtp_reserve_hosts% these are the reserve hosts
11848--------------------------------------------------------------------------
11849
11850
11851
11852Policy controls
11853~~~~~~~~~~~~~~~
11854[frame="none"]
11855`-----------------------------------`-------------------------------------
068aaea8
PH
11856%acl_not_smtp% ACL for non-SMTP messages
11857%acl_not_smtp_mime% ACL for non-SMTP MIME parts
11858%acl_smtp_auth% ACL for AUTH
11859%acl_smtp_connect% ACL for connection
11860%acl_smtp_data% ACL for DATA
11861%acl_smtp_etrn% ACL for ETRN
11862%acl_smtp_expn% ACL for EXPN
11863%acl_smtp_helo% ACL for EHLO or HELO
11864%acl_smtp_mail% ACL for MAIL
11865%acl_smtp_mailauth% ACL for AUTH on MAIL command
11866%acl_smtp_mime% ACL for MIME parts
11867%acl_smtp_predata% ACL for start of data
11868%acl_smtp_quit% ACL for QUIT
11869%acl_smtp_rcpt% ACL for RCPT
11870%acl_smtp_starttls% ACL for STARTTLS
11871%acl_smtp_vrfy% ACL for VRFY
168e428f 11872%av_scanner% specify virus scanner
068aaea8
PH
11873%dns_csa_search_limit% control CSA parent search depth
11874%dns_csa_use_reverse% en/disable CSA IP reverse search
168e428f
PH
11875%header_maxsize% total size of message header
11876%header_line_maxsize% individual header line limit
11877%helo_accept_junk_hosts% allow syntactic junk from these hosts
11878%helo_allow_chars% allow illegal chars in HELO names
11879%helo_lookup_domains% lookup hostname for these HELO names
11880%helo_try_verify_hosts% HELO soft-checked for these hosts
11881%helo_verify_hosts% HELO hard-checked for these hosts
11882%host_lookup% host name looked up for these hosts
11883%host_lookup_order% order of DNS and local name lookups
11884%host_reject_connection% reject connection from these hosts
11885%hosts_treat_as_local% useful in some cluster configurations
11886%local_scan_timeout% timeout for 'local_scan()'
11887%message_size_limit% for all messages
11888%percent_hack_domains% recognize %-hack for these domains
11889%spamd_address% set interface to SpamAssassin
11890--------------------------------------------------------------------------
11891
11892
11893
11894Callout cache
11895~~~~~~~~~~~~~
11896[frame="none"]
11897`-----------------------------------`-------------------------------------
11898%callout_domain_negative_expire% timeout for negative domain cache item
11899%callout_domain_positive_expire% timeout for positive domain cache item
11900%callout_negative_expire% timeout for negative address cache item
11901%callout_positive_expire% timeout for positive address cache item
11902%callout_random_local_part% string to use for ``random'' testing
11903--------------------------------------------------------------------------
11904
11905
11906
11907TLS
11908~~~
11909[frame="none"]
11910`-----------------------------------`-------------------------------------
11911%tls_advertise_hosts% advertise TLS to these hosts
11912%tls_certificate% location of server certificate
11913%tls_crl% certificate revocation list
11914%tls_dhparam% DH parameters for server
11915%tls_on_connect_ports% specify SSMTP (SMTPS) ports
11916%tls_privatekey% location of server private key
11917%tls_remember_esmtp% don't reset after starting TLS
11918%tls_require_ciphers% specify acceptable cipers
11919%tls_try_verify_hosts% try to verify client certificate
11920%tls_verify_certificates% expected client certificates
11921%tls_verify_hosts% insist on client certificate verify
11922--------------------------------------------------------------------------
11923
11924
11925
11926Local user handling
11927~~~~~~~~~~~~~~~~~~~
11928[frame="none"]
11929`-----------------------------------`-------------------------------------
11930%finduser_retries% useful in NIS environments
11931%gecos_name% used when creating 'Sender:'
11932%gecos_pattern% ditto
11933%max_username_length% for systems that truncate
11934%unknown_login% used when no login name found
11935%unknown_username% ditto
11936%uucp_from_pattern% for recognizing ``From '' lines
11937%uucp_from_sender% ditto
11938--------------------------------------------------------------------------
11939
11940
11941
11942All incoming messages (SMTP and non-SMTP)
11943~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11944[frame="none"]
11945`-----------------------------------`-------------------------------------
11946%header_maxsize% total size of message header
11947%header_line_maxsize% individual header line limit
11948%message_size_limit% applies to all messages
11949%percent_hack_domains% recognize %-hack for these domains
11950%received_header_text% expanded to make 'Received:'
11951%received_headers_max% for mail loop detection
11952%recipients_max% limit per message
11953%recipients_max_reject% permanently reject excess
11954--------------------------------------------------------------------------
11955
11956
11957
11958
11959Non-SMTP incoming messages
11960~~~~~~~~~~~~~~~~~~~~~~~~~~
11961[frame="none"]
11962`-----------------------------------`-------------------------------------
11963%receive_timeout% for non-SMTP messages
11964--------------------------------------------------------------------------
11965
11966
11967
11968
11969
11970Incoming SMTP messages
11971~~~~~~~~~~~~~~~~~~~~~~
11972See also the 'Policy controls' section above.
11973
11974[frame="none"]
11975`-----------------------------------`-------------------------------------
11976%host_lookup% host name looked up for these hosts
11977%host_lookup_order% order of DNS and local name lookups
11978%recipient_unqualified_hosts% may send unqualified recipients
11979%rfc1413_hosts% make ident calls to these hosts
11980%rfc1413_query_timeout% zero disables ident calls
11981%sender_unqualified_hosts% may send unqualified senders
11982%smtp_accept_keepalive% some TCP/IP magic
11983%smtp_accept_max% simultaneous incoming connections
068aaea8 11984%smtp_accept_max_nonmail% non-mail commands
168e428f
PH
11985%smtp_accept_max_nonmail_hosts% hosts to which the limit applies
11986%smtp_accept_max_per_connection% messages per connection
11987%smtp_accept_max_per_host% connections from one host
11988%smtp_accept_queue% queue mail if more connections
11989%smtp_accept_queue_per_connection% queue if more messages per connection
11990%smtp_accept_reserve% only reserve hosts if more connections
11991%smtp_active_hostname% host name to use in messages
11992%smtp_banner% text for welcome banner
11993%smtp_check_spool_space% from SIZE on MAIL command
11994%smtp_connect_backlog% passed to TCP/IP stack
11995%smtp_enforce_sync% of SMTP command/responses
11996%smtp_etrn_command% what to run for ETRN
11997%smtp_etrn_serialize% only one at once
11998%smtp_load_reserve% only reserve hosts if this load
11999%smtp_max_unknown_commands% before dropping connection
12000%smtp_ratelimit_hosts% apply ratelimiting to these hosts
12001%smtp_ratelimit_mail% ratelimit for MAIL commands
12002%smtp_ratelimit_rcpt% ratelimit for RCPT commands
12003%smtp_receive_timeout% per command or data line
12004%smtp_reserve_hosts% these are the reserve hosts
12005%smtp_return_error_details% give detail on rejections
12006--------------------------------------------------------------------------
12007
12008
12009
12010SMTP extensions
12011~~~~~~~~~~~~~~~
12012[frame="none"]
12013`-----------------------------------`-------------------------------------
12014%accept_8bitmime% advertise 8BITMIME
12015%auth_advertise_hosts% advertise AUTH to these hosts
12016%ignore_fromline_hosts% allow ``From '' from these hosts
12017%ignore_fromline_local% allow ``From '' from local SMTP
12018%pipelining_advertise_hosts% advertise pipelining to these hosts
12019%tls_advertise_hosts% advertise TLS to these hosts
12020--------------------------------------------------------------------------
12021
12022
12023
12024Processing messages
12025~~~~~~~~~~~~~~~~~~~
12026[frame="none"]
12027`-----------------------------------`-------------------------------------
12028%allow_domain_literals% recognize domain literal syntax
12029%allow_mx_to_ip% allow MX to point to IP address
12030%allow_utf8_domains% in addresses
12031%delivery_date_remove% from incoming messages
12032%envelope_to_remote% from incoming messages
12033%extract_addresses_remove_arguments%affects %-t% processing
12034%headers_charset% default for translations
12035%qualify_domain% default for senders
12036%qualify_recipient% default for recipients
12037%return_path_remove% from incoming messages
12038%strip_excess_angle_brackets% in addresses
12039%strip_trailing_dot% at end of addresses
12040%untrusted_set_sender% untrusted can set envelope sender
12041--------------------------------------------------------------------------
12042
12043
12044
12045System filter
12046~~~~~~~~~~~~~
12047[frame="none"]
12048`-----------------------------------`-------------------------------------
12049%system_filter% locate system filter
12050%system_filter_directory_transport% transport for delivery to a directory
12051%system_filter_file_transport% transport for delivery to a file
12052%system_filter_group% group for filter running
12053%system_filter_pipe_transport% transport for delivery to a pipe
12054%system_filter_reply_transport% transport for autoreply delivery
12055%system_filter_user% user for filter running
12056--------------------------------------------------------------------------
12057
12058
12059
12060Routing and delivery
12061~~~~~~~~~~~~~~~~~~~~
12062[frame="none"]
12063`-----------------------------------`-------------------------------------
12064%dns_again_means_nonexist% for broken domains
12065%dns_check_names_pattern% pre-DNS syntax check
12066%dns_ipv4_lookup% only v4 lookup for these domains
12067%dns_retrans% parameter for resolver
12068%dns_retry% parameter for resolver
12069%hold_domains% hold delivery for these domains
12070%local_interfaces% for routing checks
12071%queue_domains% no immediate delivery for these
12072%queue_only% no immediate delivery at all
068aaea8 12073%queue_only_file% no immediate delivery if file exists
168e428f
PH
12074%queue_only_load% no immediate delivery if load is high
12075%queue_only_override% allow command line to override
12076%queue_run_in_order% order of arrival
12077%queue_run_max% of simultaneous queue runners
12078%queue_smtp_domains% no immediate SMTP delivery for these
12079%remote_max_parallel% parallel SMTP delivery per message
12080%remote_sort_domains% order of remote deliveries
12081%retry_data_expire% timeout for retry data
12082%retry_interval_max% safety net for retry rules
12083--------------------------------------------------------------------------
12084
12085
12086
12087Bounce and warning messages
12088~~~~~~~~~~~~~~~~~~~~~~~~~~~
12089[frame="none"]
12090`-----------------------------------`-------------------------------------
12091%bounce_message_file% content of bounce
12092%bounce_message_text% content of bounce
12093%bounce_return_body% include body if returning message
12094%bounce_return_message% include original message in bounce
12095%bounce_return_size_limit% limit on returned message
12096%bounce_sender_authentication% send authenticated sender with bounce
12097%errors_copy% copy bounce messages
12098%errors_reply_to% 'Reply-to:' in bounces
12099%delay_warning% time schedule
12100%delay_warning_condition% condition for warning messages
12101%ignore_bounce_errors_after% discard undeliverable bounces
068aaea8 12102%smtp_return_error_details% give detail on rejections
168e428f
PH
12103%warn_message_file% content of warning message
12104--------------------------------------------------------------------------
12105
12106
12107
12108[[SECTalomo]]
12109Alphabetical list of main options
12110~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12111Those options that undergo string expansion before use are marked with !!.
12112
12113oindex:[%accept_8bitmime%]
12114`..'=
12115%accept_8bitmime%, Use: 'main', Type: 'boolean', Default: 'false'
12116===
12117
12118cindex:[8BITMIME]
12119cindex:[8-bit characters]
12120This option causes Exim to send 8BITMIME in its response to an SMTP
12121EHLO command, and to accept the BODY= parameter on MAIL commands.
12122However, though Exim is 8-bit clean, it is not a protocol converter, and it
12123takes no steps to do anything special with messages received by this route.
12124Consequently, this option is turned off by default.
12125
12126oindex:[%acl_not_smtp%]
12127`..'=
12128%acl_not_smtp%, Use: 'main', Type: 'string'!!, Default: 'unset'
12129===
12130
12131cindex:[{ACL},for non-SMTP messages]
068aaea8 12132cindex:[non-SMTP messages, ACLs for]
168e428f
PH
12133This option defines the ACL that is run when a non-SMTP message is on the point
12134of being accepted. See chapter <<CHAPACL>> for further details.
12135
068aaea8
PH
12136oindex:[%acl_not_smtp_mime%]
12137`..'=
12138%acl_not_smtp_mime%, Use: 'main', Type: 'string'!!, Default: 'unset'
12139===
12140
12141[revisionflag="changed"]
12142This option defines the ACL that is run for individual MIME parts of non-SMTP
12143messages. It operates in exactly the same way as %acl_smtp_mime% operates for
12144SMTP messages.
12145
168e428f
PH
12146oindex:[%acl_smtp_auth%]
12147`..'=
12148%acl_smtp_auth%, Use: 'main', Type: 'string'!!, Default: 'unset'
12149===
12150
12151cindex:[{ACL},setting up for SMTP commands]
12152cindex:[AUTH,ACL for]
12153This option defines the ACL that is run when an SMTP AUTH command is
12154received. See chapter <<CHAPACL>> for further details.
12155
12156oindex:[%acl_smtp_connect%]
12157`..'=
12158%acl_smtp_connect%, Use: 'main', Type: 'string'!!, Default: 'unset'
12159===
12160
12161cindex:[{ACL},on SMTP connection]
12162This option defines the ACL that is run when an SMTP connection is received.
12163See chapter <<CHAPACL>> for further details.
12164
12165oindex:[%acl_smtp_data%]
12166`..'=
12167%acl_smtp_data%, Use: 'main', Type: 'string'!!, Default: 'unset'
12168===
12169
12170cindex:[DATA, ACL for]
12171This option defines the ACL that is run after an SMTP DATA command has been
12172processed and the message itself has been received, but before the final
12173acknowledgement is sent. See chapter <<CHAPACL>> for further details.
12174
12175oindex:[%acl_smtp_etrn%]
12176`..'=
12177%acl_smtp_etrn%, Use: 'main', Type: 'string'!!, Default: 'unset'
12178===
12179
12180cindex:[ETRN,ACL for]
12181This option defines the ACL that is run when an SMTP ETRN command is
12182received. See chapter <<CHAPACL>> for further details.
12183
12184oindex:[%acl_smtp_expn%]
12185`..'=
12186%acl_smtp_expn%, Use: 'main', Type: 'string'!!, Default: 'unset'
12187===
12188
12189cindex:[EXPN,ACL for]
12190This option defines the ACL that is run when an SMTP EXPN command is
12191received. See chapter <<CHAPACL>> for further details.
12192
12193oindex:[%acl_smtp_helo%]
12194`..'=
12195%acl_smtp_helo%, Use: 'main', Type: 'string'!!, Default: 'unset'
12196===
12197
12198cindex:[EHLO,ACL for]
12199cindex:[HELO,ACL for]
12200This option defines the ACL that is run when an SMTP EHLO or HELO
12201command is received. See chapter <<CHAPACL>> for further details.
12202
12203
12204oindex:[%acl_smtp_mail%]
12205`..'=
12206%acl_smtp_mail%, Use: 'main', Type: 'string'!!, Default: 'unset'
12207===
12208
12209cindex:[MAIL,ACL for]
12210This option defines the ACL that is run when an SMTP MAIL command is
12211received. See chapter <<CHAPACL>> for further details.
12212
12213oindex:[%acl_smtp_mailauth%]
12214`..'=
12215%acl_smtp_mailauth%, Use: 'main', Type: 'string'!!, Default: 'unset'
12216===
12217
12218cindex:[AUTH,on MAIL command]
12219This option defines the ACL that is run when there is an AUTH parameter on
12220a MAIL command. See chapter <<CHAPACL>> for details of ACLs, and chapter
12221<<CHAPSMTPAUTH>> for details of authentication.
12222
12223oindex:[%acl_smtp_mime%]
12224`..'=
12225%acl_smtp_mime%, Use: 'main', Type: 'string'!!, Default: 'unset'
12226===
12227
12228cindex:[MIME content scanning,ACL for]
12229This option is available when Exim is built with the content-scanning
12230extension. It defines the ACL that is run for each MIME part in a message. See
12231section <<SECTscanmimepart>> for details.
12232
12233oindex:[%acl_smtp_predata%]
12234`..'=
12235%acl_smtp_predata%, Use: 'main', Type: 'string'!!, Default: 'unset'
12236===
12237
12238This option defines the ACL that is run when an SMTP DATA command is
12239received, before the message itself is received. See chapter <<CHAPACL>> for
12240further details.
12241
12242oindex:[%acl_smtp_quit%]
12243`..'=
12244%acl_smtp_quit%, Use: 'main', Type: 'string'!!, Default: 'unset'
12245===
12246
12247cindex:[QUIT,ACL for]
12248This option defines the ACL that is run when an SMTP QUIT command is
12249received. See chapter <<CHAPACL>> for further details.
12250
12251oindex:[%acl_smtp_rcpt%]
12252`..'=
12253%acl_smtp_rcpt%, Use: 'main', Type: 'string'!!, Default: 'unset'
12254===
12255
12256cindex:[RCPT,ACL for]
12257This option defines the ACL that is run when an SMTP RCPT command is
12258received. See chapter <<CHAPACL>> for further details.
12259
12260oindex:[%acl_smtp_starttls%]
12261`..'=
12262%acl_smtp_starttls%, Use: 'main', Type: 'string'!!, Default: 'unset'
12263===
12264
12265cindex:[STARTTLS, ACL for]
12266This option defines the ACL that is run when an SMTP STARTTLS command is
12267received. See chapter <<CHAPACL>> for further details.
12268
12269oindex:[%acl_smtp_vrfy%]
12270`..'=
12271%acl_smtp_vrfy%, Use: 'main', Type: 'string'!!, Default: 'unset'
12272===
12273
12274cindex:[VRFY,ACL for]
12275This option defines the ACL that is run when an SMTP VRFY command is
12276received. See chapter <<CHAPACL>> for further details.
12277
12278oindex:[%admin_groups%]
12279`..'=
068aaea8 12280%admin_groups%, Use: 'main', Type: 'string list'!!, Default: 'unset'
168e428f
PH
12281===
12282
068aaea8 12283[revisionflag="changed"]
168e428f 12284cindex:[admin user]
068aaea8
PH
12285This option is expanded just once, at the start of Exim's processing. If the
12286current group or any of the supplementary groups of an Exim caller is in this
12287colon-separated list, the caller has admin privileges. If all your system
168e428f
PH
12288programmers are in a specific group, for example, you can give them all Exim
12289admin privileges by putting that group in %admin_groups%. However, this does
12290not permit them to read Exim's spool files (whose group owner is the Exim gid).
12291To permit this, you have to add individuals to the Exim group.
12292
12293
12294oindex:[%allow_domain_literals%]
12295`..'=
12296%allow_domain_literals%, Use: 'main', Type: 'boolean', Default: 'false'
12297===
12298
12299cindex:[domain literal]
12300If this option is set, the RFC 2822 domain literal format is permitted in
12301email addresses. The option is not set by default, because the domain literal
12302format is not normally required these days, and few people know about it. It
12303has, however, been exploited by mail abusers.
12304
12305Unfortunately, it seems that some DNS black list maintainers are using this
12306format to report black listing to postmasters. If you want to accept messages
12307addressed to your hosts by IP address, you need to set
12308%allow_domain_literals% true, and also to add `@[]` to the list of local
12309domains (defined in the named domain list %local_domains% in the default
12310configuration). This ``magic string'' matches the domain literal form of all the
12311local host's IP addresses.
12312
12313
12314oindex:[%allow_mx_to_ip%]
12315`..'=
12316%allow_mx_to_ip%, Use: 'main', Type: 'boolean', Default: 'false'
12317===
12318
12319cindex:[MX record,pointing to IP address]
12320It appears that more and more DNS zone administrators are breaking the rules
12321and putting domain names that look like IP addresses on the right hand side of
12322MX records. Exim follows the rules and rejects this, giving an error message
12323that explains the mis-configuration. However, some other MTAs support this
12324practice, so to avoid ``Why can''t Exim do this?' complaints, %allow_mx_to_ip%
12325exists, in order to enable this heinous activity. It is not recommended, except
12326when you have no other choice.
12327
12328oindex:[%allow_utf8_domains%]
12329`..'=
12330%allow_utf8_domains%, Use: 'main', Type: 'boolean', Default: 'false'
12331===
12332
12333cindex:[domain,UTF-8 characters in]
12334cindex:[UTF-8,in domain name]
12335Lots of discussion is going on about internationalized domain names. One
12336camp is strongly in favour of just using UTF-8 characters, and it seems
12337that at least two other MTAs permit this. This option allows Exim users to
12338experiment if they wish.
12339
12340If it is set true, Exim's domain parsing function allows valid
12341UTF-8 multicharacters to appear in domain name components, in addition to
12342letters, digits, and hyphens. However, just setting this option is not
12343enough; if you want to look up these domain names in the DNS, you must also
12344adjust the value of %dns_check_names_pattern% to match the extended form. A
12345suitable setting is:
12346
12347....
12348dns_check_names_pattern = (?i)^(?>(?(1)\.|())[a-z0-9\xc0-\xff]\
12349 (?>[-a-z0-9\x80-\xff]*[a-z0-9\x80-\xbf])?)+$
12350....
12351
12352Alternatively, you can just disable this feature by setting
12353
12354 dns_check_names_pattern =
12355
12356That is, set the option to an empty string so that no check is done.
12357
12358
12359oindex:[%auth_advertise_hosts%]
12360`..'=
12361%auth_advertise_hosts%, Use: 'main', Type: 'host list'!!, Default: '\*'
12362===
12363
12364cindex:[authentication,advertising]
12365cindex:[AUTH,advertising]
12366If any server authentication mechanisms are configured, Exim advertises them in
12367response to an EHLO command only if the calling host matches this list.
12368Otherwise, Exim does not advertise AUTH.
12369Exim does not accept AUTH commands from clients to which it has not
12370advertised the availability of AUTH. The advertising of individual
12371authentication mechanisms can be controlled by the use of the
12372%server_advertise_condition% generic authenticator option on the individual
12373authenticators. See chapter <<CHAPSMTPAUTH>> for further details.
12374
12375Certain mail clients (for example, Netscape) require the user to provide a name
12376and password for authentication if AUTH is advertised, even though it may
12377not be needed (the host may accept messages from hosts on its local LAN without
12378authentication, for example). The %auth_advertise_hosts% option can be used
12379to make these clients more friendly by excluding them from the set of hosts to
12380which Exim advertises AUTH.
12381
12382cindex:[AUTH,advertising when encrypted]
12383If you want to advertise the availability of AUTH only when the connection
12384is encrypted using TLS, you can make use of the fact that the value of this
12385option is expanded, with a setting like this:
12386
12387 auth_advertise_hosts = ${if eq{$tls_cipher}{}{}{*}}
12388
068aaea8 12389cindex:[$tls_cipher$]
168e428f
PH
12390If $tls_cipher$ is empty, the session is not encrypted, and the result of
12391the expansion is empty, thus matching no hosts. Otherwise, the result of the
12392expansion is \*, which matches all hosts.
12393
12394
12395oindex:[%auto_thaw%]
12396`..'=
12397%auto_thaw%, Use: 'main', Type: 'time', Default: '0s'
12398===
12399
068aaea8 12400[revisionflag="changed"]
168e428f
PH
12401cindex:[thawing messages]
12402cindex:[unfreezing messages]
12403If this option is set to a time greater than zero, a queue runner will try a
068aaea8
PH
12404new delivery attempt on any frozen message, other than a bounce message, if
12405this much time has passed since it was frozen. This may result in the message
12406being re-frozen if nothing has changed since the last attempt. It is a way of
12407saying ``keep on trying, even though there are big problems''.
12408
12409*Note*: This is an old option, which predates %timeout_frozen_after% and
12410%ignore_bounce_errors_after%. It is retained for compatibility, but it is not
12411thought to be very useful any more, and its use should probably be avoided.
168e428f
PH
12412
12413
12414oindex:[%av_scanner%]
12415`..'=
12416%av_scanner%, Use: 'main', Type: 'string', Default: 'see below'
12417===
12418
12419This option is available if Exim is built with the content-scanning extension.
12420It specifies which anti-virus scanner to use. The default value is:
12421
12422 sophie:/var/run/sophie
12423
12424If the value of %av_scanner% starts with dollar character, it is expanded
12425before use. See section <<SECTscanvirus>> for further details.
12426
12427
12428
12429oindex:[%bi_command%]
12430`..'=
12431%bi_command%, Use: 'main', Type: 'string', Default: 'unset'
12432===
12433
12434cindex:[%-bi% option]
12435This option supplies the name of a command that is run when Exim is called with
12436the %-bi% option (see chapter <<CHAPcommandline>>). The string value is just the
12437command name, it is not a complete command line. If an argument is required, it
12438must come from the %-oA% command line option.
12439
12440
12441oindex:[%bounce_message_file%]
12442`..'=
12443%bounce_message_file%, Use: 'main', Type: 'string', Default: 'unset'
12444===
12445
12446cindex:[bounce message,customizing]
12447cindex:[customizing,bounce message]
12448This option defines a template file containing paragraphs of text to be used
12449for constructing bounce messages. Details of the file's contents are given in
12450chapter <<CHAPemsgcust>>. See also %warn_message_file%.
12451
12452
12453oindex:[%bounce_message_text%]
12454`..'=
12455%bounce_message_text%, Use: 'main', Type: 'string', Default: 'unset'
12456===
12457
12458When this option is set, its contents are included in the default bounce
12459message immediately after ``This message was created automatically by mail
12460delivery software.'' It is not used if %bounce_message_file% is set.
12461
12462oindex:[%bounce_return_body%]
12463`..'=
12464%bounce_return_body%, Use: 'main', Type: 'boolean', Default: 'true'
12465===
12466
12467cindex:[bounce message,including body]
12468This option controls whether the body of an incoming message is included in a
12469bounce message when %bounce_return_message% is true. If it is not set, only
12470the message header is included.
12471cindex:[bounce message,including original]
12472
12473oindex:[%bounce_return_message%]
12474`..'=
12475%bounce_return_message%, Use: 'main', Type: 'boolean', Default: 'true'
12476===
12477
12478If this option is set false, the original message is not included in bounce
12479messages generated by Exim. See also %bounce_return_size_limit%.
12480
12481
12482oindex:[%bounce_return_size_limit%]
12483`..'=
12484%bounce_return_size_limit%, Use: 'main', Type: 'integer', Default: '100K'
12485===
12486
12487cindex:[size limit, of bounce]
12488cindex:[bounce message,size limit]
12489cindex:[limit,bounce message size]
12490This option sets a limit in bytes on the size of messages that are returned to
12491senders as part of bounce messages when %bounce_return_message% is true. The
12492limit should be less than the value of the global %message_size_limit% and of
12493any %message_size_limit% settings on transports, to allow for the bounce text
12494that Exim generates. If this option is set to zero there is no limit.
12495
12496When the body of any message that is to be included in a bounce message is
12497greater than the limit, it is truncated, and a comment pointing this out is
12498added at the top. The actual cutoff may be greater than the value given, owing
12499to the use of buffering for transferring the message in chunks (typically 8K in
12500size). The idea is to save bandwidth on those undeliverable 15-megabyte
12501messages.
12502
12503oindex:[%bounce_sender_authentication%]
12504`..'=
12505%bounce_sender_authentication%, Use: 'main', Type: 'string', Default: 'unset'
12506===
12507
12508cindex:[bounce message,sender authentication]
12509cindex:[authentication,bounce message]
12510cindex:[AUTH,on bounce message]
12511This option provides an authenticated sender address that is sent with any
12512bounce messages generated by Exim that are sent over an authenticated SMTP
12513connection. A typical setting might be:
12514
12515 bounce_sender_authentication = mailer-daemon@my.domain.example
12516
12517which would cause bounce messages to be sent using the SMTP command:
12518
12519 MAIL FROM:<> AUTH=mailer-daemon@my.domain.example
12520
12521The value of %bounce_sender_authentication% must always be a complete email
12522address.
12523
12524oindex:[%callout_domain_negative_expire%]
12525`..'=
12526%callout_domain_negative_expire%, Use: 'main', Type: 'time', Default: '3h'
12527===
12528
12529cindex:[caching,callout timeouts]
12530cindex:[callout,caching timeouts]
12531This option specifies the expiry time for negative callout cache data for a
12532domain. See section <<SECTcallver>> for details of callout verification, and
12533section <<SECTcallvercache>> for details of the caching.
12534
12535
12536oindex:[%callout_domain_positive_expire%]
12537`..'=
12538%callout_domain_positive_expire%, Use: 'main', Type: 'time', Default: '7d'
12539===
12540
12541This option specifies the expiry time for positive callout cache data for a
12542domain. See section <<SECTcallver>> for details of callout verification, and
12543section <<SECTcallvercache>> for details of the caching.
12544
12545
12546oindex:[%callout_negative_expire%]
12547`..'=
12548%callout_negative_expire%, Use: 'main', Type: 'time', Default: '2h'
12549===
12550
12551This option specifies the expiry time for negative callout cache data for an
12552address. See section <<SECTcallver>> for details of callout verification, and
12553section <<SECTcallvercache>> for details of the caching.
12554
12555
12556oindex:[%callout_positive_expire%]
12557`..'=
12558%callout_positive_expire%, Use: 'main', Type: 'time', Default: '24h'
12559===
12560
12561This option specifies the expiry time for positive callout cache data for an
12562address. See section <<SECTcallver>> for details of callout verification, and
12563section <<SECTcallvercache>> for details of the caching.
12564
12565
12566oindex:[%callout_random_local_part%]
12567`..'=
12568%callout_random_local_part%, Use: 'main', Type: 'string'!!, Default: 'see below'
12569===
12570
12571This option defines the ``random'' local part that can be used as part of callout
12572verification. The default value is
12573
12574 $primary_host_name-$tod_epoch-testing
12575
12576See section <<CALLaddparcall>> for details of how this value is used.
12577
12578
12579oindex:[%check_log_inodes%]
12580`..'=
12581%check_log_inodes%, Use: 'main', Type: 'integer', Default: '0'
12582===
12583
12584See %check_spool_space% below.
12585
12586
12587oindex:[%check_log_space%]
12588`..'=
12589%check_log_space%, Use: 'main', Type: 'integer', Default: '0'
12590===
12591
12592See %check_spool_space% below.
12593
12594
12595oindex:[%check_spool_inodes%]
12596`..'=
12597%check_spool_inodes%, Use: 'main', Type: 'integer', Default: '0'
12598===
12599
12600See %check_spool_space% below.
12601
12602
12603oindex:[%check_spool_space%]
12604`..'=
12605%check_spool_space%, Use: 'main', Type: 'integer', Default: '0'
12606===
12607
12608cindex:[checking disk space]
12609cindex:[disk space, checking]
12610cindex:[spool directory,checking space]
12611The four %check_...% options allow for checking of disk resources before a
12612message is accepted.
12613
068aaea8
PH
12614cindex:[$log_inodes$]
12615cindex:[$log_space$]
12616cindex:[$spool_inodes$]
12617cindex:[$spool_space$]
168e428f 12618When any of these options are set, they apply to all incoming messages. If you
068aaea8
PH
12619want to apply different checks to different kinds of message, you can do so by
12620testing the the variables $log_inodes$, $log_space$, $spool_inodes$, and
12621$spool_space$ in an ACL with appropriate additional conditions.
168e428f
PH
12622
12623
12624%check_spool_space% and %check_spool_inodes% check the spool partition if
12625either value is greater than zero, for example:
12626
12627 check_spool_space = 10M
12628 check_spool_inodes = 100
12629
12630The spool partition is the one that contains the directory defined by
12631SPOOL_DIRECTORY in _Local/Makefile_. It is used for holding messages in
12632transit.
12633
12634%check_log_space% and %check_log_inodes% check the partition in which log
12635files are written if either is greater than zero. These should be set only if
12636%log_file_path% and %spool_directory% refer to different partitions.
12637
12638If there is less space or fewer inodes than requested, Exim refuses to accept
12639incoming mail. In the case of SMTP input this is done by giving a 452 temporary
12640error response to the MAIL command. If ESMTP is in use and there was a
12641SIZE parameter on the MAIL command, its value is added to the
12642%check_spool_space% value, and the check is performed even if
12643%check_spool_space% is zero, unless %no_smtp_check_spool_space% is set.
12644
12645The values for %check_spool_space% and %check_log_space% are held as a
12646number of kilobytes. If a non-multiple of 1024 is specified, it is rounded up.
12647
12648For non-SMTP input and for batched SMTP input, the test is done at start-up; on
12649failure a message is written to stderr and Exim exits with a non-zero code, as
12650it obviously cannot send an error message of any kind.
12651
12652oindex:[%daemon_smtp_ports%]
12653`..'=
12654%daemon_smtp_ports%, Use: 'main', Type: 'string', Default: `smtp`
12655===
12656
12657cindex:[port,for daemon]
12658cindex:[TCP/IP,setting listening ports]
12659This option specifies one or more default SMTP ports on which the Exim daemon
12660listens. See chapter <<CHAPinterfaces>> for details of how it is used. For
12661backward compatibility, %daemon_smtp_port% (singular) is a synonym.
12662
068aaea8
PH
12663oindex:[%daemon_startup_retries%]
12664`..'=
12665%daemon_startup_retries%, Use: 'main', Type: 'integer', Default: '9'
12666===
12667
12668[revisionflag="changed"]
12669cindex:[daemon startup,retrying]
12670This option, along with %daemon_startup_sleep%, controls the retrying done by
12671the daemon at startup when it cannot immediately bind a listening socket
12672(typically because the socket is already in use): %daemon_startup_retries%
12673defines the number of retries after the first failure, and
12674%daemon_startup_sleep% defines the length of time to wait between retries.
12675
12676oindex:[%daemon_startup_sleep%]
12677`..'=
12678%daemon_startup_sleep%, Use: 'main', Type: 'time', Default: '30s'
12679===
12680
12681[revisionflag="changed"]
12682See %daemon_startup_retries%.
168e428f
PH
12683
12684oindex:[%delay_warning%]
12685`..'=
12686%delay_warning%, Use: 'main', Type: 'time list', Default: '24h'
12687===
12688
12689cindex:[warning of delay]
12690cindex:[delay warning, specifying]
12691When a message is delayed, Exim sends a warning message to the sender at
12692intervals specified by this option. The data is a colon-separated list of times
12693after which to send warning messages.
12694
12695If the value of the option is an empty string or a zero time, no warnings are
12696sent.
12697
12698Up to 10 times may be given. If a message has been on the queue for longer than
12699the last time, the last interval between the times is used to compute
12700subsequent warning times. For example, with
12701
12702 delay_warning = 4h:8h:24h
12703
12704the first message is sent after 4 hours, the second after 8 hours, and
12705the third one after 24 hours. After that, messages are sent every 16 hours,
12706because that is the interval between the last two times on the list. If you set
12707just one time, it specifies the repeat interval. For example, with:
12708
12709 delay_warning = 6h
12710
12711messages are repeated every six hours. To stop warnings after a given time, set
12712a very large time at the end of the list. For example:
12713
12714 delay_warning = 2h:12h:99d
12715
12716
12717
12718oindex:[%delay_warning_condition%]
12719`..'=
12720%delay_warning_condition%, Use: 'main', Type: 'string'!!, Default: 'see below'
12721===
12722
068aaea8 12723cindex:[$domain$]
168e428f
PH
12724The string is expanded at the time a warning message might be sent. If all the
12725deferred addresses have the same domain, it is set in $domain$ during the
12726expansion. Otherwise $domain$ is empty. If the result of the expansion is a
12727forced failure, an empty string, or a string matching any of ``0'', ``no'' or
12728``false'' (the comparison being done caselessly) then the warning message is not
12729sent. The default is
12730
12731....
12732delay_warning_condition = \
12733 ${if match{$h_precedence:}{(?i)bulk|list|junk}{no}{yes}}
12734....
12735
12736which suppresses the sending of warnings about messages that have ``bulk'',
12737``list'' or ``junk'' in a 'Precedence:' header.
12738
12739oindex:[%deliver_drop_privilege%]
12740`..'=
12741%deliver_drop_privilege%, Use: 'main', Type: 'boolean', Default: 'false'
12742===
12743
12744cindex:[unprivileged delivery]
12745cindex:[delivery,unprivileged]
12746If this option is set true, Exim drops its root privilege at the start of a
12747delivery process, and runs as the Exim user throughout. This severely restricts
12748the kinds of local delivery that are possible, but is viable in certain types
12749of configuration. There is a discussion about the use of root privilege in
12750chapter <<CHAPsecurity>>.
12751
12752oindex:[%deliver_queue_load_max%]
12753`..'=
12754%deliver_queue_load_max%, Use: 'main', Type: 'fixed-point', Default: 'unset'
12755===
12756
12757cindex:[load average]
12758cindex:[queue runner,abandoning]
12759When this option is set, a queue run is abandoned if the system load average
12760becomes greater than the value of the option. The option has no effect on
12761ancient operating systems on which Exim cannot determine the load average.
12762See also %queue_only_load% and %smtp_load_reserve%.
12763
12764
12765oindex:[%delivery_date_remove%]
12766`..'=
12767%delivery_date_remove%, Use: 'main', Type: 'boolean', Default: 'true'
12768===
12769
12770cindex:['Delivery-date:' header line]
12771Exim's transports have an option for adding a 'Delivery-date:' header to a
12772message when it is delivered -- in exactly the same way as 'Return-path:' is
12773handled. 'Delivery-date:' records the actual time of delivery. Such headers
12774should not be present in incoming messages, and this option causes them to be
12775removed at the time the message is received, to avoid any problems that might
12776occur when a delivered message is subsequently sent on to some other recipient.
12777
12778oindex:[%dns_again_means_nonexist%]
12779`..'=
12780%dns_again_means_nonexist%, Use: 'main', Type: 'domain list'!!, Default: 'unset'
12781===
12782
12783cindex:[DNS,``try again'' response; overriding]
12784DNS lookups give a ``try again'' response for the DNS errors ``non-authoritative
12785host not found'' and ``SERVERFAIL''. This can cause Exim to keep trying to
12786deliver a message, or to give repeated temporary errors to incoming mail.
12787Sometimes the effect is caused by a badly set up name server and may persist
12788for a long time. If a domain which exhibits this problem matches anything in
12789%dns_again_means_nonexist%, it is treated as if it did not exist. This
12790option should be used with care.
12791You can make it apply to reverse lookups by a setting such as this:
12792
12793 dns_again_means_nonexist = *.in-addr.arpa
12794
12795This option applies to all DNS lookups that Exim does. The ^dnslookup^ router
12796has some options of its own for controlling what happens when lookups for MX or
12797SRV records give temporary errors. These more specific options are applied
12798after the global option.
12799
12800oindex:[%dns_check_names_pattern%]
12801`..'=
12802%dns_check_names_pattern%, Use: 'main', Type: 'string', Default: 'see below'
12803===
12804
12805cindex:[DNS,pre-check of name syntax]
12806When this option is set to a non-empty string, it causes Exim to check domain
12807names for illegal characters before handing them to the DNS resolver, because
12808some resolvers give temporary errors for malformed names. If a domain name
12809contains any illegal characters, a ``not found'' result is forced, and the
12810resolver is not called. The check is done by matching the domain name against a
12811regular expression, which is the value of this option. The default pattern is
12812
12813....
12814dns_check_names_pattern = \
12815 (?i)^(?>(?(1)\.|())[^\W_](?>[a-z0-9-]*[^\W_])?)+$
12816....
12817
12818which permits only letters, digits, and hyphens in components, but they may not
12819start or end with a hyphen.
12820If you set %allow_utf8_domains%, you must modify this pattern, or set the
12821option to an empty string.
12822
068aaea8
PH
12823oindex:[%dns_csa_search_limit%]
12824`..'=
12825%dns_csa_search_limit%, Use: 'main', Type: 'integer', Default: '5'
12826===
12827
12828[revisionflag="changed"]
12829This option controls the depth of parental searching for CSA SRV records in the
12830DNS, as described in more detail in section <<SECTverifyCSA>>.
12831
12832
12833oindex:[%dns_csa_use_reverse%]
12834`..'=
12835%dns_csa_use_reverse%, Use: 'main', Type: 'boolean', Default: 'true'
12836===
12837
12838[revisionflag="changed"]
12839This option controls whether or not an IP address, given as a CSA domain, is
12840reversed and looked up in the reverse DNS, as described in more detail in
12841section <<SECTverifyCSA>>.
12842
168e428f
PH
12843
12844oindex:[%dns_ipv4_lookup%]
12845`..'=
12846%dns_ipv4_lookup%, Use: 'main', Type: 'domain list'!!, Default: 'unset'
12847===
12848
12849cindex:[IPv6,DNS lookup for AAAA records]
12850cindex:[DNS,IPv6 lookup for AAAA records]
12851When Exim is compiled with IPv6 support, it looks for IPv6 address records
12852(AAAA and, if configured, A6) as well as IPv4 address records when trying to
12853find IP addresses for hosts, unless the host's domain matches this list.
12854
12855This is a fudge to help with name servers that give big delays or otherwise do
12856not work for the new IPv6 record types. If Exim is handed an IPv6 address
12857record as a result of an MX lookup, it always recognizes it, and may as a
12858result make an outgoing IPv6 connection. All this option does is to make Exim
12859look only for IPv4-style A records when it needs to find an IP address for a
12860host name. In due course, when the world's name servers have all been upgraded,
12861there should be no need for this option.
12862
12863
12864oindex:[%dns_retrans%]
12865`..'=
12866%dns_retrans%, Use: 'main', Type: 'time', Default: '0s'
12867===
12868
12869cindex:[DNS,resolver options]
12870The options %dns_retrans% and %dns_retry% can be used to set the
12871retransmission and retry parameters for DNS lookups. Values of zero (the
12872defaults) leave the system default settings unchanged. The first value is the
12873time between retries, and the second is the number of retries. It isn't
12874totally clear exactly how these settings affect the total time a DNS lookup may
12875take. I haven't found any documentation about timeouts on DNS lookups; these
12876parameter values are available in the external resolver interface structure,
12877but nowhere does it seem to describe how they are used or what you might want
12878to set in them.
12879
12880
12881oindex:[%dns_retry%]
12882`..'=
12883%dns_retry%, Use: 'main', Type: 'integer', Default: '0'
12884===
12885
12886See %dns_retrans% above.
12887
12888
12889oindex:[%drop_cr%]
12890`..'=
12891%drop_cr%, Use: 'main', Type: 'boolean', Default: 'false'
12892===
12893
12894This is an obsolete option that is now a no-op. It used to affect the way Exim
12895handled CR and LF characters in incoming messages. What happens now is
12896described in section <<SECTlineendings>>.
12897
12898
12899oindex:[%envelope_to_remove%]
12900`..'=
12901%envelope_to_remove%, Use: 'main', Type: 'boolean', Default: 'true'
12902===
12903
12904cindex:['Envelope-to:' header line]
12905Exim's transports have an option for adding an 'Envelope-to:' header to a
12906message when it is delivered -- in exactly the same way as 'Return-path:' is
12907handled. 'Envelope-to:' records the original recipient address from the
12908messages's envelope that caused the delivery to happen. Such headers should not
12909be present in incoming messages, and this option causes them to be removed at
12910the time the message is received, to avoid any problems that might occur when a
12911delivered message is subsequently sent on to some other recipient.
12912
12913
12914oindex:[%errors_copy%]
12915`..'=
12916%errors_copy%, Use: 'main', Type: 'string list'!!, Default: 'unset'
12917===
12918
12919cindex:[bounce message,copy to other address]
12920cindex:[copy of bounce message]
12921Setting this option causes Exim to send bcc copies of bounce messages that it
12922generates to other addresses. *Note*: this does not apply to bounce messages
12923coming from elsewhere. The value of the option is a colon-separated list of
12924items. Each item consists of a pattern, terminated by white space, followed by
12925a comma-separated list of email addresses. If a pattern contains spaces, it
12926must be enclosed in double quotes.
12927
12928Each pattern is processed in the same way as a single item in an address list
12929(see section <<SECTaddresslist>>). When a pattern matches the recipient of the
12930bounce message, the message is copied to the addresses on the list. The items
12931are scanned in order, and once a matching one is found, no further items are
12932examined. For example:
12933
12934....
12935errors_copy = spqr@mydomain postmaster@mydomain.example :\
12936 rqps@mydomain hostmaster@mydomain.example,\
12937 postmaster@mydomain.example
12938....
12939
068aaea8
PH
12940cindex:[$domain$]
12941cindex:[$local_part$]
168e428f
PH
12942The address list is expanded before use. The expansion variables
12943$local_part$ and $domain$ are set from the original recipient of the error
12944message, and if there was any wildcard matching in the pattern, the expansion
12945
12946cindex:[numerical variables ($1$ $2$ etc),in %errors_copy%]
12947variables $0$, $1$, etc. are set in the normal way.
12948
12949
12950oindex:[%errors_reply_to%]
12951`..'=
12952%errors_reply_to%, Use: 'main', Type: 'string', Default: 'unset'
12953===
12954
12955cindex:[bounce message,'Reply-to:' in]
12956Exim's bounce and delivery warning messages contain the header line
12957
12958 From: Mail Delivery System <Mailer-Daemon@<qualify-domain>>
12959
12960where <'qualify-domain'> is the value of the %qualify_domain% option.
12961Experience shows that people reply to bounce messages. If the
12962%errors_reply_to% option is set, a 'Reply-To:' header is added to bounce and
12963warning messages. For example:
12964
12965 errors_reply_to = postmaster@my.domain.example
12966
12967The value of the option is not expanded. It must specify a valid RFC 2822
12968address.
12969
12970
12971oindex:[%exim_group%]
12972`..'=
12973%exim_group%, Use: 'main', Type: 'string', Default: 'compile-time configured'
12974===
12975
12976cindex:[gid (group id),Exim's own]
12977cindex:[Exim group]
12978This option changes the gid under which Exim runs when it gives up root
12979privilege. The default value is compiled into the binary. The value of this
12980option is used only when %exim_user% is also set. Unless it consists entirely
12981of digits, the string is looked up using 'getgrnam()', and failure causes a
12982configuration error. See chapter <<CHAPsecurity>> for a discussion of security
12983issues.
12984
12985
12986oindex:[%exim_path%]
12987`..'=
12988%exim_path%, Use: 'main', Type: 'string', Default: 'see below'
12989===
12990
12991cindex:[Exim binary, path name]
12992This option specifies the path name of the Exim binary, which is used when Exim
12993needs to re-exec itself. The default is set up to point to the file 'exim' in
12994the directory configured at compile time by the BIN_DIRECTORY setting. It
12995is necessary to change %exim_path% if, exceptionally, Exim is run from some
12996other place.
12997*Warning*: Do not use a macro to define the value of this option, because
12998you will break those Exim utilities that scan the configuration file to find
12999where the binary is. (They then use the %-bP% option to extract option
13000settings such as the value of %spool_directory%.)
13001
13002
13003oindex:[%exim_user%]
13004`..'=
13005%exim_user%, Use: 'main', Type: 'string', Default: 'compile-time configured'
13006===
13007
13008cindex:[uid (user id),Exim's own]
13009cindex:[Exim user]
13010This option changes the uid under which Exim runs when it gives up root
13011privilege. The default value is compiled into the binary. Ownership of the run
13012time configuration file and the use of the %-C% and %-D% command line options
13013is checked against the values in the binary, not what is set here.
13014
13015Unless it consists entirely of digits, the string is looked up using
13016'getpwnam()', and failure causes a configuration error. If %exim_group% is
13017not also supplied, the gid is taken from the result of 'getpwnam()' if it is
13018used. See chapter <<CHAPsecurity>> for a discussion of security issues.
13019
13020
13021oindex:[%extra_local_interfaces%]
13022`..'=
13023%extra_local_interfaces%, Use: 'main', Type: 'string list', Default: 'unset'
13024===
13025
13026This option defines network interfaces that are to be considered local when
13027routing, but which are not used for listening by the daemon. See section
13028<<SECTreclocipadd>> for details.
13029
13030
13031oindex:[%extract_addresses_remove_arguments%]
13032`..'=
13033%extract_addresses_remove_ ~arguments%, Use: 'main', Type: 'boolean', Default: 'true'
13034===
13035
13036cindex:[%-t% option]
13037cindex:[command line,addresses with %-t%]
13038cindex:[Sendmail compatibility,%-t% option]
13039According to some Sendmail documentation (Sun, IRIX, HP-UX), if any addresses
13040are present on the command line when the %-t% option is used to build an
13041envelope from a message's 'To:', 'Cc:' and 'Bcc:' headers, the command line
13042addresses are removed from the recipients list. This is also how Smail behaves.
13043However, other Sendmail documentation (the O'Reilly book) states that command
13044line addresses are added to those obtained from the header lines. When
13045%extract_addresses_remove_arguments% is true (the default), Exim subtracts
13046argument headers. If it is set false, Exim adds rather than removes argument
13047addresses.
13048
13049
13050oindex:[%finduser_retries%]
13051`..'=
13052%finduser_retries%, Use: 'main', Type: 'integer', Default: '0'
13053===
13054
13055cindex:[NIS, looking up users; retrying]
13056On systems running NIS or other schemes in which user and group information is
13057distributed from a remote system, there can be times when 'getpwnam()' and
13058related functions fail, even when given valid data, because things time out.
13059Unfortunately these failures cannot be distinguished from genuine ``not found''
13060errors. If %finduser_retries% is set greater than zero, Exim will try that
13061many extra times to find a user or a group, waiting for one second between
13062retries.
13063
13064cindex:[_/etc/passwd_, multiple reading of]
13065You should not set this option greater than zero if your user information is in
13066a traditional _/etc/passwd_ file, because it will cause Exim needlessly to
13067search the file multiple times for non-existent users, and also cause delay.
13068
13069
13070
13071oindex:[%freeze_tell%]
13072`..'=
13073%freeze_tell%, Use: 'main', "Type: 'string list, comma separated'", Default: 'unset'
13074===
13075
13076cindex:[freezing messages,sending a message when freezing]
13077On encountering certain errors, or when configured to do so in a system filter,
13078or in an ACL,
13079Exim freezes a message. This means that no further delivery attempts take place
13080until an administrator (or the %auto_thaw% feature) thaws the message. If
13081%freeze_tell% is set, Exim generates a warning message whenever it freezes
13082something, unless the message it is freezing is a
13083locally-generated
13084bounce message. (Without this exception there is the possibility of looping.)
13085The warning message is sent to the addresses supplied as the comma-separated
13086value of this option. If several of the message's addresses cause freezing,
13087only a single message is sent.
13088If the freezing was automatic, the reason(s) for freezing can be found in the
13089message log. If you configure freezing in a filter or ACL, you must arrange for
13090any logging that you require.
13091
13092
13093oindex:[%gecos_name%]
13094`..'=
13095%gecos_name%, Use: 'main', Type: 'string'!!, Default: 'unset'
13096===
13097
13098cindex:[HP-UX]
13099cindex:[``gecos'' field, parsing]
13100Some operating systems, notably HP-UX, use the ``gecos'' field in the system
13101password file to hold other information in addition to users' real names. Exim
13102looks up this field for use when it is creating 'Sender:' or 'From:' headers.
13103If either %gecos_pattern% or %gecos_name% are unset, the contents of the
13104field are used unchanged, except that, if an ampersand is encountered, it is
13105replaced by the user's login name with the first character forced to
13106upper case, since this is a convention that is observed on many systems.
13107
13108When these options are set, %gecos_pattern% is treated as a regular expression
13109that is to be applied to the field (again with & replaced by the login name),
13110and if it matches, %gecos_name% is expanded and used as the user's name.
13111
13112cindex:[numerical variables ($1$ $2$ etc),in %gecos_name%]
13113Numeric variables such as $1$, $2$, etc. can be used in the expansion to
13114pick up sub-fields that were matched by the pattern. In HP-UX, where the user's
13115name terminates at the first comma, the following can be used:
13116
13117 gecos_pattern = ([^,]*)
13118 gecos_name = $1
13119
13120
13121
13122oindex:[%gecos_pattern%]
13123`..'=
13124%gecos_pattern%, Use: 'main', Type: 'string', Default: 'unset'
13125===
13126
13127See %gecos_name% above.
13128
13129
13130oindex:[%headers_charset%]
13131`..'=
13132%headers_charset%, Use: 'main', Type: 'string', Default: 'see below'
13133===
13134
13135This option sets a default character set for translating from encoded MIME
13136``words'' in header lines, when referenced by an $h_xxx$ expansion item. The
13137default is the value of HEADERS_CHARSET in _Local/Makefile_. The
13138ultimate default is ISO-8859-1. For more details see the description of header
13139insertions in section <<SECTexpansionitems>>.
13140
13141
13142
13143oindex:[%header_maxsize%]
13144`..'=
13145%header_maxsize%, Use: 'main', Type: 'integer', Default: 'see below'
13146===
13147
13148cindex:[header section,maximum size of]
13149cindex:[limit,size of message header section]
13150This option controls the overall maximum size of a message's header
13151section. The default is the value of HEADER_MAXSIZE in
13152_Local/Makefile_; the default for that is 1M. Messages with larger header
13153sections are rejected.
13154
13155
13156oindex:[%header_line_maxsize%]
13157`..'=
13158%header_line_maxsize%, Use: 'main', Type: 'integer', Default: '0'
13159===
13160
13161cindex:[header lines,maximum size of]
13162cindex:[limit,size of one header line]
13163This option limits the length of any individual header line in a message, after
13164all the continuations have been joined together. Messages with individual
13165header lines that are longer than the limit are rejected. The default value of
13166zero means ``no limit''.
13167
13168
13169
13170
13171oindex:[%helo_accept_junk_hosts%]
13172`..'=
13173%helo_accept_junk_hosts%, Use: 'main', Type: 'host list'!!, Default: 'unset'
13174===
13175
13176cindex:[HELO,accepting junk data]
13177cindex:[EHLO,accepting junk data]
13178Exim checks the syntax of HELO and EHLO commands for incoming SMTP
13179mail, and gives an error response for invalid data. Unfortunately, there are
13180some SMTP clients that send syntactic junk. They can be accommodated by setting
13181this option. Note that this is a syntax check only. See %helo_verify_hosts%
13182if you want to do semantic checking.
13183See also %helo_allow_chars% for a way of extending the permitted character
13184set.
13185
13186
13187oindex:[%helo_allow_chars%]
13188`..'=
13189%helo_allow_chars%, Use: 'main', Type: 'string', Default: 'unset'
13190===
13191
13192cindex:[HELO,underscores in]
13193cindex:[EHLO,underscores in]
13194cindex:[underscore in EHLO/HELO]
13195This option can be set to a string of rogue characters that are permitted in
13196all EHLO and HELO names in addition to the standard letters, digits,
13197hyphens, and dots. If you really must allow underscores, you can set
13198
13199 helo_allow_chars = _
13200
13201Note that the value is one string, not a list.
13202
13203
13204oindex:[%helo_lookup_domains%]
13205`..'=
13206%helo_lookup_domains%, Use: 'main', Type: 'domain list'!!, Default: `@:@[]`
13207===
13208
13209cindex:[HELO,forcing reverse lookup]
13210cindex:[EHLO,forcing reverse lookup]
13211If the domain given by a client in a HELO or EHLO command matches this
13212list, a reverse lookup is done in order to establish the host's true name. The
13213default forces a lookup if the client host gives the server's name or any of
13214its IP addresses (in brackets), something that broken clients have been seen to
13215do.
13216
13217
13218oindex:[%helo_try_verify_hosts%]
13219`..'=
13220%helo_try_verify_hosts%, Use: 'main', Type: 'host list'!!, Default: 'unset'
13221===
13222
068aaea8 13223[revisionflag="changed"]
168e428f
PH
13224cindex:[HELO verifying, optional]
13225cindex:[EHLO verifying, optional]
068aaea8
PH
13226By default, Exim just checks the syntax of HELO and EHLO commands (see
13227%helo_accept_junk_hosts% and %helo_allow_chars%). However, some sites like to
13228do more extensive checking of the data supplied by these commands. The ACL
13229condition `verify = helo` is provided to make this possible. Formerly, it was
13230necessary also to set this option (%helo_try_verify_hosts%) to force the check
13231to occur. From release 4.53 onwards, this is no longer necessary. If the check
13232has not been done before `verify = helo` is encountered, it is done at that
13233time. Consequently, this option is obsolete. Its specification is retained here
13234for backwards compatibility.
13235
13236[revisionflag="changed"]
13237When an EHLO or HELO command is received, if the calling host matches
13238%helo_try_verify_hosts%, Exim checks that the host name given in the HELO or
13239EHLO command either:
168e428f 13240
068aaea8 13241- is an IP literal matching the calling address of the host, or
168e428f
PH
13242
13243- cindex:[DNS,reverse lookup]
13244cindex:[reverse DNS lookup]
13245matches the host name that Exim obtains by doing a reverse lookup of the
13246calling host address, or
13247
13248- when looked up using 'gethostbyname()' (or 'getipnodebyname()' when
13249available) yields the calling host address.
13250
13251However, the EHLO or HELO command is not rejected if any of the checks
13252fail. Processing continues, but the result of the check is remembered, and can
068aaea8 13253be detected later in an ACL by the `verify = helo` condition.
168e428f
PH
13254
13255
13256oindex:[%helo_verify_hosts%]
13257`..'=
13258%helo_verify_hosts%, Use: 'main', Type: 'host list'!!, Default: 'unset'
13259===
13260
068aaea8 13261[revisionflag="changed"]
168e428f
PH
13262cindex:[HELO verifying, mandatory]
13263cindex:[EHLO verifying, mandatory]
068aaea8
PH
13264Like %helo_try_verify_hosts%, this option is obsolete, and retained only for
13265backwards compatibility. For hosts that match this option, Exim checks the host
13266name given in the HELO or EHLO in the same way as for %helo_try_verify_hosts%.
13267If the check fails, the HELO or EHLO command is rejected with a 550 error, and
13268entries are written to the main and reject logs. If a MAIL command is received
13269before EHLO or HELO, it is rejected with a 503 error.
168e428f
PH
13270
13271
13272oindex:[%hold_domains%]
13273`..'=
13274%hold_domains%, Use: 'main', Type: 'domain list'!!, Default: 'unset'
13275===
13276
13277cindex:[domain,delaying delivery]
13278cindex:[delivery,delaying certain domains]
13279This option allows mail for particular domains to be held on the queue
13280manually. The option is overridden if a message delivery is forced with the
13281%-M%, %-qf%, %-Rf% or %-Sf% options, and also while testing or verifying
13282addresses using %-bt% or %-bv%. Otherwise, if a domain matches an item in
13283%hold_domains%, no routing or delivery for that address is done, and it is
13284deferred every time the message is looked at.
13285
13286This option is intended as a temporary operational measure for delaying the
13287delivery of mail while some problem is being sorted out, or some new
13288configuration tested. If you just want to delay the processing of some
13289domains until a queue run occurs, you should use %queue_domains% or
13290%queue_smtp_domains%, not %hold_domains%.
13291
13292A setting of %hold_domains% does not override Exim's code for removing
13293messages from the queue if they have been there longer than the longest retry
13294time in any retry rule. If you want to hold messages for longer than the normal
13295retry times, insert a dummy retry rule with a long retry time.
13296
13297
13298oindex:[%host_lookup%]
13299`..'=
13300%host_lookup%, Use: 'main', Type: 'host list'!!, Default: 'unset'
13301===
13302
13303cindex:[host name lookup, forcing]
13304Exim does not look up the name of a calling host from its IP address unless it
13305is required to compare against some host list, or the host matches
13306%helo_try_verify_hosts% or %helo_verify_hosts%, or the host matches this
13307option (which normally contains IP addresses rather than host names). The
13308default configuration file contains
13309
13310 host_lookup = *
13311
13312which causes a lookup to happen for all hosts. If the expense of these lookups
13313is felt to be too great, the setting can be changed or removed.
13314
13315After a successful reverse lookup, Exim does a forward lookup on the name it
13316has obtained, to verify that it yields the IP address that it started with. If
13317this check fails, Exim behaves as if the name lookup failed.
13318
068aaea8
PH
13319cindex:[$host_lookup_failed$]
13320cindex:[$sender_host_name$]
168e428f
PH
13321After any kind of failure, the host name (in $sender_host_name$) remains
13322unset, and $host_lookup_failed$ is set to the string ``1''. See also
13323%dns_again_means_nonexist%, %helo_lookup_domains%, and `verify =
13324reverse_host_lookup` in ACLs.
13325
13326
13327oindex:[%host_lookup_order%]
13328`..'=
13329%host_lookup_order%, Use: 'main', Type: 'string list', Default: `bydns:byaddr`
13330===
13331
13332This option specifies the order of different lookup methods when Exim is trying
13333to find a host name from an IP address. The default is to do a DNS lookup
13334first, and then to try a local lookup (using 'gethostbyaddr()' or equivalent)
13335if that fails. You can change the order of these lookups, or omit one entirely,
13336if you want.
13337
13338*Warning*: the ``byaddr'' method does not always yield aliases when there are
13339multiple PTR records in the DNS and the IP address is not listed in
13340_/etc/hosts_. Different operating systems give different results in this
13341case. That is why the default tries a DNS lookup first.
13342
13343
13344
13345oindex:[%host_reject_connection%]
13346`..'=
13347%host_reject_connection%, Use: 'main', Type: 'host list'!!, Default: 'unset'
13348===
13349
13350cindex:[host,rejecting connections from]
13351If this option is set, incoming SMTP calls from the hosts listed are rejected
13352as soon as the connection is made.
13353This option is obsolete, and retained only for backward compatibility, because
13354nowadays the ACL specified by %acl_smtp_connect% can also reject incoming
13355connections immediately.
13356
13357The ability to give an immediate rejection (either by this option or using an
13358ACL) is provided for use in unusual cases. Many hosts will just try again,
13359sometimes without much delay. Normally, it is better to use an ACL to reject
13360incoming messages at a later stage, such as after RCPT commands. See
13361chapter <<CHAPACL>>.
13362
13363
13364oindex:[%hosts_connection_nolog%]
13365`..'=
13366%hosts_connection_nolog%, Use: 'main', Type: 'host list'!!, Default: 'unset'
13367===
13368
13369cindex:[host,not logging connections from]
13370This option defines a list of hosts for which connection logging does not
13371happen, even though the %smtp_connection% log selector is set. For example,
13372you might want not to log SMTP connections from local processes, or from
13373127.0.0.1, or from your local LAN. This option is consulted in the main loop of
13374the daemon; you should therefore strive to restrict its value to a short inline
13375list of IP addresses and networks. To disable logging SMTP connections from
13376local processes, you must create a host list with an empty item. For example:
13377
13378 hosts_connection_nolog = :
13379
13380If the %smtp_connection% log selector is not set, this option has no effect.
13381
13382
13383
13384oindex:[%hosts_treat_as_local%]
13385`..'=
13386%hosts_treat_as_local%, Use: 'main', Type: 'domain list'!!, Default: 'unset'
13387===
13388
13389cindex:[local host,domains treated as]
13390cindex:[host,treated as local]
13391If this option is set, any host names that match the domain list are treated as
13392if they were the local host when Exim is scanning host lists obtained from MX
13393records
13394or other sources. Note that the value of this option is a domain list, not a
13395host list, because it is always used to check host names, not IP addresses.
13396
13397This option also applies when Exim is matching the special items
13398`@mx_any`, `@mx_primary`, and `@mx_secondary` in a domain list (see
13399section <<SECTdomainlist>>), and when checking the %hosts% option in the ^smtp^
13400transport for the local host (see the %allow_localhost% option in that
13401transport).
13402See also %local_interfaces%, %extra_local_interfaces%, and chapter
13403<<CHAPinterfaces>>, which contains a discussion about local network interfaces
13404and recognising the local host.
13405
13406
13407oindex:[%ignore_bounce_errors_after%]
13408`..'=
13409%ignore_bounce_errors_after%, Use: 'main', Type: 'time', Default: '10w'
13410===
13411
13412cindex:[bounce message,discarding]
13413cindex:[discarding bounce message]
13414This option affects the processing of bounce messages that cannot be delivered,
13415that is, those that suffer a permanent delivery failure. (Bounce messages that
13416suffer temporary delivery failures are of course retried in the usual way.)
13417
13418After a permanent delivery failure, bounce messages are frozen,
13419because there is no sender to whom they can be returned. When a frozen bounce
13420message has been on the queue for more than the given time, it is unfrozen at
13421the next queue run, and a further delivery is attempted. If delivery fails
13422again, the bounce message is discarded. This makes it possible to keep failed
13423bounce messages around for a shorter time than the normal maximum retry time
13424for frozen messages. For example,
13425
13426 ignore_bounce_errors_after = 12h
13427
13428retries failed bounce message deliveries after 12 hours, discarding any further
13429failures. If the value of this option is set to a zero time period, bounce
13430failures are discarded immediately. Setting a very long time (as in the default
13431value) has the effect of disabling this option. For ways of automatically
13432dealing with other kinds of frozen message, see %auto_thaw% and
13433%timeout_frozen_after%.
13434
13435
13436oindex:[%ignore_fromline_hosts%]
13437`..'=
13438%ignore_fromline_hosts%, Use: 'main', Type: 'host list'!!, Default: 'unset'
13439===
13440
13441cindex:[``From'' line]
13442cindex:[UUCP,``From'' line]
13443Some broken SMTP clients insist on sending a UUCP-like ``From'' line before the
13444headers of a message. By default this is treated as the start of the message's
13445body, which means that any following headers are not recognized as such. Exim
13446can be made to ignore it by setting %ignore_fromline_hosts% to match those
13447hosts that insist on sending it. If the sender is actually a local process
13448rather than a remote host, and is using %-bs% to inject the messages,
13449%ignore_fromline_local% must be set to achieve this effect.
13450
13451
13452oindex:[%ignore_fromline_local%]
13453`..'=
13454%ignore_fromline_local%, Use: 'main', Type: 'boolean', Default: 'false'
13455===
13456
13457See %ignore_fromline_hosts% above.
13458
13459
13460oindex:[%keep_malformed%]
13461`..'=
13462%keep_malformed%, Use: 'main', Type: 'time', Default: '4d'
13463===
13464
13465This option specifies the length of time to keep messages whose spool files
13466have been corrupted in some way. This should, of course, never happen. At the
13467next attempt to deliver such a message, it gets removed. The incident is
13468logged.
13469
13470
13471oindex:[%ldap_default_servers%]
13472`..'=
13473%ldap_default_servers%, Use: 'main', Type: 'string list', Default: 'unset'
13474===
13475
13476cindex:[LDAP,default servers]
13477This option provides a list of LDAP servers which are tried in turn when an
13478LDAP query does not contain a server. See section <<SECTforldaque>> for details
13479of LDAP queries. This option is available only when Exim has been built with
13480LDAP support.
13481
13482
13483oindex:[%ldap_version%]
13484`..'=
13485%ldap_version%, Use: 'main', Type: 'integer', Default: 'unset'
13486===
13487
13488cindex:[LDAP protocol version, forcing]
13489This option can be used to force Exim to set a specific protocol version for
13490LDAP. If it option is unset, it is shown by the %-bP% command line option as
13491-1. When this is the case, the default is 3 if LDAP_VERSION3 is defined in
13492the LDAP headers; otherwise it is 2. This option is available only when Exim
13493has been built with LDAP support.
13494
13495
13496
13497oindex:[%local_from_check%]
13498`..'=
13499%local_from_check%, Use: 'main', Type: 'boolean', Default: 'true'
13500===
13501
13502cindex:['Sender:' header line,disabling addition of]
13503cindex:['From:' header line,disabling checking of]
13504When a message is submitted locally (that is, not over a TCP/IP connection) by
13505an untrusted user, Exim removes any existing 'Sender:' header line, and checks
13506that the 'From:' header line matches the login of the calling user and the
13507domain specified by %qualify_domain%.
13508
13509*Note*: An unqualified address (no domain) in the 'From:' header in a
13510locally submitted message is automatically qualified by Exim, unless the
13511%-bnq% command line option is used.
13512
13513You can use %local_from_prefix% and %local_from_suffix% to permit affixes
13514on the local part. If the 'From:' header line does not match, Exim adds a
13515'Sender:' header with an address constructed from the calling user's login and
13516the default qualify domain.
13517
13518If %local_from_check% is set false, the 'From:' header check is disabled,
13519and no 'Sender:' header is ever added. If, in addition, you want to retain
13520'Sender:' header lines supplied by untrusted users, you must also set
13521%local_sender_retain% to be true.
13522
13523cindex:[envelope sender]
13524These options affect only the header lines in the message. The envelope sender
13525is still forced to be the login id at the qualify domain unless
13526%untrusted_set_sender% permits the user to supply an envelope sender.
13527
13528For messages received over TCP/IP, an ACL can specify ``submission mode'' to
13529request similar header line checking. See section <<SECTthesenhea>>, which has
13530more details about 'Sender:' processing.
13531
13532
13533
13534
13535oindex:[%local_from_prefix%]
13536`..'=
13537%local_from_prefix%, Use: 'main', Type: 'string', Default: 'unset'
13538===
13539
13540When Exim checks the 'From:' header line of locally submitted messages for
13541matching the login id (see %local_from_check% above), it can be configured to
13542ignore certain prefixes and suffixes in the local part of the address. This is
13543done by setting %local_from_prefix% and/or %local_from_suffix% to
13544appropriate lists, in the same form as the %local_part_prefix% and
13545%local_part_suffix% router options (see chapter <<CHAProutergeneric>>). For
13546example, if
13547
13548 local_from_prefix = *-
13549
13550is set, a 'From:' line containing
13551
13552 From: anything-user@your.domain.example
13553
13554will not cause a 'Sender:' header to be added if 'user@your.domain.example'
13555matches the actual sender address that is constructed from the login name and
13556qualify domain.
13557
13558
13559oindex:[%local_from_suffix%]
13560`..'=
13561%local_from_suffix%, Use: 'main', Type: 'string', Default: 'unset'
13562===
13563
13564See %local_from_prefix% above.
13565
13566
13567oindex:[%local_interfaces%]
13568`..'=
13569%local_interfaces%, Use: 'main', Type: 'string list', Default: 'see below'
13570===
13571
13572This option controls which network interfaces are used by the daemon for
13573listening; they are also used to identify the local host when routing. Chapter
13574<<CHAPinterfaces>> contains a full description of this option and the related
13575options
13576
13577%daemon_smtp_ports%, %extra_local_interfaces%, %hosts_treat_as_local%,
13578and %tls_on_connect_ports%.
13579
13580The default value for %local_interfaces% is
13581
13582 local_interfaces = 0.0.0.0
13583
13584when Exim is built without IPv6 support; otherwise it is
13585
13586 local_interfaces = <; ::0 ; 0.0.0.0
13587
13588
13589
13590oindex:[%local_scan_timeout%]
13591`..'=
13592%local_scan_timeout%, Use: 'main', Type: 'time', Default: '5m'
13593===
13594
13595cindex:[timeout,for 'local_scan()' function]
13596cindex:['local_scan()' function,timeout]
13597This timeout applies to the 'local_scan()' function (see chapter
13598<<CHAPlocalscan>>). Zero means ``no timeout''. If the timeout is exceeded, the
13599incoming message is rejected with a temporary error if it is an SMTP message.
13600For a non-SMTP message, the message is dropped and Exim ends with a non-zero
13601code. The incident is logged on the main and reject logs.
13602
13603
13604
13605oindex:[%local_sender_retain%]
13606`..'=
13607%local_sender_retain%, Use: 'main', Type: 'boolean', Default: 'false'
13608===
13609
13610cindex:['Sender:' header line,retaining from local submission]
13611When a message is submitted locally (that is, not over a TCP/IP connection) by
13612an untrusted user, Exim removes any existing 'Sender:' header line. If you
13613do not want this to happen, you must set %local_sender_retain%, and you must
13614also set %local_from_check% to be false (Exim will complain if you do not).
068aaea8
PH
13615See also the ACL modifier `control = suppress_local_fixups`. Section
13616<<SECTthesenhea>> has more details about 'Sender:' processing.
168e428f
PH
13617
13618
13619
13620
13621oindex:[%localhost_number%]
13622`..'=
13623%localhost_number%, Use: 'main', Type: 'string'!!, Default: 'unset'
13624===
13625
13626cindex:[host,locally unique number for]
13627cindex:[message ids, with multiple hosts]
068aaea8 13628cindex:[$localhost_number$]
168e428f
PH
13629Exim's message ids are normally unique only within the local host. If
13630uniqueness among a set of hosts is required, each host must set a different
13631value for the %localhost_number% option. The string is expanded immediately
13632after reading the configuration file (so that a number can be computed from the
13633host name, for example) and the result of the expansion must be a number in the
13634range 0--16 (or 0--10 on operating systems with case-insensitive file systems).
13635This is available in subsequent string expansions via the variable
13636$localhost_number$. When %localhost_number is set%, the final two
13637characters of the message id, instead of just being a fractional part of the
13638time, are computed from the time and the local host number as described in
13639section <<SECTmessiden>>.
13640
13641
13642
13643oindex:[%log_file_path%]
13644`..'=
13645%log_file_path%, Use: 'main', Type: 'string list'!!, Default: 'set at compile time'
13646===
13647
13648cindex:[log,file path for]
13649This option sets the path which is used to determine the names of Exim's log
13650files, or indicates that logging is to be to syslog, or both. It is expanded
13651when Exim is entered, so it can, for example, contain a reference to the host
13652name. If no specific path is set for the log files at compile or run time, they
13653are written in a sub-directory called _log_ in Exim's spool directory.
13654Chapter <<CHAPlog>> contains further details about Exim's logging, and section
13655<<SECTwhelogwri>> describes how the contents of %log_file_path% are used. If
13656this string is fixed at your installation (contains no expansion variables) it
13657is recommended that you do not set this option in the configuration file, but
13658instead supply the path using LOG_FILE_PATH in _Local/Makefile_ so that
13659it is available to Exim for logging errors detected early on -- in particular,
13660failure to read the configuration file.
13661
13662
13663oindex:[%log_selector%]
13664`..'=
13665%log_selector%, Use: 'main', Type: 'string', Default: 'unset'
13666===
13667
13668cindex:[log,selectors]
13669This option can be used to reduce or increase the number of things that Exim
13670writes to its log files. Its argument is made up of names preceded by plus or
13671minus characters. For example:
13672
13673 log_selector = +arguments -retry_defer
13674
13675A list of possible names and what they control is given in the chapter on
13676logging, in section <<SECTlogselector>>.
13677
13678
13679oindex:[%log_timezone%]
13680`..'=
13681%log_timezone%, Use: 'main', Type: 'boolean', Default: 'false'
13682===
13683
13684cindex:[log,timezone for entries]
068aaea8
PH
13685cindex:[$tod_log$]
13686cindex:[$tod_zone$]
168e428f
PH
13687By default, the timestamps on log lines are in local time without the
13688timezone. This means that if your timezone changes twice a year, the timestamps
13689in log lines are ambiguous for an hour when the clocks go back. One way of
13690avoiding this problem is to set the timezone to UTC. An alternative is to set
13691%log_timezone% true. This turns on the addition of the timezone offset to
13692timestamps in log lines. Turning on this option can add quite a lot to the size
13693of log files because each line is extended by 6 characters. Note that the
13694$tod_log$ variable contains the log timestamp without the zone, but there is
13695another variable called $tod_zone$ that contains just the timezone offset.
13696
13697
13698oindex:[%lookup_open_max%]
13699`..'=
13700%lookup_open_max%, Use: 'main', Type: 'integer', Default: '25'
13701===
13702
13703cindex:[too many open files]
13704cindex:[open files, too many]
13705cindex:[file,too many open]
13706cindex:[lookup,maximum open files]
13707cindex:[limit,open files for lookups]
13708This option limits the number of simultaneously open files for single-key
13709lookups that use regular files (that is, ^lsearch^, ^dbm^, and ^cdb^). Exim
13710normally keeps these files open during routing, because often the same file is
13711required several times. If the limit is reached, Exim closes the least recently
13712used file. Note that if you are using the 'ndbm' library, it actually opens
13713two files for each logical DBM database, though it still counts as one for the
13714purposes of %lookup_open_max%. If you are getting ``too many open files''
13715errors with NDBM, you need to reduce the value of %lookup_open_max%.
13716
13717
13718oindex:[%max_username_length%]
13719`..'=
13720%max_username_length%, Use: 'main', Type: 'integer', Default: '0'
13721===
13722
13723cindex:[length of login name]
13724cindex:[user name,maximum length]
13725cindex:[limit,user name length]
13726Some operating systems are broken in that they truncate long arguments to
13727'getpwnam()' to eight characters, instead of returning ``no such user''. If
13728this option is set greater than zero, any attempt to call 'getpwnam()' with
13729an argument that is longer behaves as if 'getpwnam()' failed.
13730
13731
13732
13733oindex:[%message_body_visible%]
13734`..'=
13735%message_body_visible%, Use: 'main', Type: 'integer', Default: '500'
13736===
13737
13738cindex:[body of message,visible size]
13739cindex:[message body, visible size]
068aaea8
PH
13740cindex:[$message_body$]
13741cindex:[$message_body_end$]
168e428f
PH
13742This option specifies how much of a message's body is to be included in the
13743$message_body$ and $message_body_end$ expansion variables.
13744
13745
13746oindex:[%message_id_header_domain%]
13747`..'=
13748%message_id_header_domain%, Use: 'main', Type: 'string'!!, Default: 'unset'
13749===
13750
13751cindex:['Message-ID:' header line]
13752If this option is set, the string is expanded and used as the right hand side
13753(domain) of the 'Message-ID:' header that Exim creates if a
13754locally-originated incoming message does not have one. ``Locally-originated''
13755means ``not received over TCP/IP.''
13756Otherwise, the primary host name is used.
13757Only letters, digits, dot and hyphen are accepted; any other characters are
13758replaced by hyphens. If the expansion is forced to fail, or if the result is an
13759empty string, the option is ignored.
13760
13761
13762oindex:[%message_id_header_text%]
13763`..'=
13764%message_id_header_text%, Use: 'main', Type: 'string'!!, Default: 'unset'
13765===
13766
13767If this variable is set, the string is expanded and used to augment the text of
068aaea8
PH
13768the 'Message-id:' header that Exim creates if a locally-originated incoming
13769message does not have one. The text of this header is required by RFC 2822 to
13770take the form of an address. By default, Exim uses its internal message id as
13771the local part, and the primary host name as the domain. If this option is set,
13772it is expanded, and provided the expansion is not forced to fail, and does not
13773yield an empty string, the result is inserted into the header immediately
13774before the @, separated from the internal message id by a dot. Any characters
13775that are illegal in an address are automatically converted into hyphens. This
13776means that variables such as $tod_log$ can be used, because the spaces and
13777colons will become hyphens.
168e428f
PH
13778
13779
13780oindex:[%message_logs%]
13781`..'=
13782%message_logs%, Use: 'main', Type: 'boolean', Default: 'true'
13783===
13784
13785cindex:[message log, disabling]
13786cindex:[log,message log; disabling]
13787If this option is turned off, per-message log files are not created in the
13788_msglog_ spool sub-directory. This reduces the amount of disk I/O required by
13789Exim, by reducing the number of files involved in handling a message from a
13790minimum of four (header spool file, body spool file, delivery journal, and
13791per-message log) to three. The other major I/O activity is Exim's main log,
13792which is not affected by this option.
13793
13794
13795oindex:[%message_size_limit%]
13796`..'=
13797%message_size_limit%, Use: 'main', Type: 'string'!!, Default: '50M'
13798===
13799
13800cindex:[message,size limit]
13801cindex:[limit,message size]
13802cindex:[size of message, limit]
13803This option limits the maximum size of message that Exim will process. The
13804value is expanded for each incoming
13805connection so, for example, it can be made to depend on the IP address of the
13806remote host for messages arriving via TCP/IP. *Note*: This limit cannot be
13807made to depend on a message's sender or any other properties of an individual
13808message, because it has to be advertised in the server's response to EHLO.
13809String expansion failure causes a temporary error. A value of zero means no
13810limit, but its use is not recommended. See also %bounce_return_size_limit%.
13811
13812Incoming SMTP messages are failed with a 552 error if the limit is
13813exceeded; locally-generated messages either get a stderr message or a delivery
13814failure message to the sender, depending on the %-oe% setting. Rejection of an
13815oversized message is logged in both the main and the reject logs. See also the
13816generic transport option %message_size_limit%, which limits the size of
13817message that an individual transport can process.
13818
13819
13820oindex:[%move_frozen_messages%]
13821`..'=
13822%move_frozen_messages%, Use: 'main', Type: 'boolean', Default: 'false'
13823===
13824
13825cindex:[frozen messages,moving]
13826This option, which is available only if Exim has been built with the setting
13827
13828 SUPPORT_MOVE_FROZEN_MESSAGES=yes
13829
13830in _Local/Makefile_, causes frozen messages and their message logs to be
13831moved from the _input_ and _msglog_ directories on the spool to _Finput_
13832and _Fmsglog_, respectively. There is currently no support in Exim or the
13833standard utilities for handling such moved messages, and they do not show up in
13834lists generated by %-bp% or by the Exim monitor.
13835
13836
13837oindex:[%mua_wrapper%]
13838`..'=
13839%mua_wrapper%, Use: 'main', Type: 'boolean', Default: 'false'
13840===
13841
13842Setting this option true causes Exim to run in a very restrictive mode in which
13843it passes messages synchronously to a smart host. Chapter <<CHAPnonqueueing>>
13844contains a full description of this facility.
13845
13846
13847
13848oindex:[%mysql_servers%]
13849`..'=
13850%mysql_servers%, Use: 'main', Type: 'string list', Default: 'unset'
13851===
13852
13853cindex:[MySQL,server list]
13854This option provides a list of MySQL servers and associated connection data, to
13855be used in conjunction with ^mysql^ lookups (see section <<SECTsql>>). The
13856option is available only if Exim has been built with MySQL support.
13857
13858
13859oindex:[%never_users%]
13860`..'=
068aaea8 13861%never_users%, Use: 'main', Type: 'string list'!!, Default: 'unset'
168e428f
PH
13862===
13863
068aaea8
PH
13864[revisionflag="changed"]
13865This option is expanded just once, at the start of Exim's processing. Local
13866message deliveries are normally run in processes that are setuid to the
168e428f
PH
13867recipient, and remote deliveries are normally run under Exim's own uid and gid.
13868It is usually desirable to prevent any deliveries from running as root, as a
13869safety precaution.
13870
13871When Exim is built, an option called FIXED_NEVER_USERS can be set to a
13872list of users that must not be used for local deliveries. This list is fixed in
13873the binary and cannot be overridden by the configuration file. By default, it
13874contains just the single user name ``root''. The %never_users% runtime option
13875can be used to add more users to the fixed list.
13876
13877If a message is to be delivered as one of the users on the fixed list or the
13878%never_users% list, an error occurs, and delivery is deferred. A common
13879example is
13880
13881 never_users = root:daemon:bin
13882
13883Including root is redundant if it is also on the fixed list, but it does no
13884harm. This option overrides the %pipe_as_creator% option of the ^pipe^
13885transport driver.
13886
13887
13888oindex:[%oracle_servers%]
13889`..'=
13890%oracle_servers%, Use: 'main', Type: 'string list', Default: 'unset'
13891===
13892
13893cindex:[Oracle,server list]
13894This option provides a list of Oracle servers and associated connection data,
13895to be used in conjunction with ^oracle^ lookups (see section <<SECTsql>>). The
13896option is available only if Exim has been built with Oracle support.
13897
13898
13899oindex:[%percent_hack_domains%]
13900`..'=
13901%percent_hack_domains%, Use: 'main', Type: 'domain list'!!, Default: 'unset'
13902===
13903
13904cindex:[``percent hack'']
13905cindex:[source routing,in email address]
13906cindex:[address,source-routed]
13907The ``percent hack'' is the convention whereby a local part containing a percent
13908sign is re-interpreted as a new email address, with the percent replaced by @.
13909This is sometimes called ``source routing'', though that term is also applied to
13910RFC 2822 addresses that begin with an @ character. If this option is set, Exim
13911implements the percent facility for those domains listed, but no others. This
13912happens before an incoming SMTP address is tested against an ACL.
13913
13914*Warning*: The ``percent hack'' has often been abused by people who are
13915trying to get round relaying restrictions. For this reason, it is best avoided
13916if at all possible. Unfortunately, a number of less security-conscious MTAs
13917implement it unconditionally. If you are running Exim on a gateway host, and
13918routing mail through to internal MTAs without processing the local parts, it is
13919a good idea to reject recipient addresses with percent characters in their
13920local parts. Exim's default configuration does this.
13921
13922
13923oindex:[%perl_at_start%]
13924`..'=
13925%perl_at_start%, Use: 'main', Type: 'boolean', Default: 'false'
13926===
13927
13928This option is available only when Exim is built with an embedded Perl
13929interpreter. See chapter <<CHAPperl>> for details of its use.
13930
13931
13932oindex:[%perl_startup%]
13933`..'=
13934%perl_startup%, Use: 'main', Type: 'string', Default: 'unset'
13935===
13936
13937This option is available only when Exim is built with an embedded Perl
13938interpreter. See chapter <<CHAPperl>> for details of its use.
13939
13940
13941oindex:[%pgsql_servers%]
13942`..'=
13943%pgsql_servers%, Use: 'main', Type: 'string list', Default: 'unset'
13944===
13945
13946cindex:[PostgreSQL lookup type,server list]
13947This option provides a list of PostgreSQL servers and associated connection
13948data, to be used in conjunction with ^pgsql^ lookups (see section <<SECTsql>>).
13949The option is available only if Exim has been built with PostgreSQL support.
13950
13951
13952oindex:[%pid_file_path%]
13953`..'=
13954%pid_file_path%, Use: 'main', Type: 'string'!!, Default: 'set at compile time'
13955===
13956
13957cindex:[daemon,pid file path]
13958cindex:[pid file, path for]
13959This option sets the name of the file to which the Exim daemon writes its
13960process id. The string is expanded, so it can contain, for example, references
13961to the host name:
13962
13963 pid_file_path = /var/log/$primary_hostname/exim.pid
13964
13965If no path is set, the pid is written to the file _exim-daemon.pid_ in Exim's
13966spool directory.
13967The value set by the option can be overridden by the %-oP% command line
13968option. A pid file is not written if a ``non-standard'' daemon is run by means of
13969the %-oX% option, unless a path is explicitly supplied by %-oP%.
13970
13971
13972oindex:[%pipelining_advertise_hosts%]
13973`..'=
13974%pipelining_advertise_hosts%, Use: 'main', Type: 'host list'!!, Default: '\*'
13975===
13976
13977cindex:[PIPELINING advertising, suppressing]
13978This option can be used to suppress the advertisement of the SMTP
13979PIPELINING extension to specific hosts. When PIPELINING is not
13980advertised and %smtp_enforce_sync% is true, an Exim server enforces strict
13981synchronization for each SMTP command and response.
13982When PIPELINING is advertised, Exim assumes that clients will use it; ``out
13983of order'' commands that are ``expected'' do not count as protocol errors (see
13984%smtp_max_synprot_errors%).
13985
13986
13987oindex:[%preserve_message_logs%]
13988`..'=
13989%preserve_message_logs%, Use: 'main', Type: 'boolean', Default: 'false'
13990===
13991
13992cindex:[message logs, preserving]
13993If this option is set, message log files are not deleted when messages are
13994completed. Instead, they are moved to a sub-directory of the spool directory
13995called _msglog.OLD_, where they remain available for statistical or debugging
13996purposes. This is a dangerous option to set on systems with any appreciable
13997volume of mail. Use with care!
13998
13999
14000oindex:[%primary_hostname%]
14001`..'=
14002%primary_hostname%, Use: 'main', Type: 'string', Default: 'see below'
14003===
14004
14005cindex:[name,of local host]
14006cindex:[host,name of local]
14007cindex:[local host,name of]
068aaea8
PH
14008cindex:[$primary_hostname$]
14009This specifies the name of the current host. It is used in the default EHLO or
14010HELO command for outgoing SMTP messages (changeable via the %helo_data% option
14011in the ^smtp^ transport), and as the default for %qualify_domain%. The value is
14012also used by default in some SMTP response messages from an Exim server. This
14013can be changed dynamically by setting %smtp_active_hostname%.
168e428f 14014
068aaea8
PH
14015If %primary_hostname% is not set, Exim calls 'uname()' to find the host name.
14016If this fails, Exim panics and dies. If the name returned by 'uname()' contains
14017only one component, Exim passes it to 'gethostbyname()' (or 'getipnodebyname()'
14018when available) in order to obtain the fully qualified version. The variable
14019$primary_hostname$ contains the host name, whether set explicitly by this
14020option, or defaulted.
168e428f
PH
14021
14022
14023oindex:[%print_topbitchars%]
14024`..'=
14025%print_topbitchars%, Use: 'main', Type: 'boolean', Default: 'false'
14026===
14027
14028cindex:[printing characters]
14029cindex:[8-bit characters]
14030By default, Exim considers only those characters whose codes lie in the range
1403132--126 to be printing characters. In a number of circumstances (for example,
14032when writing log entries) non-printing characters are converted into escape
14033sequences, primarily to avoid messing up the layout. If %print_topbitchars% is
14034set, code values of 128 and above are also considered to be printing
14035characters.
14036
14037
14038oindex:[%process_log_path%]
14039`..'=
14040%process_log_path%, Use: 'main', Type: 'string', Default: 'unset'
14041===
14042
14043cindex:[process log path]
14044cindex:[log,process log]
14045cindex:['exiwhat']
14046This option sets the name of the file to which an Exim process writes its
14047``process log'' when sent a USR1 signal. This is used by the 'exiwhat' utility
14048script. If this option is unset, the file called _exim-process.info_ in
14049Exim's spool directory is used. The ability to specify the name explicitly can
14050be useful in environments where two different Exims are running, using
14051different spool directories.
14052
14053
14054oindex:[%prod_requires_admin%]
14055`..'=
14056%prod_requires_admin%, Use: 'main', Type: 'boolean', Default: 'true'
14057===
14058
14059cindex:[%-M% option]
14060cindex:[%-R% option]
14061cindex:[%-q% option]
14062The %-M%, %-R%, and %-q% command-line options require the caller to be an
14063admin user unless %prod_requires_admin% is set false. See also
14064%queue_list_requires_admin%.
14065
14066
14067oindex:[%qualify_domain%]
14068`..'=
14069%qualify_domain%, Use: 'main', Type: 'string', Default: 'see below'
14070===
14071
14072cindex:[domain,for qualifying addresses]
14073cindex:[address,qualification]
14074This option specifies the domain name that is added to any envelope sender
14075addresses that do not have a domain qualification. It also applies to
14076recipient addresses if %qualify_recipient% is not set.
14077
14078Unqualified addresses are accepted by default only for locally-generated
14079messages.
14080
14081Qualification is also applied to addresses in header lines such as 'From:' and
14082'To:' for locally-generated messages, unless the %-bnq% command line option
14083is used.
14084
14085
14086Messages from external sources must always contain fully qualified addresses,
14087unless the sending host matches %sender_unqualified_hosts% or
14088%recipient_unqualified_hosts% (as appropriate), in which case incoming
14089addresses are qualified with %qualify_domain% or %qualify_recipient% as
14090necessary. Internally, Exim always works with fully qualified envelope
14091addresses. If %qualify_domain% is not set, it defaults to the
14092%primary_hostname% value.
14093
14094
14095oindex:[%qualify_recipient%]
14096`..'=
14097%qualify_recipient%, Use: 'main', Type: 'string', Default: 'see below'
14098===
14099
14100This option allows you to specify a different domain for qualifying recipient
14101addresses to the one that is used for senders. See %qualify_domain% above.
14102
14103
14104
14105oindex:[%queue_domains%]
14106`..'=
14107%queue_domains%, Use: 'main', Type: 'domain list'!!, Default: 'unset'
14108===
14109
14110cindex:[domain,specifying non-immediate delivery]
14111cindex:[queueing incoming messages]
14112cindex:[message,queueing certain domains]
14113This option lists domains for which immediate delivery is not required.
14114A delivery process is started whenever a message is received, but only those
14115domains that do not match are processed. All other deliveries wait until the
14116next queue run. See also %hold_domains% and %queue_smtp_domains%.
14117
14118
14119oindex:[%queue_list_requires_admin%]
14120`..'=
14121%queue_list_requires_admin%, Use: 'main', Type: 'boolean', Default: 'true'
14122===
14123
14124cindex:[%-bp% option]
14125The %-bp% command-line option, which lists the messages that are on the queue,
14126requires the caller to be an admin user unless %queue_list_requires_admin%
14127is set false. See also %prod_requires_admin%.
14128
14129
14130oindex:[%queue_only%]
14131`..'=
14132%queue_only%, Use: 'main', Type: 'boolean', Default: 'false'
14133===
14134
14135cindex:[queueing incoming messages]
14136cindex:[message,queueing unconditionally]
14137If %queue_only% is set, a delivery process is not automatically started
14138whenever a message is received. Instead, the message waits on the queue for the
14139next queue run. Even if %queue_only% is false, incoming messages may not get
14140delivered immediately when certain conditions (such as heavy load) occur.
14141
14142The %-odq% command line has the same effect as %queue_only%. The %-odb% and
14143%-odi% command line options override %queue_only% unless
14144%queue_only_override% is set false. See also %queue_only_file%,
14145%queue_only_load%, and %smtp_accept_queue%.
14146
14147
14148oindex:[%queue_only_file%]
14149`..'=
14150%queue_only_file%, Use: 'main', Type: 'string', Default: 'unset'
14151===
14152
14153cindex:[queueing incoming messages]
14154cindex:[message,queueing by file existence]
14155This option can be set to a colon-separated list of absolute path names, each
14156one optionally preceded by ``smtp''. When Exim is receiving a message,
14157it tests for the existence of each listed path using a call to 'stat()'. For
14158each path that exists, the corresponding queuing option is set.
14159For paths with no prefix, %queue_only% is set; for paths prefixed by ``smtp'',
14160%queue_smtp_domains% is set to match all domains. So, for example,
14161
14162 queue_only_file = smtp/some/file
14163
14164causes Exim to behave as if %queue_smtp_domains% were set to ``\*'' whenever
14165_/some/file_ exists.
14166
14167
14168oindex:[%queue_only_load%]
14169`..'=
14170%queue_only_load%, Use: 'main', Type: 'fixed-point', Default: 'unset'
14171===
14172
14173cindex:[load average]
14174cindex:[queueing incoming messages]
14175cindex:[message,queueing by load]
14176If the system load average is higher than this value, incoming messages from
14177all sources are queued, and no automatic deliveries are started. If this
14178happens during local or remote SMTP input, all subsequent messages on the same
14179connection are queued. Deliveries will subsequently be performed by queue
14180runner processes. This option has no effect on ancient operating systems on
14181which Exim cannot determine the load average. See also
14182%deliver_queue_load_max% and %smtp_load_reserve%.
14183
14184
14185oindex:[%queue_only_override%]
14186`..'=
14187%queue_only_override%, Use: 'main', Type: 'boolean', Default: 'true'
14188===
14189
14190cindex:[queueing incoming messages]
14191When this option is true, the %-od'x'% command line options override the
14192setting of %queue_only% or %queue_only_file% in the configuration file. If
14193%queue_only_override% is set false, the %-od'x'% options cannot be used to
14194override; they are accepted, but ignored.
14195
14196
14197oindex:[%queue_run_in_order%]
14198`..'=
14199%queue_run_in_order%, Use: 'main', Type: 'boolean', Default: 'false'
14200===
14201
14202cindex:[queue runner,processing messages in order]
14203If this option is set, queue runs happen in order of message arrival instead of
14204in an arbitrary order. For this to happen, a complete list of the entire queue
14205must be set up before the deliveries start. When the queue is all held in a
14206single directory (the default),
14207
14208a single list is created for both the ordered and the non-ordered cases.
14209However, if %split_spool_directory% is set, a single list is not created when
14210%queue_run_in_order% is false. In this case, the sub-directories are
14211processed one at a time (in a random order), and this avoids setting up one
14212huge list for the whole queue. Thus, setting %queue_run_in_order% with
14213%split_spool_directory% may degrade performance when the queue is large,
14214because of the extra work in setting up the single, large list. In most
14215situations, %queue_run_in_order% should not be set.
14216
14217
14218
14219oindex:[%queue_run_max%]
14220`..'=
14221%queue_run_max%, Use: 'main', Type: 'integer', Default: '5'
14222===
14223
14224cindex:[queue runner,maximum number of]
14225This controls the maximum number of queue runner processes that an Exim daemon
14226can run simultaneously. This does not mean that it starts them all at once,
14227but rather that if the maximum number are still running when the time comes to
14228start another one, it refrains from starting another one. This can happen with
14229very large queues and/or very sluggish deliveries. This option does not,
14230however, interlock with other processes, so additional queue runners can be
14231started by other means, or by killing and restarting the daemon.
14232
068aaea8
PH
14233[revisionflag="changed"]
14234Setting this option to zero does not suppress queue runs; rather, it disables
14235the limit, allowing any number of simultaneous queue runner processes to be
14236run. If you do not want queue runs to occur, omit the %-q%'xx' setting on the
14237daemon's command line.
14238
168e428f
PH
14239
14240oindex:[%queue_smtp_domains%]
14241`..'=
14242%queue_smtp_domains%, Use: 'main', Type: 'domain list'!!, Default: 'unset'
14243===
14244
14245cindex:[queueing incoming messages]
14246cindex:[message,queueing remote deliveries]
14247When this option is set, a delivery process is started whenever a message is
14248received, routing is performed, and local deliveries take place.
14249However, if any SMTP deliveries are required for domains that match
14250%queue_smtp_domains%, they are not immediately delivered, but instead the
14251message waits on the queue for the next queue run. Since routing of the message
14252has taken place, Exim knows to which remote hosts it must be delivered, and so
14253when the queue run happens, multiple messages for the same host are delivered
14254over a single SMTP connection. The %-odqs% command line option causes all SMTP
14255deliveries to be queued in this way, and is equivalent to setting
14256%queue_smtp_domains% to ``\*''. See also %hold_domains% and %queue_domains%.
14257
14258
14259oindex:[%receive_timeout%]
14260`..'=
14261%receive_timeout%, Use: 'main', Type: 'time', Default: '0s'
14262===
14263
14264cindex:[timeout,for non-SMTP input]
14265This option sets the timeout for accepting a non-SMTP message, that is, the
14266maximum time that Exim waits when reading a message on the standard input. If
14267the value is zero, it will wait for ever. This setting is overridden by the
14268%-or% command line option. The timeout for incoming SMTP messages is
14269controlled by %smtp_receive_timeout%.
14270
14271oindex:[%received_header_text%]
14272`..'=
14273%received_header_text%, Use: 'main', Type: 'string'!!, Default: 'see below'
14274===
14275
14276cindex:[customizing, 'Received:' header]
14277cindex:['Received:' header line,customizing]
14278This string defines the contents of the 'Received:' message header that is
14279added to each message, except for the timestamp, which is automatically added
14280on at the end (preceded by a semicolon). The string is expanded each time it is
14281used. If the expansion yields an empty string, no 'Received:' header line is
14282added to the message. Otherwise, the string should start with the text
14283``Received:'' and conform to the RFC 2822 specification for 'Received:' header
14284lines. The default setting is:
14285
14286....
14287received_header_text = Received: \
14288 ${if def:sender_rcvhost {from $sender_rcvhost\n\t}\
14289 {${if def:sender_ident {from $sender_ident }}\
14290 ${if def:sender_helo_name {(helo=$sender_helo_name)\n\t}}}}\
14291 by $primary_hostname \
14292 ${if def:received_protocol {with $received_protocol}} \
14293 ${if def:tls_cipher {($tls_cipher)\n\t}}\
14294 (Exim $version_number)\n\t\
068aaea8 14295 id $message_exim_id\
168e428f
PH
14296 ${if def:received_for {\n\tfor $received_for}}
14297....
14298
14299Note the use of quotes, to allow the sequences `\n` and `\t` to be used
14300for newlines and tabs, respectively. The reference to the TLS cipher is omitted
14301when Exim is built without TLS support. The use of conditional expansions
14302ensures that this works for both locally generated messages and messages
14303received from remote hosts, giving header lines such as the following:
14304
14305 Received: from scrooge.carol.example ([192.168.12.25] ident=root)
14306 by marley.carol.example with esmtp (Exim 4.00)
14307 id 16IOWa-00019l-00
14308 for chas@dickens.example; Tue, 25 Dec 2001 14:43:44 +0000
14309 Received: by scrooge.carol.example with local (Exim 4.00)
14310 id 16IOWW-000083-00; Tue, 25 Dec 2001 14:43:41 +0000
14311
14312Until the body of the message has been received, the timestamp is the time when
14313the message started to be received. Once the body has arrived, and all policy
14314checks have taken place, the timestamp is updated to the time at which the
14315message was accepted.
14316
14317
14318oindex:[%received_headers_max%]
14319`..'=
14320%received_headers_max%, Use: 'main', Type: 'integer', Default: '30'
14321===
14322
14323cindex:[loop,prevention]
14324cindex:[mail loop prevention]
14325cindex:['Received:' header line,counting]
14326When a message is to be delivered, the number of 'Received:' headers is
14327counted, and if it is greater than this parameter, a mail loop is assumed to
14328have occurred, the delivery is abandoned, and an error message is generated.
14329This applies to both local and remote deliveries.
14330
14331
14332oindex:[%recipient_unqualified_hosts%]
14333`..'=
14334%recipient_unqualified_hosts%, Use: 'main', Type: 'host list'!!, Default: 'unset'
14335===
14336
14337cindex:[unqualified addresses]
14338cindex:[host,unqualified addresses from]
14339This option lists those hosts from which Exim is prepared to accept unqualified
14340recipient addresses in message envelopes. The addresses are made fully
14341qualified by the addition of the %qualify_recipient% value. This option also
14342affects message header lines. Exim does not reject unqualified recipient
14343addresses in headers, but it qualifies them only if the message came from a
14344host that matches %recipient_unqualified_hosts%,
14345or if the message was submitted locally (not using TCP/IP), and the %-bnq%
14346option was not set.
14347
14348
14349oindex:[%recipients_max%]
14350`..'=
14351%recipients_max%, Use: 'main', Type: 'integer', Default: '0'
14352===
14353
14354cindex:[limit,number of recipients]
14355cindex:[recipient,maximum number]
14356If this option is set greater than zero, it specifies the maximum number of
14357original recipients for any message. Additional recipients that are generated
14358by aliasing or forwarding do not count. SMTP messages get a 452 response for
14359all recipients over the limit; earlier recipients are delivered as normal.
14360Non-SMTP messages with too many recipients are failed, and no deliveries are
14361done.
14362
14363cindex:[RCPT,maximum number of incoming]
14364Note that the RFCs specify that an SMTP server should accept at least 100
14365RCPT commands in a single message.
14366
14367
14368oindex:[%recipients_max_reject%]
14369`..'=
14370%recipients_max_reject%, Use: 'main', Type: 'boolean', Default: 'false'
14371===
14372
14373If this option is set true, Exim rejects SMTP messages containing too many
14374recipients by giving 552 errors to the surplus RCPT commands, and a 554
14375error to the eventual DATA command. Otherwise (the default) it gives a 452
14376error to the surplus RCPT commands and accepts the message on behalf of the
14377initial set of recipients. The remote server should then re-send the message
14378for the remaining recipients at a later time.
14379
14380
14381oindex:[%remote_max_parallel%]
14382`..'=
14383%remote_max_parallel%, Use: 'main', Type: 'integer', Default: '2'
14384===
14385
14386cindex:[delivery,parallelism for remote]
14387This option controls parallel delivery of one message to a number of remote
14388hosts. If the value is less than 2, parallel delivery is disabled, and Exim
14389does all the remote deliveries for a message one by one. Otherwise, if a single
14390message has to be delivered to more than one remote host, or if several copies
14391have to be sent to the same remote host, up to %remote_max_parallel%
14392deliveries are done simultaneously. If more than %remote_max_parallel%
14393deliveries are required, the maximum number of processes are started, and as
14394each one finishes, another is begun. The order of starting processes is the
14395same as if sequential delivery were being done, and can be controlled by the
14396%remote_sort_domains% option. If parallel delivery takes place while running
14397with debugging turned on, the debugging output from each delivery process is
14398tagged with its process id.
14399
14400This option controls only the maximum number of parallel deliveries for one
14401message in one Exim delivery process. Because Exim has no central queue
14402manager, there is no way of controlling the total number of simultaneous
14403deliveries if the configuration allows a delivery attempt as soon as a message
14404is received.
14405
14406cindex:[number of deliveries]
14407cindex:[delivery,maximum number of]
14408If you want to control the total number of deliveries on the system, you
14409need to set the %queue_only% option. This ensures that all incoming messages
14410are added to the queue without starting a delivery process. Then set up an Exim
14411daemon to start queue runner processes at appropriate intervals (probably
14412fairly often, for example, every minute), and limit the total number of queue
14413runners by setting the %queue_run_max% parameter. Because each queue runner
14414delivers only one message at a time, the maximum number of deliveries that can
14415then take place at once is %queue_run_max% multiplied by
14416%remote_max_parallel%.
14417
14418If it is purely remote deliveries you want to control, use
14419%queue_smtp_domains% instead of %queue_only%. This has the added benefit of
14420doing the SMTP routing before queuing, so that several messages for the same
14421host will eventually get delivered down the same connection.
14422
14423
14424oindex:[%remote_sort_domains%]
14425`..'=
14426%remote_sort_domains%, Use: 'main', Type: 'domain list'!!, Default: 'unset'
14427===
14428
14429cindex:[sorting remote deliveries]
14430cindex:[delivery,sorting remote]
14431When there are a number of remote deliveries for a message, they are sorted by
14432domain into the order given by this list. For example,
14433
14434 remote_sort_domains = *.cam.ac.uk:*.uk
14435
14436would attempt to deliver to all addresses in the 'cam.ac.uk' domain first, then
14437to those in the %uk% domain, then to any others.
14438
14439
14440oindex:[%retry_data_expire%]
14441`..'=
14442%retry_data_expire%, Use: 'main', Type: 'time', Default: '7d'
14443===
14444
14445cindex:[hints database,data expiry]
14446This option sets a ``use before'' time on retry information in Exim's hints
14447database. Any older retry data is ignored. This means that, for example, once a
14448host has not been tried for 7 days, Exim behaves as if it has no knowledge of
14449past failures.
14450
14451
14452oindex:[%retry_interval_max%]
14453`..'=
14454%retry_interval_max%, Use: 'main', Type: 'time', Default: '24h'
14455===
14456
14457cindex:[retry,limit on interval]
14458cindex:[limit,on retry interval]
14459Chapter <<CHAPretry>> describes Exim's mechanisms for controlling the intervals
14460between delivery attempts for messages that cannot be delivered straight away.
14461This option sets an overall limit to the length of time between retries.
14462
14463
14464oindex:[%return_path_remove%]
14465`..'=
14466%return_path_remove%, Use: 'main', Type: 'boolean', Default: 'true'
14467===
14468
14469cindex:['Return-path:' header line,removing]
14470RFC 2821, section 4.4, states that an SMTP server must insert a 'Return-path:'
14471header line into a message when it makes a ``final delivery''. The 'Return-path:'
14472header preserves the sender address as received in the MAIL command. This
14473description implies that this header should not be present in an incoming
14474message. If %return_path_remove% is true, any existing 'Return-path:'
14475headers are removed from messages at the time they are received. Exim's
14476transports have options for adding 'Return-path:' headers at the time of
14477delivery. They are normally used only for final local deliveries.
14478
14479
14480oindex:[%return_size_limit%]
14481`..'=
14482%return_size_limit%, Use: 'main', Type: 'integer', Default: '100K'
14483===
14484
14485This option is an obsolete synonym for %bounce_return_size_limit%.
14486
14487
14488oindex:[%rfc1413_hosts%]
14489`..'=
14490%rfc1413_hosts%, Use: 'main', Type: 'host list'!!, Default: '\*'
14491===
14492
14493cindex:[RFC 1413]
14494cindex:[host,for RFC 1413 calls]
14495RFC 1413 identification calls are made to any client host which matches an item
14496in the list.
14497
14498
14499oindex:[%rfc1413_query_timeout%]
14500`..'=
14501%rfc1413_query_timeout%, Use: 'main', Type: 'time', Default: '30s'
14502===
14503
14504cindex:[RFC 1413,query timeout]
14505cindex:[timeout,for RFC 1413 call]
14506This sets the timeout on RFC 1413 identification calls. If it is set to zero,
14507no RFC 1413 calls are ever made.
14508
14509
14510oindex:[%sender_unqualified_hosts%]
14511`..'=
14512%sender_unqualified_hosts%, Use: 'main', Type: 'host list'!!, Default: 'unset'
14513===
14514
14515cindex:[unqualified addresses]
14516cindex:[host,unqualified addresses from]
14517This option lists those hosts from which Exim is prepared to accept unqualified
14518sender addresses. The addresses are made fully qualified by the addition of
14519%qualify_domain%. This option also affects message header lines. Exim does not
14520reject unqualified addresses in headers that contain sender addresses, but it
14521qualifies them only if the message came from a host that matches
14522%sender_unqualified_hosts%,
14523or if the message was submitted locally (not using TCP/IP), and the %-bnq%
14524option was not set.
14525
14526
14527oindex:[%smtp_accept_keepalive%]
14528`..'=
14529%smtp_accept_keepalive%, Use: 'main', Type: 'boolean', Default: 'true'
14530===
14531
14532cindex:[keepalive,on incoming connection]
14533This option controls the setting of the SO_KEEPALIVE option on incoming
14534TCP/IP socket connections. When set, it causes the kernel to probe idle
14535connections periodically, by sending packets with ``old'' sequence numbers. The
14536other end of the connection should send an acknowledgement if the connection is
14537still okay or a reset if the connection has been aborted. The reason for doing
14538this is that it has the beneficial effect of freeing up certain types of
14539connection that can get stuck when the remote host is disconnected without
14540tidying up the TCP/IP call properly. The keepalive mechanism takes several
14541hours to detect unreachable hosts.
14542
14543
14544
14545oindex:[%smtp_accept_max%]
14546`..'=
14547%smtp_accept_max%, Use: 'main', Type: 'integer', Default: '20'
14548===
14549
14550cindex:[limit,incoming SMTP connections]
14551cindex:[SMTP,incoming connection count]
14552cindex:[inetd]
14553This option specifies the maximum number of simultaneous incoming SMTP calls
14554that Exim will accept. It applies only to the listening daemon; there is no
14555control (in Exim) when incoming SMTP is being handled by 'inetd'. If the value
14556is set to zero, no limit is applied. However, it is required to be non-zero if
14557either %smtp_accept_max_per_host% or %smtp_accept_queue% is set. See also
14558%smtp_accept_reserve%.
14559
14560
14561
14562oindex:[%smtp_accept_max_nonmail%]
14563`..'=
14564%smtp_accept_max_nonmail%, Use: 'main', Type: 'integer', Default: '10'
14565===
14566
14567cindex:[limit,non-mail SMTP commands]
14568cindex:[SMTP,limiting non-mail commands]
14569Exim counts the number of ``non-mail'' commands in an SMTP session, and drops the
14570connection if there are too many. This option defines ``too many''. The check
14571catches some denial-of-service attacks, repeated failing AUTHs, or a mad
14572client looping sending EHLO, for example. The check is applied only if the
14573client host matches %smtp_accept_max_nonmail_hosts%.
14574
14575When a new message is expected, one occurrence of RSET is not counted. This
14576allows a client to send one RSET between messages (this is not necessary,
14577but some clients do it). Exim also allows one uncounted occurence of HELO
14578or EHLO, and one occurrence of STARTTLS between messages. After
14579starting up a TLS session, another EHLO is expected, and so it too is not
14580counted. The first occurrence of AUTH in a connection, or immediately
14581following STARTTLS is not counted. Otherwise, all commands other than
14582MAIL, RCPT, DATA, and QUIT are counted.
14583
14584
14585oindex:[%smtp_accept_max_nonmail_hosts%]
14586`..'=
14587%smtp_accept_max_nonmail_hosts%, Use: 'main', Type: 'host list'!!, Default: '\*'
14588===
14589
14590You can control which hosts are subject to the %smtp_accept_max_nonmail%
14591check by setting this option. The default value makes it apply to all hosts. By
14592changing the value, you can exclude any badly-behaved hosts that you have to
14593live with.
14594
14595
14596
14597oindex:[%smtp_accept_max_per_connection%]
14598`..'=
14599%smtp_accept_max_per_connection%, Use: 'main', Type: 'integer', Default: '1000'
14600===
14601
14602cindex:[SMTP incoming message count, limiting]
14603cindex:[limit,messages per SMTP connection]
14604The value of this option limits the number of MAIL commands that Exim is
14605prepared to accept over a single SMTP connection, whether or not each command
14606results in the transfer of a message. After the limit is reached, a 421
14607response is given to subsequent MAIL commands. This limit is a safety
14608precaution against a client that goes mad (incidents of this type have been
14609seen).
14610
14611
14612oindex:[%smtp_accept_max_per_host%]
14613`..'=
14614%smtp_accept_max_per_host%, Use: 'main', Type: 'string'!!, Default: 'unset'
14615===
14616
14617cindex:[limit,SMTP connections from one host]
14618cindex:[host,limiting SMTP connections from]
14619This option restricts the number of simultaneous IP connections from a single
14620host (strictly, from a single IP address) to the Exim daemon. The option is
14621expanded, to enable different limits to be applied to different hosts by
14622reference to $sender_host_address$. Once the limit is reached, additional
14623connection attempts from the same host are rejected with error code 421. The
14624default value of zero imposes no limit. If this option is set, it is required
14625that %smtp_accept_max% be non-zero.
14626
14627*Warning*: When setting this option you should not use any expansion
14628constructions that take an appreciable amount of time. The expansion and test
14629happen in the main daemon loop, in order to reject additional connections
14630without forking additional processes (otherwise a denial-of-service attack
14631could cause a vast number or processes to be created). While the daemon is
14632doing this processing, it cannot accept any other incoming connections.
14633
14634
14635
14636oindex:[%smtp_accept_queue%]
14637`..'=
14638%smtp_accept_queue%, Use: 'main', Type: 'integer', Default: '0'
14639===
14640
14641cindex:[SMTP,incoming connection count]
14642cindex:[queueing incoming messages]
14643cindex:[message,queueing by SMTP connection count]
14644If the number of simultaneous incoming SMTP calls handled via the listening
14645daemon exceeds this value, messages received by SMTP are just placed on the
14646queue; no delivery processes are started automatically. A value of zero implies
14647no limit, and clearly any non-zero value is useful only if it is less than the
14648%smtp_accept_max% value (unless that is zero). See also %queue_only%,
14649%queue_only_load%, %queue_smtp_domains%, and the various %-od% command
14650line options.
14651
14652
14653oindex:[%smtp_accept_queue_per_connection%]
14654`..'=
14655%smtp_accept_queue_per_connection%, Use: 'main', Type: 'integer', Default: '10'
14656===
14657
14658cindex:[queueing incoming messages]
14659cindex:[message,queueing by message count]
14660This option limits the number of delivery processes that Exim starts
14661automatically when receiving messages via SMTP, whether via the daemon or by
14662the use of %-bs% or %-bS%. If the value of the option is greater than zero,
14663and the number of messages received in a single SMTP session exceeds this
14664number, subsequent messages are placed on the queue, but no delivery processes
14665are started. This helps to limit the number of Exim processes when a server
14666restarts after downtime and there is a lot of mail waiting for it on other
14667systems. On large systems, the default should probably be increased, and on
14668dial-in client systems it should probably be set to zero (that is, disabled).
14669
14670
14671oindex:[%smtp_accept_reserve%]
14672`..'=
14673%smtp_accept_reserve%, Use: 'main', Type: 'integer', Default: '0'
14674===
14675
14676cindex:[SMTP,incoming call count]
14677cindex:[host,reserved]
14678When %smtp_accept_max% is set greater than zero, this option specifies a
14679number of SMTP connections that are reserved for connections from the hosts
14680that are specified in %smtp_reserve_hosts%. The value set in
14681%smtp_accept_max% includes this reserve pool. The specified hosts are not
14682restricted to this number of connections; the option specifies a minimum number
14683of connection slots for them, not a maximum. It is a guarantee that that group
14684of hosts can always get at least %smtp_accept_reserve% connections.
14685
14686For example, if %smtp_accept_max% is set to 50 and %smtp_accept_reserve% is
14687set to 5, once there are 45 active connections (from any hosts), new
14688connections are accepted only from hosts listed in %smtp_reserve_hosts%.
14689See also %smtp_accept_max_per_host%.
14690
14691
14692oindex:[%smtp_active_hostname%]
14693`..'=
14694%smtp_active_hostname%, Use: 'main', Type: 'string'!!, Default: 'unset'
14695===
14696
14697cindex:[host,name in SMTP responses]
14698cindex:[SMTP,host name in responses]
068aaea8 14699cindex:[$primary_hostname$]
168e428f
PH
14700This option is provided for multi-homed servers that want to masquerade as
14701several different hosts. At the start of an SMTP connection, its value is
14702expanded and used instead of the value of $primary_hostname$ in SMTP
14703responses. For example, it is used as domain name in the response to an
14704incoming HELO or EHLO command.
14705
068aaea8
PH
14706cindex:[$smtp_active_hostname$]
14707It is also used in HELO commands for callout verification. The active hostname
14708is placed in the $smtp_active_hostname$ variable, which is saved with any
14709messages that are received. It is therefore available for use in routers and
14710transports when the message is later delivered.
168e428f
PH
14711
14712If this option is unset, or if its expansion is forced to fail, or if the
14713expansion results in an empty string, the value of $primary_hostname$ is
14714used. Other expansion failures cause a message to be written to the main and
14715panic logs, and the SMTP command receives a temporary error. Typically, the
14716value of %smtp_active_hostname% depends on the incoming interface address.
14717For example:
14718
14719....
14720smtp_active_hostname = ${if eq{$interface_address}{10.0.0.1}\
14721 {cox.mydomain}{box.mydomain}}
14722....
14723
14724
14725oindex:[%smtp_banner%]
14726`..'=
14727%smtp_banner%, Use: 'main', Type: 'string'!!, Default: 'see below'
14728===
14729
14730cindex:[SMTP,welcome banner]
14731cindex:[banner for SMTP]
14732cindex:[welcome banner for SMTP]
14733cindex:[customizing,SMTP banner]
14734This string, which is expanded every time it is used, is output as the initial
14735positive response to an SMTP connection. The default setting is:
14736
14737....
14738smtp_banner = $smtp_active_hostname ESMTP Exim \
14739 $version_number $tod_full
14740....
14741
14742Failure to expand the string causes a panic error. If you want to create a
14743multiline response to the initial SMTP connection, use ``\n'' in the string at
14744appropriate points, but not at the end. Note that the 220 code is not included
14745in this string. Exim adds it automatically (several times in the case of a
14746multiline response).
14747
14748
14749oindex:[%smtp_check_spool_space%]
14750`..'=
14751%smtp_check_spool_space%, Use: 'main', Type: 'boolean', Default: 'true'
14752===
14753
14754cindex:[checking disk space]
14755cindex:[disk space, checking]
14756cindex:[spool directory,checking space]
14757When this option is set, if an incoming SMTP session encounters the SIZE
14758option on a MAIL command, it checks that there is enough space in the
14759spool directory's partition to accept a message of that size, while still
14760leaving free the amount specified by %check_spool_space% (even if that value
14761is zero). If there isn't enough space, a temporary error code is returned.
14762
14763
14764oindex:[%smtp_connect_backlog%]
14765`..'=
14766%smtp_connect_backlog%, Use: 'main', Type: 'integer', Default: '20'
14767===
14768
14769cindex:[connection backlog]
14770cindex:[SMTP,connection backlog]
14771cindex:[backlog of connections]
14772This option specifies a maximum number of waiting SMTP connections. Exim passes
14773this value to the TCP/IP system when it sets up its listener. Once this number
14774of connections are waiting for the daemon's attention, subsequent connection
14775attempts are refused at the TCP/IP level. At least, that is what the manuals
14776say; in some circumstances such connection attempts have been observed to time
14777out instead. For large systems it is probably a good idea to increase the
14778value (to 50, say). It also gives some protection against denial-of-service
14779attacks by SYN flooding.
14780
14781
14782oindex:[%smtp_enforce_sync%]
14783`..'=
14784%smtp_enforce_sync%, Use: 'main', Type: 'boolean', Default: 'true'
14785===
14786
14787cindex:[SMTP,synchronization checking]
14788cindex:[synchronization checking in SMTP]
14789The SMTP protocol specification requires the client to wait for a response from
14790the server at certain points in the dialogue. Without PIPELINING these
14791synchronization points are after every command; with PIPELINING they are
14792fewer, but they still exist.
14793
14794Some spamming sites send out a complete set of SMTP commands without waiting
14795for any response. Exim protects against this by rejecting a message if the
14796client has sent further input when it should not have. The error response ``554
14797SMTP synchronization error'' is sent, and the connection is dropped. Testing for
14798this error cannot be perfect because of transmission delays (unexpected input
14799may be on its way but not yet received when Exim checks). However, it does
14800detect many instances.
14801
14802The check can be globally disabled by setting %smtp_enforce_sync% false.
14803If you want to disable the check selectively (for example, only for certain
14804hosts), you can do so by an appropriate use of a %control% modifier in an ACL
14805(see section <<SECTcontrols>>). See also %pipelining_advertise_hosts%.
14806
14807
14808
14809oindex:[%smtp_etrn_command%]
14810`..'=
14811%smtp_etrn_command%, Use: 'main', Type: 'string'!!, Default: 'unset'
14812===
14813
14814cindex:[ETRN,command to be run]
068aaea8 14815cindex:[$domain$]
168e428f
PH
14816If this option is set, the given command is run whenever an SMTP ETRN
14817command is received from a host that is permitted to issue such commands (see
14818chapter <<CHAPACL>>). The string is split up into separate arguments which are
14819independently expanded. The expansion variable $domain$ is set to the
14820argument of the ETRN command, and no syntax checking is done on it. For
14821example:
14822
14823 smtp_etrn_command = /etc/etrn_command $domain $sender_host_address
14824
14825A new process is created to run the command, but Exim does not wait for it to
14826complete. Consequently, its status cannot be checked. If the command cannot be
14827run, a line is written to the panic log, but the ETRN caller still receives
14828a 250 success response. Exim is normally running under its own uid when
14829receiving SMTP, so it is not possible for it to change the uid before running
14830the command.
14831
14832
14833oindex:[%smtp_etrn_serialize%]
14834`..'=
14835%smtp_etrn_serialize%, Use: 'main', Type: 'boolean', Default: 'true'
14836===
14837
14838cindex:[ETRN,serializing]
14839When this option is set, it prevents the simultaneous execution of more than
14840one identical command as a result of ETRN in an SMTP connection. See
14841section <<SECTETRN>> for details.
14842
14843
14844oindex:[%smtp_load_reserve%]
14845`..'=
14846%smtp_load_reserve%, Use: 'main', Type: 'fixed-point', Default: 'unset'
14847===
14848
14849cindex:[load average]
14850If the system load average ever gets higher than this, incoming SMTP calls are
14851accepted only from those hosts that match an entry in %smtp_reserve_hosts%.
14852If %smtp_reserve_hosts% is not set, no incoming SMTP calls are accepted when
14853the load is over the limit. The option has no effect on ancient operating
14854systems on which Exim cannot determine the load average. See also
14855%deliver_queue_load_max% and %queue_only_load%.
14856
14857
14858
14859oindex:[%smtp_max_synprot_errors%]
14860`..'=
14861%smtp_max_synprot_errors%, Use: 'main', Type: 'integer', Default: '3'
14862===
14863
14864cindex:[SMTP,limiting syntax and protocol errors]
14865cindex:[limit,SMTP syntax and protocol errors]
14866Exim rejects SMTP commands that contain syntax or protocol errors. In
14867particular, a syntactically invalid email address, as in this command:
14868
14869 RCPT TO:<abc xyz@a.b.c>
14870
14871causes immediate rejection of the command, before any other tests are done.
14872(The ACL cannot be run if there is no valid address to set up for it.) An
14873example of a protocol error is receiving RCPT before MAIL. If there are
14874too many syntax or protocol errors in one SMTP session, the connection is
14875dropped. The limit is set by this option.
14876
14877cindex:[PIPELINING,expected errors]
14878When the PIPELINING extension to SMTP is in use, some protocol errors are
14879``expected'', for instance, a RCPT command after a rejected MAIL command.
14880Exim assumes that PIPELINING will be used if it advertises it (see
14881%pipelining_advertise_hosts%), and in this situation, ``expected'' errors do
14882not count towards the limit.
14883
14884
14885
14886oindex:[%smtp_max_unknown_commands%]
14887`..'=
14888%smtp_max_unknown_commands%, Use: 'main', Type: 'integer', Default: '3'
14889===
14890
14891cindex:[SMTP,limiting unknown commands]
14892cindex:[limit,unknown SMTP commands]
14893If there are too many unrecognized commands in an incoming SMTP session, an
14894Exim server drops the connection. This is a defence against some kinds of abuse
14895that subvert web
14896clients
14897into making connections to SMTP ports; in these circumstances, a number of
14898non-SMTP command lines are sent first.
14899
14900
14901
14902oindex:[%smtp_ratelimit_hosts%]
14903`..'=
14904%smtp_ratelimit_hosts%, Use: 'main', Type: 'host list'!!, Default: 'unset'
14905===
14906
14907cindex:[SMTP,rate limiting]
14908cindex:[limit,rate of message arrival]
14909cindex:[RCPT,rate limiting]
14910Some sites find it helpful to be able to limit the rate at which certain hosts
14911can send them messages, and the rate at which an individual message can specify
14912recipients. When a host matches %smtp_ratelimit_hosts%, the values of
14913%smtp_ratelimit_mail% and %smtp_ratelimit_rcpt% are used to control the
14914rate of acceptance of MAIL and RCPT commands in a single SMTP session,
14915respectively. Each option, if set, must contain a set of four comma-separated
14916values:
14917
14918- A threshold, before which there is no rate limiting.
14919
14920- An initial time delay. Unlike other times in Exim, numbers with decimal
14921fractional parts are allowed here.
14922
14923- A factor by which to increase the delay each time.
14924
14925- A maximum value for the delay. This should normally be less than 5 minutes,
14926because after that time, the client is liable to timeout the SMTP command.
14927
14928For example, these settings have been used successfully at the site which
14929first suggested this feature, for controlling mail from their customers:
14930
14931 smtp_ratelimit_mail = 2,0.5s,1.05,4m
14932 smtp_ratelimit_rcpt = 4,0.25s,1.015,4m
14933
14934The first setting specifies delays that are applied to MAIL commands after
14935two have been received over a single connection. The initial delay is 0.5
14936seconds, increasing by a factor of 1.05 each time. The second setting applies
14937delays to RCPT commands when more than four occur in a single message.
14938
14939It is also possible to configure delays explicitly in ACLs. See section
14940<<SECTACLmodi>> for details.
14941
14942
14943
14944oindex:[%smtp_ratelimit_mail%]
14945`..'=
14946%smtp_ratelimit_mail%, Use: 'main', Type: 'string', Default: 'unset'
14947===
14948
14949See %smtp_ratelimit_hosts% above.
14950
14951
14952oindex:[%smtp_ratelimit_rcpt%]
14953`..'=
14954%smtp_ratelimit_rcpt%, Use: 'main', Type: 'string', Default: 'unset'
14955===
14956
14957See %smtp_ratelimit_hosts% above.
14958
14959
14960oindex:[%smtp_receive_timeout%]
14961`..'=
14962%smtp_receive_timeout%, Use: 'main', Type: 'time', Default: '5m'
14963===
14964
14965cindex:[timeout,for SMTP input]
14966cindex:[SMTP timeout, input]
14967This sets a timeout value for SMTP reception. It applies to all forms of SMTP
14968input, including batch SMTP. If a line of input (either an SMTP command or a
14969data line) is not received within this time, the SMTP connection is dropped and
14970the message is abandoned.
14971A line is written to the log containing one of the following messages:
14972
14973 SMTP command timeout on connection from...
14974 SMTP data timeout on connection from...
14975
14976The former means that Exim was expecting to read an SMTP command; the latter
14977means that it was in the DATA phase, reading the contents of a message.
14978
14979
14980cindex:[%-os% option]
14981The value set by this option can be overridden by the
14982%-os% command-line option. A setting of zero time disables the timeout, but
14983this should never be used for SMTP over TCP/IP. (It can be useful in some cases
14984of local input using %-bs% or %-bS%.) For non-SMTP input, the reception
14985timeout is controlled by %receive_timeout% and %-or%.
14986
14987
14988oindex:[%smtp_reserve_hosts%]
14989`..'=
14990%smtp_reserve_hosts%, Use: 'main', Type: 'host list'!!, Default: 'unset'
14991===
14992
14993This option defines hosts for which SMTP connections are reserved; see
14994%smtp_accept_reserve% and %smtp_load_reserve% above.
14995
14996
14997oindex:[%smtp_return_error_details%]
14998`..'=
14999%smtp_return_error_details%, Use: 'main', Type: 'boolean', Default: 'false'
15000===
15001
15002cindex:[SMTP,details policy failures]
15003cindex:[policy control rejection, returning details]
15004In the default state, Exim uses bland messages such as
15005``Administrative prohibition'' when it rejects SMTP commands for policy
15006reasons. Many sysadmins like this because it gives away little information
15007to spammers. However, some other syadmins who are applying strict checking
15008policies want to give out much fuller information about failures. Setting
15009%smtp_return_error_details% true causes Exim to be more forthcoming. For
15010example, instead of ``Administrative prohibition'', it might give:
15011
15012 550-Rejected after DATA: '>' missing at end of address:
15013 550 failing address in "From" header is: <user@dom.ain
15014
15015
15016
15017oindex:[%spamd_address%]
15018`..'=
15019%spamd_address%, Use: 'main', Type: 'string', Default: `127.0.0.1 783`
15020===
15021
15022This option is available when Exim is compiled with the content-scanning
15023extension. It specifies how Exim connects to SpamAssassin's %spamd% daemon. See
15024section <<SECTscanspamass>> for more details.
15025
15026
15027
15028oindex:[%split_spool_directory%]
15029`..'=
15030%split_spool_directory%, Use: 'main', Type: 'boolean', Default: 'false'
15031===
15032
15033cindex:[multiple spool directories]
15034cindex:[spool directory,split]
15035cindex:[directories, multiple]
15036If this option is set, it causes Exim to split its input directory into 62
15037subdirectories, each with a single alphanumeric character as its name. The
15038sixth character of the message id is used to allocate messages to
15039subdirectories; this is the least significant base-62 digit of the time of
15040arrival of the message.
15041
15042Splitting up the spool in this way may provide better performance on systems
15043where there are long mail queues, by reducing the number of files in any one
15044directory. The msglog directory is also split up in a similar way to the input
15045directory; however, if %preserve_message_logs% is set, all old msglog files
15046are still placed in the single directory _msglog.OLD_.
15047
15048It is not necessary to take any special action for existing messages when
15049changing %split_spool_directory%. Exim notices messages that are in the
15050``wrong'' place, and continues to process them. If the option is turned off after
15051a period of being on, the subdirectories will eventually empty and be
15052automatically deleted.
15053
15054When %split_spool_directory% is set, the behaviour of queue runner processes
15055changes. Instead of creating a list of all messages in the queue, and then
15056trying to deliver each one in turn, it constructs a list of those in one
15057sub-directory and tries to deliver them, before moving on to the next
15058sub-directory. The sub-directories are processed in a random order. This
15059spreads out the scanning of the input directories, and uses less memory. It is
15060particularly beneficial when there are lots of messages on the queue. However,
15061if %queue_run_in_order% is set, none of this new processing happens. The
15062entire queue has to be scanned and sorted before any deliveries can start.
15063
15064
15065oindex:[%spool_directory%]
15066`..'=
15067%spool_directory%, Use: 'main', Type: 'string'!!, Default: 'set at compile time'
15068===
15069
15070cindex:[spool directory,path to]
15071This defines the directory in which Exim keeps its spool, that is, the messages
15072it is waiting to deliver. The default value is taken from the compile-time
15073configuration setting, if there is one. If not, this option must be set. The
15074string is expanded, so it can contain, for example, a reference to
15075$primary_hostname$.
15076
15077If the spool directory name is fixed on your installation, it is recommended
15078that you set it at build time rather than from this option, particularly if the
15079log files are being written to the spool directory (see %log_file_path%).
15080Otherwise log files cannot be used for errors that are detected early on, such
15081as failures in the configuration file.
15082
15083By using this option to override the compiled-in path, it is possible to run
15084tests of Exim without using the standard spool.
15085
068aaea8
PH
15086oindex:[%sqlite_lock_timeout%]
15087`..'=
15088%sqlite_lock_timeout%, Use: 'main', Type: 'time', Default: '5s'
15089===
15090
15091[revisionflag="changed"]
15092cindex:[sqlite,lock timeout]
15093This option controls the timeout that the ^sqlite^ lookup uses when trying to
15094access an SQLite database. See section <<SECTsqlite>> for more details.
15095
168e428f
PH
15096
15097oindex:[%strip_excess_angle_brackets%]
15098`..'=
15099%strip_excess_angle_brackets%, Use: 'main', Type: 'boolean', Default: 'false'
15100===
15101
15102cindex:[angle brackets, excess]
15103If this option is set, redundant pairs of angle brackets round ``route-addr''
15104items in addresses are stripped. For example, `\<\<xxx@a.b.c.d\>\>` is treated
15105as `<xxx@a.b.c.d>`. If this is in the envelope and the message is passed on
15106to another MTA, the excess angle brackets are not passed on. If this option is
15107not set, multiple pairs of angle brackets cause a syntax error.
15108
15109
15110oindex:[%strip_trailing_dot%]
15111`..'=
15112%strip_trailing_dot%, Use: 'main', Type: 'boolean', Default: 'false'
15113===
15114
15115cindex:[trailing dot on domain]
15116cindex:[dot,trailing on domain]
15117If this option is set, a trailing dot at the end of a domain in an address is
15118ignored. If this is in the envelope and the message is passed on to another
15119MTA, the dot is not passed on. If this option is not set, a dot at the end of a
15120domain causes a syntax error.
15121However, addresses in header lines are checked only when an ACL requests header
15122syntax checking.
15123
15124
15125oindex:[%syslog_duplication%]
15126`..'=
15127%syslog_duplication%, Use: 'main', Type: 'boolean', Default: 'true'
15128===
15129
15130cindex:[syslog,duplicate log lines; suppressing]
15131When Exim is logging to syslog, it writes the log lines for its three
15132separate logs at different syslog priorities so that they can in principle
15133be separated on the logging hosts. Some installations do not require this
15134separation, and in those cases, the duplication of certain log lines is a
15135nuisance. If %syslog_duplication% is set false, only one copy of any
15136particular log line is written to syslog. For lines that normally go to
15137both the main log and the reject log, the reject log version (possibly
15138containing message header lines) is written, at LOG_NOTICE priority.
15139Lines that normally go to both the main and the panic log are written at
15140the LOG_ALERT priority.
15141
15142
15143oindex:[%syslog_facility%]
15144`..'=
15145%syslog_facility%, Use: 'main', Type: 'string', Default: 'unset'
15146===
15147
15148cindex:[syslog,facility; setting]
15149This option sets the syslog ``facility'' name, used when Exim is logging to
15150syslog. The value must be one of the strings ``mail'', ``user'', ``news'', ``uucp'',
15151``daemon'', or ``local'x'##'' where 'x' is a digit between 0 and 7. If this
15152option is unset, ``mail'' is used. See chapter <<CHAPlog>> for details of Exim's
15153logging.
15154
15155
15156
15157oindex:[%syslog_processname%]
15158`..'=
15159%syslog_processname%, Use: 'main', Type: 'string', Default: `exim`
15160===
15161
15162cindex:[syslog,process name; setting]
15163This option sets the syslog ``ident'' name, used when Exim is logging to syslog.
15164The value must be no longer than 32 characters. See chapter <<CHAPlog>> for
15165details of Exim's logging.
15166
15167
15168
15169oindex:[%syslog_timestamp%]
15170`..'=
15171%syslog_timestamp%, Use: 'main', Type: 'boolean', Default: 'true'
15172===
15173
15174cindex:[syslog,timestamps]
15175If %syslog_timestamp% is set false, the timestamps on Exim's log lines are
15176omitted when these lines are sent to syslog. See chapter <<CHAPlog>> for
15177details of Exim's logging.
15178
15179
15180oindex:[%system_filter%]
15181`..'=
15182%system_filter%, Use: 'main', Type: 'string'!!, Default: 'unset'
15183===
15184
15185cindex:[filter,system filter]
15186cindex:[system filter,specifying]
15187cindex:[Sieve filter,not available for system filter]
15188This option specifies an Exim filter file that is applied to all messages at
15189the start of each delivery attempt, before any routing is done. System filters
15190must be Exim filters; they cannot be Sieve filters. If the system filter
15191generates any deliveries to files or pipes, or any new mail messages, the
15192appropriate %system_filter_..._transport% option(s) must be set, to define
15193which transports are to be used. Details of this facility are given in chapter
15194<<CHAPsystemfilter>>.
15195
15196
15197oindex:[%system_filter_directory_transport%]
15198`..'=
15199%system_filter_directory_transport%, Use: 'main', Type: 'string'!!, Default: 'unset'
15200===
15201
068aaea8 15202cindex:[$address_file$]
168e428f
PH
15203This sets the name of the transport driver that is to be used when the
15204%save% command in a system message filter specifies a path ending in ``/'',
15205implying delivery of each message into a separate file in some directory.
15206During the delivery, the variable $address_file$ contains the path name.
15207
15208
15209oindex:[%system_filter_file_transport%]
15210`..'=
15211%system_filter_file_transport%, Use: 'main', Type: 'string'!!, Default: 'unset'
15212===
15213
15214cindex:[file,transport for system filter]
15215This sets the name of the transport driver that is to be used when the %save%
15216command in a system message filter specifies a path not ending in ``/''. During
15217the delivery, the variable $address_file$ contains the path name.
15218
15219oindex:[%system_filter_group%]
15220`..'=
15221%system_filter_group%, Use: 'main', Type: 'string', Default: 'unset'
15222===
15223
15224cindex:[gid (group id),system filter]
15225This option is used only when %system_filter_user% is also set. It sets the
15226gid under which the system filter is run, overriding any gid that is associated
15227with the user. The value may be numerical or symbolic.
15228
15229oindex:[%system_filter_pipe_transport%]
15230`..'=
15231%system_filter_pipe_transport%, Use: 'main', Type: 'string'!!, Default: 'unset'
15232===
15233
15234cindex:[^pipe^ transport,for system filter]
068aaea8 15235cindex:[$address_pipe$]
168e428f
PH
15236This specifies the transport driver that is to be used when a %pipe% command is
15237used in a system filter. During the delivery, the variable $address_pipe$
15238contains the pipe command.
15239
15240
15241oindex:[%system_filter_reply_transport%]
15242`..'=
15243%system_filter_reply_transport%, Use: 'main', Type: 'string'!!, Default: 'unset'
15244===
15245
15246cindex:[^autoreply^ transport,for system filter]
15247This specifies the transport driver that is to be used when a %mail% command is
15248used in a system filter.
15249
15250oindex:[%system_filter_user%]
15251`..'=
15252%system_filter_user%, Use: 'main', Type: 'string', Default: 'unset'
15253===
15254
15255cindex:[uid (user id),system filter]
15256If this option is not set, the system filter is run in the main Exim delivery
15257process, as root. When the option is set, the system filter runs in a separate
15258process, as the given user. Unless the string consists entirely of digits, it
15259is looked up in the password data. Failure to find the named user causes a
15260configuration error. The gid is either taken from the password data, or
15261specified by %system_filter_group%. When the uid is specified numerically,
15262%system_filter_group% is required to be set.
15263
15264If the system filter generates any pipe, file, or reply deliveries, the uid
15265under which the filter is run is used when transporting them, unless a
15266transport option overrides. Normally you should set %system_filter_user% if
15267your system filter generates these kinds of delivery.
15268
15269
15270oindex:[%tcp_nodelay%]
15271`..'=
15272%tcp_nodelay%, Use: 'main', Type: 'boolean', Default: 'true'
15273===
15274
15275cindex:[daemon,TCP_NODELAY on sockets]
15276cindex:[Nagle algorithm]
15277cindex:[TCP_NODELAY on listening sockets]
15278If this option is set false, it stops the Exim daemon setting the
15279TCP_NODELAY option on its listening sockets. Setting TCP_NODELAY
15280turns off the ``Nagle algorithm'', which is a way of improving network
15281performance in interactive (character-by-character) situations. Turning it off
15282should improve Exim's performance a bit, so that is what happens by default.
15283However, it appears that some broken clients cannot cope, and time out. Hence
15284this option. It affects only those sockets that are set up for listening by the
15285daemon. Sockets created by the smtp transport for delivering mail always set
15286TCP_NODELAY.
15287
15288
15289oindex:[%timeout_frozen_after%]
15290`..'=
15291%timeout_frozen_after%, Use: 'main', Type: 'time', Default: '0s'
15292===
15293
15294cindex:[frozen messages,timing out]
15295cindex:[timeout,frozen messages]
15296If %timeout_frozen_after% is set to a time greater than zero, a frozen
15297message of any kind that has been on the queue for longer than the given
15298time is automatically cancelled at the next queue run. If it is a bounce
15299message, it is just discarded; otherwise, a bounce is sent to the sender, in a
15300similar manner to cancellation by the %-Mg% command line option. If you want
15301to timeout frozen bounce messages earlier than other kinds of frozen message,
15302see %ignore_bounce_errors_after%.
15303
15304
15305oindex:[%timezone%]
15306`..'=
15307%timezone%, Use: 'main', Type: 'string', Default: 'unset'
15308===
15309
15310cindex:[timezone, setting]
15311The value of %timezone% is used to set the environment variable TZ while
15312running Exim (if it is different on entry). This ensures that all timestamps
15313created by Exim are in the required timezone. If you want all your timestamps
15314to be in UTC (aka GMT) you should set
15315
15316 timezone = UTC
15317
15318The default value is taken from TIMEZONE_DEFAULT in _Local/Makefile_,
15319or, if that is not set, from the value of the TZ environment variable when Exim
15320is built. If %timezone% is set to the empty string, either at build or run
15321time, any existing TZ variable is removed from the environment when Exim
15322runs. This is appropriate behaviour for obtaining wall-clock time on some, but
15323unfortunately not all, operating systems.
15324
15325
15326oindex:[%tls_advertise_hosts%]
15327`..'=
15328%tls_advertise_hosts%, Use: 'main', Type: 'host list'!!, Default: 'unset'
15329===
15330
15331cindex:[TLS,advertising]
15332cindex:[encryption,on SMTP connection]
15333cindex:[SMTP,encrypted connection]
15334When Exim is built with support for TLS encrypted connections, the availability
15335of the STARTTLS command to set up an encrypted session is advertised in
15336response to EHLO only to those client hosts that match this option. See
15337chapter <<CHAPTLS>> for details of Exim's support for TLS.
15338
15339
15340oindex:[%tls_certificate%]
15341`..'=
15342%tls_certificate%, Use: 'main', Type: 'string'!!, Default: 'unset'
15343===
15344
15345cindex:[TLS,server certificate; location of]
15346cindex:[certificate for server, location of]
15347The value of this option is expanded, and must then be the absolute path to a
15348file which contains the server's certificates. The server's private key is also
15349assumed to be in this file if %tls_privatekey% is unset. See chapter <<CHAPTLS>>
15350for further details.
15351
15352*Note*: The certificates defined by this option are used only when Exim is
15353receiving incoming messages as a server. If you want to supply certificates for
15354use when sending messages as a client, you must set the %tls_certificate%
15355option in the relevant ^smtp^ transport.
15356
15357
15358oindex:[%tls_crl%]
15359`..'=
15360%tls_crl%, Use: 'main', Type: 'string'!!, Default: 'unset'
15361===
15362
15363cindex:[TLS,server certificate revocation list]
15364cindex:[certificate,revocation list for server]
15365This option specifies a certificate revocation list. The expanded value must
15366be the name of a file that contains a CRL in PEM format.
15367
15368
15369oindex:[%tls_dhparam%]
15370`..'=
15371%tls_dhparam%, Use: 'main', Type: 'string'!!, Default: 'unset'
15372===
15373
15374cindex:[TLS,D-H parameters for server]
15375The value of this option is expanded, and must then be the absolute path to
15376a file which contains the server's DH parameter values.
15377This is used only for OpenSSL. When Exim is linked with GnuTLS, this option is
15378ignored. See section <<SECTopenvsgnu>> for further details.
15379
15380
15381oindex:[%tls_on_connect_ports%]
15382`..'=
15383%tls_on_connect_ports%, Use: 'main', Type: 'string list', Default: 'unset'
15384===
15385
15386This option specifies a list of incoming SSMTP (aka SMTPS) ports that should
15387operate the obsolete SSMTP (SMTPS) protocol, where a TLS session is immediately
15388set up without waiting for the client to issue a STARTTLS command. For
15389further details, see section <<SECTsupobssmt>>.
15390
15391
15392
15393oindex:[%tls_privatekey%]
15394`..'=
15395%tls_privatekey%, Use: 'main', Type: 'string'!!, Default: 'unset'
15396===
15397
15398cindex:[TLS,server private key; location of]
15399The value of this option is expanded, and must then be the absolute path to a
15400file which contains the server's private key. If this option is unset, the
15401private key is assumed to be in the same file as the server's certificates. See
15402chapter <<CHAPTLS>> for further details.
15403
15404
15405oindex:[%tls_remember_esmtp%]
15406`..'=
15407%tls_remember_esmtp%, Use: 'main', Type: 'boolean', Default: 'false'
15408===
15409
15410cindex:[TLS,esmtp state; remembering]
15411cindex:[TLS,broken clients]
15412If this option is set true, Exim violates the RFCs by remembering that it is in
15413``esmtp'' state after successfully negotiating a TLS session. This provides
15414support for broken clients that fail to send a new EHLO after starting a
15415TLS session.
15416
15417
15418oindex:[%tls_require_ciphers%]
15419`..'=
15420%tls_require_ciphers%, Use: 'main', Type: 'string'!!, Default: 'unset'
15421===
15422
15423cindex:[TLS,requiring specific ciphers]
15424cindex:[cipher,requiring specific]
15425This option controls which ciphers can be used for incoming TLS connections.
15426The ^smtp^ transport has an option of the same name for controlling outgoing
15427connections. This option is expanded for each connection, so can be varied for
15428different clients if required. The value of this option must be a list of
15429permitted cipher suites. The OpenSSL and GnuTLS libraries handle cipher control
15430in somewhat different ways.
15431
15432If GnuTLS is being used, the client controls the preference order of the
15433available ciphers.
15434
15435Details are given in sections <<SECTreqciphssl>> and <<SECTreqciphgnu>>.
15436
15437
15438oindex:[%tls_try_verify_hosts%]
15439`..'=
15440%tls_try_verify_hosts%, Use: 'main', Type: 'host list'!!, Default: 'unset'
15441===
15442
15443cindex:[TLS,client certificate verification]
15444cindex:[certificate,verification of client]
15445See %tls_verify_hosts% below.
15446
15447
15448oindex:[%tls_verify_certificates%]
15449`..'=
15450%tls_verify_certificates%, Use: 'main', Type: 'string'!!, Default: 'unset'
15451===
15452
15453cindex:[TLS,client certificate verification]
15454cindex:[certificate,verification of client]
15455The value of this option is expanded, and must then be the absolute path to
15456a file containing permitted certificates for clients that
15457match %tls_verify_hosts% or %tls_try_verify_hosts%. Alternatively, if you
15458are using OpenSSL, you can set %tls_verify_certificates% to the name of a
15459directory containing certificate files. This does not work with GnuTLS; the
15460option must be set to the name of a single file if you are using GnuTLS.
15461
15462
15463oindex:[%tls_verify_hosts%]
15464`..'=
15465%tls_verify_hosts%, Use: 'main', Type: 'host list'!!, Default: 'unset'
15466===
15467
15468cindex:[TLS,client certificate verification]
15469cindex:[certificate,verification of client]
15470This option, along with %tls_try_verify_hosts%, controls the checking of
15471certificates from clients.
15472The expected certificates are defined by %tls_verify_certificates%, which
15473must be set. A configuration error occurs if either %tls_verify_hosts% or
15474%tls_try_verify_hosts% is set and %tls_verify_certificates% is not set.
15475
15476Any client that matches %tls_verify_hosts% is constrained by
15477%tls_verify_certificates%. The client must present one of the listed
15478certificates. If it does not, the connection is aborted.
15479
15480A weaker form of checking is provided by %tls_try_verify_hosts%. If a client
15481matches this option (but not %tls_verify_hosts%), Exim requests a
15482certificate and checks it against %tls_verify_certificates%, but does not
15483abort the connection if there is no certificate or if it does not match. This
15484state can be detected in an ACL, which makes it possible to implement policies
15485such as ``accept for relay only if a verified certificate has been received, but
15486accept for local delivery if encrypted, even without a verified certificate''.
15487
15488Client hosts that match neither of these lists are not asked to present
15489certificates.
15490
15491
15492oindex:[%trusted_groups%]
15493`..'=
068aaea8 15494%trusted_groups%, Use: 'main', Type: 'string list'!!, Default: 'unset'
168e428f
PH
15495===
15496
068aaea8 15497[revisionflag="changed"]
168e428f
PH
15498cindex:[trusted group]
15499cindex:[group,trusted]
068aaea8
PH
15500This option is expanded just once, at the start of Exim's processing. If this
15501option is set, any process that is running in one of the listed groups, or
15502which has one of them as a supplementary group, is trusted. The groups can be
15503specified numerically or by name. See section <<SECTtrustedadmin>> for details
15504of what trusted callers are permitted to do. If neither %trusted_groups% nor
15505%trusted_users% is set, only root and the Exim user are trusted.
168e428f
PH
15506
15507
15508oindex:[%trusted_users%]
15509`..'=
068aaea8 15510%trusted_users%, Use: 'main', Type: 'string list'!!, Default: 'unset'
168e428f
PH
15511===
15512
068aaea8 15513[revisionflag="changed"]
168e428f
PH
15514cindex:[trusted user]
15515cindex:[user,trusted]
068aaea8
PH
15516This option is expanded just once, at the start of Exim's processing. If this
15517option is set, any process that is running as one of the listed users is
15518trusted. The users can be specified numerically or by name. See section
15519<<SECTtrustedadmin>> for details of what trusted callers are permitted to do.
15520If neither %trusted_groups% nor %trusted_users% is set, only root and the Exim
15521user are trusted.
168e428f
PH
15522
15523oindex:[%unknown_login%]
15524`..'=
15525%unknown_login%, Use: 'main', Type: 'string'!!, Default: 'unset'
15526===
15527
15528cindex:[uid (user id),unknown caller]
068aaea8 15529cindex:[$caller_uid$]
168e428f
PH
15530This is a specialized feature for use in unusual configurations. By default, if
15531the uid of the caller of Exim cannot be looked up using 'getpwuid()', Exim
15532gives up. The %unknown_login% option can be used to set a login name to be
15533used in this circumstance. It is expanded, so values like %user\$caller_uid%
15534can be set. When %unknown_login% is used, the value of %unknown_username% is
15535used for the user's real name (gecos field), unless this has been set by the
15536%-F% option.
15537
15538
15539oindex:[%unknown_username%]
15540`..'=
15541%unknown_username%, Use: 'main', Type: 'string', Default: 'unset'
15542===
15543
15544See %unknown_login%.
15545
15546
15547oindex:[%untrusted_set_sender%]
15548`..'=
15549%untrusted_set_sender%, Use: 'main', Type: 'address list'!!, Default: 'unset'
15550===
15551
15552cindex:[trusted user]
15553cindex:[sender,setting by untrusted user]
15554cindex:[untrusted user, setting sender]
15555cindex:[user,untrusted setting sender]
15556cindex:[envelope sender]
15557When an untrusted user submits a message to Exim using the standard input, Exim
15558normally creates an envelope sender address from the user's login and the
15559default qualification domain. Data from the %-f% option (for setting envelope
15560senders on non-SMTP messages) or the SMTP MAIL command (if %-bs% or %-bS%
15561is used) is ignored.
15562
15563However, untrusted users are permitted to set an empty envelope sender address,
15564to declare that a message should never generate any bounces. For example:
15565
15566 exim -f '<>' user@domain.example
15567
068aaea8 15568cindex:[$sender_ident$]
168e428f
PH
15569The %untrusted_set_sender% option allows you to permit untrusted users to set
15570other envelope sender addresses in a controlled way. When it is set, untrusted
15571users are allowed to set envelope sender addresses that match any of the
15572patterns in the list. Like all address lists, the string is expanded. The
15573identity of the user is in $sender_ident$, so you can, for example, restrict
15574users to setting senders that start with their login ids
15575followed by a hyphen
15576by a setting like this:
15577
15578 untrusted_set_sender = ^$sender_ident-
15579
15580If you want to allow untrusted users to set envelope sender addresses without
15581restriction, you can use
15582
15583 untrusted_set_sender = *
15584
15585The %untrusted_set_sender% option applies to all forms of local input, but
15586only to the setting of the envelope sender. It does not permit untrusted users
15587to use the other options which trusted user can use to override message
15588parameters. Furthermore, it does not stop Exim from removing an existing
15589'Sender:' header in the message, or from adding a 'Sender:' header if
15590necessary. See %local_sender_retain% and %local_from_check% for ways of
15591overriding these actions. The handling of the 'Sender:' header is also
15592described in section <<SECTthesenhea>>.
15593
15594The log line for a message's arrival shows the envelope sender following ``<=''.
15595For local messages, the user's login always follows, after ``U=''. In %-bp%
15596displays, and in the Exim monitor, if an untrusted user sets an envelope sender
15597address, the user's login is shown in parentheses after the sender address.
15598
15599
15600oindex:[%uucp_from_pattern%]
15601`..'=
15602%uucp_from_pattern%, Use: 'main', Type: 'string', Default: 'see below'
15603===
15604
15605cindex:[``From'' line]
15606cindex:[UUCP,``From'' line]
15607Some applications that pass messages to an MTA via a command line interface use
15608an initial line starting with ``From'' to pass the envelope sender. In
15609particular, this is used by UUCP software. Exim recognizes such a line by means
15610of a regular expression that is set in %uucp_from_pattern%. When the pattern
15611matches, the sender address is constructed by expanding the contents of
15612%uucp_from_sender%, provided that the caller of Exim is a trusted user. The
15613default pattern recognizes lines in the following two forms:
15614
15615 From ph10 Fri Jan 5 12:35 GMT 1996
15616 From ph10 Fri, 7 Jan 97 14:00:00 GMT
15617
15618The pattern can be seen by running
15619
15620 exim -bP uucp_from_pattern
15621
15622It checks only up to the hours and minutes, and allows for a 2-digit or 4-digit
15623year in the second case. The first word after ``From'' is matched in the regular
15624expression by a parenthesized subpattern. The default value for
068aaea8
PH
15625%uucp_from_sender% is ``$1'', which therefore just uses this first word
15626(``ph10'' in the example above) as the message's sender. See also
168e428f
PH
15627%ignore_fromline_hosts%.
15628
15629
15630oindex:[%uucp_from_sender%]
15631`..'=
15632%uucp_from_sender%, Use: 'main', Type: 'string'!!, Default: `\$1`
15633===
15634
15635See %uucp_from_pattern% above.
15636
15637
15638oindex:[%warn_message_file%]
15639`..'=
15640%warn_message_file%, Use: 'main', Type: 'string', Default: 'unset'
15641===
15642
15643cindex:[warning of delay,customizing the message]
15644cindex:[customizing,warning message]
15645This option defines a template file containing paragraphs of text to be used
15646for constructing the warning message which is sent by Exim when a message has
15647been on the queue for a specified amount of time, as specified by
15648%delay_warning%. Details of the file's contents are given in chapter
15649<<CHAPemsgcust>>. See also %bounce_message_file%.
15650
15651
15652oindex:[%write_rejectlog%]
15653`..'=
15654%write_rejectlog%, Use: 'main', Type: 'boolean', Default: 'true'
15655===
15656
15657cindex:[reject log,disabling]
15658If this option is set false, Exim no longer writes anything to the reject log.
15659See chapter <<CHAPlog>> for details of what Exim writes to its logs.
15660
15661
15662
15663
15664////////////////////////////////////////////////////////////////////////////
15665////////////////////////////////////////////////////////////////////////////
15666
15667[[CHAProutergeneric]]
15668Generic options for routers
15669---------------------------
15670cindex:[options,generic; for routers]
15671cindex:[generic options,router]
15672This chapter describes the generic options that apply to all routers.
15673Those that are preconditions are marked with !? in the ``use'' field.
15674
15675For a general description of how a router operates, see sections
15676<<SECTrunindrou>> and <<SECTrouprecon>>. The latter specifies the order in
15677which the preconditions are tested. The order of expansion of the options that
15678provide data for a transport is: %errors_to%, %headers_add%, %headers_remove%,
15679%transport%.
15680
15681
15682
15683oindex:[%address_data%]
15684`..'=
15685%address_data%, Use: 'routers', Type: 'string'!!, Default: 'unset'
15686===
15687
068aaea8 15688[revisionflag="changed"]
168e428f
PH
15689cindex:[router,data attached to address]
15690The string is expanded just before the router is run, that is, after all the
15691precondition tests have succeeded. If the expansion is forced to fail, the
068aaea8
PH
15692router declines, the value of %address_data% remains unchanged, and the %more%
15693option controls what happens next. Other expansion failures cause delivery of
15694the address to be deferred.
168e428f 15695
068aaea8 15696cindex:[$address_data$]
168e428f
PH
15697When the expansion succeeds, the value is retained with the address, and can be
15698accessed using the variable $address_data$ in the current router, subsequent
15699routers, and the eventual transport.
15700
15701*Warning*: if the current or any subsequent router is a ^redirect^ router
068aaea8
PH
15702that runs a user's filter file, the contents of $address_data$ are accessible
15703in the filter. This is not normally a problem, because such data is usually
15704either not confidential or it ``belongs'' to the current user, but if you do
15705put confidential data into $address_data$ you need to remember this point.
168e428f
PH
15706
15707Even if the router declines or passes, the value of $address_data$ remains
15708with the address, though it can be changed by another %address_data% setting
15709on a subsequent router. If a router generates child addresses, the value of
15710$address_data$ propagates to them. This also applies to the special kind of
15711``child'' that is generated by a router with the %unseen% option.
15712
15713The idea of %address_data% is that you can use it to look up a lot of data for
15714the address once, and then pick out parts of the data later. For example, you
15715could use a single LDAP lookup to return a string of the form
15716
15717 uid=1234 gid=5678 mailbox=/mail/xyz forward=/home/xyz/.forward
15718
15719In the transport you could pick out the mailbox by a setting such as
15720
15721 file = ${extract{mailbox}{$address_data}}
15722
15723This makes the configuration file less messy, and also reduces the number of
15724lookups (though Exim does cache lookups).
15725
15726The %address_data% facility is also useful as a means of passing information
15727from one router to another, and from a router to a transport. In addition, if
15728
068aaea8
PH
15729cindex:[$sender_address_data$]
15730cindex:[$address_data$]
15731When $address_data$ is set by a router when verifying a recipient address from
15732an ACL, it remains available for use in the rest of the ACL statement. After
168e428f
PH
15733verifying a sender, the value is transferred to $sender_address_data$.
15734
15735
15736
15737
15738oindex:[%address_test%]
15739`..'=
15740%address_test%, Use: 'routers'!?, Type: 'boolean', Default: 'true'
15741===
15742
15743cindex:[%-bt% option]
15744cindex:[router,skipping when address testing]
15745If this option is set false, the router is skipped when routing is being tested
15746by means of the %-bt% command line option. This can be a convenience when your
15747first router sends messages to an external scanner, because it saves you
15748having to set the ``already scanned'' indicator when testing real address
15749routing.
15750
15751
15752
15753oindex:[%cannot_route_message%]
15754`..'=
15755%cannot_route_message%, Use: 'routers', Type: 'string'!!, Default: 'unset'
15756===
15757
15758cindex:[router,customizing ``cannot route'' message]
15759cindex:[customizing,``cannot route'' message]
15760This option specifies a text message that is used when an address cannot be
15761routed because Exim has run out of routers. The default message is ``Unrouteable
15762address''. This option is useful only on routers that have %more% set false, or
15763on the very last router in a configuration, because the value that is used is
15764taken from the last router that inspects an address. For example, using the
15765default configuration, you could put:
15766
15767 cannot_route_message = Remote domain not found in DNS
15768
15769on the first (^dnslookup^) router, and
15770
15771 cannot_route_message = Unknown local user
15772
15773on the final router that checks for local users. If string expansion fails, the
15774default message is used.
15775Unless the expansion failure was explicitly forced, a message about the failure
15776is written to the main and panic logs, in addition to the normal message about
15777the routing failure.
15778
15779
15780oindex:[%caseful_local_part%]
15781`..'=
15782%caseful_local_part%, Use: 'routers', Type: 'boolean', Default: 'false'
15783===
15784
15785cindex:[case of local parts]
15786cindex:[router,case of local parts]
15787By default, routers handle the local parts of addresses in a case-insensitive
15788manner, though the actual case is preserved for transmission with the message.
15789If you want the case of letters to be significant in a router, you must set
15790this option true. For individual router options that contain address or local
15791part lists (for example, %local_parts%), case-sensitive matching can be turned
15792on by ``+caseful'' as a list item. See section <<SECTcasletadd>> for more details.
15793
068aaea8
PH
15794cindex:[$local_part$]
15795cindex:[$original_local_part$]
15796cindex:[$parent_local_part$]
168e428f
PH
15797The value of the $local_part$ variable is forced to lower case while a
15798router is running unless %caseful_local_part% is set. When a router assigns
15799an address to a transport, the value of $local_part$ when the transport runs
15800is the same as it was in the router. Similarly, when a router generates child
15801addresses by aliasing or forwarding, the values of $original_local_part$
15802and $parent_local_part$ are those that were used by the redirecting router.
15803
15804This option applies to the processing of an address by a router. When a
15805recipient address is being processed in an ACL, there is a separate %control%
15806modifier that can be used to specify case-sensitive processing within the ACL
15807(see section <<SECTcontrols>>).
15808
15809
15810
15811oindex:[%check_local_user%]
15812`..'=
15813%check_local_user%, Use: 'routers'!?, Type: 'boolean', Default: 'false'
15814===
15815
15816cindex:[local user, checking in router]
15817cindex:[router,checking for local user]
15818cindex:[_/etc/passwd_]
068aaea8 15819cindex:[$home$]
168e428f
PH
15820When this option is true, Exim checks that the local part of the recipient
15821address (with affixes removed if relevant) is the name of an account on the
15822local system. The check is done by calling the 'getpwnam()' function rather
15823than trying to read _/etc/passwd_ directly. This means that other methods of
15824holding password data (such as NIS) are supported. If the local part is a local
15825user, $home$ is set from the password data, and can be tested in other
15826preconditions that are evaluated after this one (the order of evaluation is
15827given in section <<SECTrouprecon>>). However, the value of $home$ can be
15828overridden by %router_home_directory%. If the local part is not a local user,
15829the router is skipped.
15830
15831If you want to check that the local part is either the name of a local user
15832or matches something else, you cannot combine %check_local_user% with a
15833setting of %local_parts%, because that specifies the logical 'and' of the
15834two conditions. However, you can use a ^passwd^ lookup in a %local_parts%
15835setting to achieve this. For example:
15836
15837 local_parts = passwd;$local_part : lsearch;/etc/other/users
15838
15839Note, however, that the side effects of %check_local_user% (such as setting
15840up a home directory) do not occur when a ^passwd^ lookup is used in a
15841%local_parts% (or any other) precondition.
15842
15843
15844
15845oindex:[%condition%]
15846`..'=
15847%condition%, Use: 'routers'!?, Type: 'string'!!, Default: 'unset'
15848===
15849
15850cindex:[router,customized precondition]
15851This option specifies a general precondition test that has to succeed for the
15852router to be called. The %condition% option is the last precondition to be
15853evaluated (see section <<SECTrouprecon>>). The string is expanded, and if the
15854result is a forced failure, or an empty string, or one of the strings ``0'' or
15855``no'' or ``false'' (checked without regard to the case of the letters), the router
15856is skipped, and the address is offered to the next one.
15857
15858If the result is any other value, the router is run (as this is the last
15859precondition to be evaluated, all the other preconditions must be true).
15860
15861The %condition% option provides a means of applying custom conditions to the
15862running of routers. Note that in the case of a simple conditional expansion,
15863the default expansion values are exactly what is wanted. For example:
15864
15865 condition = ${if >{$message_age}{600}}
15866
15867Because of the default behaviour of the string expansion, this is equivalent to
15868
15869 condition = ${if >{$message_age}{600}{true}{}}
15870
15871
15872If the expansion fails (other than forced failure) delivery is deferred. Some
15873of the other precondition options are common special cases that could in fact
15874be specified using %condition%.
15875
15876
15877
15878oindex:[%debug_print%]
15879`..'=
15880%debug_print%, Use: 'routers', Type: 'string'!!, Default: 'unset'
15881===
15882
15883cindex:[testing,variables in drivers]
15884If this option is set and debugging is enabled (see the %-d% command line
15885option), the string is expanded and included in the debugging output.
15886If expansion of the string fails, the error message is written to the debugging
15887output, and Exim carries on processing.
15888This option is provided to help with checking out the values of variables and
15889so on when debugging router configurations. For example, if a %condition%
15890option appears not to be working, %debug_print% can be used to output the
15891variables it references. The output happens after checks for %domains%,
15892%local_parts%, and %check_local_user% but before any other preconditions are
15893tested. A newline is added to the text if it does not end with one.
15894
15895
15896
15897oindex:[%disable_logging%]
15898`..'=
15899%disable_logging%, Use: 'routers', Type: 'boolean', Default: 'false'
15900===
15901
15902If this option is set true, nothing is logged for any routing errors
15903or for any deliveries caused by this router. You should not set this option
15904unless you really, really know what you are doing. See also the generic
15905transport option of the same name.
15906
15907
15908oindex:[%domains%]
15909`..'=
15910%domains%, Use: 'routers'!?, Type: 'domain list'!!, Default: 'unset'
15911===
15912
15913cindex:[router,restricting to specific domains]
068aaea8 15914cindex:[$domain_data$]
168e428f
PH
15915If this option is set, the router is skipped unless the current domain matches
15916the list. If the match is achieved by means of a file lookup, the data that the
15917lookup returned for the domain is placed in $domain_data$ for use in string
068aaea8
PH
15918expansions of the driver's private options. See section <<SECTrouprecon>> for a
15919list of the order in which preconditions are evaluated.
168e428f
PH
15920
15921
15922
15923oindex:[%driver%]
15924`..'=
15925%driver%, Use: 'routers', Type: 'string', Default: 'unset'
15926===
15927
15928This option must always be set. It specifies which of the available routers is
15929to be used.
15930
15931
15932
15933oindex:[%errors_to%]
15934`..'=
15935%errors_to%, Use: 'routers', Type: 'string'!!, Default: 'unset'
15936===
15937
15938cindex:[envelope sender]
15939cindex:[router,changing address for errors]
15940If a router successfully handles an address, it may queue the address for
15941delivery or it may generate child addresses. In both cases, if there is a
15942delivery problem during later processing, the resulting bounce message is sent
15943to the address that results from expanding this string, provided that the
15944address verifies successfully.
15945%errors_to% is expanded before %headers_add%, %headers_remove%, and
15946%transport%.
15947
15948If the option is unset, or the expansion is forced to fail, or the result of
15949the expansion fails to verify, the errors address associated with the incoming
15950address is used. At top level, this is the envelope sender. A non-forced
15951expansion failure causes delivery to be deferred.
15952
15953If an address for which %errors_to% has been set ends up being delivered over
15954SMTP, the envelope sender for that delivery is the %errors_to% value, so that
15955any bounces that are generated by other MTAs on the delivery route are also
15956sent there. The most common use of %errors_to% is probably to direct mailing
15957list bounces to the manager of the list, as described in section
15958<<SECTmailinglists>>.
15959
15960The %errors_to% setting associated with an address can be overridden if it
15961subsequently passes through other routers that have their own %errors_to%
15962settings,
15963or if it is delivered by a transport with a %return_path% setting.
15964
15965You can set %errors_to% to the empty string by either of these settings:
15966
15967 errors_to =
15968 errors_to = ""
15969
15970An expansion item that yields an empty string has the same effect. If you do
15971this, a locally detected delivery error for addresses processed by this router
15972no longer gives rise to a bounce message; the error is discarded. If the
15973address is delivered to a remote host, the return path is set to `<>`, unless
15974overridden by the %return_path% option on the transport.
15975
068aaea8 15976cindex:[$address_data$]
168e428f
PH
15977If for some reason you want to discard local errors, but use a non-empty
15978MAIL command for remote delivery, you can preserve the original return
15979path in $address_data$ in the router, and reinstate it in the transport by
15980setting %return_path%.
15981
15982
15983
15984oindex:[%expn%]
15985`..'=
15986%expn%, Use: 'routers'!?, Type: 'boolean', Default: 'true'
15987===
15988
15989cindex:[address,testing]
15990cindex:[testing,addresses]
15991cindex:[EXPN,router skipping]
15992cindex:[router,skipping for EXPN]
15993If this option is turned off, the router is skipped when testing an address
15994as a result of processing an SMTP EXPN command. You might, for example,
15995want to turn it off on a router for users' _.forward_ files, while leaving it
15996on for the system alias file.
15997See section <<SECTrouprecon>> for a list of the order in which preconditions
15998are evaluated.
15999
16000The use of the SMTP EXPN command is controlled by an ACL (see chapter
16001<<CHAPACL>>). When Exim is running an EXPN command, it is similar to testing
16002an address with %-bt%. Compare VRFY, whose counterpart is %-bv%.
16003
16004
16005
16006oindex:[%fail_verify%]
16007`..'=
16008%fail_verify%, Use: 'routers', Type: 'boolean', Default: 'false'
16009===
16010
16011cindex:[router,forcing verification failure]
16012Setting this option has the effect of setting both %fail_verify_sender% and
16013%fail_verify_recipient% to the same value.
16014
16015
16016
16017oindex:[%fail_verify_recipient%]
16018`..'=
16019%fail_verify_recipient%, Use: 'routers', Type: 'boolean', Default: 'false'
16020===
16021
16022If this option is true and an address is accepted by this router when
16023verifying a recipient, verification fails.
16024
16025
16026
16027oindex:[%fail_verify_sender%]
16028`..'=
16029%fail_verify_sender%, Use: 'routers', Type: 'boolean', Default: 'false'
16030===
16031
16032If this option is true and an address is accepted by this router when
16033verifying a sender, verification fails.
16034
16035
16036
16037oindex:[%fallback_hosts%]
16038`..'=
16039%fallback_hosts%, Use: 'routers', Type: 'string list', Default: 'unset'
16040===
16041
068aaea8 16042[revisionflag="changed"]
168e428f
PH
16043cindex:[router,fallback hosts]
16044cindex:[fallback,hosts specified on router]
16045String expansion is not applied to this option. The argument must be a
068aaea8
PH
16046colon-separated list of host names or IP addresses. The list separator can be
16047changed (see section <<SECTlistconstruct>>), and a port can be specified with
16048each name or address. In fact, the format of each item is exactly the same as
16049defined for the list of hosts in a ^manualroute^ router (see section
16050<<SECTformatonehostitem>>).
16051
16052If a router queues an address for a remote transport, this host list is
16053associated with the address, and used instead of the transport's fallback host
16054list. If %hosts_randomize% is set on the transport, the order of the list is
16055randomized for each use. See the %fallback_hosts% option of the ^smtp^
16056transport for further details.
168e428f
PH
16057
16058
16059oindex:[%group%]
16060`..'=
16061%group%, Use: 'routers', Type: 'string'!!, Default: 'see below'
16062===
16063
16064cindex:[gid (group id),local delivery]
16065cindex:[local transports,uid and gid]
16066cindex:[transport,local]
16067cindex:[router,setting group]
16068When a router queues an address for a transport, and the transport does not
16069specify a group, the group given here is used when running the delivery
16070process.
16071The group may be specified numerically or by name. If expansion fails, the
16072error is logged and delivery is deferred.
16073The default is unset, unless %check_local_user% is set, when the default
16074is taken from the password information. See also %initgroups% and %user% and
16075the discussion in chapter <<CHAPenvironment>>.
16076
16077
16078
16079oindex:[%headers_add%]
16080`..'=
16081%headers_add%, Use: 'routers', Type: 'string'!!, Default: 'unset'
16082===
16083
16084cindex:[header lines,adding]
16085cindex:[router,adding header lines]
16086This option specifies a string of text that is expanded at routing time, and
16087associated with any addresses that are accepted by the router. However, this
16088option has no effect when an address is just being verified. The way in which
16089the text is used to add header lines at transport time is described in section
16090<<SECTheadersaddrem>>.
16091
16092The %headers_add% option is expanded after %errors_to%, but before
16093%headers_remove% and %transport%. If the expanded string is empty, or if the
16094expansion is forced to fail, the option has no effect. Other expansion failures
16095are treated as configuration errors.
16096
068aaea8 16097*Warning 1*: The %headers_add% option cannot be used for a ^redirect^
168e428f
PH
16098router that has the %one_time% option set.
16099
068aaea8
PH
16100[revisionflag="changed"]
16101*Warning 2*: If the %unseen% option is set on the router, all header additions
16102are deleted when the address is passed on to subsequent routers.
16103
168e428f
PH
16104
16105
16106
16107oindex:[%headers_remove%]
16108`..'=
16109%headers_remove%, Use: 'routers', Type: 'string'!!, Default: 'unset'
16110===
16111
16112cindex:[header lines,removing]
16113cindex:[router,removing header lines]
16114This option specifies a string of text that is expanded at routing time, and
16115associated with any addresses that are accepted by the router. However, this
16116option has no effect when an address is just being verified. The way in which
16117the text is used to remove header lines at transport time is described in
16118section <<SECTheadersaddrem>>.
16119
16120The %headers_remove% option is expanded after %errors_to% and %headers_add%,
16121but before %transport%. If the expansion is forced to fail, the option has no
16122effect. Other expansion failures are treated as configuration errors.
16123
068aaea8 16124*Warning 1*: The %headers_remove% option cannot be used for a ^redirect^
168e428f
PH
16125router that has the %one_time% option set.
16126
068aaea8
PH
16127[revisionflag="changed"]
16128*Warning 2*: If the %unseen% option is set on the router, all header removal
16129requests are deleted when the address is passed on to subsequent routers.
168e428f
PH
16130
16131
16132
16133oindex:[%ignore_target_hosts%]
16134`..'=
16135%ignore_target_hosts%, Use: 'routers', Type: 'host list'!!, Default: 'unset'
16136===
16137
16138cindex:[IP address,discarding]
16139cindex:[router,discarding IP addresses]
16140Although this option is a host list, it should normally contain IP address
16141entries rather than names. If any host that is looked up by the router has an
16142IP address that matches an item in this list, Exim behaves as if that IP
16143address did not exist. This option allows you to cope with rogue DNS entries
16144like
16145
16146 remote.domain.example. A 127.0.0.1
16147
16148by setting
16149
16150 ignore_target_hosts = 127.0.0.1
16151
16152on the relevant router. If all the hosts found by a ^dnslookup^ router are
16153discarded in this way, the router declines. In a conventional configuration, an
16154attempt to mail to such a domain would normally provoke the ``unrouteable
16155domain'' error, and an attempt to verify an address in the domain would fail.
16156
16157Similarly, if %ignore_target_hosts% is set on an ^ipliteral^ router, the
16158router declines if presented with one of the listed addresses.
16159
16160This option may also be useful for ignoring link-local and site-local IPv6
16161addresses. Because, like all host lists, the value of %ignore_target_hosts%
16162is expanded before use as a list, it is possible to make it dependent on the
16163domain that is being routed.
16164
068aaea8 16165cindex:[$host_address$]
168e428f
PH
16166During its expansion, $host_address$ is set to the IP address that is being
16167checked.
16168
16169oindex:[%initgroups%]
16170`..'=
16171%initgroups%, Use: 'routers', Type: 'boolean', Default: 'false'
16172===
16173
16174cindex:[additional groups]
16175cindex:[groups, additional]
16176cindex:[local transports,uid and gid]
16177cindex:[transport,local]
16178If the router queues an address for a transport, and this option is true, and
16179the uid supplied by the router is not overridden by the transport, the
16180'initgroups()' function is called when running the transport to ensure that
16181any additional groups associated with the uid are set up. See also %group% and
16182%user% and the discussion in chapter <<CHAPenvironment>>.
16183
16184
16185
16186oindex:[%local_part_prefix%]
16187`..'=
16188%local_part_prefix%, Use: 'routers'!?, Type: 'string list', Default: 'unset'
16189===
16190
16191cindex:[router,prefix for local part]
16192cindex:[prefix,for local part; used in router]
068aaea8
PH
16193If this option is set, the router is skipped unless the local part starts with
16194one of the given strings, or %local_part_prefix_optional% is true. See section
16195<<SECTrouprecon>> for a list of the order in which preconditions are evaluated.
168e428f
PH
16196
16197The list is scanned from left to right, and the first prefix that matches is
16198used. A limited form of wildcard is available; if the prefix begins with an
16199asterisk, it matches the longest possible sequence of arbitrary characters at
16200the start of the local part. An asterisk should therefore always be followed by
16201some character that does not occur in normal local parts.
168e428f
PH
16202cindex:[multiple mailboxes]
16203cindex:[mailbox,multiple]
16204Wildcarding can be used to set up multiple user mailboxes, as described in
16205section <<SECTmulbox>>.
16206
068aaea8
PH
16207[revisionflag="changed"]
16208cindex:[$local_part$]
16209cindex:[$local_part_prefix$]
168e428f
PH
16210During the testing of the %local_parts% option, and while the router is
16211running, the prefix is removed from the local part, and is available in the
068aaea8
PH
16212expansion variable $local_part_prefix$. When a message is being delivered, if
16213the router accepts the address, this remains true during subsequent delivery by
16214a transport. In particular, the local part that is transmitted in the RCPT
16215command for LMTP, SMTP, and BSMTP deliveries has the prefix removed by default.
16216This behaviour can be overridden by setting %rcpt_include_affixes% true on the
168e428f
PH
16217relevant transport.
16218
068aaea8
PH
16219[revisionflag="changed"]
16220When an address is being verified, %local_part_prefix% affects only the
16221behaviour of the router. If the callout feature of verification is in use, this
16222means that the full address, including the prefix, will be used during the
16223callout.
16224
168e428f
PH
16225The prefix facility is commonly used to handle local parts of the form
16226%owner-something%. Another common use is to support local parts of the form
16227%real-username% to bypass a user's _.forward_ file -- helpful when trying to
16228tell a user their forwarding is broken -- by placing a router like this one
16229immediately before the router that handles _.forward_ files:
16230
16231 real_localuser:
16232 driver = accept
16233 local_part_prefix = real-
16234 check_local_user
16235 transport = local_delivery
16236
16237If both %local_part_prefix% and %local_part_suffix% are set for a router,
16238both conditions must be met if not optional. Care must be taken if wildcards
16239are used in both a prefix and a suffix on the same router. Different
16240separator characters must be used to avoid ambiguity.
16241
16242
16243oindex:[%local_part_prefix_optional%]
16244`..'=
16245%local_part_prefix_optional%, Use: 'routers', Type: 'boolean', Default: 'false'
16246===
16247
16248See %local_part_prefix% above.
16249
16250
16251
16252oindex:[%local_part_suffix%]
16253`..'=
16254%local_part_suffix%, Use: 'routers'!?, Type: 'string list', Default: 'unset'
16255===
16256
16257cindex:[router,suffix for local part]
16258cindex:[suffix for local part, used in router]
16259This option operates in the same way as %local_part_prefix%, except that the
16260local part must end (rather than start) with the given string, the
16261%local_part_suffix_optional% option determines whether the suffix is
16262mandatory, and the wildcard \* character, if present, must be the last
16263character of the suffix. This option facility is commonly used to handle local
16264parts of the form %something-request% and multiple user mailboxes of the form
16265%username-foo%.
16266
16267
16268oindex:[%local_part_suffix_optional%]
16269`..'=
16270%local_part_suffix_optional%, Use: 'routers', Type: 'boolean', Default: 'false'
16271===
16272
16273See %local_part_suffix% above.
16274
16275
16276
16277oindex:[%local_parts%]
16278`..'=
16279%local_parts%, Use: 'routers'!?, Type: 'local part list'!!, Default: 'unset'
16280===
16281
16282cindex:[router,restricting to specific local parts]
16283cindex:[local part,checking in router]
16284The router is run only if the local part of the address matches the list.
16285See section <<SECTrouprecon>> for a list of the order in which preconditions
16286are evaluated, and
16287section <<SECTlocparlis>> for a discussion of local part lists. Because the
16288string is expanded, it is possible to make it depend on the domain, for
16289example:
16290
16291 local_parts = dbm;/usr/local/specials/$domain
16292
068aaea8 16293cindex:[$local_part_data$]
168e428f
PH
16294If the match is achieved by a lookup, the data that the lookup returned
16295for the local part is placed in the variable $local_part_data$ for use in
16296expansions of the router's private options. You might use this option, for
16297example, if you have a large number of local virtual domains, and you want to
16298send all postmaster mail to the same place without having to set up an alias in
16299each virtual domain:
16300
16301 postmaster:
16302 driver = redirect
16303 local_parts = postmaster
16304 data = postmaster@real.domain.example
16305
16306
16307
16308
16309oindex:[%log_as_local%]
16310`..'=
16311%log_as_local%, Use: 'routers', Type: 'boolean', Default: 'see below'
16312===
16313
16314cindex:[log,delivery line]
16315cindex:[delivery,log line format]
16316Exim has two logging styles for delivery, the idea being to make local
16317deliveries stand out more visibly from remote ones. In the ``local'' style, the
16318recipient address is given just as the local part, without a domain. The use of
16319this style is controlled by this option. It defaults to true for the ^accept^
16320router, and false for all the others.
16321
16322
16323
16324oindex:[%more%]
16325`..'=
16326%more%, Use: 'routers', Type: 'boolean'!!, Default: 'true'
16327===
16328
16329The result of string expansion for this option must be a valid boolean value,
16330that is, one of the strings ``yes'', ``no'', ``true'', or ``false''. Any other
16331result causes an error, and delivery is deferred. If the expansion is forced to
16332fail, the default value for the option (true) is used. Other failures cause
16333delivery to be deferred.
16334
068aaea8
PH
16335If this option is set false, and the router declines to handle the address, no
16336further routers are tried, routing fails, and the address is bounced.
16337cindex:[%self% option] However, if the router explicitly passes an address to
16338the following router by means of the setting
168e428f
PH
16339
16340 self = pass
16341
16342or otherwise, the setting of %more% is ignored. Also, the setting of %more%
16343does not affect the behaviour if one of the precondition tests fails. In that
16344case, the address is always passed to the next router.
16345
068aaea8
PH
16346[revisionflag="changed"]
16347Note that %address_data% is not considered to be a precondition. If its
16348expansion is forced to fail, the router declines, and the value of %more%
16349controls what happens next.
16350
168e428f
PH
16351
16352
16353oindex:[%pass_on_timeout%]
16354`..'=
16355%pass_on_timeout%, Use: 'routers', Type: 'boolean', Default: 'false'
16356===
16357
16358cindex:[timeout,of router]
16359cindex:[router,timeout]
16360If a router times out during a host lookup, it normally causes deferral of the
16361address. If %pass_on_timeout% is set, the address is passed on to the next
16362router, overriding %no_more%. This may be helpful for systems that are
16363intermittently connected to the Internet, or those that want to pass to a smart
16364host any messages that cannot immediately be delivered.
16365
16366There are occasional other temporary errors that can occur while doing DNS
16367lookups. They are treated in the same way as a timeout, and this option
16368applies to all of them.
16369
16370
16371
16372oindex:[%pass_router%]
16373`..'=
16374%pass_router%, Use: 'routers', Type: 'string', Default: 'unset'
16375===
16376
16377cindex:[router,go to after ``pass'']
16378When a router returns ``pass'', the address is normally handed on to the next
16379router in sequence. This can be changed by setting %pass_router% to the name
16380of another router. However (unlike %redirect_router%) the named router must be
16381below the current router, to avoid loops. Note that this option applies only to
16382the special case of ``pass''. It does not apply when a router returns ``decline''.
16383
16384
16385
16386oindex:[%redirect_router%]
16387`..'=
16388%redirect_router%, Use: 'routers', Type: 'string', Default: 'unset'
16389===
16390
16391cindex:[router,start at after redirection]
16392Sometimes an administrator knows that it is pointless to reprocess addresses
16393generated from alias or forward files with the same router again. For
16394example, if an alias file translates real names into login ids there is no
16395point searching the alias file a second time, especially if it is a large file.
16396
16397The %redirect_router% option can be set to the name of any router instance. It
16398causes the routing of any generated addresses to start at the named router
16399instead of at the first router. This option has no effect if the router in
16400which it is set does not generate new addresses.
16401
16402
16403
16404oindex:[%require_files%]
16405`..'=
16406%require_files%, Use: 'routers'!?, Type: 'string list'!!, Default: 'unset'
16407===
16408
16409cindex:[file,requiring for router]
16410cindex:[router,requiring file existence]
16411This option provides a general mechanism for predicating the running of a
16412router on the existence or non-existence of certain files or directories.
16413Before running a router, as one of its precondition tests, Exim works its way
16414through the %require_files% list, expanding each item separately.
16415
16416Because the list is split before expansion, any colons in expansion items must
16417be doubled, or the facility for using a different list separator must be used.
16418If any expansion is forced to fail, the item is ignored. Other expansion
16419failures cause routing of the address to be deferred.
16420
16421If any expanded string is empty, it is ignored. Otherwise, except as described
16422below, each string must be a fully qualified file path, optionally preceded by
16423``!''. The paths are passed to the 'stat()' function to test for the existence
16424of the files or directories. The router is skipped if any paths not preceded by
16425``!'' do not exist, or if any paths preceded by ``!'' do exist.
16426
16427cindex:[NFS]
16428If 'stat()' cannot determine whether a file exists or not, delivery of
16429the message is deferred. This can happen when NFS-mounted filesystems are
16430unavailable.
16431
16432This option is checked after the %domains%, %local_parts%, and %senders%
16433options, so you cannot use it to check for the existence of a file in which to
16434look up a domain, local part, or sender. (See section <<SECTrouprecon>> for a
16435full list of the order in which preconditions are evaluated.) However, as
16436these options are all expanded, you can use the %exists% expansion condition to
16437make such tests. The %require_files% option is intended for checking files
16438that the router may be going to use internally, or which are needed by a
16439transport (for example _.procmailrc_).
16440
16441During delivery, the 'stat()' function is run as root, but there is a
16442facility for some checking of the accessibility of a file by another user.
16443This is not a proper permissions check, but just a ``rough'' check that
16444operates as follows:
16445
16446If an item in a %require_files% list does not contain any forward slash
16447characters, it is taken to be the user (and optional group, separated by a
16448comma) to be checked for subsequent files in the list. If no group is specified
16449but the user is specified symbolically, the gid associated with the uid is
16450used. For example:
16451
16452 require_files = mail:/some/file
16453 require_files = $local_part:$home/.procmailrc
16454
16455If a user or group name in a %require_files% list does not exist, the
16456%require_files% condition fails.
16457
16458Exim performs the check by scanning along the components of the file path, and
16459checking the access for the given uid and gid. It checks for ``x'' access on
16460directories, and ``r'' access on the final file. Note that this means that file
16461access control lists, if the operating system has them, are ignored.
16462
16463*Warning 1*: When the router is being run to verify addresses for an
16464incoming SMTP message, Exim is not running as root, but under its own uid. This
16465may affect the result of a %require_files% check. In particular, 'stat()'
16466may yield the error EACCES (``Permission denied''). This means that the Exim
16467user is not permitted to read one of the directories on the file's path.
16468
16469*Warning 2*: Even when Exim is running as root while delivering a message,
16470'stat()' can yield EACCES for a file in an NFS directory that is mounted
16471without root access.
16472
16473In this case, if a check for access by a particular user is requested, Exim
16474creates a subprocess that runs as that user, and tries the check again in that
16475process.
16476
16477The default action for handling an unresolved EACCES is to consider it to
16478be caused by a configuration error,
16479
16480and routing is deferred because the existence or non-existence of the file
16481cannot be determined. However, in some circumstances it may be desirable to
16482treat this condition as if the file did not exist. If the file name (or the
16483exclamation mark that precedes the file name for non-existence) is preceded by
16484a plus sign, the EACCES error is treated as if the file did not exist. For
16485example:
16486
16487 require_files = +/some/file
16488
16489If the router is not an essential part of verification (for example, it
16490handles users' _.forward_ files), another solution is to set the %verify%
16491option false so that the router is skipped when verifying.
16492
16493
16494
16495oindex:[%retry_use_local_part%]
16496`..'=
16497%retry_use_local_part%, Use: 'routers', Type: 'boolean', Default: 'see below'
16498===
16499
16500cindex:[hints database,retry keys]
16501cindex:[local part,in retry keys]
16502When a delivery suffers a temporary routing failure, a retry record is created
16503in Exim's hints database. For addresses whose routing depends only on the
16504domain, the key for the retry record should not involve the local part, but for
16505other addresses, both the domain and the local part should be included.
16506Usually, remote routing is of the former kind, and local routing is of the
16507latter kind.
16508
16509This option controls whether the local part is used to form the key for retry
16510hints for addresses that suffer temporary errors while being handled by this
16511router. The default value is true for any router that has %check_local_user%
16512set, and false otherwise. Note that this option does not apply to hints keys
16513for transport delays; they are controlled by a generic transport option of the
16514same name.
16515
16516The setting of %retry_use_local_part% applies only to the router on which it
16517appears. If the router generates child addresses, they are routed
16518independently; this setting does not become attached to them.
16519
16520
16521
16522oindex:[%router_home_directory%]
16523`..'=
16524%router_home_directory%, Use: 'routers', Type: 'string'!!, Default: 'unset'
16525===
16526
16527cindex:[router,home directory for]
16528cindex:[home directory,for router]
068aaea8 16529cindex:[$home$]
168e428f
PH
16530This option sets a home directory for use while the router is running. (Compare
16531%transport_home_directory%, which sets a home directory for later
16532transporting.) In particular, if used on a ^redirect^ router, this option
16533sets a value for $home$ while a filter is running. The value is expanded;
16534forced expansion failure causes the option to be ignored -- other failures
16535cause the router to defer.
16536
16537Expansion of %router_home_directory% happens immediately after the
16538%check_local_user% test (if configured), before any further expansions take
16539place.
16540(See section <<SECTrouprecon>> for a list of the order in which preconditions
16541are evaluated.)
16542While the router is running, %router_home_directory% overrides the value of
16543$home$ that came from %check_local_user%.
16544
16545When a router accepts an address and routes it to a transport (including the
16546cases when a redirect router generates a pipe, file, or autoreply delivery),
16547the home directory setting for the transport is taken from the first of these
16548values that is set:
16549
16550- The %home_directory% option on the transport;
16551
16552- The %transport_home_directory% option on the router;
16553
16554- The password data if %check_local_user% is set on the router;
16555
16556- The %router_home_directory% option on the router.
16557
16558In other words, %router_home_directory% overrides the password data for the
16559router, but not for the transport.
16560
16561
16562
16563oindex:[%self%]
16564`..'=
16565%self%, Use: 'routers', Type: 'string', Default: 'freeze'
16566===
16567
16568cindex:[MX record,pointing to local host]
16569cindex:[local host,MX pointing to]
16570This option applies to those routers that use a recipient address to find a
16571list of remote hosts. Currently, these are the ^dnslookup^, ^ipliteral^,
16572and ^manualroute^ routers.
16573Certain configurations of the ^queryprogram^ router can also specify a list
16574of remote hosts.
16575Usually such routers are configured to send the message to a remote host via an
16576^smtp^ transport. The %self% option specifies what happens when the first
16577host on the list turns out to be the local host.
16578The way in which Exim checks for the local host is described in section
16579<<SECTreclocipadd>>.
16580
16581Normally this situation indicates either an error in Exim's configuration (for
16582example, the router should be configured not to process this domain), or an
16583error in the DNS (for example, the MX should not point to this host). For this
16584reason, the default action is to log the incident, defer the address, and
16585freeze the message. The following alternatives are provided for use in special
16586cases:
16587
16588%defer%::
16589Delivery of the message is tried again later, but the message is not frozen.
16590
16591%reroute%: <'domain'>::
16592The domain is changed to the given domain, and the address is passed back to
16593be reprocessed by the routers. No rewriting of headers takes place. This
16594behaviour is essentially a redirection.
16595
16596%reroute: rewrite:% <'domain'>::
16597The domain is changed to the given domain, and the address is passed back to be
16598reprocessed by the routers. Any headers that contain the original domain are
16599rewritten.
16600
16601%pass%::
16602The router passes the address to the next router, or to the router named in the
16603%pass_router% option if it is set.
16604cindex:[%more% option]
16605This overrides %no_more%.
16606+
068aaea8 16607cindex:[$self_hostname$]
168e428f
PH
16608During subsequent routing and delivery, the variable $self_hostname$ contains
16609the name of the local host that the router encountered. This can be used to
16610distinguish between different cases for hosts with multiple names. The
16611combination
16612
16613 self = pass
16614 no_more
16615+
16616ensures that only those addresses that routed to the local host are passed on.
16617Without %no_more%, addresses that were declined for other reasons would also
16618be passed to the next router.
16619
16620%fail%::
16621Delivery fails and an error report is generated.
16622
16623%send%::
16624cindex:[local host,sending to]
16625The anomaly is ignored and the address is queued for the transport. This
16626setting should be used with extreme caution. For an ^smtp^ transport, it makes
16627sense only in cases where the program that is listening on the SMTP port is not
16628this version of Exim. That is, it must be some other MTA, or Exim with a
16629different configuration file that handles the domain in another way.
16630
16631
16632
16633oindex:[%senders%]
16634`..'=
16635%senders%, Use: 'routers'!?, Type: 'address list'!!, Default: 'unset'
16636===
16637
16638cindex:[router,checking senders]
16639If this option is set, the router is skipped unless the message's sender
16640address matches something on the list.
16641See section <<SECTrouprecon>> for a list of the order in which preconditions
16642are evaluated.
16643
16644There are issues concerning verification when the running of routers is
16645dependent on the sender. When Exim is verifying the address in an %errors_to%
16646setting, it sets the sender to the null string. When using the %-bt% option to
16647check a configuration file, it is necessary also to use the %-f% option to set
16648an appropriate sender. For incoming mail, the sender is unset when verifying
16649the sender, but is available when verifying any recipients. If the SMTP
16650VRFY command is enabled, it must be used after MAIL if the sender
16651address matters.
16652
16653
16654oindex:[%translate_ip_address%]
16655`..'=
16656%translate_ip_address%, Use: 'routers', Type: 'string'!!, Default: 'unset'
16657===
16658
16659cindex:[IP address,translating]
16660cindex:[packet radio]
16661cindex:[router,IP address translation]
16662There exist some rare networking situations (for example, packet radio) where
16663it is helpful to be able to translate IP addresses generated by normal routing
16664mechanisms into other IP addresses, thus performing a kind of manual IP
16665routing. This should be done only if the normal IP routing of the TCP/IP stack
16666is inadequate or broken. Because this is an extremely uncommon requirement, the
16667code to support this option is not included in the Exim binary unless
16668SUPPORT_TRANSLATE_IP_ADDRESS=yes is set in _Local/Makefile_.
16669
068aaea8 16670cindex:[$host_address$]
168e428f
PH
16671The %translate_ip_address% string is expanded for every IP address generated
16672by the router, with the generated address set in $host_address$. If the
16673expansion is forced to fail, no action is taken.
16674For any other expansion error, delivery of the message is deferred.
16675If the result of the expansion is an IP address, that replaces the original
16676address; otherwise the result is assumed to be a host name -- this is looked up
16677using 'gethostbyname()' (or 'getipnodebyname()' when available) to produce
16678one or more replacement IP addresses. For example, to subvert all IP addresses
16679in some specific networks, this could be added to a router:
16680
16681....
16682translate_ip_address = \
16683 ${lookup{${mask:$host_address/26}}lsearch{/some/file}{$value}fail}}
16684....
16685
16686The file would contain lines like
16687
16688 10.2.3.128/26 some.host
16689 10.8.4.34/26 10.44.8.15
16690
16691You should not make use of this facility unless you really understand what you
16692are doing.
16693
16694
16695
16696oindex:[%transport%]
16697`..'=
16698%transport%, Use: 'routers', Type: 'string'!!, Default: 'unset'
16699===
16700
16701This option specifies the transport to be used when a router accepts an address
16702and sets it up for delivery. A transport is never needed if a router is used
16703only for verification. The value of the option is expanded at routing time,
16704after the expansion of %errors_to%, %headers_add%, and %headers_remove%, and
16705result must be the name of one of the configured transports. If it is not,
16706delivery is deferred.
16707
16708The %transport% option is not used by the ^redirect^ router, but it does have
16709some private options that set up transports for pipe and file deliveries (see
16710chapter <<CHAPredirect>>).
16711
16712
16713
16714oindex:[%transport_current_directory%]
16715`..'=
16716%transport_current_directory%, Use: 'routers', Type: 'string'!!, Default: 'unset'
16717===
16718
16719cindex:[current directory for local transport]
16720This option associates a current directory with any address that is routed
16721to a local transport. This can happen either because a transport is
16722explicitly configured for the router, or because it generates a delivery to a
16723file or a pipe. During the delivery process (that is, at transport time), this
16724option string is expanded and is set as the current directory, unless
16725overridden by a setting on the transport.
16726If the expansion fails for any reason, including forced failure, an error is
16727logged, and delivery is deferred.
16728See chapter <<CHAPenvironment>> for details of the local delivery environment.
16729
16730
16731
16732
16733oindex:[%transport_home_directory%]
16734`..'=
16735%transport_home_directory%, Use: 'routers', Type: 'string'!!, Default: 'see below'
16736===
16737
16738cindex:[home directory,for local transport]
16739This option associates a home directory with any address that is routed to a
16740local transport. This can happen either because a transport is explicitly
16741configured for the router, or because it generates a delivery to a file or a
16742pipe. During the delivery process (that is, at transport time), the option
16743string is expanded and is set as the home directory, unless overridden by a
16744setting of %home_directory% on the transport.
16745If the expansion fails for any reason, including forced failure, an error is
16746logged, and delivery is deferred.
16747
16748If the transport does not specify a home directory, and
16749%transport_home_directory% is not set for the router, the home directory for
16750the tranport is taken from the password data if %check_local_user% is set for
16751the router. Otherwise it is taken from %router_home_directory% if that option
16752is set; if not, no home directory is set for the transport.
16753
16754See chapter <<CHAPenvironment>> for further details of the local delivery
16755environment.
16756
16757
16758
16759
16760oindex:[%unseen%]
16761`..'=
16762%unseen%, Use: 'routers', Type: 'boolean'!!, Default: 'false'
16763===
16764
16765cindex:[router,carrying on after success]
16766The result of string expansion for this option must be a valid boolean value,
068aaea8
PH
16767that is, one of the strings ``yes'', ``no'', ``true'', or ``false''. Any other
16768result causes an error, and delivery is deferred. If the expansion is forced to
16769fail, the default value for the option (false) is used. Other failures cause
16770delivery to be deferred.
16771
168e428f
PH
16772When this option is set true, routing does not cease if the router accepts the
16773address. Instead, a copy of the incoming address is passed to the next router,
16774overriding a false setting of %more%. There is little point in setting %more%
16775false if %unseen% is always true, but it may be useful in cases when the value
16776of %unseen% contains expansion items (and therefore, presumably, is sometimes
16777true and sometimes false).
16778
068aaea8 16779[revisionflag="changed"]
168e428f
PH
16780cindex:[copy of message (%unseen% option)]
16781The %unseen% option can be used to cause copies of messages to be delivered to
16782some other destination, while also carrying out a normal delivery. In effect,
16783the current address is made into a ``parent'' that has two children -- one that
16784is delivered as specified by this router, and a clone that goes on to be routed
068aaea8
PH
16785further. For this reason, %unseen% may not be combined with the %one_time%
16786option in a ^redirect^ router.
168e428f 16787
068aaea8
PH
16788*Warning*: Header lines added to the address (or specified for removal) by this
16789router or by previous routers affect the ``unseen'' copy of the message only.
16790The clone that continues to be processed by further routers starts with no
16791added headers and none specified for removal. However, any data that was set by
16792the %address_data% option in the current or previous routers is passed on.
16793Setting the %unseen% option has a similar effect to the %unseen% command
16794qualifier in filter files.
168e428f
PH
16795
16796
16797
16798oindex:[%user%]
16799`..'=
16800%user%, Use: 'routers', Type: 'string'!!, Default: 'see below'
16801===
16802
16803cindex:[uid (user id),local delivery]
16804cindex:[local transports,uid and gid]
16805cindex:[transport,local]
16806cindex:[router,user for filter processing]
16807cindex:[filter,user for processing]
16808When a router queues an address for a transport, and the transport does not
16809specify a user, the user given here is used when running the delivery process.
16810The user may be specified numerically or by name. If expansion fails, the
16811error is logged and delivery is deferred.
16812This user is also used by the ^redirect^ router when running a filter file.
16813The default is unset, except when %check_local_user% is set. In this case,
16814the default is taken from the password information. If the user is specified as
16815a name, and %group% is not set, the group associated with the user is used. See
16816also %initgroups% and %group% and the discussion in chapter <<CHAPenvironment>>.
16817
16818
16819
16820oindex:[%verify%]
16821`..'=
16822%verify%, Use: 'routers'!?, Type: 'boolean', Default: 'true'
16823===
16824
16825Setting this option has the effect of setting %verify_sender% and
16826%verify_recipient% to the same value.
16827
16828
16829oindex:[%verify_only%]
16830`..'=
16831%verify_only%, Use: 'routers'!?, Type: 'boolean', Default: 'false'
16832===
16833
16834cindex:[EXPN,with %verify_only%]
16835cindex:[%-bv% option]
16836cindex:[router,used only when verifying]
16837If this option is set, the router is used only when verifying an address or
16838testing with the %-bv% option, not when actually doing a delivery, testing
16839with the %-bt% option, or running the SMTP EXPN command. It can be further
16840restricted to verifying only senders or recipients by means of %verify_sender%
16841and %verify_recipient%.
16842
16843*Warning*: When the router is being run to verify addresses for an incoming
16844SMTP message, Exim is not running as root, but under its own uid. If the router
16845accesses any files, you need to make sure that they are accessible to the Exim
16846user or group.
16847
16848
16849oindex:[%verify_recipient%]
16850`..'=
16851%verify_recipient%, Use: 'routers'!?, Type: 'boolean', Default: 'true'
16852===
16853
16854If this option is false, the router is skipped when verifying recipient
16855addresses
16856or testing recipient verification using %-bv%.
16857See section <<SECTrouprecon>> for a list of the order in which preconditions
16858are evaluated.
16859
16860
16861oindex:[%verify_sender%]
16862`..'=
16863%verify_sender%, Use: 'routers'!?, Type: 'boolean', Default: 'true'
16864===
16865
16866If this option is false, the router is skipped when verifying sender addresses
16867or testing sender verification using %-bvs%.
16868See section <<SECTrouprecon>> for a list of the order in which preconditions
16869are evaluated.
16870
16871
16872
16873
16874
16875
16876////////////////////////////////////////////////////////////////////////////
16877////////////////////////////////////////////////////////////////////////////
16878
16879The accept router
16880-----------------
16881cindex:[^accept^ router]
16882cindex:[routers,^accept^]
16883The ^accept^ router has no private options of its own. Unless it is being used
16884purely for verification (see %verify_only%) a transport is required to be
16885defined by the generic %transport% option. If the preconditions that are
16886specified by generic options are met, the router accepts the address and queues
16887it for the given transport. The most common use of this router is for setting
16888up deliveries to local mailboxes. For example:
16889
16890 localusers:
16891 driver = accept
16892 domains = mydomain.example
16893 check_local_user
16894 transport = local_delivery
16895
16896The %domains% condition in this example checks the domain of the address, and
16897%check_local_user% checks that the local part is the login of a local user.
16898When both preconditions are met, the ^accept^ router runs, and queues the
16899address for the ^local_delivery^ transport.
16900
16901
16902
16903
16904
16905
16906////////////////////////////////////////////////////////////////////////////
16907////////////////////////////////////////////////////////////////////////////
16908
16909[[CHAPdnslookup]]
16910The dnslookup router
16911--------------------
16912cindex:[^dnslookup^ router]
16913cindex:[routers,^dnslookup^]
16914The ^dnslookup^ router looks up the hosts that handle mail for the
16915recipient's domain in the DNS. A transport must always be set for this router,
16916unless %verify_only% is set.
16917
16918If SRV support is configured (see %check_srv% below), Exim first searches for
16919SRV records. If none are found, or if SRV support is not configured,
16920MX records are looked up. If no MX records exist, address records are sought.
16921However, %mx_domains% can be set to disable the direct use of address records.
16922
16923MX records of equal priority are sorted by Exim into a random order. Exim then
16924looks for address records for the host names obtained from MX or SRV records.
16925When a host has more than one IP address, they are sorted into a random order,
16926except that IPv6 addresses are always sorted before IPv4 addresses. If all the
16927IP addresses found are discarded by a setting of the %ignore_target_hosts%
16928generic option, the router declines.
16929
16930Unless they have the highest priority (lowest MX value), MX records that point
16931to the local host, or to any host name that matches %hosts_treat_as_local%,
16932are discarded, together with any other MX records of equal or lower priority.
16933
16934cindex:[MX record,pointing to local host]
16935cindex:[local host,MX pointing to]
16936cindex:[%self% option,in ^dnslookup^ router]
16937If the host pointed to by the highest priority MX record, or looked up as an
16938address record, is the local host, or matches %hosts_treat_as_local%, what
16939happens is controlled by the generic %self% option.
16940
16941
16942[[SECTprowitdnsloo]]
16943Problems with DNS lookups
16944~~~~~~~~~~~~~~~~~~~~~~~~~
16945There have been problems with DNS servers when SRV records are looked up.
16946Some mis-behaving servers return a DNS error or timeout when a non-existent
16947SRV record is sought. Similar problems have in the past been reported for
16948MX records. The global %dns_again_means_nonexist% option can help with this
16949problem, but it is heavy-handed because it is a global option.
16950
16951For this reason, there are two options, %srv_fail_domains% and
16952%mx_fail_domains%, that control what happens when a DNS lookup in a
16953^dnslookup^ router results in a DNS failure or a ``try again'' response. If an
16954attempt to look up an SRV or MX record causes one of these results, and the
16955domain matches the relevant list, Exim behaves as if the DNS had responded ``no
16956such record''. In the case of an SRV lookup, this means that the router proceeds
16957to look for MX records; in the case of an MX lookup, it proceeds to look for A
16958or AAAA records, unless the domain matches %mx_domains%, in which case routing
16959fails.
16960
16961
16962
16963
16964Private options for dnslookup
16965~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16966cindex:[options,^dnslookup^ router]
16967The private options for the ^dnslookup^ router are as follows:
16968
16969oindex:[%check_secondary_mx%]
16970`..'=
16971%check_secondary_mx%, Use: 'dnslookup', Type: 'boolean', Default: 'false'
16972===
16973
16974cindex:[MX record,checking for secondary]
16975If this option is set, the router declines unless the local host is found in
16976(and removed from) the list of hosts obtained by MX lookup. This can be used to
16977process domains for which the local host is a secondary mail exchanger
16978differently to other domains. The way in which Exim decides whether a host is
16979the local host is described in section <<SECTreclocipadd>>.
16980
16981
16982oindex:[%check_srv%]
16983`..'=
16984%check_srv%, Use: 'dnslookup', Type: 'string'!!, Default: 'unset'
16985===
16986
16987cindex:[SRV record,enabling use of]
16988The ^dnslookup^ router supports the use of SRV records (see RFC 2782) in
16989addition to MX and address records. The support is disabled by default. To
16990enable SRV support, set the %check_srv% option to the name of the service
16991required. For example,
16992
16993 check_srv = smtp
16994
16995looks for SRV records that refer to the normal smtp service. The option is
16996expanded, so the service name can vary from message to message or address
16997to address. This might be helpful if SRV records are being used for a
16998submission service. If the expansion is forced to fail, the %check_srv%
16999option is ignored, and the router proceeds to look for MX records in the
17000normal way.
17001
17002When the expansion succeeds, the router searches first for SRV records for
17003the given service (it assumes TCP protocol). A single SRV record with a
17004host name that consists of just a single dot indicates ``no such service for
17005this domain''; if this is encountered, the router declines. If other kinds of
17006SRV record are found, they are used to construct a host list for delivery
17007according to the rules of RFC 2782. MX records are not sought in this case.
17008
17009When no SRV records are found, MX records (and address records) are sought in
17010the traditional way. In other words, SRV records take precedence over MX
17011records, just as MX records take precedence over address records. Note that
17012this behaviour is not sanctioned by RFC 2782, though a previous draft RFC
17013defined it. It is apparently believed that MX records are sufficient for email
17014and that SRV records should not be used for this purpose. However, SRV records
17015have an additional ``weight'' feature which some people might find useful when
17016trying to split an SMTP load between hosts of different power.
17017
17018See section <<SECTprowitdnsloo>> above for a discussion of Exim's behaviour when
17019there is a DNS lookup error.
17020
17021
17022
17023oindex:[%mx_domains%]
17024`..'=
17025%mx_domains%, Use: 'dnslookup', Type: 'domain list'!!, Default: 'unset'
17026===
17027
17028cindex:[MX record,required to exist]
17029cindex:[SRV record,required to exist]
17030A domain that matches %mx_domains% is required to have either an MX or an SRV
17031record in order to be recognised. (The name of this option could be improved.)
17032For example, if all the mail hosts in 'fict.example' are known to have MX
17033records, except for those in 'discworld.fict.example', you could use this
17034setting:
17035
17036 mx_domains = ! *.discworld.fict.example : *.fict.example
17037
17038This specifies that messages addressed to a domain that matches the list but
17039has no MX record should be bounced immediately instead of being routed using
17040the address record.
17041
17042
17043oindex:[%mx_fail_domains%]
17044`..'=
17045%mx_fail_domains%, Use: 'dnslookup', Type: 'domain list'!!, Default: 'unset'
17046===
17047
17048If the DNS lookup for MX records for one of the domains in this list causes a
17049DNS lookup error, Exim behaves as if no MX records were found. See section
17050<<SECTprowitdnsloo>> for more discussion.
17051
17052
17053
17054
17055oindex:[%qualify_single%]
17056`..'=
17057%qualify_single%, Use: 'dnslookup', Type: 'boolean', Default: 'true'
17058===
17059
17060cindex:[DNS,resolver options]
17061cindex:[DNS,qualifying single-component names]
17062When this option is true, the resolver option RES_DEFNAMES is set for DNS
17063lookups. Typically, but not standardly, this causes the resolver to qualify
17064single-component names with the default domain. For example, on a machine
17065called 'dictionary.ref.example', the domain 'thesaurus' would be changed to
17066'thesaurus.ref.example' inside the resolver. For details of what your resolver
17067actually does, consult your man pages for 'resolver' and 'resolv.conf'.
17068
17069
17070
17071oindex:[%rewrite_headers%]
17072`..'=
17073%rewrite_headers%, Use: 'dnslookup', Type: 'boolean', Default: 'true'
17074===
17075
17076cindex:[rewriting,header lines]
17077cindex:[header lines,rewriting]
17078If the domain name in the address that is being processed is not fully
17079qualified, it may be expanded to its full form by a DNS lookup. For example, if
17080an address is specified as 'dormouse@teaparty', the domain might be
17081expanded to 'teaparty.wonderland.fict.example'. Domain expansion can also
17082occur as a result of setting the %widen_domains% option. If %rewrite_headers%
17083is true, all occurrences of the abbreviated domain name in any 'Bcc:', 'Cc:',
17084'From:', 'Reply-to:', 'Sender:', and 'To:' header lines of the message are
17085rewritten with the full domain name.
17086
17087This option should be turned off only when it is known that no message is
17088ever going to be sent outside an environment where the abbreviation makes
17089sense.
17090
17091When an MX record is looked up in the DNS and matches a wildcard record, name
17092servers normally return a record containing the name that has been looked up,
17093making it impossible to detect whether a wildcard was present or not. However,
17094some name servers have recently been seen to return the wildcard entry. If the
17095name returned by a DNS lookup begins with an asterisk, it is not used for
17096header rewriting.
17097
17098
17099oindex:[%same_domain_copy_routing%]
17100`..'=
17101%same_domain_copy_routing%, Use: 'dnslookup', Type: 'boolean', Default: 'false'
17102===
17103
17104cindex:[address,copying routing]
17105Addresses with the same domain are normally routed by the ^dnslookup^ router
17106to the same list of hosts. However, this cannot be presumed, because the router
17107options and preconditions may refer to the local part of the address. By
17108default, therefore, Exim routes each address in a message independently. DNS
17109servers run caches, so repeated DNS lookups are not normally expensive, and in
17110any case, personal messages rarely have more than a few recipients.
17111
17112If you are running mailing lists with large numbers of subscribers at the same
17113domain, and you are using a ^dnslookup^ router which is independent of the
17114local part, you can set %same_domain_copy_routing% to bypass repeated DNS
17115lookups for identical domains in one message. In this case, when ^dnslookup^
17116routes an address to a remote transport, any other unrouted addresses in the
17117message that have the same domain are automatically given the same routing
17118without processing them independently,
17119provided the following conditions are met:
17120
17121- No router that processed the address specified %headers_add% or
17122%headers_remove%.
17123
17124- The router did not change the address in any way, for example, by ``widening''
17125the domain.
17126
17127
17128
17129
17130oindex:[%search_parents%]
17131`..'=
17132%search_parents%, Use: 'dnslookup', Type: 'boolean', Default: 'false'
17133===
17134
17135cindex:[DNS,resolver options]
17136When this option is true, the resolver option RES_DNSRCH is set for DNS
17137lookups. This is different from the %qualify_single% option in that it applies
17138to domains containing dots. Typically, but not standardly, it causes the
17139resolver to search for the name in the current domain and in parent domains.
17140For example, on a machine in the 'fict.example' domain, if looking up
17141'teaparty.wonderland' failed, the resolver would try
17142'teaparty.wonderland.fict.example'. For details of what your resolver
17143actually does, consult your man pages for 'resolver' and 'resolv.conf'.
17144
17145Setting this option true can cause problems in domains that have a wildcard MX
17146record, because any domain that does not have its own MX record matches the
17147local wildcard.
17148
17149
17150
17151oindex:[%srv_fail_domains%]
17152`..'=
17153%srv_fail_domains%, Use: 'dnslookup', Type: 'domain list'!!, Default: 'unset'
17154===
17155
17156If the DNS lookup for SRV records for one of the domains in this list causes a
17157DNS lookup error, Exim behaves as if no SRV records were found. See section
17158<<SECTprowitdnsloo>> for more discussion.
17159
17160
17161
17162
17163oindex:[%widen_domains%]
17164`..'=
17165%widen_domains%, Use: 'dnslookup', Type: 'string list', Default: 'unset'
17166===
17167
17168cindex:[domain,partial; widening]
17169If a DNS lookup fails and this option is set, each of its strings in turn is
17170added onto the end of the domain, and the lookup is tried again. For example,
17171if
17172
17173 widen_domains = fict.example:ref.example
17174
17175is set and a lookup of 'klingon.dictionary' fails,
17176'klingon.dictionary.fict.example' is looked up, and if this fails,
17177'klingon.dictionary.ref.example' is tried. Note that the %qualify_single%
17178and %search_parents% options can cause some widening to be undertaken inside
17179the DNS resolver.
17180
068aaea8
PH
17181[revisionflag="changed"]
17182%widen_domains% is not applied to sender addresses when verifying, unless
17183%rewrite_headers% is false (not the default).
17184
168e428f
PH
17185
17186
17187Effect of qualify_single and search_parents
17188~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
17189When a domain from an envelope recipient is changed by the resolver as a result
17190of the %qualify_single% or %search_parents% options, Exim rewrites the
17191corresponding address in the message's header lines unless %rewrite_headers%
17192is set false. Exim then re-routes the address, using the full domain.
17193
17194These two options affect only the DNS lookup that takes place inside the router
17195for the domain of the address that is being routed. They do not affect lookups
17196such as that implied by
17197
17198 domains = @mx_any
17199
17200that may happen while processing a router precondition before the router is
17201entered. No widening ever takes place for these lookups.
17202
17203
17204
17205
17206
17207
17208
17209
17210
17211////////////////////////////////////////////////////////////////////////////
17212////////////////////////////////////////////////////////////////////////////
17213
17214The ipliteral router
17215--------------------
17216cindex:[^ipliteral^ router]
17217cindex:[domain literal,routing]
17218cindex:[routers,^ipliteral^]
17219This router has no private options. Unless it is being used purely for
17220verification (see %verify_only%) a transport is required to be defined by the
17221generic %transport% option. The router accepts the address if its domain part
17222takes the form of an RFC 2822 domain literal, that is, an IP address enclosed
17223in square brackets. For example, this router handles the address
17224
17225 root@[192.168.1.1]
17226
17227by setting up delivery to the host with that IP address.
17228
17229cindex:[%self% option,in ^ipliteral^ router]
17230If the IP address matches something in %ignore_target_hosts%, the router
17231declines. If an IP literal turns out to refer to the local host, the generic
17232%self% option determines what happens.
17233
17234The RFCs require support for domain literals; however, their use is
17235controversial in today's Internet. If you want to use this router, you must
17236also set the main configuration option %allow_domain_literals%. Otherwise,
17237Exim will not recognize the domain literal syntax in addresses.
17238
17239
17240
17241////////////////////////////////////////////////////////////////////////////
17242////////////////////////////////////////////////////////////////////////////
17243
17244The iplookup router
17245-------------------
17246cindex:[^iplookup^ router]
17247cindex:[routers,^iplookup^]
17248The ^iplookup^ router was written to fulfil a specific requirement in
17249Cambridge University (which in fact no longer exists). For this reason, it is
17250not included in the binary of Exim by default. If you want to include it, you
17251must set
17252
17253 ROUTER_IPLOOKUP=yes
17254
17255in your _Local/Makefile_ configuration file.
17256
17257The ^iplookup^ router routes an address by sending it over a TCP or UDP
17258connection to one or more specific hosts. The host can then return the same or
17259a different address -- in effect rewriting the recipient address in the
17260message's envelope. The new address is then passed on to subsequent routers. If
17261this process fails, the address can be passed on to other routers, or delivery
17262can be deferred.
17263
17264Background, for those that are interested: We have an Oracle database of all
17265Cambridge users, and one of the items of data it maintains for each user is
17266where to send mail addressed to 'user@cam.ac.uk'. The MX records for
17267'cam.ac.uk' point to a central machine that has a large alias list that is
17268abstracted from the database. Mail from outside is switched by this system, and
17269originally internal mail was also done this way. However, this resulted in a
17270fair number of messages travelling from some of our larger systems to the
17271switch and back again. The Oracle machine now runs a UDP service that can be
17272called by the ^iplookup^ router in Exim to find out where 'user@cam.ac.uk'
17273addresses really have to go; this saves passing through the central switch, and
17274in many cases saves doing any remote delivery at all.
17275
17276Since ^iplookup^ is just a rewriting router, a transport must not be
17277specified for it.
17278cindex:[options,^iplookup^ router]
17279
17280
17281oindex:[%hosts%]
17282`..'=
17283%hosts%, Use: 'iplookup', Type: 'string', Default: 'unset'
17284===
17285
17286This option must be supplied. Its value is a colon-separated list of host
17287names. The hosts are looked up using 'gethostbyname()'
17288(or 'getipnodebyname()' when available)
17289and are tried in order until one responds to the query. If none respond, what
17290happens is controlled by %optional%.
17291
17292
17293oindex:[%optional%]
17294`..'=
17295%optional%, Use: 'iplookup', Type: 'boolean', Default: 'false'
17296===
17297
17298If %optional% is true, if no response is obtained from any host, the address is
17299passed to the next router, overriding %no_more%. If %optional% is false,
17300delivery to the address is deferred.
17301
17302
17303oindex:[%port%]
17304`..'=
17305%port%, Use: 'iplookup', Type: 'integer', Default: '0'
17306===
17307
17308cindex:[port,^iplookup^ router]
17309This option must be supplied. It specifies the port number for the TCP or UDP
17310call.
17311
17312
17313oindex:[%protocol%]
17314`..'=
17315%protocol%, Use: 'iplookup', Type: 'string', Default: 'udp'
17316===
17317
17318This option can be set to ``udp'' or ``tcp'' to specify which of the two protocols
17319is to be used.
17320
17321
17322oindex:[%query%]
17323`..'=
17324%query%, Use: 'iplookup', Type: 'string'!!, Default: `\$local_part@\$domain \$local_part@\$domain`
17325===
17326
17327This defines the content of the query that is sent to the remote hosts. The
17328repetition serves as a way of checking that a response is to the correct query
17329in the default case (see %response_pattern% below).
17330
17331
17332oindex:[%reroute%]
17333`..'=
17334%reroute%, Use: 'iplookup', Type: 'string'!!, Default: 'unset'
17335===
17336
17337If this option is not set, the rerouted address is precisely the byte string
17338returned by the remote host, up to the first white space, if any. If set, the
17339string is expanded to form the rerouted address. It can include parts matched
17340in the response by %response_pattern% by means of numeric variables such as
17341$1$, $2$, etc. The variable $0$ refers to the entire input string,
17342whether or not a pattern is in use. In all cases, the rerouted address must end
17343up in the form 'local_part@domain'.
17344
17345
17346oindex:[%response_pattern%]
17347`..'=
17348%response_pattern%, Use: 'iplookup', Type: 'string', Default: 'unset'
17349===
17350
17351This option can be set to a regular expression that is applied to the string
17352returned from the remote host. If the pattern does not match the response, the
17353router declines. If %response_pattern% is not set, no checking of the response
17354is done, unless the query was defaulted, in which case there is a check that
17355the text returned after the first white space is the original address. This
17356checks that the answer that has been received is in response to the correct
17357question. For example, if the response is just a new domain, the following
17358could be used:
17359
17360 response_pattern = ^([^@]+)$
17361 reroute = $local_part@$1
17362
17363
17364
17365oindex:[%timeout%]
17366`..'=
17367%timeout%, Use: 'iplookup', Type: 'time', Default: '5s'
17368===
17369
17370This specifies the amount of time to wait for a response from the remote
17371machine. The same timeout is used for the 'connect()' function for a TCP
17372call. It does not apply to UDP.
17373
17374
17375
17376
17377////////////////////////////////////////////////////////////////////////////
17378////////////////////////////////////////////////////////////////////////////
17379
17380The manualroute router
17381----------------------
17382cindex:[^manualroute^ router]
17383cindex:[routers,^manualroute^]
17384cindex:[domain,manually routing]
17385The ^manualroute^ router is so-called because it provides a way of manually
17386routing an address according to its domain. It is mainly used when you want to
17387route addresses to remote hosts according to your own rules, bypassing the
17388normal DNS routing that looks up MX records. However, ^manualroute^ can also
17389route to local transports, a facility that may be useful if you want to save
17390messages for dial-in hosts in local files.
17391
17392The ^manualroute^ router compares a list of domain patterns with the domain it
17393is trying to route. If there is no match, the router declines. Each pattern has
17394associated with it a list of hosts and some other optional data, which may
17395include a transport. The combination of a pattern and its data is called a
17396``routing rule''. For patterns that do not have an associated transport, the
17397generic %transport% option must specify a transport, unless the router is being
17398used purely for verification (see %verify_only%).
17399
068aaea8 17400cindex:[$host$]
168e428f
PH
17401In the case of verification, matching the domain pattern is sufficient for the
17402router to accept the address. When actually routing an address for delivery,
17403an address that matches a domain pattern is queued for the associated
17404transport. If the transport is not a local one, a host list must be associated
17405with the pattern; IP addresses are looked up for the hosts, and these are
17406passed to the transport along with the mail address. For local transports, a
17407host list is optional. If it is present, it is passed in $host$ as a single
17408text string.
17409
17410The list of routing rules can be provided as an inline string in %route_list%,
17411or the data can be obtained by looking up the domain in a file or database by
17412setting %route_data%. Only one of these settings may appear in any one
17413instance of ^manualroute^. The format of routing rules is described below,
17414following the list of private options.
17415
17416
17417[[SECTprioptman]]
17418Private options for manualroute
17419~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
17420
17421cindex:[options,^manualroute^ router]
17422The private options for the ^manualroute^ router are as follows:
17423
17424
17425oindex:[%host_find_failed%]
17426`..'=
17427%host_find_failed%, Use: 'manualroute', Type: 'string', Default: 'freeze'
17428===
17429
17430This option controls what happens when ^manualroute^ tries to find an IP
17431address for a host, and the host does not exist. The option can be set to one
17432of
17433
17434 decline
17435 defer
17436 fail
17437 freeze
17438 pass
17439
17440The default assumes that this state is a serious configuration error. The
17441difference between ``pass'' and ``decline'' is that the former forces the address
17442to be passed to the next router (or the router defined by %pass_router%),
17443cindex:[%more% option]
17444overriding %no_more%, whereas the latter passes the address to the next router
17445only if %more% is true.
17446
17447This option applies only to a definite ``does not exist'' state; if a host lookup
17448gets a temporary error, delivery is deferred unless the generic
17449%pass_on_timeout% option is set.
17450
17451
17452oindex:[%hosts_randomize%]
17453`..'=
17454%hosts_randomize%, Use: 'manualroute', Type: 'boolean', Default: 'false'
17455===
17456
17457cindex:[randomized host list]
17458cindex:[host,list of; randomized]
17459If this option is set, the order of the items in a host list in a routing rule
17460is randomized each time the list is used, unless an option in the routing rule
17461overrides (see below). Randomizing the order of a host list can be used to do
17462crude load sharing. However, if more than one mail address is routed by the
17463same router to the same host list, the host lists are considered to be the same
17464(even though they may be randomized into different orders) for the purpose of
17465deciding whether to batch the deliveries into a single SMTP transaction.
17466
17467When %hosts_randomize% is true, a host list may be split
17468into groups whose order is separately randomized. This makes it possible to
17469set up MX-like behaviour. The boundaries between groups are indicated by an
17470item that is just `+` in the host list. For example:
17471
17472 route_list = * host1:host2:host3:+:host4:host5
17473
17474The order of the first three hosts and the order of the last two hosts is
17475randomized for each use, but the first three always end up before the last two.
17476If %hosts_randomize% is not set, a `+` item in the list is ignored. If a
17477randomized host list is passed to an ^smtp^ transport that also has
17478%hosts_randomize set%, the list is not re-randomized.
17479
17480
17481oindex:[%route_data%]
17482`..'=
17483%route_data%, Use: 'manualroute', Type: 'string'!!, Default: 'unset'
17484===
17485
17486If this option is set, it must expand to yield the data part of a routing rule.
17487Typically, the expansion string includes a lookup based on the domain. For
17488example:
17489
17490 route_data = ${lookup{$domain}dbm{/etc/routes}}
17491
17492If the expansion is forced to fail, or the result is an empty string, the
17493router declines. Other kinds of expansion failure cause delivery to be
17494deferred.
17495
17496
17497oindex:[%route_list%]
17498`..'=
17499%route_list%, Use: 'manualroute', "Type: 'string list, semicolon-separated'", Default: 'unset'
17500===
17501
17502This string is a list of routing rules, in the form defined below. Note that,
17503unlike most string lists, the items are separated by semicolons. This is so
17504that they may contain colon-separated host lists.
17505
17506
17507oindex:[%same_domain_copy_routing%]
17508`..'=
17509%same_domain_copy_routing%, Use: 'manualroute', Type: 'boolean', Default: 'false'
17510===
17511
17512cindex:[address,copying routing]
17513Addresses with the same domain are normally routed by the ^manualroute^ router
17514to the same list of hosts. However, this cannot be presumed, because the router
17515options and preconditions may refer to the local part of the address. By
17516default, therefore, Exim routes each address in a message independently. DNS
17517servers run caches, so repeated DNS lookups are not normally expensive, and in
17518any case, personal messages rarely have more than a few recipients.
17519
17520If you are running mailing lists with large numbers of subscribers at the same
17521domain, and you are using a ^manualroute^ router which is independent of the
17522local part, you can set %same_domain_copy_routing% to bypass repeated DNS
17523lookups for identical domains in one message. In this case, when ^manualroute^
17524routes an address to a remote transport, any other unrouted addresses in the
17525message that have the same domain are automatically given the same routing
17526without processing them independently. However, this is only done if
17527%headers_add% and %headers_remove% are unset.
17528
17529
17530
17531
17532Routing rules in route_list
17533~~~~~~~~~~~~~~~~~~~~~~~~~~~
17534The value of %route_list% is a string consisting of a sequence of routing
17535rules, separated by semicolons. If a semicolon is needed in a rule, it can be
068aaea8
PH
17536entered as two semicolons. Alternatively, the list separator can be changed as
17537described (for colon-separated lists) in section <<SECTlistconstruct>>.
17538Empty rules are ignored. The format of each rule is
168e428f
PH
17539
17540 <domain pattern> <list of hosts> <options>
17541
17542The following example contains two rules, each with a simple domain pattern and
17543no options:
17544
17545....
17546route_list = \
17547 dict.ref.example mail-1.ref.example:mail-2.ref.example ; \
17548 thes.ref.example mail-3.ref.example:mail-4.ref.example
17549....
17550
17551The three parts of a rule are separated by white space. The pattern and the
17552list of hosts can be enclosed in quotes if necessary, and if they are, the
17553usual quoting rules apply. Each rule in a %route_list% must start with a
17554single domain pattern, which is the only mandatory item in the rule. The
17555pattern is in the same format as one item in a domain list (see section
17556<<SECTdomainlist>>),
17557except that it may not be the name of an interpolated file.
17558That is, it may be wildcarded, or a regular expression, or a file or database
17559lookup (with semicolons doubled, because of the use of semicolon as a separator
17560in a %route_list%).
17561
17562The rules in %route_list% are searched in order until one of the patterns
17563matches the domain that is being routed. The list of hosts and then options are
17564then used as described below. If there is no match, the router declines. When
17565%route_list% is set, %route_data% must not be set.
17566
17567
17568
17569Routing rules in route_data
17570~~~~~~~~~~~~~~~~~~~~~~~~~~~
17571The use of %route_list% is convenient when there are only a small number of
17572routing rules. For larger numbers, it is easier to use a file or database to
17573hold the routing information, and use the %route_data% option instead.
17574The value of %route_data% is a list of hosts, followed by (optional) options.
17575Most commonly, %route_data% is set as a string that contains an
17576expansion lookup. For example, suppose we place two routing rules in a file
17577like this:
17578
17579 dict.ref.example: mail-1.ref.example:mail-2.ref.example
17580 thes.ref.example: mail-3.ref.example:mail-4.ref.example
17581
17582This data can be accessed by setting
17583
17584 route_data = ${lookup{$domain}lsearch{/the/file/name}}
17585
17586Failure of the lookup results in an empty string, causing the router to
17587decline. However, you do not have to use a lookup in %route_data%. The only
17588requirement is that the result of expanding the string is a list of hosts,
17589possibly followed by options, separated by white space. The list of hosts must
17590be enclosed in quotes if it contains white space.
17591
17592
17593
17594
17595Format of the list of hosts
17596~~~~~~~~~~~~~~~~~~~~~~~~~~~
068aaea8 17597[revisionflag="changed"]
168e428f
PH
17598A list of hosts, whether obtained via %route_data% or %route_list%, is always
17599separately expanded before use. If the expansion fails, the router declines.
17600The result of the expansion must be a colon-separated list of names and/or
068aaea8
PH
17601IP addresses, optionally also including ports. The format of each item in the
17602list is described in the next section. The list separator can be changed as
17603described in section <<SECTlistconstruct>>.
168e428f
PH
17604
17605If the list of hosts was obtained from a %route_list% item, the following
17606variables are set during its expansion:
17607
17608- cindex:[numerical variables ($1$ $2$ etc),in ^manualroute^ router]
17609If the domain was matched against a regular expression, the numeric variables
068aaea8
PH
17610$1$, $2$, etc. may be set. For example:
17611
17612....
17613 route_list = ^domain(\d+) host-$1.text.example
17614....
168e428f
PH
17615
17616- $0$ is always set to the entire domain.
17617
17618- $1$ is also set when partial matching is done in a file lookup.
17619
17620- cindex:[$value$]
17621If the pattern that matched the domain was a lookup item, the data that was
068aaea8
PH
17622looked up is available in the expansion variable $value$. For example:
17623
17624....
17625 route_list = lsearch;;/some/file.routes $value
17626....
17627
17628Note the doubling of the semicolon in the pattern that is necessary because
17629semicolon is the default route list separator.
17630
17631
17632
17633[[SECTformatonehostitem]]
17634Format of one host item
17635~~~~~~~~~~~~~~~~~~~~~~~
17636[revisionflag="changed"]
17637Each item in the list of hosts is either a host name or an IP address,
17638optionally with an attached port number. When no port is given, an IP address
17639is not enclosed in brackets. When a port is specified, it overrides the port
17640specification on the transport. The port is separated from the name or address
17641by a colon. This leads to some complications:
168e428f 17642
068aaea8
PH
17643[revisionflag="changed"]
17644- Because colon is the default separator for the list of hosts, either
17645the colon that specifies a port must be doubled, or the list separator must
17646be changed. The following two examples have the same effect:
17647+
17648 route_list = * "host1.tld::1225 : host2.tld::1226"
17649 route_list = * "<+ host1.tld:1225 + host2.tld:1226"
17650
17651[revisionflag="changed"]
17652- When IPv6 addresses are involved, it gets worse, because they contain
17653colons of their own. To make this case easier, it is permitted to
17654enclose an IP address (either v4 or v6) in square brackets if a port
17655number follows. For example:
17656+
17657 route_list = * "</ [10.1.1.1]:1225 / [::1]:1226"
168e428f
PH
17658
17659
17660
068aaea8 17661[[SECThostshowused]]
168e428f
PH
17662How the list of hosts is used
17663~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
17664When an address is routed to an ^smtp^ transport by ^manualroute^, each of
17665the hosts is tried, in the order specified, when carrying out the SMTP
17666delivery. However, the order can be changed by setting the %hosts_randomize%
17667option, either on the router (see section <<SECTprioptman>> above), or on the
17668transport.
17669
17670Hosts may be listed by name or by IP address. An unadorned name in the list of
17671hosts is interpreted as a host name. A name that is followed by `/MX` is
17672interpreted as an indirection to a sublist of hosts obtained by looking up MX
17673records in the DNS. For example:
17674
17675 route_list = * x.y.z:p.q.r/MX:e.f.g
17676
068aaea8
PH
17677[revisionflag="changed"]
17678If this feature is used with a port specifier, the port must come last. For
17679example:
17680
17681 route_list = * dom1.tld/mx::1225
17682
168e428f
PH
17683If the %hosts_randomize% option is set, the order of the items in the list is
17684randomized before any lookups are done. Exim then scans the list; for any name
17685that is not followed by `/MX` it looks up an IP address. If this turns out to
17686be an interface on the local host and the item is not the first in the list,
17687Exim discards it and any subsequent items. If it is the first item, what
17688happens is controlled by the
17689cindex:[%self% option,in ^manualroute^ router]
17690%self% option of the router.
17691
17692A name on the list that is followed by `/MX` is replaced with the list of
17693hosts obtained by looking up MX records for the name. This is always a DNS
17694lookup; the %bydns% and %byname% options (see section <<SECThowoptused>> below)
17695are not relevant here. The order of these hosts is determined by the preference
17696values in the MX records, according to the usual rules. Because randomizing
17697happens before the MX lookup, it does not affect the order that is defined by
17698MX preferences.
17699
17700If the local host is present in the sublist obtained from MX records, but is
17701not the most preferred host in that list, it and any equally or less
17702preferred hosts are removed before the sublist is inserted into the main list.
17703
17704If the local host is the most preferred host in the MX list, what happens
17705depends on where in the original list of hosts the `/MX` item appears. If it
17706is not the first item (that is, there are previous hosts in the main list),
17707Exim discards this name and any subsequent items in the main list.
17708
17709If the MX item is first in the list of hosts, and the local host is the
17710most preferred host, what happens is controlled by the %self% option of the
17711router.
17712
17713DNS failures when lookup up the MX records are treated in the same way as DNS
17714failures when looking up IP addresses: %pass_on_timeout% and
17715%host_find_failed% are used when relevant.
17716
17717The generic %ignore_target_hosts% option applies to all hosts in the list,
17718whether obtained from an MX lookup or not.
17719
17720
17721
17722[[SECThowoptused]]
17723How the options are used
17724~~~~~~~~~~~~~~~~~~~~~~~~
17725The options are a sequence of words; in practice no more than three are ever
17726present. One of the words can be the name of a transport; this overrides the
17727%transport% option on the router for this particular routing rule only. The
17728other words (if present) control randomization of the list of hosts on a
17729per-rule basis, and how the IP addresses of the hosts are to be found when
17730routing to a remote transport. These options are as follows:
17731
17732- %randomize%: randomize the order of the hosts in this list, overriding the
17733setting of %hosts_randomize% for this routing rule only.
17734
17735- %no_randomize%: do not randomize the order of the hosts in this list,
17736overriding the setting of %hosts_randomize% for this routing rule only.
17737
17738- %byname%: use 'getipnodebyname()' ('gethostbyname()' on older systems) to
17739find IP addresses. This function may ultimately cause a DNS lookup, but it may
17740also look in _/etc/hosts_ or other sources of information.
17741
17742- %bydns%: look up address records for the hosts directly in the DNS; fail if
17743no address records are found. If there is a temporary DNS error (such as a
17744timeout), delivery is deferred.
17745
17746For example:
17747
17748....
17749route_list = domain1 host1:host2:host3 randomize bydns;\
17750 domain2 host4:host5
17751....
17752
17753If neither %byname% nor %bydns% is given, Exim behaves as follows: First, a DNS
17754lookup is done. If this yields anything other than HOST_NOT_FOUND, that
17755result is used. Otherwise, Exim goes on to try a call to 'getipnodebyname()'
17756or 'gethostbyname()', and the result of the lookup is the result of that
17757call.
17758
17759*Warning*: It has been discovered that on some systems, if a DNS lookup
17760called via 'getipnodebyname()' times out, HOST_NOT_FOUND is returned
17761instead of TRY_AGAIN. That is why the default action is to try a DNS
17762lookup first. Only if that gives a definite ``no such host'' is the local
17763function called.
17764
17765
17766
17767If no IP address for a host can be found, what happens is controlled by the
17768%host_find_failed% option.
17769
068aaea8 17770cindex:[$host$]
168e428f
PH
17771When an address is routed to a local transport, IP addresses are not looked up.
17772The host list is passed to the transport in the $host$ variable.
17773
17774
17775
17776Manualroute examples
17777~~~~~~~~~~~~~~~~~~~~
17778In some of the examples that follow, the presence of the %remote_smtp%
17779transport, as defined in the default configuration file, is assumed:
17780
17781- cindex:[smart host,example router]
17782The ^manualroute^ router can be used to forward all external mail to a
17783'smart host'. If you have set up, in the main part of the configuration, a
17784named domain list that contains your local domains, for example,
17785
17786 domainlist local_domains = my.domain.example
17787+
17788you can arrange for all other domains to be routed to a smart host by making
17789your first router something like this:
17790+
17791 smart_route:
17792 driver = manualroute
17793 domains = !+local_domains
17794 transport = remote_smtp
17795 route_list = * smarthost.ref.example
17796+
17797This causes all non-local addresses to be sent to the single host
17798'smarthost.ref.example'. If a colon-separated list of smart hosts is given,
17799they are tried in order
17800(but you can use %hosts_randomize% to vary the order each time).
17801Another way of configuring the same thing is this:
17802+
17803 smart_route:
17804 driver = manualroute
17805 transport = remote_smtp
17806 route_list = !+local_domains smarthost.ref.example
17807+
17808There is no difference in behaviour between these two routers as they stand.
17809However, they behave differently if %no_more% is added to them. In the first
17810example, the router is skipped if the domain does not match the %domains%
17811precondition; the following router is always tried. If the router runs, it
17812always matches the domain and so can never decline. Therefore, %no_more% would
17813have no effect. In the second case, the router is never skipped; it always
17814runs. However, if it doesn't match the domain, it declines. In this case
17815%no_more% would prevent subsequent routers from running.
17816
17817- cindex:[mail hub example]
17818A 'mail hub' is a host which receives mail for a number of domains via MX
17819records in the DNS and delivers it via its own private routing mechanism. Often
17820the final destinations are behind a firewall, with the mail hub being the one
17821machine that can connect to machines both inside and outside the firewall. The
17822^manualroute^ router is usually used on a mail hub to route incoming messages
17823to the correct hosts. For a small number of domains, the routing can be inline,
17824using the %route_list% option, but for a larger number a file or database
17825lookup is easier to manage.
17826+
17827If the domain names are in fact the names of the machines to which the mail is
17828to be sent by the mail hub, the configuration can be quite simple. For
17829example,
17830
17831 hub_route:
17832 driver = manualroute
17833 transport = remote_smtp
17834 route_list = *.rhodes.tvs.example $domain
17835+
17836This configuration routes domains that match `*.rhodes.tvs.example` to hosts
17837whose names are the same as the mail domains. A similar approach can be taken
17838if the host name can be obtained from the domain name by a string manipulation
17839that the expansion facilities can handle. Otherwise, a lookup based on the
17840domain can be used to find the host:
17841
17842 through_firewall:
17843 driver = manualroute
17844 transport = remote_smtp
17845 route_data = ${lookup {$domain} cdb {/internal/host/routes}}
17846+
17847The result of the lookup must be the name or IP address of the host (or
17848hosts) to which the address is to be routed. If the lookup fails, the route
17849data is empty, causing the router to decline. The address then passes to the
17850next router.
17851
17852- cindex:[batched SMTP output example]
17853cindex:[SMTP,batched outgoing; example]
17854You can use ^manualroute^ to deliver messages to pipes or files in batched
17855SMTP format for onward transportation by some other means. This is one way of
17856storing mail for a dial-up host when it is not connected. The route list entry
17857can be as simple as a single domain name in a configuration like this:
17858
17859 save_in_file:
17860 driver = manualroute
17861 transport = batchsmtp_appendfile
17862 route_list = saved.domain.example
17863+
17864though often a pattern is used to pick up more than one domain. If there are
17865several domains or groups of domains with different transport requirements,
17866different transports can be listed in the routing information:
17867+
17868....
17869save_in_file:
17870 driver = manualroute
17871 route_list = \
17872 *.saved.domain1.example $domain batch_appendfile; \
17873 *.saved.domain2.example \
17874 ${lookup{$domain}dbm{/domain2/hosts}{$value}fail} \
17875 batch_pipe
17876....
17877+
068aaea8
PH
17878cindex:[$domain$]
17879cindex:[$host$]
168e428f
PH
17880The first of these just passes the domain in the $host$ variable, which
17881doesn't achieve much (since it is also in $domain$), but the second does a
17882file lookup to find a value to pass, causing the router to decline to handle
17883the address if the lookup fails.
17884
17885- cindex:[UUCP,example of router for]
17886Routing mail directly to UUCP software is a specific case of the use of
17887^manualroute^ in a gateway to another mail environment. This is an example of
17888one way it can be done:
17889+
17890....
17891# Transport
17892uucp:
17893 driver = pipe
17894 user = nobody
17895 command = /usr/local/bin/uux -r - \
17896 ${substr_-5:$host}!rmail ${local_part}
17897 return_fail_output = true
17898
17899# Router
17900uucphost:
17901 transport = uucp
17902 driver = manualroute
17903 route_data = \
17904 ${lookup{$domain}lsearch{/usr/local/exim/uucphosts}}
17905....
17906+
17907The file _/usr/local/exim/uucphosts_ contains entries like
17908
17909 darksite.ethereal.example: darksite.UUCP
17910+
17911It can be set up more simply without adding and removing ``.UUCP'' but this way
17912makes clear the distinction between the domain name
17913'darksite.ethereal.example' and the UUCP host name 'darksite'.
17914
17915
17916
17917
17918
17919
17920
17921
17922////////////////////////////////////////////////////////////////////////////
17923////////////////////////////////////////////////////////////////////////////
17924
17925[[CHAPdriverlast]]
17926The queryprogram router
17927-----------------------
17928cindex:[^queryprogram^ router]
17929cindex:[routers,^queryprogram^]
17930cindex:[routing,by external program]
17931The ^queryprogram^ router routes an address by running an external command and
17932acting on its output. This is an expensive way to route, and is intended mainly
17933for use in lightly-loaded systems, or for performing experiments. However, if
17934it is possible to use the precondition options (%domains%, %local_parts%,
17935etc) to skip this router for most addresses, it could sensibly be used in
17936special cases, even on a busy host. There are the following private options:
17937cindex:[options,^queryprogram^ router]
17938
17939oindex:[%command%]
17940`..'=
17941%command%, Use: 'queryprogram', Type: 'string'!!, Default: 'unset'
17942===
17943
17944This option must be set. It specifies the command that is to be run. The
17945command is split up into a command name and arguments, and then each is
17946expanded separately (exactly as for a ^pipe^ transport, described in chapter
17947<<CHAPpipetransport>>).
17948
17949
17950oindex:[%command_group%]
17951`..'=
17952%command_group%, Use: 'queryprogram', Type: 'string', Default: 'unset'
17953===
17954
17955cindex:[gid (group id),in ^queryprogram^ router]
17956This option specifies a gid to be set when running the command. It must be set
17957if %command_user% specifies a numerical uid. If it begins with a digit, it is
17958interpreted as the numerical value of the gid. Otherwise it is looked up using
17959'getgrnam()'.
17960
17961
17962oindex:[%command_user%]
17963`..'=
17964%command_user%, Use: 'queryprogram', Type: 'string', Default: 'unset'
17965===
17966
17967cindex:[uid (user id),for ^queryprogram^]
17968This option must be set. It specifies the uid which is set when running the
17969command. If it begins with a digit it is interpreted as the numerical value of
17970the uid. Otherwise, it is looked up using 'getpwnam()' to obtain a value for
17971the uid and, if %command_group% is not set, a value for the gid also.
17972
17973
17974oindex:[%current_directory%]
17975`..'=
17976%current_directory%, Use: 'queryprogram', Type: 'string', Default: '/'
17977===
17978
17979This option specifies an absolute path which is made the current directory
17980before running the command.
17981
17982
17983oindex:[%timeout%]
17984`..'=
17985%timeout%, Use: 'queryprogram', Type: 'time', Default: '1h'
17986===
17987
17988If the command does not complete within the timeout period, its process group
17989is killed and the message is frozen. A value of zero time specifies no
17990timeout.
17991
17992
17993The standard output of the command is connected to a pipe, which is read when
17994the command terminates. It should consist of a single line of output,
17995containing up to five fields, separated by white space. The maximum length of
17996the line is 1023 characters. Longer lines are silently truncated. The first
17997field is one of the following words (case-insensitive):
17998
17999- 'Accept': routing succeeded; the remaining fields specify what to do (see
18000below).
18001
18002- 'Decline': the router declines; pass the address to the next router, unless
18003%no_more% is set.
18004
18005- 'Fail': routing failed; do not pass the address to any more routers. Any
18006subsequent text on the line is an error message. If the router is run as part
18007of address verification during an incoming SMTP message, the message is
18008included in the SMTP response.
18009
18010- 'Defer': routing could not be completed at this time; try again later. Any
18011subsequent text on the line is an error message which is logged. It is not
18012included in any SMTP response.
18013
18014- 'Freeze': the same as 'defer', except that the message is frozen.
18015
18016- 'Pass': pass the address to the next router (or the router specified by
18017%pass_router%), overriding %no_more%.
18018
18019- 'Redirect': the message is redirected. The remainder of the line is a list of
18020new addresses, which are routed independently, starting with the first router,
18021or the router specified by %redirect_router%, if set.
18022
18023When the first word is 'accept', the remainder of the line consists of a
18024number of keyed data values, as follows (split into two lines here, to fit on
18025the page):
18026
18027 ACCEPT TRANSPORT=<transport> HOSTS=<list of hosts>
18028 LOOKUP=byname|bydns DATA=<text>
18029
18030The data items can be given in any order, and all are optional. If no transport
18031is included, the transport specified by the generic %transport% option is used.
18032The list of hosts and the lookup type are needed only if the transport is an
18033^smtp^ transport that does not itself supply a list of hosts.
18034
18035The format of the list of hosts is the same as for the ^manualroute^ router.
068aaea8
PH
18036As well as host names and IP addresses with optional port numbers, as described
18037in section <<SECTformatonehostitem>>, it may contain names followed by `/MX` to
18038specify sublists of hosts that are obtained by looking up MX records (see
18039section <<SECThostshowused>>).
168e428f
PH
18040
18041If the lookup type is not specified, Exim behaves as follows when trying to
18042find an IP address for each host: First, a DNS lookup is done. If this yields
18043anything other than HOST_NOT_FOUND, that result is used. Otherwise, Exim
18044goes on to try a call to 'getipnodebyname()' or 'gethostbyname()', and the
18045result of the lookup is the result of that call.
18046
068aaea8 18047cindex:[$address_data$]
168e428f
PH
18048If the DATA field is set, its value is placed in the $address_data$
18049variable. For example, this return line
18050
18051 accept hosts=x1.y.example:x2.y.example data="rule1"
18052
18053routes the address to the default transport, passing a list of two hosts. When
18054the transport runs, the string ``rule1'' is in $address_data$.
18055
18056
18057
18058
18059////////////////////////////////////////////////////////////////////////////
18060////////////////////////////////////////////////////////////////////////////
18061
18062[[CHAPredirect]]
18063The redirect router
18064-------------------
18065cindex:[^redirect^ router]
18066cindex:[routers,^redirect^]
18067cindex:[alias file,in a ^redirect^ router]
18068cindex:[address redirection,^redirect^ router]
18069The ^redirect^ router handles several kinds of address redirection. Its most
18070common uses are for resolving local part aliases from a central alias file
18071(usually called _/etc/aliases_) and for handling users' personal _.forward_
18072files, but it has many other potential uses. The incoming address can be
18073redirected in several different ways:
18074
18075- It can be replaced by one or more new addresses which are themselves routed
18076independently.
18077
18078- It can be routed to be delivered to a given file or directory.
18079
18080- It can be routed to be delivered to a specified pipe command.
18081
18082- It can cause an automatic reply to be generated.
18083
18084- It can be forced to fail, with a custom error message.
18085
18086- It can be temporarily deferred.
18087
18088- It can be discarded.
18089
18090The generic %transport% option must not be set for ^redirect^ routers.
18091However, there are some private options which define transports for delivery to
18092files and pipes, and for generating autoreplies. See the %file_transport%,
18093%pipe_transport% and %reply_transport% descriptions below.
18094
18095
18096
18097Redirection data
18098~~~~~~~~~~~~~~~~
18099The router operates by interpreting a text string which it obtains either by
18100expanding the contents of the %data% option, or by reading the entire contents
18101of a file whose name is given in the %file% option. These two options are
18102mutually exclusive. The first is commonly used for handling system aliases, in
18103a configuration like this:
18104
18105 system_aliases:
18106 driver = redirect
18107 data = ${lookup{$local_part}lsearch{/etc/aliases}}
18108
18109If the lookup fails, the expanded string in this example is empty. When the
18110expansion of %data% results in an empty string, the router declines. A forced
18111expansion failure also causes the router to decline; other expansion failures
18112cause delivery to be deferred.
18113
18114A configuration using %file% is commonly used for handling users' _.forward_
18115files, like this:
18116
18117 userforward:
18118 driver = redirect
18119 check_local_user
18120 file = $home/.forward
18121 no_verify
18122
18123If the file does not exist, or causes no action to be taken (for example, it is
18124empty or consists only of comments), the router declines. *Warning*: This
18125is not the case when the file contains syntactically valid items that happen to
18126yield empty addresses, for example, items containing only RFC 2822 address
18127comments.
18128
18129
18130
18131Forward files and address verification
18132~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18133cindex:[address redirection,while verifying]
18134It is usual to set %no_verify% on ^redirect^ routers which handle users'
18135_.forward_ files, as in the example above. There are two reasons for this:
18136
18137- When Exim is receiving an incoming SMTP message from a remote host, it is
18138running under the Exim uid, not as root.
18139No additional groups are set up, even if the Exim uid is a member of other
18140groups (that is, the 'initgroups()' function is not run).
18141Exim is unable to change uid to read the file as the user, and it may not be
18142able to read it as the Exim user. So in practice the router may not be able to
18143operate.
18144
18145- However, even when the router can operate, the existence of a _.forward_ file
18146is unimportant when verifying an address. What should be checked is whether the
18147local part is a valid user name or not. Cutting out the redirection processing
18148saves some resources.
18149
18150
18151
18152
18153
18154
18155Interpreting redirection data
18156~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18157cindex:[Sieve filter,specifying in redirection data]
18158cindex:[filter,specifying in redirection data]
18159The contents of the data string, whether obtained from %data% or %file%, can be
18160interpreted in two different ways:
18161
18162- If the %allow_filter% option is set true, and the data begins with the text
18163``#Exim filter'' or ``#Sieve filter'', it is interpreted as a list of
18164'filtering' instructions in the form of an Exim or Sieve filter file,
18165respectively. Details of the syntax and semantics of filter files are described
18166in a separate document entitled 'Exim's interfaces to mail filtering'; this
18167document is intended for use by end users.
18168
18169- Otherwise, the data must be a comma-separated list of redirection items, as
18170described in the next section.
18171
18172When a message is redirected to a file (a ``mail folder''), the file name given
18173in a non-filter redirection list must always be an absolute path. A filter may
18174generate a relative path -- how this is handled depends on the transport's
18175configuration. See section <<SECTfildiropt>> for a discussion of this issue for
18176the ^appendfile^ transport.
18177
18178
18179
18180[[SECTitenonfilred]]
18181Items in a non-filter redirection list
18182~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18183cindex:[address redirection,non-filter list items]
18184When the redirection data is not an Exim or Sieve filter, for example, if it
18185comes from a conventional alias or forward file, it consists of a list of
18186addresses, file names, pipe commands, or certain special items (see section
18187<<SECTspecitredli>> below). The special items can be individually enabled or
18188disabled by means of options whose names begin with %allow_% or %forbid_%,
18189depending on their default values. The items in the list are separated by
18190commas or newlines.
18191If a comma is required in an item, the entire item must be enclosed in double
18192quotes.
18193
18194Lines starting with a # character are comments, and are ignored, and # may
18195also appear following a comma, in which case everything between the # and the
18196next newline character is ignored.
18197
18198If an item is entirely enclosed in double quotes, these are removed. Otherwise
18199double quotes are retained because some forms of mail address require their use
068aaea8
PH
18200(but never to enclose the entire address). In the following description,
18201``item'' refers to what remains after any surrounding double quotes have been
18202removed.
168e428f 18203
068aaea8 18204cindex:[$local_part$]
168e428f
PH
18205*Warning*: If you use an Exim expansion to construct a redirection address,
18206and the expansion contains a reference to $local_part$, you should make use
068aaea8
PH
18207of the %quote_local_part% expansion operator, in case the local part contains
18208special characters. For example, to redirect all mail for the domain
168e428f
PH
18209'obsolete.example', retaining the existing local part, you could use this
18210setting:
18211
068aaea8 18212 data = ${quote_local_part:$local_part}@newdomain.example
168e428f
PH
18213
18214
18215
18216
18217[[SECTredlocmai]]
18218Redirecting to a local mailbox
18219~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18220cindex:[routing,loops in]
18221cindex:[loop while routing, avoidance of]
18222cindex:[address redirection,to local mailbox]
18223A redirection item may safely be the same as the address currently under
18224consideration. This does not cause a routing loop, because a router is
18225automatically skipped if any ancestor of the address that is being processed
18226is the same as the current address and was processed by the current router.
18227Such an address is therefore passed to the following routers, so it is handled
18228as if there were no redirection. When making this loop-avoidance test, the
18229complete local part, including any prefix or suffix, is used.
18230
18231cindex:[address redirection,local part without domain]
18232Specifying the same local part without a domain is a common usage in personal
18233filter files when the user wants to have messages delivered to the local
18234mailbox and also forwarded elsewhere. For example, the user whose login is
18235'cleo' might have a _.forward_ file containing this:
18236
18237 cleo, cleopatra@egypt.example
18238
18239cindex:[backslash in alias file]
18240cindex:[alias file,backslash in]
18241For compatibility with other MTAs, such unqualified local parts may be
18242preceeded by ``\'', but this is not a requirement for loop prevention. However,
18243it does make a difference if more than one domain is being handled
18244synonymously.
18245
18246If an item begins with ``\'' and the rest of the item parses as a valid RFC 2822
18247address that does not include a domain, the item is qualified using the domain
18248of the incoming address. In the absence of a leading ``\'', unqualified
18249addresses are qualified using the value in %qualify_recipient%, but you can
18250force the incoming domain to be used by setting %qualify_preserve_domain%.
18251
18252Care must be taken if there are alias names for local users.
18253Consider an MTA handling a single local domain where the system alias file
18254contains:
18255
18256 Sam.Reman: spqr
18257
18258Now suppose that Sam (whose login id is 'spqr') wants to save copies of
18259messages in the local mailbox, and also forward copies elsewhere. He creates
18260this forward file:
18261
18262 Sam.Reman, spqr@reme.elsewhere.example
18263
18264With these settings, an incoming message addressed to 'Sam.Reman' fails. The
18265^redirect^ router for system aliases does not process 'Sam.Reman' the
18266second time round, because it has previously routed it,
18267and the following routers presumably cannot handle the alias. The forward file
18268should really contain
18269
18270 spqr, spqr@reme.elsewhere.example
18271
18272but because this is such a common error, the %check_ancestor% option (see
18273below) exists to provide a way to get round it. This is normally set on a
18274^redirect^ router that is handling users' _.forward_ files.
18275
18276
18277
18278[[SECTspecitredli]]
18279Special items in redirection lists
18280~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18281In addition to addresses, the following types of item may appear in redirection
18282lists (that is, in non-filter redirection data):
18283
18284- cindex:[pipe,in redirection list]
18285cindex:[address redirection,to pipe]
18286An item is treated as a pipe command if it begins with ``|'' and does not parse
18287as a valid RFC 2822 address that includes a domain. A transport for running the
18288command must be specified by the %pipe_transport% option.
18289Normally, either the router or the transport specifies a user and a group under
18290which to run the delivery. The default is to use the Exim user and group.
18291+
18292Single or double quotes can be used for enclosing the individual arguments of
18293the pipe command; no interpretation of escapes is done for single quotes. If
18294the command contains a comma character, it is necessary to put the whole item
18295in double quotes, for example:
18296
18297 "|/some/command ready,steady,go"
18298+
18299since items in redirection lists are terminated by commas. Do not, however,
18300quote just the command. An item such as
18301
18302 |"/some/command ready,steady,go"
18303+
18304is interpreted as a pipe with a rather strange command name, and no arguments.
18305
18306- cindex:[file,in redirection list]
18307cindex:[address redirection,to file]
18308An item is interpreted as a path name if it begins with ``/'' and does not parse
18309as a valid RFC 2822 address that includes a domain. For example,
18310
18311 /home/world/minbari
18312+
18313is treated as a file name, but
18314
18315 /s=molari/o=babylon/@x400gate.way
18316+
18317is treated as an address. For a file name, a transport must be specified using
18318the %file_transport% option. However, if the generated path name ends with a
18319forward slash character, it is interpreted as a directory name rather than a
18320file name, and %directory_transport% is used instead.
18321+
18322Normally, either the router or the transport specifies a user and a group under
18323which to run the delivery. The default is to use the Exim user and group.
18324+
18325cindex:[_/dev/null_]
18326However, if a redirection item is the path _/dev/null_, delivery to it is
18327bypassed at a high level, and the log entry shows ``\*\*bypassed\*\*''
18328instead of a transport name. In this case the user and group are not used.
18329
18330- cindex:[included address list]
18331cindex:[address redirection,included external list]
18332If an item is of the form
18333
18334 :include:<path name>
18335+
18336a list of further items is taken from the given file and included at that
18337point. *Note*: such a file can not be a filter file; it is just an out-of-line
18338addition to the list. The items in the included list are separated by commas or
18339newlines and are not subject to expansion. If this is the first item in an
18340alias list in an ^lsearch^ file, a colon must be used to terminate the alias
18341name. This example is incorrect:
18342
18343 list1 :include:/opt/lists/list1
18344+
18345It must be given as
18346
18347 list1: :include:/opt/lists/list1
18348+
18349- cindex:[address redirection,to black hole]
18350Sometimes you want to throw away mail to a particular local part. Making the
18351%data% option expand to an empty string does not work, because that causes the
18352router to decline. Instead, the alias item
18353cindex:[black hole]
18354cindex:[abandoning mail]
18355
18356 :blackhole:
18357+
18358can be used. It does what its name implies. No delivery is done, and no error
18359message is generated. This has the same effect as specifing _/dev/null_, but
18360can be independently disabled.
18361+
18362*Warning*: If `:blackhole:` appears anywhere in a redirection list, no
18363delivery is done for the original local part, even if other redirection items
18364are present. If you are generating a multi-item list (for example, by reading a
18365database) and need the ability to provide a no-op item, you must use
18366_/dev/null_.
18367
18368- cindex:[delivery,forcing failure]
18369cindex:[delivery,forcing deferral]
18370cindex:[failing delivery,forcing]
18371cindex:[deferred delivery, forcing]
18372cindex:[customizing,failure message]
18373An attempt to deliver a particular address can be deferred or forced to fail by
18374redirection items of the form
18375
18376 :defer:
18377 :fail:
18378+
18379respectively. When a redirection list contains such an item, it applies to the
18380entire redirection; any other items in the list are ignored (':blackhole:' is
18381different). Any text following ':fail:' or ':defer:' is placed in the error
18382text associated with the failure. For example, an alias file might contain:
18383
18384 X.Employee: :fail: Gone away, no forwarding address
18385+
18386In the case of an address that is being verified from an ACL or as the subject
18387of a
18388cindex:[VRFY error text, display of]
18389VRFY command, the text is included in the SMTP error response by
18390default.
18391cindex:[EXPN error text, display of]
18392The text is not included in the response to an EXPN command.
18393+
068aaea8 18394cindex:[$acl_verify_message$]
168e428f
PH
18395In an ACL, an explicitly provided message overrides the default, but the
18396default message is available in the variable $acl_verify_message$ and can
18397therefore be included in a custom message if this is desired. Exim sends a 451
18398SMTP code for a ':defer:', and 550 for ':fail:'. In non-SMTP cases the text
18399is included in the error message that Exim generates.
18400+
18401Normally the error text is the rest of the redirection list -- a comma does not
18402terminate it -- but a newline does act as a terminator. Newlines are not
18403normally present in alias expansions. In ^lsearch^ lookups they are removed as
18404part of the continuation process, but they may exist in other kinds of lookup
18405and in ':include:' files.
18406+
18407During routing for message delivery (as opposed to verification), a redirection
18408containing ':fail:' causes an immediate failure of the incoming address,
18409whereas ':defer:' causes the message to remain on the queue so that a
18410subsequent delivery attempt can happen at a later time. If an address is
18411deferred for too long, it will ultimately fail, because the normal retry
18412rules still apply.
18413
18414- cindex:[alias file,exception to default]
18415Sometimes it is useful to use a single-key search type with a default (see
18416chapter <<CHAPfdlookup>>) to look up aliases. However, there may be a need for
18417exceptions to the default. These can be handled by aliasing them to
18418
18419 :unknown:
18420+
18421This differs from ':fail:' in that it causes the ^redirect^ router to decline,
18422whereas ':fail:' forces routing to fail. A lookup which results in an empty
18423redirection list has the same effect.
18424
18425
18426
18427Duplicate addresses
18428~~~~~~~~~~~~~~~~~~~
18429cindex:[duplicate addresses]
18430cindex:[address duplicate, discarding]
18431cindex:[pipe,duplicated]
18432Exim removes duplicate addresses from the list to which it is delivering, so as
18433to deliver just one copy to each address. This does not apply to deliveries
18434routed to pipes by different immediate parent addresses, but an indirect
18435aliasing scheme of the type
18436
18437 pipe: |/some/command $local_part
18438 localpart1: pipe
18439 localpart2: pipe
18440
18441does not work with a message that is addressed to both local parts, because
18442when the second is aliased to the intermediate local part ``pipe'' it gets
18443discarded as being the same as a previously handled address. However, a scheme
18444such as
18445
18446 localpart1: |/some/command $local_part
18447 localpart2: |/some/command $local_part
18448
18449does result in two different pipe deliveries, because the immediate parents of
18450the pipes are distinct.
18451
18452
18453
18454Repeated redirection expansion
18455~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18456cindex:[repeated redirection expansion]
18457cindex:[address redirection,repeated for each delivery attempt]
18458When a message cannot be delivered to all of its recipients immediately,
18459leading to two or more delivery attempts, redirection expansion is carried out
18460afresh each time for those addresses whose children were not all previously
18461delivered. If redirection is being used as a mailing list, this can lead to new
18462members of the list receiving copies of old messages. The %one_time% option
18463can be used to avoid this.
18464
18465
18466Errors in redirection lists
18467~~~~~~~~~~~~~~~~~~~~~~~~~~~
18468cindex:[address redirection,errors]
18469If %skip_syntax_errors% is set, a malformed address that causes a parsing
18470error is skipped, and an entry is written to the main log. This may be useful
18471for mailing lists that are automatically managed. Otherwise, if an error is
18472detected while generating the list of new addresses, the original address is
18473deferred. See also %syntax_errors_to%.
18474
18475
18476
18477Private options for the redirect router
18478~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18479
18480cindex:[options,^redirect^ router]
18481The private options for the ^redirect^ router are as follows:
18482
18483
18484oindex:[%allow_defer%]
18485`..'=
18486%allow_defer%, Use: 'redirect', Type: 'boolean', Default: 'false'
18487===
18488
18489Setting this option allows the use of ':defer:' in non-filter redirection
18490data,
18491or the %defer% command in an Exim filter file.
18492
18493
18494oindex:[%allow_fail%]
18495`..'=
18496%allow_fail%, Use: 'redirect', Type: 'boolean', Default: 'false'
18497===
18498
18499cindex:[failing delivery,from filter]
18500If this option is true, the ':fail:' item can be used in a redirection list,
18501and the %fail% command may be used in a filter file.
18502
18503
18504oindex:[%allow_filter%]
18505`..'=
18506%allow_filter%, Use: 'redirect', Type: 'boolean', Default: 'false'
18507===
18508
18509cindex:[filter,enabling use of]
18510cindex:[Sieve filter,enabling use of]
18511Setting this option allows Exim to interpret redirection data that starts with
18512``#Exim filter'' or ``#Sieve filter'' as a set of filtering instructions. There
18513are some features of Exim filter files that some administrators may wish to
18514lock out; see the %forbid_filter_xxx% options below.
18515
18516It is also possible to lock out Exim filters or Sieve filters while allowing
18517the other type; see %forbid_exim_filter% and %forbid_sieve_filter%.
18518
18519
18520The filter is run using the uid and gid set by the generic %user% and %group%
18521options. These take their defaults from the password data if
18522%check_local_user% is set, so in the normal case of users' personal filter
18523files, the filter is run as the relevant user. When %allow_filter% is set
18524true, Exim insists that either %check_local_user% or %user% is set.
18525
18526
18527
18528oindex:[%allow_freeze%]
18529`..'=
18530%allow_freeze%, Use: 'redirect', Type: 'boolean', Default: 'false'
18531===
18532
18533cindex:[freezing messages,allowing in filter]
18534Setting this option allows the use of the %freeze% command in an Exim filter.
18535This command is more normally encountered in system filters, and is disabled by
18536default for redirection filters because it isn't something you usually want to
18537let ordinary users do.
18538
18539
18540
18541oindex:[%check_ancestor%]
18542`..'=
18543%check_ancestor%, Use: 'redirect', Type: 'boolean', Default: 'false'
18544===
18545
18546This option is concerned with handling generated addresses that are the same
18547as some address in the list of redirection ancestors of the current address.
18548Although it is turned off by default in the code, it is set in the default
18549configuration file for handling users' _.forward_ files. It is recommended
18550for this use of the ^redirect^ router.
18551
18552When %check_ancestor% is set, if a generated address (including the domain) is
18553the same as any ancestor of the current address, it is replaced by a copy of
18554the current address. This helps in the case where local part A is aliased to B,
18555and B has a _.forward_ file pointing back to A. For example, within a single
18556domain, the local part ``Joe.Bloggs'' is aliased to ``jb'' and _~jb/.forward_
18557contains:
18558
18559 \Joe.Bloggs, <other item(s)>
18560
18561Without the %check_ancestor% setting, either local part (``jb'' or ``joe.bloggs'')
18562gets processed once by each router and so ends up as it was originally. If ``jb''
18563is the real mailbox name, mail to ``jb'' gets delivered (having been turned into
18564``joe.bloggs'' by the _.forward_ file and back to ``jb'' by the alias), but mail
18565to ``joe.bloggs'' fails. Setting %check_ancestor% on the ^redirect^ router that
18566handles the _.forward_ file prevents it from turning ``jb'' back into
18567``joe.bloggs'' when that was the original address. See also the %repeat_use%
18568option below.
18569
18570
18571oindex:[%check_group%]
18572`..'=
18573%check_group%, Use: 'redirect', Type: 'boolean', Default: 'see below'
18574===
18575
18576When the %file% option is used, the group owner of the file is checked only
18577when this option is set. The permitted groups are those listed in the
18578%owngroups% option, together with the user's default group if
18579%check_local_user% is set. If the file has the wrong group, routing is
18580deferred. The default setting for this option is true if %check_local_user%
18581is set and the %modemask% option permits the group write bit, or if the
18582%owngroups% option is set. Otherwise it is false, and no group check occurs.
18583
18584
18585
18586oindex:[%check_owner%]
18587`..'=
18588%check_owner%, Use: 'redirect', Type: 'boolean', Default: 'see below'
18589===
18590
18591When the %file% option is used, the owner of the file is checked only when this
18592option is set. If %check_local_user% is set, the local user is permitted;
18593otherwise the owner must be one of those listed in the %owners% option. The
18594default value for this option is true if %check_local_user% or %owners% is
18595set. Otherwise the default is false, and no owner check occurs.
18596
18597
18598oindex:[%data%]
18599`..'=
18600%data%, Use: 'redirect', Type: 'string'!!, Default: 'unset'
18601===
18602
18603This option is mutually exclusive with %file%. One or other of them must be
18604set, but not both. The contents of %data% are expanded, and then used as the
18605list of forwarding items, or as a set of filtering instructions. If the
18606expansion is forced to fail, or the result is an empty string or a string that
18607has no effect (consists entirely of comments), the router declines.
18608
18609When filtering instructions are used, the string must begin with ``#Exim
18610filter'', and all comments in the string, including this initial one, must be
18611terminated with newline characters. For example:
18612
18613....
18614data = #Exim filter\n\
18615 if $h_to: contains Exim then save $home/mail/exim endif
18616....
18617
18618If you are reading the data from a database where newlines cannot be included,
18619you can use the $\{sg\}$ expansion item to turn the escape string of your
18620choice into a newline.
18621
18622
18623oindex:[%directory_transport%]
18624`..'=
18625%directory_transport%, Use: 'redirect', Type: 'string'!!, Default: 'unset'
18626===
18627
18628A ^redirect^ router sets up a direct delivery to a directory when a path name
18629ending with a slash is specified as a new ``address''. The transport used is
18630specified by this option, which, after expansion, must be the name of a
18631configured transport. This should normally be an ^appendfile^ transport.
18632
18633
18634oindex:[%file%]
18635`..'=
18636%file%, Use: 'redirect', Type: 'string'!!, Default: 'unset'
18637===
18638
18639This option specifies the name of a file that contains the redirection data. It
18640is mutually exclusive with the %data% option. The string is expanded before
18641use; if the expansion is forced to fail, the router declines. Other expansion
18642failures cause delivery to be deferred. The result of a successful expansion
18643must be an absolute path. The entire file is read and used as the redirection
18644data. If the data is an empty string or a string that has no effect (consists
18645entirely of comments), the router declines.
18646
18647cindex:[NFS,checking for file existence]
18648If the attempt to open the file fails with a ``does not exist'' error, Exim
18649runs a check on the containing directory,
18650unless %ignore_enotdir% is true (see below).
18651If the directory does not appear to exist, delivery is deferred. This can
18652happen when users' _.forward_ files are in NFS-mounted directories, and there
18653is a mount problem. If the containing directory does exist, but the file does
18654not, the router declines.
18655
18656
18657oindex:[%file_transport%]
18658`..'=
18659%file_transport%, Use: 'redirect', Type: 'string'!!, Default: 'unset'
18660===
18661
068aaea8 18662cindex:[$address_file$]
168e428f
PH
18663A ^redirect^ router sets up a direct delivery to a file when a path name not
18664ending in a slash is specified as a new ``address''. The transport used is
18665specified by this option, which, after expansion, must be the name of a
068aaea8
PH
18666configured transport. This should normally be an ^appendfile^ transport. When
18667it is running, the file name is in $address_file$.
168e428f
PH
18668
18669
18670oindex:[%forbid_blackhole%]
18671`..'=
18672%forbid_blackhole%, Use: 'redirect', Type: 'boolean', Default: 'false'
18673===
18674
18675If this option is true, the ':blackhole:' item may not appear in a redirection
18676list.
18677
18678
18679oindex:[%forbid_exim_filter%]
18680`..'=
18681%forbid_exim_filter%, Use: 'redirect', Type: 'boolean', Default: 'false'
18682===
18683
18684If this option is set true, only Sieve filters are permitted when
18685%allow_filter% is true.
18686
18687
18688
18689
18690oindex:[%forbid_file%]
18691`..'=
18692%forbid_file%, Use: 'redirect', Type: 'boolean', Default: 'false'
18693===
18694
18695cindex:[delivery,to file; forbidding]
18696cindex:[Sieve filter,forbidding delivery to a file]
18697cindex:[Sieve filter,``keep'' facility; disabling]
18698If this option is true, this router may not generate a new address that
18699specifies delivery to a local file or directory, either from a filter or from a
18700conventional forward file. This option is forced to be true if %one_time% is
18701set. It applies to Sieve filters as well as to Exim filters, but if true, it
18702locks out the Sieve's ``keep'' facility.
18703
18704
068aaea8
PH
18705oindex:[%forbid_filter_dlfunc%]
18706`..'=
18707%forbid_filter_dlfunc%, Use: 'redirect', Type: 'boolean', Default: 'false'
18708===
18709
18710[revisionflag="changed"]
18711cindex:[filter,locking out certain features]
18712If this option is true, string expansions in Exim filters are not allowed to
18713make use of the %dlfunc% expansion facility to run dynamically loaded
18714functions.
18715
18716
168e428f
PH
18717oindex:[%forbid_filter_existstest%]
18718`..'=
18719%forbid_filter_existstest%, Use: 'redirect', Type: 'boolean', Default: 'false'
18720===
18721
068aaea8
PH
18722[revisionflag="changed"]
18723cindex:[expansion,statting a file]
168e428f 18724If this option is true, string expansions in Exim filters are not allowed to
068aaea8 18725make use of the %exists% condition or the %stat% expansion item.
168e428f
PH
18726
18727
18728oindex:[%forbid_filter_logwrite%]
18729`..'=
18730%forbid_filter_logwrite%, Use: 'redirect', Type: 'boolean', Default: 'false'
18731===
18732
18733If this option is true, use of the logging facility in Exim filters is not
18734permitted. Logging is in any case available only if the filter is being run
18735under some unprivileged uid (which is normally the case for ordinary users'
18736_.forward_ files).
18737
18738
18739oindex:[%forbid_filter_lookup%]
18740`..'=
18741%forbid_filter_lookup%, Use: 'redirect', Type: 'boolean', Default: 'false'
18742===
18743
18744If this option is true, string expansions in Exim filter files are not allowed
18745to make use of %lookup% items.
18746
18747
18748oindex:[%forbid_filter_perl%]
18749`..'=
18750%forbid_filter_perl%, Use: 'redirect', Type: 'boolean', Default: 'false'
18751===
18752
068aaea8 18753This option has an effect only if Exim is built with embedded Perl support. If
168e428f
PH
18754it is true, string expansions in Exim filter files are not allowed to make use
18755of the embedded Perl support.
18756
18757
18758oindex:[%forbid_filter_readfile%]
18759`..'=
18760%forbid_filter_readfile%, Use: 'redirect', Type: 'boolean', Default: 'false'
18761===
18762
18763If this option is true, string expansions in Exim filter files are not allowed
18764to make use of %readfile% items.
18765
18766
18767oindex:[%forbid_filter_readsocket%]
18768`..'=
18769%forbid_filter_readsocket%, Use: 'redirect', Type: 'boolean', Default: 'false'
18770===
18771
18772If this option is true, string expansions in Exim filter files are not allowed
18773to make use of %readsocket% items.
18774
18775
18776oindex:[%forbid_filter_reply%]
18777`..'=
18778%forbid_filter_reply%, Use: 'redirect', Type: 'boolean', Default: 'false'
18779===
18780
18781If this option is true, this router may not generate an automatic reply
18782message. Automatic replies can be generated only from Exim
18783
18784or Sieve filter files, not from traditional forward files.
18785
18786This option is forced to be true if %one_time% is set.
18787
18788
18789oindex:[%forbid_filter_run%]
18790`..'=
18791%forbid_filter_run%, Use: 'redirect', Type: 'boolean', Default: 'false'
18792===
18793
18794If this option is true, string expansions in Exim filter files are not allowed
18795to make use of %run% items.
18796
18797
18798oindex:[%forbid_include%]
18799`..'=
18800%forbid_include%, Use: 'redirect', Type: 'boolean', Default: 'false'
18801===
18802
18803If this option is true, items of the form
18804
18805 :include:<path name>
18806
18807are not permitted in non-filter redirection lists.
18808
18809
18810oindex:[%forbid_pipe%]
18811`..'=
18812%forbid_pipe%, Use: 'redirect', Type: 'boolean', Default: 'false'
18813===
18814
18815cindex:[delivery,to pipe; forbidding]
18816If this option is true, this router may not generate a new address which
18817specifies delivery to a pipe, either from an Exim filter or from a conventional
18818forward file. This option is forced to be true if %one_time% is set.
18819
18820
18821oindex:[%forbid_sieve_filter%]
18822`..'=
18823%forbid_sieve_filter%, Use: 'redirect', Type: 'boolean', Default: 'false'
18824===
18825
18826If this option is set true, only Exim filters are permitted when
18827%allow_filter% is true.
18828
18829
18830
18831
18832oindex:[%hide_child_in_errmsg%]
18833`..'=
18834%hide_child_in_errmsg%, Use: 'redirect', Type: 'boolean', Default: 'false'
18835===
18836
18837cindex:[bounce message,redirection details; suppressing]
18838If this option is true, it prevents Exim from quoting a child address if it
18839generates a bounce or delay message for it. Instead it says ``an address
18840generated from <''the top level address'>'. Of course, this applies only to
18841bounces generated locally. If a message is forwarded to another host, 'its'
18842bounce may well quote the generated address.
18843
18844
18845oindex:[%ignore_eacces%]
18846`..'=
18847%ignore_eacces%, Use: 'redirect', Type: 'boolean', Default: 'false'
18848===
18849
18850cindex:[EACCES]
18851If this option is set and an attempt to open a redirection file yields the
18852EACCES error (permission denied), the ^redirect^ router behaves as if the
18853file did not exist.
18854
18855
18856oindex:[%ignore_enotdir%]
18857`..'=
18858%ignore_enotdir%, Use: 'redirect', Type: 'boolean', Default: 'false'
18859===
18860
18861cindex:[ENOTDIR]
18862If this option is set and an attempt to open a redirection file yields the
18863ENOTDIR error (something on the path is not a directory), the ^redirect^
18864router behaves as if the file did not exist.
18865
18866Setting %ignore_enotdir% has another effect as well: When a ^redirect^
18867router that has the %file% option set discovers that the file does not exist
18868(the ENOENT error), it tries to 'stat()' the parent directory, as a check
18869against unmounted NFS directories. If the parent can not be statted, delivery
18870is deferred. However, it seems wrong to do this check when %ignore_enotdir% is
18871set, because that option tells Exim to ignore ``something on the path is not a
18872directory'' (the ENOTDIR error). This is a confusing area, because it seems
18873that some operating systems give ENOENT where others give ENOTDIR.
18874
18875
18876
18877oindex:[%include_directory%]
18878`..'=
18879%include_directory%, Use: 'redirect', Type: 'string', Default: 'unset'
18880===
18881
18882If this option is set, the path names of any ':include:' items in a redirection
18883list must start with this directory.
18884
18885
18886oindex:[%modemask%]
18887`..'=
18888%modemask%, Use: 'redirect', Type: 'octal integer', Default: '022'
18889===
18890
18891This specifies mode bits which must not be set for a file specified by the
18892%file% option. If any of the forbidden bits are set, delivery is deferred.
18893
18894
18895oindex:[%one_time%]
18896`..'=
18897%one_time%, Use: 'redirect', Type: 'boolean', Default: 'false'
18898===
18899
18900cindex:[one-time aliasing/forwarding expansion]
18901cindex:[alias file,one-time expansion]
18902cindex:[forward file,one-time expansion]
18903cindex:[mailing lists,one-time expansion]
18904cindex:[address redirection,one-time expansion]
18905Sometimes the fact that Exim re-evaluates aliases and reprocesses redirection
068aaea8
PH
18906files each time it tries to deliver a message causes a problem when one or more
18907of the generated addresses fails be delivered at the first attempt. The problem
18908is not one of duplicate delivery -- Exim is clever enough to handle that -- but
18909of what happens when the redirection list changes during the time that the
18910message is on Exim's queue. This is particularly true in the case of mailing
18911lists, where new subscribers might receive copies of messages that were posted
18912before they subscribed.
18913
18914If %one_time% is set and any addresses generated by the router fail to deliver
18915at the first attempt, the failing addresses are added to the message as ``top
18916level'' addresses, and the parent address that generated them is marked
18917``delivered''. Thus, redirection does not happen again at the next delivery
18918attempt.
168e428f 18919
068aaea8
PH
18920*Warning 1*: Any header line addition or removal that is specified by this
18921router would be lost if delivery did not succeed at the first attempt. For this
18922reason, the %headers_add% and %headers_remove% generic options are not
18923permitted when %one_time% is set.
168e428f
PH
18924
18925*Warning 2*: To ensure that the router generates only addresses (as opposed
18926to pipe or file deliveries or auto-replies) %forbid_file%, %forbid_pipe%,
18927and %forbid_filter_reply% are forced to be true when %one_time% is set.
18928
068aaea8
PH
18929[revisionflag="changed"]
18930*Warning 3*: The %unseen% generic router option may not be set with %one_time%.
18931
168e428f
PH
18932The original top-level address is remembered with each of the generated
18933addresses, and is output in any log messages. However, any intermediate parent
18934addresses are not recorded. This makes a difference to the log only if
18935%all_parents% log selector is set. It is expected that %one_time% will
18936typically be used for mailing lists, where there is normally just one level of
18937expansion.
18938
18939
18940oindex:[%owners%]
18941`..'=
18942%owners%, Use: 'redirect', Type: 'string list', Default: 'unset'
18943===
18944
18945cindex:[ownership,alias file]
18946cindex:[ownership,forward file]
18947cindex:[alias file,ownership]
18948cindex:[forward file,ownership]
18949This specifies a list of permitted owners for the file specified by %file%.
18950This list is in addition to the local user when %check_local_user% is set.
18951See %check_owner% above.
18952
18953
18954oindex:[%owngroups%]
18955`..'=
18956%owngroups%, Use: 'redirect', Type: 'string list', Default: 'unset'
18957===
18958
18959This specifies a list of permitted groups for the file specified by %file%. The
18960list is in addition to the local user's primary group when %check_local_user%
18961is set. See %check_group% above.
18962
18963
18964oindex:[%pipe_transport%]
18965`..'=
18966%pipe_transport%, Use: 'redirect', Type: 'string'!!, Default: 'unset'
18967===
18968
068aaea8 18969cindex:[$address_pipe$]
168e428f
PH
18970A ^redirect^ router sets up a direct delivery to a pipe when a string starting
18971with a vertical bar character is specified as a new ``address''. The transport
18972used is specified by this option, which, after expansion, must be the name of a
068aaea8
PH
18973configured transport. This should normally be a ^pipe^ transport. When the
18974transport is run, the pipe command is in $address_pipe$.
168e428f
PH
18975
18976
18977oindex:[%qualify_domain%]
18978`..'=
18979%qualify_domain%, Use: 'redirect', Type: 'string'!!, Default: 'unset'
18980===
18981
068aaea8 18982cindex:[$qualify_recipient$]
168e428f
PH
18983If this option is set and an unqualified address (one without a domain) is
18984generated, it is qualified with the domain specified by expanding this string,
18985instead of the global setting in %qualify_recipient%. If the expansion fails,
18986the router declines. If you want to revert to the default, you can have the
18987expansion generate $qualify_recipient$.
18988
18989
18990oindex:[%qualify_preserve_domain%]
18991`..'=
18992%qualify_preserve_domain%, Use: 'redirect', Type: 'boolean', Default: 'false'
18993===
18994
18995cindex:[domain,in redirection; preserving]
18996cindex:[preserving domain in redirection]
18997cindex:[address redirection,domain; preserving]
18998If this is set and an unqualified address (one without a domain) is generated,
18999it is qualified with the domain of the
19000parent address (the immediately preceding ancestor) instead of the local
19001%qualify_domain% or global %qualify_recipient% value.
19002
19003
19004oindex:[%repeat_use%]
19005`..'=
19006%repeat_use%, Use: 'redirect', Type: 'boolean', Default: 'true'
19007===
19008
19009If this option is set false, the router is skipped for a child address that has
19010any ancestor that was routed by this router. This test happens before any of
19011the other preconditions are tested. Exim's default anti-looping rules skip
19012only when the ancestor is the same as the current address. See also
19013%check_ancestor% above and the generic %redirect_router% option.
19014
19015
19016oindex:[%reply_transport%]
19017`..'=
19018%reply_transport%, Use: 'redirect', Type: 'string'!!, Default: 'unset'
19019===
19020
19021A ^redirect^ router sets up an automatic reply when a %mail% or %vacation%
19022command is used in a filter file. The transport used is specified by this
19023option, which, after expansion, must be the name of a configured transport.
19024This should normally be an ^autoreply^ transport. Other transports are
19025unlikely to do anything sensible or useful.
19026
19027
19028oindex:[%rewrite%]
19029`..'=
19030%rewrite%, Use: 'redirect', Type: 'boolean', Default: 'true'
19031===
19032
19033cindex:[address redirection,disabling rewriting]
19034If this option is set false, addresses generated by the router are not
19035subject to address rewriting. Otherwise, they are treated like new addresses
19036and are rewritten according to the global rewriting rules.
19037
19038
068aaea8
PH
19039oindex:[%sieve_subaddress%]
19040`..'=
19041%sieve_subaddress%, Use: 'redirect', Type: 'string'!!, Default: 'unset'
19042===
19043
19044[revisionflag="changed"]
19045The value of this option is passed to a Sieve filter to specify the
19046:subaddress part of an address.
19047
19048
19049oindex:[%sieve_useraddress%]
19050`..'=
19051%sieve_useraddress%, Use: 'redirect', Type: 'string'!!, Default: 'unset'
19052===
19053
19054[revisionflag="changed"]
19055The value of this option is passed to a Sieve filter to specify the :user part
19056of an address. However, if it is unset, the entire original local part
19057(including any prefix or suffix) is used for :user.
19058
19059
168e428f
PH
19060
19061oindex:[%sieve_vacation_directory%]
19062`..'=
19063%sieve_vacation_directory%, Use: 'redirect', Type: 'string'!!, Default: 'unset'
19064===
19065
068aaea8 19066[revisionflag="changed"]
168e428f
PH
19067cindex:[Sieve filter,vacation directory]
19068To enable the ``vacation'' extension for Sieve filters, you must set
19069%sieve_vacation_directory% to the directory where vacation databases are held
19070(do not put anything else in that directory), and ensure that the
068aaea8
PH
19071%reply_transport% option refers to an ^autoreply^ transport. Each user needs
19072their own directory; Exim will create it if necessary.
168e428f
PH
19073
19074
19075
19076
19077oindex:[%skip_syntax_errors%]
19078`..'=
19079%skip_syntax_errors%, Use: 'redirect', Type: 'boolean', Default: 'false'
19080===
19081
19082cindex:[forward file,broken]
19083cindex:[address redirection,broken files]
19084cindex:[alias file,broken]
19085cindex:[broken alias or forward files]
19086cindex:[ignoring faulty addresses]
19087cindex:[skipping faulty addresses]
19088cindex:[error,skipping bad syntax]
19089If %skip_syntax_errors% is set, syntactically malformed addresses in
19090non-filter redirection data are skipped, and each failing address is logged. If
19091%syntax_errors_to% is set, a message is sent to the address it defines,
19092giving details of the failures. If %syntax_errors_text% is set, its contents
19093are expanded and placed at the head of the error message generated by
19094%syntax_errors_to%. Usually it is appropriate to set %syntax_errors_to% to
19095be the same address as the generic %errors_to% option. The
19096%skip_syntax_errors% option is often used when handling mailing lists.
19097
19098If all the addresses in a redirection list are skipped because of syntax
19099errors, the router declines to handle the original address, and it is passed to
19100the following routers.
19101
19102If %skip_syntax_errors% is set when an Exim filter is interpreted, any syntax
19103error in the filter causes filtering to be abandoned without any action being
19104taken. The incident is logged, and the router declines to handle the address,
19105so it is passed to the following routers.
19106
19107cindex:[Sieve filter,syntax errors in]
19108Syntax errors in a Sieve filter file cause the ``keep'' action to occur. This
19109action is specified by RFC 3028. The values of %skip_syntax_errors%,
19110%syntax_errors_to%, and %syntax_errors_text% are not used.
19111
19112%skip_syntax_errors% can be used to specify that errors in users' forward
19113lists or filter files should not prevent delivery. The %syntax_errors_to%
19114option, used with an address that does not get redirected, can be used to
19115notify users of these errors, by means of a router like this:
19116
19117....
19118userforward:
19119 driver = redirect
19120 allow_filter
19121 check_local_user
19122 file = $home/.forward
19123 file_transport = address_file
19124 pipe_transport = address_pipe
19125 reply_transport = address_reply
19126 no_verify
19127 skip_syntax_errors
19128 syntax_errors_to = real-$local_part\$domain
19129 syntax_errors_text = \
19130 This is an automatically generated message. An error has\n\
19131 been found in your .forward file. Details of the error are\n\
19132 reported below. While this error persists, you will receive\n\
19133 a copy of this message for every message that is addressed\n\
19134 to you. If your .forward file is a filter file, or if it is\n\
19135 a non-filter file containing no valid forwarding addresses,\n\
19136 a copy of each incoming message will be put in your normal\n\
19137 mailbox. If a non-filter file contains at least one valid\n\
19138 forwarding address, forwarding to the valid addresses will\n\
19139 happen, and those will be the only deliveries that occur.
19140....
19141
19142You also need a router to ensure that local addresses that are prefixed by
19143`real-` are recognized, but not forwarded or filtered. For example, you could
19144put this immediately before the ^userforward^ router:
19145
19146 real_localuser:
19147 driver = accept
19148 check_local_user
19149 local_part_prefix = real-
19150 transport = local_delivery
19151
19152
19153
19154oindex:[%syntax_errors_text%]
19155`..'=
19156%syntax_errors_text%, Use: 'redirect', Type: 'string'!!, Default: 'unset'
19157===
19158
19159See %skip_syntax_errors% above.
19160
19161
19162oindex:[%syntax_errors_to%]
19163`..'=
19164%syntax_errors_to%, Use: 'redirect', Type: 'string', Default: 'unset'
19165===
19166
19167See %skip_syntax_errors% above.
19168
19169
19170
19171
19172
19173
19174////////////////////////////////////////////////////////////////////////////
19175////////////////////////////////////////////////////////////////////////////
19176
19177[[CHAPenvironment]]
19178[titleabbrev="Environment for local transports"]
19179Environment for running local transports
19180----------------------------------------
19181cindex:[local transports,environment for]
19182cindex:[environment for local transports]
19183cindex:[transport,local; environment for]
19184Local transports handle deliveries to files and pipes. (The ^autoreply^
19185transport can be thought of as similar to a pipe.) Exim always runs transports
19186in subprocesses, under specified uids and gids. Typical deliveries to local
19187mailboxes run under the uid and gid of the local user.
19188
19189Exim also sets a specific current directory while running the transport; for
19190some transports a home directory setting is also relevant. The ^pipe^
19191transport is the only one that sets up environment variables; see section
19192<<SECTpipeenv>> for details.
19193
19194The values used for the uid, gid, and the directories may come from several
19195different places. In many cases, the router that handles the address associates
19196settings with that address as a result of its %check_local_user%, %group%, or
19197%user% options. However, values may also be given in the transport's own
19198configuration, and these override anything that comes from the router.
19199
19200
19201
19202Concurrent deliveries
19203~~~~~~~~~~~~~~~~~~~~~
19204cindex:[concurrent deliveries]
19205cindex:[simultaneous deliveries]
19206If two different messages for the same local recpient arrive more or less
19207simultaneously, the two delivery processes are likely to run concurrently. When
19208the ^appendfile^ transport is used to write to a file, Exim applies locking
19209rules to stop concurrent processes from writing to the same file at the same
19210time.
19211
19212However, when you use a ^pipe^ transport, it is up to you to arrange any
19213locking that is needed. Here is a silly example:
19214
19215 my_transport:
19216 driver = pipe
19217 command = /bin/sh -c 'cat >>/some/file'
19218
19219This is supposed to write the message at the end of the file. However, if two
19220messages arrive at the same time, the file will be scrambled. You can use the
19221%exim_lock% utility program (see section <<SECTmailboxmaint>>) to lock a file
19222using the same algorithm that Exim itself uses.
19223
19224
19225
19226
19227[[SECTenvuidgid]]
19228Uids and gids
19229~~~~~~~~~~~~~
19230cindex:[local transports,uid and gid]
19231cindex:[transport,local; uid and gid]
19232All transports have the options %group% and %user%. If %group% is set, it
19233overrides any group that the router set in the address, even if %user% is not
19234set for the transport. This makes it possible, for example, to run local mail
19235delivery under the uid of the recipient (set by the router), but in a special
19236group (set by the transport). For example:
19237
19238 # Routers ...
19239 # User/group are set by check_local_user in this router
19240 local_users:
19241 driver = accept
19242 check_local_user
19243 transport = group_delivery
19244
19245 # Transports ...
19246 # This transport overrides the group
19247 group_delivery:
19248 driver = appendfile
19249 file = /var/spool/mail/$local_part
19250 group = mail
19251
19252If %user% is set for a transport, its value overrides what is set in the
19253address. If %user% is non-numeric and %group% is not set, the gid associated
19254with the user is used. If %user% is numeric, %group% must be set.
19255
19256cindex:[%initgroups% option]
19257When the uid is taken from the transport's configuration, the 'initgroups()'
19258function is called for the groups associated with that uid if the %initgroups%
19259option is set for the transport. When the uid is not specified by the
19260transport, but is associated with the address by a router, the option for
19261calling 'initgroups()' is taken from the router configuration.
19262
19263cindex:[^pipe^ transport,uid for]
19264The ^pipe^ transport contains the special option %pipe_as_creator%. If this
19265is set and %user% is not set, the uid of the process that called Exim to
19266receive the message is used, and if %group% is not set, the corresponding
19267original gid is also used.
19268
19269
19270
19271Current and home directories
19272~~~~~~~~~~~~~~~~~~~~~~~~~~~~
19273cindex:[current directory for local transport]
19274cindex:[home directory,for local transport]
19275cindex:[transport,local; home directory for]
19276cindex:[transport,local; current directory for]
19277Routers may set current and home directories for local transports by means of
19278the %transport_current_directory% and %transport_home_directory% options.
19279However, if the transport's %current_directory% or %home_directory% options
19280are set, they override the router's values. In detail, the home directory
19281for a local transport is taken from the first of these values that is set:
19282
19283- The %home_directory% option on the transport;
19284
19285- The %transport_home_directory% option on the router;
19286
19287- The password data if %check_local_user% is set on the router;
19288
19289- The %router_home_directory% option on the router.
19290
19291The current directory is taken from the first of these values that is set:
19292
19293- The %current_directory% option on the transport;
19294
19295- The %transport_current_directory% option on the router.
19296
19297
19298If neither the router nor the transport sets a current directory, Exim uses the
19299value of the home directory, if it is set. Otherwise it sets the current
19300directory to _/_ before running a local transport.
19301
19302
19303
19304Expansion variables derived from the address
19305~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
068aaea8
PH
19306cindex:[$domain$]
19307cindex:[$local_part$]
19308cindex:[$original_domain$]
168e428f 19309Normally a local delivery is handling a single address, and in that case the
068aaea8
PH
19310variables such as $domain$ and $local_part$ are set during local deliveries.
19311However, in some circumstances more than one address may be handled at once
19312(for example, while writing batch SMTP for onward transmission by some other
19313means). In this case, the variables associated with the local part are never
19314set, $domain$ is set only if all the addresses have the same domain, and
19315$original_domain$ is never set.
168e428f
PH
19316
19317
19318
19319
19320
19321
19322
19323////////////////////////////////////////////////////////////////////////////
19324////////////////////////////////////////////////////////////////////////////
19325
19326[[CHAPtransportgeneric]]
19327Generic options for transports
19328------------------------------
19329
19330cindex:[generic options,transport]
19331cindex:[options,generic; for transports]
19332cindex:[transport,generic options for]
19333The following generic options apply to all transports:
19334
19335
19336oindex:[%body_only%]
19337`..'=
19338%body_only%, Use: 'transports', Type: 'boolean', Default: 'false'
19339===
19340
19341cindex:[transport,body only]
19342cindex:[message,transporting body only]
19343cindex:[body of message,transporting]
19344If this option is set, the message's headers are not transported. It is
19345mutually exclusive with %headers_only%. If it is used with the ^appendfile^ or
19346^pipe^ transports, the settings of %message_prefix% and %message_suffix%
19347should be checked, because this option does not automatically suppress them.
19348
19349
19350oindex:[%current_directory%]
19351`..'=
19352%current_directory%, Use: 'transports', Type: 'string'!!, Default: 'unset'
19353===
19354
19355cindex:[transport,current directory for]
19356This specifies the current directory that is to be set while running the
19357transport, overriding any value that may have been set by the router.
19358If the expansion fails for any reason, including forced failure, an error is
19359logged, and delivery is deferred.
19360
19361
19362oindex:[%disable_logging%]
19363`..'=
19364%disable_logging%, Use: 'transports', Type: 'boolean', Default: 'false'
19365===
19366
19367If this option is set true, nothing is logged for any
19368deliveries by the transport or for any
19369transport errors. You should not set this option unless you really, really know
19370what you are doing.
19371
19372
19373oindex:[%debug_print%]
19374`..'=
19375%debug_print%, Use: 'transports', Type: 'string'!!, Default: 'unset'
19376===
19377
19378cindex:[testing,variables in drivers]
19379If this option is set and debugging is enabled (see the %-d% command line
19380option), the string is expanded and included in the debugging output when the
19381transport is run.
19382If expansion of the string fails, the error message is written to the debugging
19383output, and Exim carries on processing.
19384This facility is provided to help with checking out the values of variables and
19385so on when debugging driver configurations. For example, if a %headers_add%
19386option is not working properly, %debug_print% could be used to output the
19387variables it references. A newline is added to the text if it does not end with
19388one.
19389
19390
19391oindex:[%delivery_date_add%]
19392`..'=
19393%delivery_date_add%, Use: 'transports', Type: 'boolean', Default: 'false'
19394===
19395
19396cindex:['Delivery-date:' header line]
19397If this option is true, a 'Delivery-date:' header is added to the message. This
19398gives the actual time the delivery was made. As this is not a standard header,
19399Exim has a configuration option (%delivery_date_remove%) which requests its
19400removal from incoming messages, so that delivered messages can safely be resent
19401to other recipients.
19402
19403
19404oindex:[%driver%]
19405`..'=
19406%driver%, Use: 'transports', Type: 'string', Default: 'unset'
19407===
19408
19409This specifies which of the available transport drivers is to be used.
19410There is no default, and this option must be set for every transport.
19411
19412
19413oindex:[%envelope_to_add%]
19414`..'=
19415%envelope_to_add%, Use: 'transports', Type: 'boolean', Default: 'false'
19416===
19417
19418cindex:['Envelope-to:' header line]
19419If this option is true, an 'Envelope-to:' header is added to the message. This
19420gives the original address(es) in the incoming envelope that caused this
19421delivery to happen. More than one address may be present if the transport is
19422configured to handle several addresses at once, or if more than one original
19423address was redirected to the same final address. As this is not a standard
19424header, Exim has a configuration option (%envelope_to_remove%) which requests
19425its removal from incoming messages, so that delivered messages can safely be
19426resent to other recipients.
19427
19428
19429oindex:[%group%]
19430`..'=
19431%group%, Use: 'transports', Type: 'string'!!, Default: 'Exim group'
19432===
19433
19434cindex:[transport,group; specifying]
19435This option specifies a gid for running the transport process, overriding any
19436value that the router supplies, and also overriding any value associated with
19437%user% (see below).
19438
19439
19440oindex:[%headers_add%]
19441`..'=
19442%headers_add%, Use: 'transports', Type: 'string'!!, Default: 'unset'
19443===
19444
19445cindex:[header lines,adding in transport]
19446cindex:[transport,header lines; adding]
19447This option specifies a string of text that is expanded and added to the header
19448portion of a message as it is transported, as described in section
19449<<SECTheadersaddrem>>. Additional header lines can also be specified by routers.
19450If the result of the expansion is an empty string, or if the expansion is
19451forced to fail, no action is taken. Other expansion failures are treated as
19452errors and cause the delivery to be deferred.
19453
19454
19455
19456oindex:[%headers_only%]
19457`..'=
19458%headers_only%, Use: 'transports', Type: 'boolean', Default: 'false'
19459===
19460
19461cindex:[transport,header lines only]
19462cindex:[message,transporting headers only]
19463cindex:[header lines,transporting]
19464If this option is set, the message's body is not transported. It is mutually
19465exclusive with %body_only%. If it is used with the ^appendfile^ or ^pipe^
19466transports, the settings of %message_prefix% and %message_suffix% should be
19467checked, since this option does not automatically suppress them.
19468
19469
19470oindex:[%headers_remove%]
19471`..'=
19472%headers_remove%, Use: 'transports', Type: 'string'!!, Default: 'unset'
19473===
19474
19475cindex:[header lines,removing]
19476cindex:[transport,header lines; removing]
19477This option specifies a string that is expanded into a list of header names;
19478these headers are omitted from the message as it is transported, as described
19479in section <<SECTheadersaddrem>>. Header removal can also be specified by
19480routers. If the result of the expansion is an empty string, or if the expansion
19481is forced to fail, no action is taken. Other expansion failures are treated as
19482errors and cause the delivery to be deferred.
19483
19484
19485
19486oindex:[%headers_rewrite%]
19487`..'=
19488%headers_rewrite%, Use: 'transports', Type: 'string', Default: 'unset'
19489===
19490
19491cindex:[transport,header lines; rewriting]
19492cindex:[rewriting,at transport time]
19493This option allows addresses in header lines to be rewritten at transport time,
19494that is, as the message is being copied to its destination. The contents of the
19495option are a colon-separated list of rewriting rules. Each rule is in exactly
19496the same form as one of the general rewriting rules that are applied when a
19497message is received. These are described in chapter <<CHAPrewrite>>. For example,
19498
19499....
19500headers_rewrite = a@b c@d f : \
19501 x@y w@z
19502....
19503
19504changes %a@b% into %c@d% in 'From:' header lines, and %x@y% into %w@z% in
19505all address-bearing header lines. The rules are applied to the header lines
19506just before they are written out at transport time, so they affect only those
19507copies of the message that pass through the transport. However, only the
19508message's original header lines, and any that were added by a system filter,
19509are rewritten. If a router or transport adds header lines, they are
19510not affected by this option. These rewriting rules are 'not' applied to the
19511envelope. You can change the return path using %return_path%, but you cannot
19512change envelope recipients at this time.
19513
19514
19515oindex:[%home_directory%]
19516`..'=
19517%home_directory%, Use: 'transports', Type: 'string'!!, Default: 'unset'
19518===
19519
19520cindex:[transport,home directory for]
068aaea8 19521cindex:[$home$]
168e428f
PH
19522This option specifies a home directory setting for the transport, overriding
19523any value that may be set by the router. The home directory is placed in
19524$home$ while expanding the transport's private options. It is also used as
19525the current directory if no current directory is set by the
19526%current_directory% option on the transport or the
19527%transport_current_directory% option on the router.
19528If the expansion fails for any reason, including forced failure, an error is
19529logged, and delivery is deferred.
19530
19531
19532oindex:[%initgroups%]
19533`..'=
19534%initgroups%, Use: 'transports', Type: 'boolean', Default: 'false'
19535===
19536
19537cindex:[additional groups]
19538cindex:[groups, additional]
19539cindex:[transport,group; additional]
19540If this option is true and the uid for the delivery process is provided by the
19541transport, the 'initgroups()' function is called when running the transport
19542to ensure that any additional groups associated with the uid are set up.
19543
19544
19545oindex:[%message_size_limit%]
19546`..'=
19547%message_size_limit%, Use: 'transports', Type: 'string'!!, Default: '0'
19548===
19549
19550cindex:[limit,message size per transport]
19551cindex:[size of message, limit]
19552cindex:[transport,message size; limiting]
19553This option controls the size of messages passed through the transport. It is
19554expanded before use; the result of the expansion must be a sequence of digits,
19555optionally followed by K or M.
19556If the expansion fails for any reason, including forced failure, or if the
19557result is not of the required form, delivery is deferred.
19558If the value is greater than zero and the size of a message exceeds this
19559limit, the address is failed. If there is any chance that the resulting bounce
19560message could be routed to the same transport, you should ensure that
19561%return_size_limit% is less than the transport's %message_size_limit%, as
19562otherwise the bounce message will fail to get delivered.
19563
19564
19565
19566oindex:[%rcpt_include_affixes%]
19567`..'=
19568%rcpt_include_affixes%, Use: 'transports', Type: 'boolean', Default: 'false'
19569===
19570
19571cindex:[prefix,for local part; including in envelope]
19572cindex:[suffix,for local part; including in envelope]
19573cindex:[local part,prefix]
19574cindex:[local part,suffix]
19575When this option is false (the default), and an address that has had any
19576affixes (prefixes or suffixes) removed from the local part is delivered by any
19577form of SMTP or LMTP, the affixes are not included. For example, if a router
19578that contains
19579
19580 local_part_prefix = *-
19581
19582routes the address 'abc-xyz@some.domain' to an SMTP transport, the envelope
19583is delivered with
19584
19585 RCPT TO:<xyz@some.domain>
19586
068aaea8
PH
19587[revisionflag="changed"]
19588This is also the case when an ACL-time callout is being used to verify a
19589recipient address.
19590
168e428f
PH
19591If %rcpt_include_affixes% is set true, the whole local part is included in
19592the RCPT command. This option applies to BSMTP deliveries by the
19593^appendfile^ and ^pipe^ transports as well as to the ^lmtp^ and ^smtp^
19594transports.
19595
19596
19597oindex:[%retry_use_local_part%]
19598`..'=
19599%retry_use_local_part%, Use: 'transports', Type: 'boolean', Default: 'see below'
19600===
19601
19602cindex:[hints database,retry keys]
19603When a delivery suffers a temporary failure, a retry record is created
19604in Exim's hints database. For remote deliveries, the key for the retry record
19605is based on the name and/or IP address of the failing remote host. For local
19606deliveries, the key is normally the entire address, including both the local
19607part and the domain. This is suitable for most common cases of local delivery
19608temporary failure -- for example, exceeding a mailbox quota should delay only
19609deliveries to that mailbox, not to the whole domain.
19610
19611However, in some special cases you may want to treat a temporary local delivery
19612as a failure associated with the domain, and not with a particular local part.
19613(For example, if you are storing all mail for some domain in files.) You can do
19614this by setting %retry_use_local_part% false.
19615
19616For all the local transports, its default value is true. For remote transports,
19617the default value is false for tidiness, but changing the value has no effect
19618on a remote transport in the current implementation.
19619
19620
19621oindex:[%return_path%]
19622`..'=
19623%return_path%, Use: 'transports', Type: 'string'!!, Default: 'unset'
19624===
19625
19626cindex:[envelope sender]
19627cindex:[transport,return path; changing]
19628cindex:[return path,changing in transport]
19629If this option is set, the string is expanded at transport time and replaces
19630the existing return path (envelope sender) value in the copy of the message
19631that is being delivered. An empty return path is permitted. This feature is
19632designed for remote deliveries, where the value of this option is used in the
19633SMTP MAIL command. If you set %return_path% for a local transport, the
19634only effect is to change the address that is placed in the 'Return-path:'
19635header line, if one is added to the message (see the next option).
19636
068aaea8 19637cindex:[$return_path$]
168e428f
PH
19638The expansion can refer to the existing value via $return_path$. This is
19639either the message's envelope sender, or an address set by the
19640%errors_to% option on a router. If the expansion is forced to fail, no
19641replacement occurs; if it fails for another reason, delivery is deferred. This
19642option can be used to support VERP (Variable Envelope Return Paths) -- see
19643chapter <<CHAPSMTP>>.
19644
19645*Note*: If a delivery error is detected locally,
19646including the case when a remote server rejects a message at SMTP time,
19647the bounce message is not sent to the value of this option, but to the
19648previously set errors address (which defaults to the incoming sender address).
19649
19650
19651
19652oindex:[%return_path_add%]
19653`..'=
19654%return_path_add%, Use: 'transports', Type: 'boolean', Default: 'false'
19655===
19656
19657cindex:['Return-path:' header line]
19658If this option is true, a 'Return-path:' header is added to the message.
19659Although the return path is normally available in the prefix line of BSD
19660mailboxes, this is commonly not displayed by MUAs, and so the user does not
19661have easy access to it.
19662
19663RFC 2821 states that the 'Return-path:' header is added to a message ``when the
19664delivery SMTP server makes the final delivery''. This implies that this header
19665should not be present in incoming messages. Exim has a configuration option,
19666%return_path_remove%, which requests removal of this header from incoming
19667messages, so that delivered messages can safely be resent to other recipients.
19668
19669
19670oindex:[%shadow_condition%]
19671`..'=
19672%shadow_condition%, Use: 'transports', Type: 'string'!!, Default: 'unset'
19673===
19674
19675See %shadow_transport% below.
19676
19677
19678oindex:[%shadow_transport%]
19679`..'=
19680%shadow_transport%, Use: 'transports', Type: 'string', Default: 'unset'
19681===
19682
19683cindex:[shadow transport]
19684cindex:[transport,shadow]
19685A local transport may set the %shadow_transport% option to the name of another
19686local transport. Shadow remote transports are not supported.
19687
19688Whenever a delivery to the main transport succeeds, and either
19689%shadow_condition% is unset, or its expansion does not result in the empty
19690string or one of the strings ``0'' or ``no'' or ``false'', the message is also passed
19691to the shadow transport, with the same delivery address or addresses.
19692If expansion fails, no action is taken except that non-forced expansion
19693failures cause a log line to be written.
19694
19695The result of the shadow transport is discarded and does not affect the
19696subsequent processing of the message. Only a single level of shadowing is
19697provided; the %shadow_transport% option is ignored on any transport when it is
19698running as a shadow. Options concerned with output from pipes are also ignored.
19699
19700The log line for the successful delivery has an item added on the end, of the
19701form
19702
19703 ST=<shadow transport name>
19704
19705If the shadow transport did not succeed, the error message is put in
19706parentheses afterwards.
19707
19708Shadow transports can be used for a number of different purposes, including
19709keeping more detailed log information than Exim normally provides, and
19710implementing automatic acknowledgement policies based on message headers that
19711some sites insist on.
19712
19713
19714oindex:[%transport_filter%]
19715`..'=
19716%transport_filter%, Use: 'transports', Type: 'string'!!, Default: 'unset'
19717===
19718
19719cindex:[transport,filter]
19720cindex:[filter,transport filter]
19721This option sets up a filtering (in the Unix shell sense) process for messages
19722at transport time. It should not be confused with mail filtering as set up by
19723individual users or via a system filter.
19724
19725When the message is about to be written out, the command specified by
068aaea8
PH
19726%transport_filter% is started up in a separate process, and the entire message,
19727including the header lines, is passed to it on its standard input (this in fact
19728is done from a third process, to avoid deadlock). The command must be specified
19729as an absolute path.
168e428f
PH
19730
19731The lines of the message that are written to the transport filter are
068aaea8
PH
19732terminated by newline (``\n''). The message is passed to the filter before any
19733SMTP-specific processing, such as turning ``\n'' into ``\r\n'' and escaping
19734lines beginning with a dot, and also before any processing implied by the
19735settings of %check_string% and %escape_string% in the ^appendfile^ or ^pipe^
19736transports.
168e428f
PH
19737
19738The standard error for the filter process is set to the same destination as its
19739standard output; this is read and written to the message's ultimate
068aaea8
PH
19740destination. The filter can perform any transformations it likes, but of course
19741should take care not to break RFC 2822 syntax. A demonstration Perl script is
19742provided in _util/transport-filter.pl_; this makes a few arbitrary
19743modifications just to show the possibilities. Exim does not check the result,
19744except to test for a final newline when SMTP is in use. All messages
19745transmitted over SMTP must end with a newline, so Exim supplies one if it is
19746missing.
168e428f 19747
068aaea8
PH
19748[revisionflag="changed"]
19749cindex:[content scanning,per user]
19750A transport filter can be used to provide content-scanning on a per-user basis
19751at delivery time if the only required effect of the scan is to modify the
19752message. For example, a content scan could insert a new header line containing
19753a spam score. This could be interpreted by a filter in the user's MUA. It is
19754not possible to discard a message at this stage.
168e428f
PH
19755
19756cindex:[SMTP,SIZE]
19757A problem might arise if the filter increases the size of a message that is
19758being sent down an SMTP connection. If the receiving SMTP server has indicated
19759support for the SIZE parameter, Exim will have sent the size of the message
19760at the start of the SMTP session. If what is actually sent is substantially
19761more, the server might reject the message. This can be worked round by setting
19762the %size_addition% option on the ^smtp^ transport, either to allow for
19763additions to the message, or to disable the use of SIZE altogether.
19764
068aaea8 19765cindex:[$pipe_addresses$]
168e428f
PH
19766The value of the %transport_filter% option is the command string for starting
19767the filter, which is run directly from Exim, not under a shell. The string is
19768parsed by Exim in the same way as a command string for the ^pipe^ transport:
19769Exim breaks it up into arguments and then expands each argument separately. The
19770special argument $pipe_addresses$ is replaced by a number of arguments, one
19771for each address that applies to this delivery. (This isn't an ideal name for
19772this feature here, but as it was already implemented for the ^pipe^
19773transport, it seemed sensible not to change it.)
19774
19775cindex:[$host$]
19776cindex:[$host_address$]
19777The expansion variables $host$ and $host_address$ are available when the
19778transport is a remote one. They contain the name and IP address of the host to
19779which the message is being sent. For example:
19780
19781....
19782transport_filter = /some/directory/transport-filter.pl \
19783 $host $host_address $sender_address $pipe_addresses
19784....
19785
19786The filter process is run under the same uid and gid as the normal delivery.
19787For remote deliveries this is the Exim uid/gid by default.
19788
19789The command should normally yield a zero return code. A non-zero code is taken
19790to mean that the transport filter failed in some way. Delivery of the message
19791is deferred. It is not possible to cause a message to be bounced from a
19792transport filter.
19793
19794
19795If a transport filter is set on an autoreply transport, the original message is
19796passed through the filter as it is being copied into the newly generated
19797message, which happens if the %return_message% option is set.
19798
19799
19800oindex:[%transport_filter_timeout%]
19801`..'=
19802%transport_filter_timeout%, Use: 'transports', Type: 'time', Default: '5m'
19803===
19804
068aaea8 19805[revisionflag="changed"]
168e428f
PH
19806cindex:[transport filter, timeout]
19807When Exim is reading the output of a transport filter, it a applies a timeout
068aaea8
PH
19808that can be set by this option. Exceeding the timeout is normally treated as a
19809temporary delivery failure. However, if a transport filter is used with a
19810^pipe^ transport, a timeout in the transport filter is treated in the same way
19811as a timeout in the pipe command itself. By default, a timeout is a hard error,
19812but if the ^pipe^ transport's %timeout_defer% option is set true, it becomes a
19813temporary error.
168e428f
PH
19814
19815
19816
19817oindex:[%user%]
19818`..'=
19819%user%, Use: 'transports', Type: 'string'!!, Default: 'Exim user'
19820===
19821
19822cindex:[uid (user id),local delivery]
19823cindex:[transport user, specifying]
19824This option specifies the user under whose uid the delivery process is to be
19825run, overriding any uid that may have been set by the router. If the user is
19826given as a name, the uid is looked up from the password data, and the
19827associated group is taken as the value of the gid to be used if the %group%
19828option is not set.
19829
19830For deliveries that use local transports, a user and group are normally
19831specified explicitly or implicitly (for example, as a result of
19832%check_local_user%) by the router or transport.
19833
19834cindex:[hints database,access by remote transport]
19835For remote transports, you should leave this option unset unless you really are
19836sure you know what you are doing. When a remote transport is running, it needs
19837to be able to access Exim's hints databases, because each host may have its own
19838retry data.
19839
19840
19841
19842
19843
19844
19845////////////////////////////////////////////////////////////////////////////
19846////////////////////////////////////////////////////////////////////////////
19847
19848[[CHAPbatching]]
19849[titleabbrev="Address batching"]
19850Address batching in local transports
19851------------------------------------
19852cindex:[transport,local; address batching in]
19853The only remote transport (^smtp^) is normally configured to handle more than
19854one address at a time, so that when several addresses are routed to the same
19855remote host, just one copy of the message is sent. Local transports, however,
19856normally handle one address at a time. That is, a separate instance of the
19857transport is run for each address that is routed to the transport. A separate
19858copy of the message is delivered each time.
19859
19860cindex:[batched local delivery]
19861cindex:[%batch_max%]
19862cindex:[%batch_id%]
19863In special cases, it may be desirable to handle several addresses at once in a
19864local transport, for example:
19865
19866- In an ^appendfile^ transport, when storing messages in files for later
19867delivery by some other means, a single copy of the message with multiple
19868recipients saves space.
19869
19870- In an ^lmtp^ transport, when delivering over ``local SMTP'' to some process,
19871a single copy saves time, and is the normal way LMTP is expected to work.
19872
19873- In a ^pipe^ transport, when passing the message
19874to a scanner program or
19875to some other delivery mechanism such as UUCP, multiple recipients may be
19876acceptable.
19877
19878The three local transports (^appendfile^, ^lmtp^, and ^pipe^) all have
19879the same options for controlling multiple (``batched'') deliveries, namely
19880%batch_max% and %batch_id%. To save repeating the information for each
19881transport, these options are described here.
19882
19883The %batch_max% option specifies the maximum number of addresses that can be
19884delivered together in a single run of the transport. Its default value is one.
19885When more than one address is routed to a transport that has a %batch_max%
19886value greater than one, the addresses are delivered in a batch (that is, in a
19887single run of the transport), subject to certain conditions:
19888
068aaea8
PH
19889- cindex:[$local_part$]
19890If any of the transport's options contain a reference to $local_part$, no
168e428f
PH
19891batching is possible.
19892
068aaea8
PH
19893- cindex:[$domain$]
19894If any of the transport's options contain a reference to $domain$, only
168e428f
PH
19895addresses with the same domain are batched.
19896
19897- cindex:[customizing,batching condition]
19898If %batch_id% is set, it is expanded for each address, and only those
19899addresses with the same expanded value are batched. This allows you to specify
19900customized batching conditions.
19901Failure of the expansion for any reason, including forced failure, disables
19902batching, but it does not stop the delivery from taking place.
19903
19904- Batched addresses must also have the same errors address (where to send
19905delivery errors), the same header additions and removals, the same user and
19906group for the transport, and if a host list is present, the first host must
19907be the same.
19908
19909cindex:['Envelope-to:' header line]
19910If the generic %envelope_to_add% option is set for the transport, the
19911'Envelope-to:' header that is added to the message contains all the addresses
19912that are batched together.
19913
19914The ^appendfile^ and ^pipe^ transports have an option called %use_bsmtp%,
19915which causes them to deliver the message in ``batched SMTP'' format, with the
19916envelope represented as SMTP commands. The %check_string% and %escape_string%
19917options are forced to the values
19918
19919 check_string = "."
19920 escape_string = ".."
19921
19922when batched SMTP is in use. A full description of the batch SMTP mechanism is
19923given in section <<SECTbatchSMTP>>. The ^lmtp^ transport does not have a
19924%use_bsmtp% option, because it always delivers using the SMTP protocol.
19925
19926cindex:[^pipe^ transport,with multiple addresses]
068aaea8 19927cindex:[$pipe_addresses$]
168e428f
PH
19928If you are not using BSMTP, but are using a ^pipe^ transport, you can include
19929$pipe_addresses$ as part of the command. This is not a true variable; it is
19930a bit of magic that causes each of the recipient addresses to be inserted into
19931the command as a separate argument. This provides a way of accessing all the
19932addresses that are being delivered in the batch.
19933
19934If you are using a batching ^appendfile^ transport without %use_bsmtp%, the
19935only way to preserve the recipient addresses is to set the %envelope_to_add%
19936option. This causes an 'Envelope-to:' header line to be added to the message,
19937containing all the recipients.
19938
19939
19940
19941////////////////////////////////////////////////////////////////////////////
19942////////////////////////////////////////////////////////////////////////////
19943
19944[[CHAPappendfile]]
19945The appendfile transport
19946------------------------
19947cindex:[^appendfile^ transport]
19948cindex:[transports,^appendfile^]
19949cindex:[directory creation]
19950cindex:[creating directories]
19951The ^appendfile^ transport delivers a message by appending it to an existing
19952file, or by creating an entirely new file in a specified directory. Single
19953files to which messages are appended can be in the traditional Unix mailbox
19954format, or optionally in the MBX format supported by the Pine MUA and
19955University of Washington IMAP daemon, 'inter alia'. When each message is
19956being delivered as a separate file, ``maildir'' format can optionally be used to
19957give added protection against failures that happen part-way through the
19958delivery. A third form of separate-file delivery known as ``mailstore'' is also
19959supported. For all file formats, Exim attempts to create as many levels of
19960directory as necessary, provided that %create_directory% is set.
19961
19962The code for the optional formats is not included in the Exim binary by
19963default. It is necessary to set SUPPORT_MBX, SUPPORT_MAILDIR and/or
19964SUPPORT_MAILSTORE in _Local/Makefile_ to have the appropriate code
19965included.
19966
19967cindex:[quota,system]
19968Exim recognises system quota errors, and generates an appropriate message. Exim
19969also supports its own quota control within the transport, for use when the
19970system facility is unavailable or cannot be used for some reason.
19971
19972If there is an error while appending to a file (for example, quota exceeded or
19973partition filled), Exim attempts to reset the file's length and last
19974modification time back to what they were before. If there is an error while
19975creating an entirely new file, the new file is removed.
19976
19977Before appending to a file, a number of security checks are made, and the
19978file is locked. A detailed description is given below, after the list of
19979private options.
19980
19981^appendfile^ is most commonly used for local deliveries to users' mailboxes.
19982However, it can also be used as a pseudo-remote transport for putting messages
19983into files for remote delivery by some means other than Exim. ``Batch SMTP''
19984format is often used in this case (see the %use_bsmtp% option).
19985
19986
19987
19988[[SECTfildiropt]]
19989The file and directory options
19990~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
19991The %file% option specifies a single file, to which the message is appended;
19992the %directory% option specifies a directory, in which a new file containing
19993the message is created. Only one of these two options can be set, and for
19994normal deliveries to mailboxes, one of them 'must' be set.
19995
068aaea8
PH
19996cindex:[$address_file$]
19997cindex:[$local_part$]
168e428f
PH
19998However, ^appendfile^ is also used for delivering messages to files or
19999directories whose names (or parts of names) are obtained from alias,
20000forwarding, or filtering operations (for example, a %save% command in a user's
20001Exim filter). When such a transport is running, $local_part$ contains the
20002local part that was aliased or forwarded, and $address_file$ contains the
20003name (or partial name) of the file or directory generated by the redirection
20004operation. There are two cases:
20005
20006- If neither %file% nor %directory% is set, the redirection operation
20007must specify an absolute path (one that begins with `/`). This is the most
20008common case when users with local accounts use filtering to sort mail into
20009different folders. See for example, the ^address_file^ transport in the
20010default configuration. If the path ends with a slash, it is assumed to be the
20011name of a directory. A delivery to a directory can also be forced by setting
20012%maildir_format% or %mailstore_format%.
20013
20014- If %file% or %directory% is set for a delivery from a redirection, it is used
20015to determine the file or directory name for the delivery. Normally, the
20016contents of $address_file$ are used in some way in the string expansion.
20017
20018
20019cindex:[Sieve filter,configuring ^appendfile^]
20020cindex:[Sieve filter,relative mailbox path handling]
20021As an example of the second case, consider an environment where users do not
20022have home directories. They may be permitted to use Exim filter commands of the
20023form:
20024
20025 save folder23
20026
20027or Sieve filter commands of the form:
20028
20029 require "fileinto";
20030 fileinto "folder23";
20031
20032In this situation, the expansion of %file% or %directory% in the transport must
20033transform the relative path into an appropriate absolute file name. In the case
20034of Sieve filters, the name 'inbox' must be handled. It is the name that is
20035used as a result of a ``keep'' action in the filter. This example shows one way
20036of handling this requirement:
20037
20038....
20039file = ${if eq{$address_file}{inbox} \
20040 {/var/mail/$local_part} \
20041 {${if eq{${substr_0_1:$address_file}}{/} \
20042 {$address_file} \
20043 {$home/mail/$address_file} \
20044 }} \
20045 }
20046....
20047
20048With this setting of %file%, 'inbox' refers to the standard mailbox location,
20049absolute paths are used without change, and other folders are in the _mail_
20050directory within the home directory.
20051
20052*Note 1*: While processing an Exim filter, a relative path such as
20053_folder23_ is turned into an absolute path if a home directory is known to
20054the router. In particular, this is the case if %check_local_user% is set. If
20055you want to prevent this happening at routing time, you can set
20056%router_home_directory% empty. This forces the router to pass the relative
20057path to the transport.
20058
20059*Note 2*: An absolute path in $address_file$ is not treated specially;
20060the %file% or %directory% option is still used if it is set.
20061
20062
20063
20064
20065Private options for appendfile
20066~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
20067cindex:[options,^appendfile^ transport]
20068
20069
20070
20071oindex:[%allow_fifo%]
20072`..'=
20073%allow_fifo%, Use: 'appendfile', Type: 'boolean', Default: 'false'
20074===
20075
20076cindex:[fifo (named pipe)]
20077cindex:[named pipe (fifo)]
20078cindex:[pipe,named (fifo)]
20079Setting this option permits delivery to named pipes (FIFOs) as well as to
20080regular files. If no process is reading the named pipe at delivery time, the
20081delivery is deferred.
20082
20083
20084oindex:[%allow_symlink%]
20085`..'=
20086%allow_symlink%, Use: 'appendfile', Type: 'boolean', Default: 'false'
20087===
20088
20089cindex:[symbolic link,to mailbox]
20090cindex:[mailbox,symbolic link]
20091By default, ^appendfile^ will not deliver if the path name for the file is
20092that of a symbolic link. Setting this option relaxes that constraint, but there
20093are security issues involved in the use of symbolic links. Be sure you know
20094what you are doing if you set this. Details of exactly what this option affects
20095are included in the discussion which follows this list of options.
20096
20097
20098oindex:[%batch_id%]
20099`..'=
20100%batch_id%, Use: 'appendfile', Type: 'string'!!, Default: 'unset'
20101===
20102
20103See the description of local delivery batching in chapter <<CHAPbatching>>.
20104However, batching is automatically disabled for ^appendfile^ deliveries that
20105happen as a result of forwarding or aliasing or other redirection directly to a
20106file.
20107
20108
20109oindex:[%batch_max%]
20110`..'=
20111%batch_max%, Use: 'appendfile', Type: 'integer', Default: '1'
20112===
20113
20114See the description of local delivery batching in chapter <<CHAPbatching>>.
20115
20116
20117oindex:[%check_group%]
20118`..'=
20119%check_group%, Use: 'appendfile', Type: 'boolean', Default: 'false'
20120===
20121
20122When this option is set, the group owner of the file defined by the %file%
20123option is checked to see that it is the same as the group under which the
20124delivery process is running. The default setting is false because the default
20125file mode is 0600, which means that the group is irrelevant.
20126
20127
20128oindex:[%check_owner%]
20129`..'=
20130%check_owner%, Use: 'appendfile', Type: 'boolean', Default: 'true'
20131===
20132
20133When this option is set, the owner of the file defined by the %file% option is
20134checked to ensure that it is the same as the user under which the delivery
20135process is running.
20136
20137
20138oindex:[%check_string%]
20139`..'=
20140%check_string%, Use: 'appendfile', Type: 'string', Default: 'see below'
20141===
20142
20143cindex:[``From'' line]
20144As ^appendfile^ writes the message, the start of each line is tested for
20145matching %check_string%, and if it does, the initial matching characters are
20146replaced by the contents of %escape_string%. The value of %check_string% is a
20147literal string, not a regular expression, and the case of any letters it
20148contains is significant.
20149
20150If %use_bsmtp% is set the values of %check_string% and %escape_string% are
20151forced to ``.'' and ``..'' respectively, and any settings in the configuration are
20152ignored. Otherwise, they default to ``From '' and ``>From '' when the %file% option
20153is set, and unset when
20154any of the %directory%, %maildir%, or %mailstore% options are set.
20155
20156The default settings, along with %message_prefix% and %message_suffix%, are
20157suitable for traditional ``BSD'' mailboxes, where a line beginning with ``From
20158'' indicates the start of a new message. All four options need changing if
20159another format is used. For example, to deliver to mailboxes in MMDF format:
20160cindex:[MMDF format mailbox]
20161cindex:[mailbox,MMDF format]
20162
20163 check_string = "\1\1\1\1\n"
20164 escape_string = "\1\1\1\1 \n"
20165 message_prefix = "\1\1\1\1\n"
20166 message_suffix = "\1\1\1\1\n"
20167
20168oindex:[%create_directory%]
20169`..'=
20170%create_directory%, Use: 'appendfile', Type: 'boolean', Default: 'true'
20171===
20172
20173cindex:[directory creation]
20174When this option is true, Exim attempts to create any missing superior
20175directories for the file that it is about to write. A created directory's mode
20176is given by the %directory_mode% option.
20177
20178The group ownership of a newly created directory is highly dependent on the
20179operating system (and possibly the file system) that is being used. For
20180example, in Solaris, if the parent directory has the setgid bit set, its group
20181is propagated to the child; if not, the currently set group is used. However,
20182in FreeBSD, the parent's group is always used.
20183
20184
20185
20186oindex:[%create_file%]
20187`..'=
20188%create_file%, Use: 'appendfile', Type: 'string', Default: 'anywhere'
20189===
20190
20191This option constrains the location of files and directories that are created
20192by this transport. It applies to files defined by the %file% option and
20193directories defined by the %directory% option. In the case of maildir delivery,
20194it applies to the top level directory, not the maildir directories beneath.
20195
20196The option must be set to one of the words ``anywhere'', ``inhome'', or
20197``belowhome''. In the second and third cases, a home directory must have been set
20198for the transport. This option is not useful when an explicit file name is
20199given for normal mailbox deliveries. It is intended for the case when file
20200names are generated from users' _.forward_ files. These are usually handled
20201by an ^appendfile^ transport called %address_file%. See also
20202%file_must_exist%.
20203
20204
20205oindex:[%directory%]
20206`..'=
20207%directory%, Use: 'appendfile', Type: 'string'!!, Default: 'unset'
20208===
20209
20210This option is mutually exclusive with the %file% option, but one of %file% or
20211%directory% must be set, unless the delivery is the direct result of a
20212redirection (see section <<SECTfildiropt>>).
20213
20214When %directory% is set, the string is expanded, and the message is delivered
20215into a new file or files in or below the given directory, instead of being
20216appended to a single mailbox file. A number of different formats are provided
20217(see %maildir_format% and %mailstore_format%), and see section <<SECTopdir>>
20218for further details of this form of delivery.
20219
20220
20221oindex:[%directory_file%]
20222`..'=
20223%directory_file%, Use: 'appendfile', Type: 'string'!!, Default: `q\$\{base62{co}\$tod_epoch\}-\$inode`
20224===
20225
20226cindex:[base62]
068aaea8 20227cindex:[$inode$]
168e428f
PH
20228When %directory% is set, but neither %maildir_format% nor %mailstore_format%
20229is set, ^appendfile^ delivers each message into a file whose name is obtained
20230by expanding this string. The default value generates a unique name from the
20231current time, in base 62 form, and the inode of the file. The variable
20232$inode$ is available only when expanding this option.
20233
20234
20235oindex:[%directory_mode%]
20236`..'=
20237%directory_mode%, Use: 'appendfile', Type: 'octal integer', Default: '0700'
20238===
20239
20240If ^appendfile^ creates any directories as a result of the %create_directory%
20241option, their mode is specified by this option.
20242
20243
20244oindex:[%escape_string%]
20245`..'=
20246%escape_string%, Use: 'appendfile', Type: 'string', Default: 'see description'
20247===
20248
20249See %check_string% above.
20250
20251
20252oindex:[%file%]
20253`..'=
20254%file%, Use: 'appendfile', Type: 'string'!!, Default: 'unset'
20255===
20256
20257This option is mutually exclusive with the %directory% option, but one of
20258%file% or %directory% must be set, unless the delivery is the direct result of
20259a redirection (see section <<SECTfildiropt>>). The %file% option specifies a
20260single file, to which the message is appended. One or more of
20261%use_fcntl_lock%, %use_flock_lock%, or %use_lockfile% must be set with
20262%file%.
20263
20264cindex:[NFS,lock file]
20265cindex:[locking files]
20266cindex:[lock files]
20267If you are using more than one host to deliver over NFS into the same
20268mailboxes, you should always use lock files.
20269
20270The string value is expanded for each delivery, and must yield an absolute
20271path. The most common settings of this option are variations on one of these
20272examples:
20273
20274 file = /var/spool/mail/$local_part
20275 file = /home/$local_part/inbox
20276 file = $home/inbox
20277
20278cindex:[``sticky'' bit]
20279In the first example, all deliveries are done into the same directory. If Exim
20280is configured to use lock files (see %use_lockfile% below) it must be able to
20281create a file in the directory, so the ``sticky'' bit must be turned on for
20282deliveries to be possible, or alternatively the %group% option can be used to
20283run the delivery under a group id which has write access to the directory.
20284
20285
20286
20287oindex:[%file_format%]
20288`..'=
20289%file_format%, Use: 'appendfile', Type: 'string', Default: 'unset'
20290===
20291
20292cindex:[file,mailbox; checking existing format]
20293This option requests the transport to check the format of an existing file
20294before adding to it. The check consists of matching a specific string at the
20295start of the file. The value of the option consists of an even number of
20296colon-separated strings. The first of each pair is the test string, and the
20297second is the name of a transport. If the transport associated with a matched
20298string is not the current transport, control is passed over to the other
20299transport. For example, suppose the standard ^local_delivery^ transport has
20300this added to it:
20301
20302....
20303file_format = "From : local_delivery :\
20304 \1\1\1\1\n : local_mmdf_delivery"
20305....
20306
20307Mailboxes that begin with ``From'' are still handled by this transport, but if a
20308mailbox begins with four binary ones followed by a newline, control is passed
20309to a transport called %local_mmdf_delivery%, which presumably is configured
20310to do the delivery in MMDF format. If a mailbox does not exist or is empty, it
20311is assumed to match the current transport. If the start of a mailbox doesn't
20312match any string, or if the transport named for a given string is not defined,
20313delivery is deferred.
20314
20315
20316oindex:[%file_must_exist%]
20317`..'=
20318%file_must_exist%, Use: 'appendfile', Type: 'boolean', Default: 'false'
20319===
20320
20321If this option is true, the file specified by the %file% option must exist, and
20322an error occurs if it does not. Otherwise, it is created if it does not exist.
20323
20324
20325oindex:[%lock_fcntl_timeout%]
20326`..'=
20327%lock_fcntl_timeout%, Use: 'appendfile', Type: 'time', Default: '0s'
20328===
20329
20330cindex:[timeout,mailbox locking]
20331cindex:[mailbox locking,blocking and non-blocking]
20332cindex:[locking files]
20333By default, the ^appendfile^ transport uses non-blocking calls to 'fcntl()'
20334when locking an open mailbox file. If the call fails, the delivery process
20335sleeps for %lock_interval% and tries again, up to %lock_retries% times.
20336Non-blocking calls are used so that the file is not kept open during the wait
20337for the lock; the reason for this is to make it as safe as possible for
20338deliveries over NFS in the case when processes might be accessing an NFS
20339mailbox without using a lock file. This should not be done, but
20340misunderstandings and hence misconfigurations are not unknown.
20341
20342On a busy system, however, the performance of a non-blocking lock approach is
20343not as good as using a blocking lock with a timeout. In this case, the waiting
20344is done inside the system call, and Exim's delivery process acquires the lock
20345and can proceed as soon as the previous lock holder releases it.
20346
20347If %lock_fcntl_timeout% is set to a non-zero time, blocking locks, with that
20348timeout, are used. There may still be some retrying: the maximum number of
20349retries is
20350
20351 (lock_retries * lock_interval) / lock_fcntl_timeout
20352
20353rounded up to the next whole number. In other words, the total time during
20354which ^appendfile^ is trying to get a lock is roughly the same, unless
20355%lock_fcntl_timeout% is set very large.
20356
20357You should consider setting this option if you are getting a lot of delayed
20358local deliveries because of errors of the form
20359
20360 failed to lock mailbox /some/file (fcntl)
20361
20362
20363
20364oindex:[%lock_flock_timeout%]
20365`..'=
20366%lock_flock_timeout%, Use: 'appendfile', Type: 'time', Default: '0s'
20367===
20368
20369This timeout applies to file locking when using 'flock()' (see %use_flock%);
20370the timeout operates in a similar manner to %lock_fcntl_timeout%.
20371
20372
20373oindex:[%lock_interval%]
20374`..'=
20375%lock_interval%, Use: 'appendfile', Type: 'time', Default: '3s'
20376===
20377
20378This specifies the time to wait between attempts to lock the file. See below
20379for details of locking.
20380
20381
20382oindex:[%lock_retries%]
20383`..'=
20384%lock_retries%, Use: 'appendfile', Type: 'integer', Default: '10'
20385===
20386
20387This specifies the maximum number of attempts to lock the file. A value of zero
20388is treated as 1. See below for details of locking.
20389
20390
20391oindex:[%lockfile_mode%]
20392`..'=
20393%lockfile_mode%, Use: 'appendfile', Type: 'octal integer', Default: '0600'
20394===
20395
20396This specifies the mode of the created lock file, when a lock file is being
20397used (see %use_lockfile%).
20398
20399
20400oindex:[%lockfile_timeout%]
20401`..'=
20402%lockfile_timeout%, Use: 'appendfile', Type: 'time', Default: '30m'
20403===
20404
20405cindex:[timeout,mailbox locking]
20406When a lock file is being used (see %use_lockfile%), if a lock file already
20407exists and is older than this value, it is assumed to have been left behind by
20408accident, and Exim attempts to remove it.
20409
20410
20411oindex:[%mailbox_filecount%]
20412`..'=
20413%mailbox_filecount%, Use: 'appendfile', Type: 'string'!!, Default: 'unset'
20414===
20415
20416cindex:[mailbox,specifying size of]
20417cindex:[size,of mailbox]
20418If this option is set, it is expanded, and the result is taken as the current
20419number of files in the mailbox. It must be a decimal number, optionally
20420followed by K or M. This provides a way of obtaining this information from an
20421external source that maintains the data.
20422
20423
20424oindex:[%mailbox_size%]
20425`..'=
20426%mailbox_size%, Use: 'appendfile', Type: 'string'!!, Default: 'unset'
20427===
20428
20429cindex:[mailbox,specifying size of]
20430cindex:[size,of mailbox]
20431If this option is set, it is expanded, and the result is taken as the current
20432size the mailbox. It must be a decimal number, optionally followed by K or M.
20433This provides a way of obtaining this information from an external source that
20434maintains the data. This is likely to be helpful for maildir deliveries where
20435it is computationally expensive to compute the size of a mailbox.
20436
20437
20438
20439oindex:[%maildir_format%]
20440`..'=
20441%maildir_format%, Use: 'appendfile', Type: 'boolean', Default: 'false'
20442===
20443
20444cindex:[maildir format,specifying]
20445If this option is set with the %directory% option, the delivery is into a new
20446file, in the ``maildir'' format that is used by other mail software. When the
20447transport is activated directly from a ^redirect^ router (for example, the
20448^address_file^ transport in the default configuration), setting
20449%maildir_format% causes the path received from the router to be treated as a
20450directory, whether or not it ends with `/`. This option is available only if
20451SUPPORT_MAILDIR is present in _Local/Makefile_. See section
20452<<SECTmaildirdelivery>> below for further details.
20453
20454
20455oindex:[%maildir_quota_directory_regex%]
20456`..'=
20457%maildir_quota_directory_regex%, Use: 'appendfile', Type: 'string', Default: 'See below'
20458===
20459
20460cindex:[maildir format,quota; directories included in]
20461cindex:[quota,maildir; directories included in]
20462This option is relevant only when %maildir_use_size_file% is set. It defines
20463a regular expression for specifying directories that should be included in the
20464quota calculation. The default value is
20465
20466 maildir_quota_directory_regex = ^(?:cur|new|\..*)$
20467
20468which includes the _cur_ and _new_ directories, and any maildir++ folders
20469(directories whose names begin with a dot). If you want to exclude the
20470_Trash_
20471folder from the count (as some sites do), you need to change this setting to
20472
20473 maildir_quota_directory_regex = ^(?:cur|new|\.(?!Trash).*)$
20474
20475This uses a negative lookahead in the regular expression to exclude the
20476directory whose name is _.Trash_.
20477
20478
20479oindex:[%maildir_retries%]
20480`..'=
20481%maildir_retries%, Use: 'appendfile', Type: 'integer', Default: '10'
20482===
20483
20484This option specifies the number of times to retry when writing a file in
20485``maildir'' format. See section <<SECTmaildirdelivery>> below.
20486
20487
20488oindex:[%maildir_tag%]
20489`..'=
20490%maildir_tag%, Use: 'appendfile', Type: 'string'!!, Default: 'unset'
20491===
20492
20493This option applies only to deliveries in maildir format, and is described in
20494section <<SECTmaildirdelivery>> below.
20495
20496
20497oindex:[%maildir_use_size_file%]
20498`..'=
20499%maildir_use_size_file%, Use: 'appendfile', Type: 'boolean', Default: 'false'
20500===
20501
20502cindex:[maildir format,_maildirsize_ file]
20503Setting this option true enables support for _maildirsize_ files. Exim
20504creates a _maildirsize_ file in a maildir if one does not exist, taking the
20505quota from the %quota% option of the transport. If %quota% is unset, the value
20506is zero. See section <<SECTmaildirdelivery>> below for further details.
20507
20508
20509oindex:[%mailstore_format%]
20510`..'=
20511%mailstore_format%, Use: 'appendfile', Type: 'boolean', Default: 'false'
20512===
20513
20514cindex:[mailstore format,specifying]
20515If this option is set with the %directory% option, the delivery is into two new
20516files in ``mailstore'' format. The option is available only if
20517SUPPORT_MAILSTORE is present in _Local/Makefile_. See section
20518<<SECTopdir>> below for further details.
20519
20520
20521oindex:[%mailstore_prefix%]
20522`..'=
20523%mailstore_prefix%, Use: 'appendfile', Type: 'string'!!, Default: 'unset'
20524===
20525
20526This option applies only to deliveries in mailstore format, and is described in
20527section <<SECTopdir>> below.
20528
20529
20530oindex:[%mailstore_suffix%]
20531`..'=
20532%mailstore_suffix%, Use: 'appendfile', Type: 'string'!!, Default: 'unset'
20533===
20534
20535This option applies only to deliveries in mailstore format, and is described in
20536section <<SECTopdir>> below.
20537
20538
20539oindex:[%mbx_format%]
20540`..'=
20541%mbx_format%, Use: 'appendfile', Type: 'boolean', Default: 'false'
20542===
20543
20544cindex:[locking files]
20545cindex:[file,locking]
20546cindex:[file,MBX format]
20547cindex:[MBX format, specifying]
20548This option is available only if Exim has been compiled with SUPPORT_MBX
20549set in _Local/Makefile_. If %mbx_format% is set with the %file% option,
20550the message is appended to the mailbox file in MBX format instead of
20551traditional Unix format. This format is supported by Pine4 and its associated
20552IMAP and POP daemons, by means of the 'c-client' library that they all use.
20553
20554*Note*: The %message_prefix% and %message_suffix% options are not
20555automatically changed by the use of %mbx_format%. They should normally be set
20556empty when using MBX format, so this option almost always appears in this
20557combination:
20558
20559 mbx_format = true
20560 message_prefix =
20561 message_suffix =
20562
20563
20564If none of the locking options are mentioned in the configuration,
20565%use_mbx_lock% is assumed and the other locking options default to false. It
20566is possible to specify the other kinds of locking with %mbx_format%, but
20567%use_fcntl_lock% and %use_mbx_lock% are mutually exclusive. MBX locking
20568interworks with 'c-client', providing for shared access to the mailbox. It
20569should not be used if any program that does not use this form of locking is
20570going to access the mailbox, nor should it be used if the mailbox file is NFS
20571mounted, because it works only when the mailbox is accessed from a single host.
20572
20573If you set %use_fcntl_lock% with an MBX-format mailbox, you cannot use
20574the standard version of 'c-client', because as long as it has a mailbox open
20575(this means for the whole of a Pine or IMAP session), Exim will not be able to
20576append messages to it.
20577
20578
20579oindex:[%message_prefix%]
20580`..'=
20581%message_prefix%, Use: 'appendfile', Type: 'string'!!, Default: 'see below'
20582===
20583
20584cindex:[``From'' line]
20585The string specified here is expanded and output at the start of every message.
20586The default is unset unless %file% is specified and %use_bsmtp% is not set, in
20587which case it is:
20588
20589....
20590message_prefix = "From ${if def:return_path{$return_path}\
20591 {MAILER-DAEMON}} $tod_bsdinbox\n"
20592....
20593
20594
20595
20596oindex:[%message_suffix%]
20597`..'=
20598%message_suffix%, Use: 'appendfile', Type: 'string'!!, Default: 'see below'
20599===
20600
20601The string specified here is expanded and output at the end of every message.
20602The default is unset unless %file% is specified and %use_bsmtp% is not set, in
20603which case it is a single newline character. The suffix can be suppressed by
20604setting
20605
20606 message_suffix =
20607
20608
20609
20610oindex:[%mode%]
20611`..'=
20612%mode%, Use: 'appendfile', Type: 'octal integer', Default: '0600'
20613===
20614
20615If the output file is created, it is given this mode. If it already exists and
20616has wider permissions, they are reduced to this mode. If it has narrower
20617permissions, an error occurs unless %mode_fail_narrower% is false. However,
20618if the delivery is the result of a %save% command in a filter file specifing a
20619particular mode, the mode of the output file is always forced to take that
20620value, and this option is ignored.
20621
20622
20623oindex:[%mode_fail_narrower%]
20624`..'=
20625%mode_fail_narrower%, Use: 'appendfile', Type: 'boolean', Default: 'true'
20626===
20627
20628This option applies in the case when an existing mailbox file has a narrower
20629mode than that specified by the %mode% option. If %mode_fail_narrower% is
20630true, the delivery is deferred (``mailbox has the wrong mode''); otherwise Exim
20631continues with the delivery attempt, using the existing mode of the file.
20632
20633
20634oindex:[%notify_comsat%]
20635`..'=
20636%notify_comsat%, Use: 'appendfile', Type: 'boolean', Default: 'false'
20637===
20638
20639If this option is true, the 'comsat' daemon is notified after every successful
20640delivery to a user mailbox. This is the daemon that notifies logged on users
20641about incoming mail.
20642
20643
20644oindex:[%quota%]
20645`..'=
20646%quota%, Use: 'appendfile', Type: 'string'!!, Default: 'unset'
20647===
20648
20649cindex:[quota,imposed by Exim]
20650This option imposes a limit on the size of the file to which Exim is appending,
20651or to the total space used in the directory tree when the %directory% option is
20652set. In the latter case, computation of the space used is expensive, because
20653all the files in the directory (and any sub-directories) have to be
20654individually inspected and their sizes summed.
20655(See %quota_size_regex% and %maildir_use_size_file% for ways to avoid this
20656in environments where users have no shell access to their mailboxes).
20657
20658As there is no interlock against two simultaneous deliveries into a
20659multi-file mailbox, it is possible for the quota to be overrun in this case.
20660For single-file mailboxes, of course, an interlock is a necessity.
20661
20662A file's size is taken as its 'used' value. Because of blocking effects, this
20663may be a lot less than the actual amount of disk space allocated to the file.
20664If the sizes of a number of files are being added up, the rounding effect can
20665become quite noticeable, especially on systems that have large block sizes.
20666Nevertheless, it seems best to stick to the 'used' figure, because this is
20667the obvious value which users understand most easily.
20668
068aaea8 20669[revisionflag="changed"]
168e428f 20670The value of the option is expanded, and must then be a numerical value
068aaea8
PH
20671(decimal point allowed), optionally followed by one of the letters K, M, or G,
20672for kilobytes, megabytes, or gigabytes. If Exim is running on a system with
20673large file support (Linux and FreeBSD have this), mailboxes larger than 2G can
20674be handled.
168e428f
PH
20675
20676*Note*: A value of zero is interpreted as ``no quota''.
20677
068aaea8
PH
20678The expansion happens while Exim is running as root, before it changes uid for
20679the delivery. This means that files that are inaccessible to the end user can
20680be used to hold quota values that are looked up in the expansion. When delivery
20681fails because this quota is exceeded, the handling of the error is as for
20682system quota failures.
20683
168e428f
PH
20684By default, Exim's quota checking mimics system quotas, and restricts the
20685mailbox to the specified maximum size, though the value is not accurate to the
20686last byte, owing to separator lines and additional headers that may get added
20687during message delivery. When a mailbox is nearly full, large messages may get
20688refused even though small ones are accepted, because the size of the current
20689message is added to the quota when the check is made. This behaviour can be
20690changed by setting %quota_is_inclusive% false. When this is done, the check
20691for exceeding the quota does not include the current message. Thus, deliveries
20692continue until the quota has been exceeded; thereafter, no further messages are
20693delivered. See also %quota_warn_threshold%.
20694
20695
20696oindex:[%quota_directory%]
20697`..'=
20698%quota_directory%, Use: 'appendfile', Type: 'string'!!, Default: 'unset'
20699===
20700
20701This option defines the directory to check for quota purposes when delivering
20702into individual files. The default is the delivery directory, or, if a file
20703called _maildirfolder_ exists in a maildir directory, the parent of the
20704delivery directory.
20705
20706
20707oindex:[%quota_filecount%]
20708`..'=
20709%quota_filecount%, Use: 'appendfile', Type: 'string'!!, Default: '0'
20710===
20711
20712This option applies when the %directory% option is set. It limits the total
20713number of files in the directory (compare the inode limit in system quotas). It
20714can only be used if %quota% is also set. The value is expanded; an expansion
20715failure causes delivery to be deferred.
20716
20717
20718oindex:[%quota_is_inclusive%]
20719`..'=
20720%quota_is_inclusive%, Use: 'appendfile', Type: 'boolean', Default: 'true'
20721===
20722
20723See %quota% above.
20724
20725
20726oindex:[%quota_size_regex%]
20727`..'=
20728%quota_size_regex%, Use: 'appendfile', Type: 'string', Default: 'unset'
20729===
20730
20731This option applies when one of the delivery modes that writes a separate file
20732for each message is being used. When Exim wants to find the size of one of
20733these files in order to test the quota, it first checks %quota_size_regex%.
20734If this is set to a regular expression that matches the file name, and it
20735captures one string, that string is interpreted as a representation of the
20736file's size. The value of %quota_size_regex% is not expanded.
20737
20738This feature is useful only when users have no shell access to their mailboxes
20739-- otherwise they could defeat the quota simply by renaming the files. This
20740facility can be used with maildir deliveries, by setting %maildir_tag% to add
20741the file length to the file name. For example:
20742
20743 maildir_tag = ,S=$message_size
20744 quota_size_regex = ,S=(\d+)
20745
068aaea8
PH
20746[revisionflag="changed"]
20747An alternative to $message_size$ is $message_linecount$, which contains the
20748number of lines in the message.
20749
168e428f
PH
20750The regular expression should not assume that the length is at the end of the
20751file name (even though %maildir_tag% puts it there) because maildir MUAs
20752sometimes add other information onto the ends of message file names.
20753
20754
068aaea8 20755
168e428f
PH
20756oindex:[%quota_warn_message%]
20757`..'=
20758%quota_warn_message%, Use: 'appendfile', Type: 'string'!!, Default: 'see below'
20759===
20760
20761See below for the use of this option. If it is not set when
20762%quota_warn_threshold% is set, it defaults to
20763
20764....
20765quota_warn_message = "\
20766 To: $local_part@$domain\n\
20767 Subject: Your mailbox\n\n\
20768 This message is automatically created \
20769 by mail delivery software.\n\n\
20770 The size of your mailbox has exceeded \
20771 a warning threshold that is\n\
20772 set by the system administrator.\n"
20773....
20774
20775
20776
20777oindex:[%quota_warn_threshold%]
20778`..'=
20779%quota_warn_threshold%, Use: 'appendfile', Type: 'string'!!, Default: '0'
20780===
20781
20782cindex:[quota,warning threshold]
20783cindex:[mailbox,size warning]
20784cindex:[size,of mailbox]
20785This option is expanded in the same way as %quota% (see above). If the
20786resulting value is greater than zero, and delivery of the message causes the
20787size of the file or total space in the directory tree to cross the given
20788threshold, a warning message is sent. If %quota% is also set, the threshold may
20789be specified as a percentage of it by following the value with a percent sign.
20790For example:
20791
20792 quota = 10M
20793 quota_warn_threshold = 75%
20794
20795If %quota% is not set, a setting of %quota_warn_threshold% that ends with a
20796percent sign is ignored.
20797
068aaea8 20798[revisionflag="changed"]
168e428f 20799The warning message itself is specified by the %quota_warn_message% option,
068aaea8
PH
20800and it must start with a 'To:' header line containing the recipient(s) of the
20801warning message. These do not necessarily have to include the recipient(s) of
20802the original message. A 'Subject:' line should also normally be supplied. You
20803can include any other header lines that you want.
20804
20805The %quota% option does not have to be set in order to use this option; they
20806are independent of one another except when the threshold is specified as a
20807percentage.
168e428f
PH
20808
20809
20810oindex:[%use_bsmtp%]
20811`..'=
20812%use_bsmtp%, Use: 'appendfile', Type: 'boolean', Default: 'false'
20813===
20814
20815cindex:[envelope sender]
20816If this option is set true, ^appendfile^ writes messages in ``batch SMTP''
20817format, with the envelope sender and recipient(s) included as SMTP commands. If
20818you want to include a leading HELO command with such messages, you can do
20819so by setting the %message_prefix% option. See section <<SECTbatchSMTP>> for
20820details of batch SMTP.
20821
20822
20823oindex:[%use_crlf%]
20824`..'=
20825%use_crlf%, Use: 'appendfile', Type: 'boolean', Default: 'false'
20826===
20827
20828cindex:[carriage return]
20829cindex:[linefeed]
20830This option causes lines to be terminated with the two-character CRLF sequence
20831(carriage return, linefeed) instead of just a linefeed character. In the case
20832of batched SMTP, the byte sequence written to the file is then an exact image
20833of what would be sent down a real SMTP connection.
20834
20835The contents of the %message_prefix% and %message_suffix% options are written
20836verbatim, so must contain their own carriage return characters if these are
20837needed. In cases where these options have non-empty defaults, the values end
20838with a single linefeed, so they
20839must
20840be changed to end with `\r\n` if %use_crlf% is set.
20841
20842
20843oindex:[%use_fcntl_lock%]
20844`..'=
20845%use_fcntl_lock%, Use: 'appendfile', Type: 'boolean', Default: 'see below'
20846===
20847
20848This option controls the use of the 'fcntl()' function to lock a file for
20849exclusive use when a message is being appended. It is set by default unless
20850%use_flock_lock% is set. Otherwise, it should be turned off only if you know
20851that all your MUAs use lock file locking. When both %use_fcntl_lock% and
20852%use_flock_lock% are unset, %use_lockfile% must be set.
20853
20854
20855oindex:[%use_flock_lock%]
20856`..'=
20857%use_flock_lock%, Use: 'appendfile', Type: 'boolean', Default: 'false'
20858===
20859
20860This option is provided to support the use of 'flock()' for file locking, for
20861the few situations where it is needed. Most modern operating systems support
20862'fcntl()' and 'lockf()' locking, and these two functions interwork with
20863each other. Exim uses 'fcntl()' locking by default.
20864
20865This option is required only if you are using an operating system where
20866'flock()' is used by programs that access mailboxes (typically MUAs), and
20867where 'flock()' does not correctly interwork with 'fcntl()'. You can use
20868both 'fcntl()' and 'flock()' locking simultaneously if you want.
20869
20870cindex:[Solaris,'flock()' support]
20871Not all operating systems provide 'flock()'. Some versions of Solaris do not
20872have it (and some, I think, provide a not quite right version built on top of
20873'lockf()'). If the OS does not have 'flock()', Exim will be built without
20874the ability to use it, and any attempt to do so will cause a configuration
20875error.
20876
20877*Warning*: 'flock()' locks do not work on NFS files (unless 'flock()'
20878is just being mapped onto 'fcntl()' by the OS).
20879
20880
20881oindex:[%use_lockfile%]
20882`..'=
20883%use_lockfile%, Use: 'appendfile', Type: 'boolean', Default: 'see below'
20884===
20885
20886If this option is turned off, Exim does not attempt to create a lock file when
20887appending to a mailbox file. In this situation, the only locking is by
20888'fcntl()'. You should only turn %use_lockfile% off if you are absolutely
20889sure that every MUA that is ever going to look at your users' mailboxes uses
20890'fcntl()' rather than a lock file, and even then only when you are not
20891delivering over NFS from more than one host.
20892
20893cindex:[NFS,lock file]
20894In order to append to an NFS file safely from more than one host, it is
20895necessary to take out a lock 'before' opening the file, and the lock file
20896achieves this. Otherwise, even with 'fcntl()' locking, there is a risk of
20897file corruption.
20898
20899The %use_lockfile% option is set by default unless %use_mbx_lock% is set. It
20900is not possible to turn both %use_lockfile% and %use_fcntl_lock% off, except
20901when %mbx_format% is set.
20902
20903
20904oindex:[%use_mbx_lock%]
20905`..'=
20906%use_mbx_lock%, Use: 'appendfile', Type: 'boolean', Default: 'see below'
20907===
20908
20909This option is available only if Exim has been compiled with SUPPORT_MBX
20910set in _Local/Makefile_. Setting the option specifies that special MBX
20911locking rules be used. It is set by default if %mbx_format% is set and none of
20912the locking options are mentioned in the configuration. The locking rules are
20913the same as are used by the 'c-client' library that underlies Pine and the
20914IMAP4 and POP daemons that come with it (see the discussion below). The rules
20915allow for shared access to the mailbox. However, this kind of locking does not
20916work when the mailbox is NFS mounted.
20917
20918You can set %use_mbx_lock% with either (or both) of %use_fcntl_lock% and
20919%use_flock_lock% to control what kind of locking is used in implementing the
20920MBX locking rules. The default is to use 'fcntl()' if %use_mbx_lock% is set
20921without %use_fcntl_lock% or %use_flock_lock%.
20922
20923
20924
20925
20926[[SECTopappend]]
20927Operational details for appending
20928~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
20929cindex:[appending to a file]
20930cindex:[file,appending]
20931Before appending to a file, the following preparations are made:
20932
20933- If the name of the file is _/dev/null_, no action is taken, and a success
20934return is given.
20935
20936- cindex:[directory creation]
20937If any directories on the file's path are missing, Exim creates them if the
20938%create_directory% option is set. A created directory's mode is given by the
20939%directory_mode% option.
20940
20941- If %file_format% is set, the format of an existing file is checked. If this
20942indicates that a different transport should be used, control is passed to that
20943transport.
20944
20945- cindex:[file,locking]
20946cindex:[locking files]
20947cindex:[NFS,lock file]
20948If %use_lockfile% is set, a lock file is built in a way that will work
20949reliably over NFS, as follows:
20950+
20951--
20952. Create a ``hitching post'' file whose name is that of the lock file with the
20953current time, primary host name, and process id added, by opening for writing
20954as a new file. If this fails with an access error, delivery is deferred.
20955
20956. Close the hitching post file, and hard link it to the lock file name.
20957
20958. If the call to 'link()' succeeds, creation of the lock file has succeeded.
20959Unlink the hitching post name.
20960
20961. Otherwise, use 'stat()' to get information about the hitching post file, and
20962then unlink hitching post name. If the number of links is exactly two, creation
20963of the lock file succeeded but something (for example, an NFS server crash and
20964restart) caused this fact not to be communicated to the 'link()' call.
20965
20966. If creation of the lock file failed, wait for %lock_interval% and try again,
20967up to %lock_retries% times. However, since any program that writes to a
20968mailbox should complete its task very quickly, it is reasonable to time out old
20969lock files that are normally the result of user agent and system crashes. If an
20970existing lock file is older than %lockfile_timeout% Exim attempts to unlink it
20971before trying again.
20972--
20973+
20974- A call is made to 'lstat()' to discover whether the main file exists, and if
20975so, what its characteristics are. If 'lstat()' fails for any reason other
20976than non-existence, delivery is deferred.
20977
20978- cindex:[symbolic link,to mailbox]
20979cindex:[mailbox,symbolic link]
20980If the file does exist and is a symbolic link, delivery is deferred, unless the
20981%allow_symlink% option is set, in which case the ownership of the link is
20982checked, and then 'stat()' is called to find out about the real file, which
20983is then subjected to the checks below. The check on the top-level link
20984ownership prevents one user creating a link for another's mailbox in a sticky
20985directory, though allowing symbolic links in this case is definitely not a good
20986idea. If there is a chain of symbolic links, the intermediate ones are not
20987checked.
20988
20989- If the file already exists but is not a regular file, or if the file's owner
20990and group (if the group is being checked -- see %check_group% above) are
20991different from the user and group under which the delivery is running,
20992delivery is deferred.
20993
20994- If the file's permissions are more generous than specified, they are reduced.
20995If they are insufficient, delivery is deferred, unless %mode_fail_narrower%
20996is set false, in which case the delivery is tried using the existing
20997permissions.
20998
20999- The file's inode number is saved, and the file is then opened for appending.
21000If this fails because the file has vanished, ^appendfile^ behaves as if it
21001hadn't existed (see below). For any other failures, delivery is deferred.
21002
21003- If the file is opened successfully, check that the inode number hasn't
21004changed, that it is still a regular file, and that the owner and permissions
21005have not changed. If anything is wrong, defer delivery and freeze the message.
21006
21007- If the file did not exist originally, defer delivery if the %file_must_exist%
21008option is set. Otherwise, check that the file is being created in a permitted
21009directory if the %create_file% option is set (deferring on failure), and then
21010open for writing as a new file, with the O_EXCL and O_CREAT options,
21011except when dealing with a symbolic link (the %allow_symlink% option must be
21012set). In this case, which can happen if the link points to a non-existent file,
21013the file is opened for writing using O_CREAT but not O_EXCL, because
21014that prevents link following.
21015
21016- cindex:[loop,while file testing]
21017If opening fails because the file exists, obey the tests given above for
21018existing files. However, to avoid looping in a situation where the file is
21019being continuously created and destroyed, the exists/not-exists loop is broken
21020after 10 repetitions, and the message is then frozen.
21021
21022- If opening fails with any other error, defer delivery.
21023
21024- cindex:[file,locking]
21025cindex:[locking files]
21026Once the file is open, unless both %use_fcntl_lock% and %use_flock_lock%
21027are false, it is locked using 'fcntl()' or 'flock()' or both. If
21028%use_mbx_lock% is false, an exclusive lock is requested in each case.
21029However, if %use_mbx_lock% is true,
21030Exim takes out a shared lock on the open file,
21031and an exclusive lock on the file whose name is
21032
21033 /tmp/.<device-number>.<inode-number>
21034+
21035using the device and inode numbers of the open mailbox file, in accordance with
21036the MBX locking rules.
21037+
21038If Exim fails to lock the file, there are two possible courses of action,
21039depending on the value of the locking timeout. This is obtained from
21040%lock_fcntl_timeout% or %lock_flock_timeout%, as appropriate.
21041+
21042If the timeout value is zero, the file is closed, Exim waits for
21043%lock_interval%, and then goes back and re-opens the file as above and tries
21044to lock it again. This happens up to %lock_retries% times, after which the
21045delivery is deferred.
21046+
21047If the timeout has a value greater than zero, blocking calls to 'fcntl()' or
21048'flock()' are used (with the given timeout), so there has already been some
21049waiting involved by the time locking fails. Nevertheless, Exim does not give up
21050immediately. It retries up to
21051
21052 (lock_retries * lock_interval) / <timeout>
21053+
21054times (rounded up).
21055
21056
21057At the end of delivery, Exim closes the file (which releases the 'fcntl()'
21058and/or 'flock()' locks) and then deletes the lock file if one was created.
21059
21060
21061[[SECTopdir]]
21062Operational details for delivery to a new file
21063~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
21064cindex:[delivery,to single file]
21065cindex:[``From'' line]
21066When the %directory% option is set instead of %file%, each message is delivered
21067into a newly-created file or set of files. When ^appendfile^ is activated
21068directly from a ^redirect^ router, neither %file% nor %directory% is normally
21069set, because the path for delivery is supplied by the router. (See for example,
21070the ^address_file^ transport in the default configuration.) In this case,
21071delivery is to a new file if either the path name ends in `/`, or the
21072%maildir_format% or %mailstore_format% option is set.
21073
21074No locking is required while writing the message to a new file, so the various
21075locking options of the transport are ignored. The ``From'' line that by default
21076separates messages in a single file is not normally needed, nor is the escaping
21077of message lines that start with ``From'', and there is no need to ensure a
21078newline at the end of each message. Consequently, the default values for
21079%check_string%, %message_prefix%, and %message_suffix% are all unset when
21080any of %directory%, %maildir_format%, or %mailstore_format% is set.
21081
21082If Exim is required to check a %quota% setting, it adds up the sizes of all the
21083files in the delivery directory by default. However, you can specify a
21084different directory by setting %quota_directory%. Also, for maildir deliveries
21085(see below) the _maildirfolder_ convention is honoured.
21086
21087
21088cindex:[maildir format]
21089cindex:[mailstore format]
21090There are three different ways in which delivery to individual files can be
21091done, controlled by the settings of the %maildir_format% and
21092%mailstore_format% options. Note that code to support maildir or mailstore
21093formats is not included in the binary unless SUPPORT_MAILDIR or
21094SUPPORT_MAILSTORE, respectively, is set in _Local/Makefile_.
21095
21096cindex:[directory creation]
21097In all three cases an attempt is made to create the directory and any necessary
21098sub-directories if they do not exist, provided that the %create_directory%
21099option is set (the default). The location of a created directory can be
21100constrained by setting %create_file%. A created directory's mode is given by
21101the %directory_mode% option. If creation fails, or if the %create_directory%
21102option is not set when creation is required, delivery is deferred.
21103
21104
21105
21106[[SECTmaildirdelivery]]
21107Maildir delivery
21108~~~~~~~~~~~~~~~~
21109cindex:[maildir format,description of]
21110If the %maildir_format% option is true, Exim delivers each message by writing
21111it to a file whose name is _tmp/<stime>.H<mtime>P<pid>.<host>_ in the
21112given directory. If the delivery is successful, the file is renamed into the
21113_new_ subdirectory.
21114
21115In the file name, <'stime'> is the current time of day in seconds, and
21116<'mtime'> is the microsecond fraction of the time. After a maildir delivery,
21117Exim checks that the time-of-day clock has moved on by at least one microsecond
21118before terminating the delivery process. This guarantees uniqueness for the
21119file name. However, as a precaution, Exim calls 'stat()' for the file before
21120opening it. If any response other than ENOENT (does not exist) is given,
21121Exim waits 2 seconds and tries again, up to %maildir_retries% times.
21122
21123cindex:[quota,in maildir delivery]
21124cindex:[maildir++]
21125If Exim is required to check a %quota% setting before a maildir delivery, and
21126%quota_directory% is not set, it looks for a file called _maildirfolder_ in
21127the maildir directory (alongside _new_, _cur_, _tmp_). If this exists,
21128Exim assumes the directory is a maildir++ folder directory, which is one level
21129down from the user's top level mailbox directory. This causes it to start at
21130the parent directory instead of the current directory when calculating the
21131amount of space used.
21132
21133One problem with delivering into a multi-file mailbox is that it is
21134computationally expensive to compute the size of the mailbox for quota
21135checking. Various approaches have been taken to reduce the amount of work
21136needed. The next two sections describe two of them. A third alternative is to
21137use some external process for maintaining the size data, and use the expansion
21138of the %mailbox_size% option as a way of importing it into Exim.
21139
21140
21141
21142
21143Using tags to record message sizes
21144~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
21145If %maildir_tag% is set, the string is expanded for each delivery.
21146When the maildir file is renamed into the _new_ sub-directory, the
21147tag is added to its name. However, if adding the tag takes the length of the
21148name to the point where the test 'stat()' call fails with ENAMETOOLONG,
21149the tag is dropped and the maildir file is created with no tag.
21150
068aaea8 21151cindex:[$message_size$]
168e428f 21152Tags can be used to encode the size of files in their names; see
068aaea8
PH
21153%quota_size_regex% above for an example. The expansion of %maildir_tag% happens
21154after the message has been written. The value of the $message_size$ variable is
21155set to the number of bytes actually written. If the expansion is forced to
21156fail, the tag is ignored, but a non-forced failure causes delivery to be
21157deferred. The expanded tag may contain any printing characters except ``/''.
168e428f
PH
21158Non-printing characters in the string are ignored; if the resulting string is
21159empty, it is ignored. If it starts with an alphanumeric character, a leading
21160colon is inserted.
21161
21162
21163
21164Using a maildirsize file
21165~~~~~~~~~~~~~~~~~~~~~~~~
21166cindex:[quota,in maildir delivery]
21167cindex:[maildir format,_maildirsize_ file]
21168If %maildir_use_size_file% is true, Exim implements the maildir++ rules for
21169storing quota and message size information in a file called _maildirsize_
21170within the maildir directory. If this file does not exist, Exim creates it,
21171setting the quota from the %quota% option of the transport. If the maildir
21172directory itself does not exist, it is created before any attempt to write a
21173_maildirsize_ file.
21174
21175The _maildirsize_ file is used to hold information about the sizes of
21176messages in the maildir, thus speeding up quota calculations. The quota value
21177in the file is just a cache; if the quota is changed in the transport, the new
21178value overrides the cached value when the next message is delivered. The cache
21179is maintained for the benefit of other programs that access the maildir and
21180need to know the quota.
21181
21182If the %quota% option in the transport is unset or zero, the _maildirsize_
21183file is maintained (with a zero quota setting), but no quota is imposed.
21184
21185A regular expression is available for controlling which directories in the
21186maildir participate in quota calculations. See the description of the
21187%maildir_quota_directory_regex% option above for details.
21188
21189
21190
21191Mailstore delivery
21192~~~~~~~~~~~~~~~~~~
21193cindex:[mailstore format,description of]
21194If the %mailstore_format% option is true, each message is written as two files
21195in the given directory. A unique base name is constructed from the message id
21196and the current delivery process, and the files that are written use this base
21197name plus the suffixes _.env_ and _.msg_. The _.env_ file contains the
068aaea8
PH
21198message's envelope, and the _.msg_ file contains the message itself. The base
21199name is placed in the variable $mailstore_basename$.
168e428f
PH
21200
21201During delivery, the envelope is first written to a file with the suffix
21202_.tmp_. The _.msg_ file is then written, and when it is complete, the
21203_.tmp_ file is renamed as the _.env_ file. Programs that access messages in
21204mailstore format should wait for the presence of both a _.msg_ and a _.env_
21205file before accessing either of them. An alternative approach is to wait for
21206the absence of a _.tmp_ file.
21207
21208The envelope file starts with any text defined by the %mailstore_prefix%
21209option, expanded and terminated by a newline if there isn't one. Then follows
21210the sender address on one line, then all the recipient addresses, one per line.
21211There can be more than one recipient only if the %batch_max% option is set
21212greater than one. Finally, %mailstore_suffix% is expanded and the result
21213appended to the file, followed by a newline if it does not end with one.
21214
068aaea8 21215[revisionflag="changed"]
168e428f
PH
21216If expansion of %mailstore_prefix% or %mailstore_suffix% ends with a forced
21217failure, it is ignored. Other expansion errors are treated as serious
068aaea8
PH
21218configuration errors, and delivery is deferred. The variable
21219$mailstore_basename$ is available for use during these expansions.
168e428f
PH
21220
21221
21222
21223Non-special new file delivery
21224~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
21225If neither %maildir_format% nor %mailstore_format% is set, a single new file
21226is created directly in the named directory. For example, when delivering
21227messages into files in batched SMTP format for later delivery to some host (see
21228section <<SECTbatchSMTP>>), a setting such as
21229
21230 directory = /var/bsmtp/$host
21231
21232might be used. A message is written to a file with a temporary name, which is
21233then renamed when the delivery is complete. The final name is obtained by
21234expanding the contents of the %directory_file% option.
21235
21236
21237
21238
21239
21240
21241////////////////////////////////////////////////////////////////////////////
21242////////////////////////////////////////////////////////////////////////////
21243
21244The autoreply transport
21245-----------------------
21246cindex:[transports,^autoreply^]
21247cindex:[^autoreply^ transport]
21248The ^autoreply^ transport is not a true transport in that it does not cause
21249the message to be transmitted. Instead, it generates a new mail message.
21250
21251If the router that passes the message to this transport does not have the
21252%unseen% option set, the original message (for the current recipient) is not
21253delivered anywhere. However, when the %unseen% option is set on the router that
21254passes the message to this transport, routing of the address continues, so
21255another router can set up a normal message delivery.
21256
21257
21258The ^autoreply^ transport is usually run as the result of mail filtering, a
21259``vacation'' message being the standard example. However, it can also be run
21260directly from a router like any other transport. To reduce the possibility of
21261message cascades, messages created by the ^autoreply^ transport always have
21262empty envelope sender addresses, like bounce messages.
21263
21264The parameters of the message to be sent can be specified in the configuration
21265by options described below. However, these are used only when the address
21266passed to the transport does not contain its own reply information. When the
21267transport is run as a consequence of a
21268%mail%
21269or %vacation% command in a filter file, the parameters of the message are
21270supplied by the filter, and passed with the address. The transport's options
21271that define the message are then ignored (so they are not usually set in this
21272case). The message is specified entirely by the filter or by the transport; it
21273is never built from a mixture of options. However, the %file_optional%,
21274%mode%, and %return_message% options apply in all cases.
21275
21276^Autoreply^ is implemented as a local transport. When used as a result of a
21277command in a user's filter file, ^autoreply^ normally runs under the uid and
21278gid of the user, and with appropriate current and home directories (see chapter
21279<<CHAPenvironment>>).
21280
21281There is a subtle difference between routing a message to a ^pipe^ transport
21282that generates some text to be returned to the sender, and routing it to an
21283^autoreply^ transport. This difference is noticeable only if more than one
21284address from the same message is so handled. In the case of a pipe, the
21285separate outputs from the different addresses are gathered up and returned to
21286the sender in a single message, whereas if ^autoreply^ is used, a separate
21287message is generated for each address that is passed to it.
21288
21289Non-printing characters are not permitted in the header lines generated for the
21290message that ^autoreply^ creates, with the exception of newlines that are
068aaea8 21291immediately followed by white space. If any non-printing characters are found,
168e428f
PH
21292the transport defers.
21293Whether characters with the top bit set count as printing characters or not is
21294controlled by the %print_topbitchars% global option.
21295
21296If any of the generic options for manipulating headers (for example,
21297%headers_add%) are set on an ^autoreply^ transport, they apply to the copy of
21298the original message that is included in the generated message when
21299%return_message% is set. They do not apply to the generated message itself.
21300
068aaea8 21301cindex:[$sender_address$]
168e428f
PH
21302If the ^autoreply^ transport receives return code 2 from Exim when it submits
21303the message, indicating that there were no recipients, it does not treat this
21304as an error. This means that autoreplies sent to $sender_address$ when this
21305is empty (because the incoming message is a bounce message) do not cause
21306problems. They are just discarded.
21307
21308
21309
21310Private options for autoreply
21311~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
21312cindex:[options,^autoreply^ transport]
21313
21314oindex:[%bcc%]
21315`..'=
21316%bcc%, Use: 'autoreply', Type: 'string'!!, Default: 'unset'
21317===
21318
21319This specifies the addresses that are to receive ``blind carbon copies'' of the
21320message when the message is specified by the transport.
21321
21322
21323oindex:[%cc%]
21324`..'=
21325%cc%, Use: 'autoreply', Type: 'string'!!, Default: 'unset'
21326===
21327
21328This specifies recipients of the message and the contents of the 'Cc:' header
21329when the message is specified by the transport.
21330
21331
21332oindex:[%file%]
21333`..'=
21334%file%, Use: 'autoreply', Type: 'string'!!, Default: 'unset'
21335===
21336
21337The contents of the file are sent as the body of the message when the message
21338is specified by the transport. If both %file% and %text% are set, the text
21339string comes first.
21340
21341
21342oindex:[%file_expand%]
21343`..'=
21344%file_expand%, Use: 'autoreply', Type: 'boolean', Default: 'false'
21345===
21346
21347If this is set, the contents of the file named by the %file% option are
21348subjected to string expansion as they are added to the message.
21349
21350
21351oindex:[%file_optional%]
21352`..'=
21353%file_optional%, Use: 'autoreply', Type: 'boolean', Default: 'false'
21354===
21355
21356If this option is true, no error is generated if the file named by the %file%
21357option or passed with the address does not exist or cannot be read.
21358
21359
21360oindex:[%from%]
21361`..'=
21362%from%, Use: 'autoreply', Type: 'string'!!, Default: 'unset'
21363===
21364
21365This specifies the contents of the 'From:' header when the message is specified
21366by the transport.
21367
21368
21369oindex:[%headers%]
21370`..'=
21371%headers%, Use: 'autoreply', Type: 'string'!!, Default: 'unset'
21372===
21373
21374This specifies additional RFC 2822 headers that are to be added to the message when
21375the message is specified by the transport. Several can be given by using ``\n''
21376to separate them. There is no check on the format.
21377
21378
21379oindex:[%log%]
21380`..'=
21381%log%, Use: 'autoreply', Type: 'string'!!, Default: 'unset'
21382===
21383
21384This option names a file in which a record of every message sent is logged when
21385the message is specified by the transport.
21386
21387
21388oindex:[%mode%]
21389`..'=
21390%mode%, Use: 'autoreply', Type: 'octal integer', Default: '0600'
21391===
21392
21393If either the log file or the ``once'' file has to be created, this mode is used.
21394
21395
21396oindex:[%never_mail%]
21397`..'=
21398%never_mail%, Use: 'autoreply', Type: 'address list'!!, Default: 'unset'
21399===
21400
21401If any run of the transport creates a message with a recipient that matches any
21402item in the list, that recipient is quietly discarded. If all recipients are
21403discarded, no message is created.
21404
21405
21406
21407oindex:[%once%]
21408`..'=
21409%once%, Use: 'autoreply', Type: 'string'!!, Default: 'unset'
21410===
21411
21412This option names a file or DBM database in which a record of each
21413'To:' recipient is kept when the message is specified by the transport.
21414*Note*: This does not apply to 'Cc:' or 'Bcc:' recipients.
21415If %once_file_size% is not set, a DBM database is used, and it is allowed to
21416grow as large as necessary. If a potential recipient is already in the
21417database, no message is sent by default. However, if %once_repeat% specifies a
21418time greater than zero, the message is sent if that much time has elapsed since
21419a message was last sent to this recipient. If %once% is unset, the message is
21420always sent.
21421
21422If %once_file_size% is set greater than zero, it changes the way Exim
21423implements the %once% option. Instead of using a DBM file to record every
21424recipient it sends to, it uses a regular file, whose size will never get larger
21425than the given value. In the file, it keeps a linear list of recipient
21426addresses and times at which they were sent messages. If the file is full when
21427a new address needs to be added, the oldest address is dropped. If
21428%once_repeat% is not set, this means that a given recipient may receive
21429multiple messages, but at unpredictable intervals that depend on the rate of
21430turnover of addresses in the file. If %once_repeat% is set, it specifies a
21431maximum time between repeats.
21432
21433
21434oindex:[%once_file_size%]
21435`..'=
21436%once_file_size%, Use: 'autoreply', Type: 'integer', Default: '0'
21437===
21438
21439See %once% above.
21440
21441
21442oindex:[%once_repeat%]
21443`..'=
21444%once_repeat%, Use: 'autoreply', Type: 'time'!!, Default: '0s'
21445===
21446
21447See %once% above.
21448After expansion, the value of this option must be a valid time value.
21449
21450
21451oindex:[%reply_to%]
21452`..'=
21453%reply_to%, Use: 'autoreply', Type: 'string'!!, Default: 'unset'
21454===
21455
21456This specifies the contents of the 'Reply-To:' header when the message is
21457specified by the transport.
21458
21459
21460oindex:[%return_message%]
21461`..'=
21462%return_message%, Use: 'autoreply', Type: 'boolean', Default: 'false'
21463===
21464
21465If this is set, a copy of the original message is returned with the new
21466message, subject to the maximum size set in the %return_size_limit% global
21467configuration option.
21468
21469
21470oindex:[%subject%]
21471`..'=
21472%subject%, Use: 'autoreply', Type: 'string'!!, Default: 'unset'
21473===
21474
21475This specifies the contents of the 'Subject:' header when the message is
21476specified by the transport.
21477
21478It is tempting to quote the original subject in automatic responses. For
21479example:
21480
21481 subject = Re: $h_subject:
21482
21483There is a danger in doing this, however. It may allow a third party to
21484subscribe your users to an opt-in mailing list, provided that the list accepts
21485bounce messages as subscription confirmations. Well-managed lists require a
21486non-bounce message to confirm a subscription, so the danger is relatively
21487small.
21488
21489
21490
21491oindex:[%text%]
21492`..'=
21493%text%, Use: 'autoreply', Type: 'string'!!, Default: 'unset'
21494===
21495
21496This specifies a single string to be used as the body of the message when the
21497message is specified by the transport. If both %text% and %file% are set, the
21498text comes first.
21499
21500
21501oindex:[%to%]
21502`..'=
21503%to%, Use: 'autoreply', Type: 'string'!!, Default: 'unset'
21504===
21505
21506This specifies recipients of the message and the contents of the 'To:' header
21507when the message is specified by the transport.
21508
21509
21510
21511
21512////////////////////////////////////////////////////////////////////////////
21513////////////////////////////////////////////////////////////////////////////
21514
21515[[CHAPLMTP]]
21516The lmtp transport
21517------------------
21518cindex:[transports,^lmtp^]
21519cindex:[^lmtp^ transport]
21520cindex:[LMTP,over a pipe]
21521cindex:[LMTP,over a socket]
21522The ^lmtp^ transport runs the LMTP protocol (RFC 2033) over a pipe to a
21523specified command
21524or by interacting with a Unix domain socket.
21525This transport is something of a cross between the ^pipe^ and ^smtp^
21526transports. Exim also has support for using LMTP over TCP/IP; this is
21527implemented as an option for the ^smtp^ transport. Because LMTP is expected
21528to be of minority interest, the default build-time configure in _src/EDITME_
21529has it commented out. You need to ensure that
21530
21531 TRANSPORT_LMTP=yes
21532
21533is present in your _Local/Makefile_ in order to have the ^lmtp^ transport
21534included in the Exim binary.
21535
21536cindex:[options,^lmtp^ transport]
21537The private options of the ^lmtp^ transport are as follows:
21538
21539oindex:[%batch_id%]
21540`..'=
21541%batch_id%, Use: 'lmtp', Type: 'string'!!, Default: 'unset'
21542===
21543
21544See the description of local delivery batching in chapter <<CHAPbatching>>.
21545
21546
21547oindex:[%batch_max%]
21548`..'=
21549%batch_max%, Use: 'lmtp', Type: 'integer', Default: '1'
21550===
21551
21552This limits the number of addresses that can be handled in a single delivery.
21553Most LMTP servers can handle several addresses at once, so it is normally a
21554good idea to increase this value. See the description of local delivery
21555batching in chapter <<CHAPbatching>>.
21556
21557
21558oindex:[%command%]
21559`..'=
21560%command%, Use: 'lmtp', Type: 'string'!!, Default: 'unset'
21561===
21562
068aaea8
PH
21563This option must be set if %socket% is not set. The string is a command which
21564is run in a separate process. It is split up into a command name and list of
21565arguments, each of which is separately expanded (so expansion cannot change the
21566number of arguments). The command is run directly, not via a shell. The message
21567is passed to the new process using the standard input and output to operate the
21568LMTP protocol.
21569
21570oindex:[%ignore_quota%]
21571`..'=
21572%ignore_quota%, Use: 'lmtp', Type: 'boolean', Default: 'false'
21573===
21574
21575[revisionflag="changed"]
21576cindex:[LMTP,ignoring quota errors]
21577If this option is set true, the string `IGNOREQUOTA` is added to RCPT commands,
21578provided that the LMTP server has advertised support for IGNOREQUOTA in its
21579response to the LHLO command.
168e428f
PH
21580
21581
21582oindex:[%socket%]
21583`..'=
21584%socket%, Use: 'lmtp', Type: 'string'!!, Default: 'unset'
21585===
21586
21587This option must be set if %command% is not set. The result of expansion must
21588be the name of a Unix domain socket. The transport connects to the socket and
21589delivers the message to it using the LMTP protocol.
21590
21591
21592oindex:[%timeout%]
21593`..'=
21594%timeout%, Use: 'lmtp', Type: 'time', Default: '5m'
21595===
21596
21597The transport is aborted if the created process
21598or Unix domain socket
21599does not respond to LMTP commands or message input within this timeout.
21600
21601
21602Here is an example of a typical LMTP transport:
21603
21604 lmtp:
21605 driver = lmtp
21606 command = /some/local/lmtp/delivery/program
21607 batch_max = 20
21608 user = exim
21609
21610This delivers up to 20 addresses at a time, in a mixture of domains if
21611necessary, running as the user 'exim'.
21612
21613
21614
21615////////////////////////////////////////////////////////////////////////////
21616////////////////////////////////////////////////////////////////////////////
21617
21618[[CHAPpipetransport]]
21619The pipe transport
21620------------------
21621cindex:[transports,^pipe^]
21622cindex:[^pipe^ transport]
21623The ^pipe^ transport is used to deliver messages via a pipe to a command
21624running in another process.
21625
21626One example is the
21627use of ^pipe^ as a pseudo-remote transport for passing messages to some other
21628delivery mechanism (such as UUCP). Another is the use by individual users to
21629automatically process their incoming messages. The ^pipe^ transport can be
21630used in one of the following ways:
21631
068aaea8
PH
21632- cindex:[$local_part$]
21633A router routes one address to a transport in the normal way, and the
21634transport is configured as a ^pipe^ transport. In this case, $local_part$
21635contains the local part of the address (as usual), and the command that is run
21636is specified by the %command% option on the transport.
168e428f 21637
068aaea8
PH
21638- cindex:[$pipe_addresses$]
21639If the %batch_max% option is set greater than 1 (the default), the transport
168e428f
PH
21640can be called upon to handle more than one address in a single run. In this
21641case, $local_part$ is not set (because it is not unique). However, the
21642pseudo-variable $pipe_addresses$ (described in section <<SECThowcommandrun>>
21643below) contains all the addresses that are being handled.
21644
068aaea8
PH
21645- cindex:[$address_pipe$]
21646A router redirects an address directly to a pipe command (for example, from an
168e428f
PH
21647alias or forward file). In this case, $local_part$ contains the local part
21648that was redirected, and $address_pipe$ contains the text of the pipe
21649command itself. The %command% option on the transport is ignored.
21650
21651
21652The ^pipe^ transport is a non-interactive delivery method. Exim can also
21653deliver messages over pipes using the LMTP interactive protocol. This is
21654implemented by the ^lmtp^ transport.
21655
21656In the case when ^pipe^ is run as a consequence of an entry in a local user's
068aaea8
PH
21657_.forward_ file, the command runs under the uid and gid of that user. In other
21658cases, the uid and gid have to be specified explicitly, either on the transport
21659or on the router that handles the address. Current and ``home'' directories are
21660also controllable. See chapter <<CHAPenvironment>> for details of the local
21661delivery environment.
168e428f
PH
21662
21663
21664
21665Concurrent delivery
21666~~~~~~~~~~~~~~~~~~~
21667If two messages arrive at almost the same time, and both are routed to a pipe
21668delivery, the two pipe transports may be run concurrently. You must ensure that
21669any pipe commands you set up are robust against this happening. If the commands
21670write to a file, the %exim_lock% utility might be of use.
21671
21672
21673
21674
21675Returned status and data
21676~~~~~~~~~~~~~~~~~~~~~~~~
21677cindex:[^pipe^ transport,returned data]
21678If the command exits with a non-zero return code, the delivery is deemed to
21679have failed, unless either the %ignore_status% option is set (in which case
21680the return code is treated as zero), or the return code is one of those listed
21681in the %temp_errors% option, which are interpreted as meaning ``try again
21682later''. In this case, delivery is deferred. Details of a permanent failure are
21683logged, but are not included in the bounce message, which merely contains
21684``local delivery failed''.
21685
21686If the return code is greater than 128 and the command being run is a shell
21687script, it normally means that the script was terminated by a signal whose
21688value is the return code minus 128.
21689
21690If Exim is unable to run the command (that is, if 'execve()' fails), the
21691return code is set to 127. This is the value that a shell returns if it is
21692asked to run a non-existent command. The wording for the log line suggests that
21693a non-existent command may be the problem.
21694
21695The %return_output% option can affect the result of a pipe delivery. If it is
21696set and the command produces any output on its standard output or standard
21697error streams, the command is considered to have failed, even if it gave a zero
21698return code or if %ignore_status% is set. The output from the command is
21699included as part of the bounce message. The %return_fail_output% option is
21700similar, except that output is returned only when the command exits with a
21701failure return code, that is, a value other than zero or a code that matches
21702%temp_errors%.
21703
21704
21705
21706[[SECThowcommandrun]]
21707How the command is run
21708~~~~~~~~~~~~~~~~~~~~~~
21709cindex:[^pipe^ transport,path for command]
21710The command line is (by default) broken down into a command name and arguments
21711by the ^pipe^ transport itself. The %allow_commands% and %restrict_to_path%
21712options can be used to restrict the commands that may be run.
21713
21714cindex:[quoting,in pipe command]
21715Unquoted arguments are delimited by white space. If an argument appears in
21716double quotes, backslash is interpreted as an escape character in the usual
21717way. If an argument appears in single quotes, no escaping is done.
21718
21719String expansion is applied to the command line except when it comes from a
21720traditional _.forward_ file (commands from a filter file are expanded). The
21721expansion is applied to each argument in turn rather than to the whole line.
21722For this reason, any string expansion item that contains white space must be
21723quoted so as to be contained within a single argument. A setting such as
21724
21725 command = /some/path ${if eq{$local_part}{postmaster}{xxx}{yyy}}
21726
21727will not work, because the expansion item gets split between several
21728arguments. You have to write
21729
21730 command = /some/path "${if eq{$local_part}{postmaster}{xxx}{yyy}}"
21731
21732to ensure that it is all in one argument. The expansion is done in this way,
21733argument by argument, so that the number of arguments cannot be changed as a
21734result of expansion, and quotes or backslashes in inserted variables do not
21735interact with external quoting.
21736
21737cindex:[transport,filter]
21738cindex:[filter,transport filter]
068aaea8 21739cindex:[$pipe_addresses$]
168e428f
PH
21740Special handling takes place when an argument consists of precisely the text
21741`\$pipe_addresses\}`. This is not a general expansion variable; the only
21742place this string is recognized is when it appears as an argument for a pipe or
21743transport filter command. It causes each address that is being handled to be
21744inserted in the argument list at that point 'as a separate argument'. This
21745avoids any problems with spaces or shell metacharacters, and is of use when a
21746^pipe^ transport is handling groups of addresses in a batch.
21747
21748After splitting up into arguments and expansion, the resulting command is run
21749in a subprocess directly from the transport, 'not' under a shell. The
21750message that is being delivered is supplied on the standard input, and the
21751standard output and standard error are both connected to a single pipe that is
21752read by Exim. The %max_output% option controls how much output the command may
21753produce, and the %return_output% and %return_fail_output% options control
21754what is done with it.
21755
21756Not running the command under a shell (by default) lessens the security risks
21757in cases when a command from a user's filter file is built out of data that was
21758taken from an incoming message. If a shell is required, it can of course be
21759explicitly specified as the command to be run. However, there are circumstances
21760where existing commands (for example, in _.forward_ files) expect to be run
21761under a shell and cannot easily be modified. To allow for these cases, there is
21762an option called %use_shell%, which changes the way the ^pipe^ transport
21763works. Instead of breaking up the command line as just described, it expands it
21764as a single string and passes the result to _/bin/sh_. The
21765%restrict_to_path% option and the $pipe_addresses$ facility cannot be used
21766with %use_shell%, and the whole mechanism is inherently less secure.
21767
21768
21769
21770[[SECTpipeenv]]
21771Environment variables
21772~~~~~~~~~~~~~~~~~~~~~
21773cindex:[^pipe^ transport,environment for command]
21774cindex:[environment for pipe transport]
21775The environment variables listed below are set up when the command is invoked.
21776This list is a compromise for maximum compatibility with other MTAs. Note that
21777the %environment% option can be used to add additional variables to this
21778environment.
21779
21780&&&
21781`DOMAIN ` the domain of the address
21782`HOME ` the home directory, if set
21783`HOST ` the host name when called from a router (see below)
21784`LOCAL_PART ` see below
21785`LOCAL_PART_PREFIX ` see below
21786`LOCAL_PART_SUFFIX ` see below
21787`LOGNAME ` see below
068aaea8 21788`MESSAGE_ID ` Exim's local ID for the message
168e428f
PH
21789`PATH ` as specified by the %path% option below
21790`QUALIFY_DOMAIN ` the sender qualification domain
21791`RECIPIENT ` the complete recipient address
21792`SENDER ` the sender of the message (empty if a bounce)
21793`SHELL ` `/bin/sh`
21794`TZ ` the value of the %timezone% option, if set
21795`USER ` see below
21796&&&
21797
21798When a ^pipe^ transport is called directly from (for example) an ^accept^
21799router, LOCAL_PART is set to the local part of the address. When it is
21800called as a result of a forward or alias expansion, LOCAL_PART is set to
21801the local part of the address that was expanded. In both cases, any affixes are
21802removed from the local part, and made available in LOCAL_PART_PREFIX and
21803LOCAL_PART_SUFFIX, respectively. LOGNAME and USER are set to the
21804same value as LOCAL_PART for compatibility with other MTAs.
21805
21806cindex:[HOST]
21807HOST is set only when a ^pipe^ transport is called from a router that
21808associates hosts with an address, typically when using ^pipe^ as a
21809pseudo-remote transport. HOST is set to the first host name specified by
21810the router.
21811
21812cindex:[HOME]
21813If the transport's generic %home_directory% option is set, its value is used
21814for the HOME environment variable. Otherwise, a home directory may be set
21815by the router's %transport_home_directory% option, which defaults to the
21816user's home directory if %check_local_user% is set.
21817
21818
21819Private options for pipe
21820~~~~~~~~~~~~~~~~~~~~~~~~
21821cindex:[options,^pipe^ transport]
21822
21823
21824
21825oindex:[%allow_commands%]
21826`..'=
21827%allow_commands%, Use: 'pipe', Type: 'string list'!!, Default: 'unset'
21828===
21829
21830cindex:[^pipe^ transport,permitted commands]
21831The string is expanded, and is then interpreted as a colon-separated list of
21832permitted commands. If %restrict_to_path% is not set, the only commands
21833permitted are those in the %allow_commands% list. They need not be absolute
21834paths; the %path% option is still used for relative paths. If
21835%restrict_to_path% is set with %allow_commands%, the command must either be
21836in the %allow_commands% list, or a name without any slashes that is found on
21837the path. In other words, if neither %allow_commands% nor %restrict_to_path%
21838is set, there is no restriction on the command, but otherwise only commands
21839that are permitted by one or the other are allowed. For example, if
21840
21841 allow_commands = /usr/bin/vacation
21842
21843and %restrict_to_path% is not set, the only permitted command is
21844_/usr/bin/vacation_. The %allow_commands% option may not be set if
21845%use_shell% is set.
21846
21847
21848oindex:[%batch_id%]
21849`..'=
21850%batch_id%, Use: 'pipe', Type: 'string'!!, Default: 'unset'
21851===
21852
21853See the description of local delivery batching in chapter <<CHAPbatching>>.
21854
21855
21856oindex:[%batch_max%]
21857`..'=
21858%batch_max%, Use: 'pipe', Type: 'integer', Default: '1'
21859===
21860
21861This limits the number of addresses that can be handled in a single delivery.
21862See the description of local delivery batching in chapter <<CHAPbatching>>.
21863
21864
21865oindex:[%check_string%]
21866`..'=
21867%check_string%, Use: 'pipe', Type: 'string', Default: 'unset'
21868===
21869
21870As ^pipe^ writes the message, the start of each line is tested for matching
21871%check_string%, and if it does, the initial matching characters are replaced
21872by the contents of %escape_string%, provided both are set. The value of
21873%check_string% is a literal string, not a regular expression, and the case of
21874any letters it contains is significant. When %use_bsmtp% is set, the contents
21875of %check_string% and %escape_string% are forced to values that implement the
21876SMTP escaping protocol. Any settings made in the configuration file are
21877ignored.
21878
21879
21880oindex:[%command%]
21881`..'=
21882%command%, Use: 'pipe', Type: 'string'!!, Default: 'unset'
21883===
21884
21885This option need not be set when ^pipe^ is being used to deliver to pipes
21886obtained directly from address redirections. In other cases, the option must be
21887set, to provide a command to be run. It need not yield an absolute path (see
21888the %path% option below). The command is split up into separate arguments by
21889Exim, and each argument is separately expanded, as described in section
21890<<SECThowcommandrun>> above.
21891
21892
21893oindex:[%environment%]
21894`..'=
21895%environment%, Use: 'pipe', Type: 'string'!!, Default: 'unset'
21896===
21897
21898cindex:[^pipe^ transport,environment for command]
21899cindex:[environment for ^pipe^ transport]
21900This option is used to add additional variables to the environment in which the
21901command runs (see section <<SECTpipeenv>> for the default list). Its value is a
21902string which is expanded, and then interpreted as a colon-separated list of
21903environment settings of the form ``<''name'>=<'value'>'.
21904
21905
21906oindex:[%escape_string%]
21907`..'=
21908%escape_string%, Use: 'pipe', Type: 'string', Default: 'unset'
21909===
21910
21911See %check_string% above.
21912
21913
21914oindex:[%freeze_exec_fail%]
21915`..'=
21916%freeze_exec_fail%, Use: 'pipe', Type: 'boolean', Default: 'false'
21917===
21918
21919cindex:[exec failure]
21920cindex:[failure of exec]
21921cindex:[^pipe^ transport,failure of exec]
21922Failure to exec the command in a pipe transport is by default treated like
21923any other failure while running the command. However, if %freeze_exec_fail%
21924is set, failure to exec is treated specially, and causes the message to be
21925frozen, whatever the setting of %ignore_status%.
21926
21927
21928oindex:[%ignore_status%]
21929`..'=
21930%ignore_status%, Use: 'pipe', Type: 'boolean', Default: 'false'
21931===
21932
21933If this option is true, the status returned by the subprocess that is set up to
21934run the command is ignored, and Exim behaves as if zero had been returned.
068aaea8
PH
21935Otherwise, a non-zero status or termination by signal causes an error return
21936from the transport unless the status value is one of those listed in
21937%temp_errors%; these cause the delivery to be deferred and tried again later.
21938
21939[revisionflag="changed"]
21940*Note*: This option does not apply to timeouts, which do not return a status.
21941See the %timeout_defer% option for how timeouts are handled.
168e428f
PH
21942
21943
21944oindex:[%log_defer_output%]
21945`..'=
21946%log_defer_output%, Use: 'pipe', Type: 'boolean', Default: 'false'
21947===
21948
21949cindex:[^pipe^ transport,logging output]
21950If this option is set, and the status returned by the command is
21951one of the codes listed in %temp_errors% (that is, delivery was deferred),
21952and any output was produced, the first line of it is written to the main log.
21953
21954
21955oindex:[%log_fail_output%]
21956`..'=
21957%log_fail_output%, Use: 'pipe', Type: 'boolean', Default: 'false'
21958===
21959
21960If this option is set, and the command returns any output, and also ends with a
21961return code that is neither zero nor one of the return codes listed in
21962%temp_errors% (that is, the delivery failed), the first line of output is
21963written to the main log.
21964
21965This option and %log_output% are mutually exclusive. Only one of them may be
21966set.
21967
21968
21969
21970oindex:[%log_output%]
21971`..'=
21972%log_output%, Use: 'pipe', Type: 'boolean', Default: 'false'
21973===
21974
21975If this option is set and the command returns any output, the first line of
21976output is written to the main log, whatever the return code.
21977
21978This option and %log_fail_output% are mutually exclusive. Only one of them
21979may be set.
21980
21981
21982
21983oindex:[%max_output%]
21984`..'=
21985%max_output%, Use: 'pipe', Type: 'integer', Default: '20K'
21986===
21987
21988This specifies the maximum amount of output that the command may produce on its
21989standard output and standard error file combined. If the limit is exceeded, the
21990process running the command is killed. This is intended as a safety measure to
21991catch runaway processes. The limit is applied independently of the settings of
21992the options that control what is done with such output (for example,
21993%return_output%). Because of buffering effects, the amount of output may
21994exceed the limit by a small amount before Exim notices.
21995
21996
21997oindex:[%message_prefix%]
21998`..'=
21999%message_prefix%, Use: 'pipe', Type: 'string'!!, Default: 'see below'
22000===
22001
22002The string specified here is expanded and output at the start of every message.
22003The default is unset if %use_bsmtp% is set. Otherwise it is
22004
22005....
22006message_prefix = \
22007 From ${if def:return_path{$return_path}{MAILER-DAEMON}}\
22008 ${tod_bsdinbox}\n
22009....
22010
22011cindex:[Cyrus]
22012cindex:[%tmail%]
22013cindex:[``From'' line]
22014This is required by the commonly used _/usr/bin/vacation_ program.
22015However, it must 'not' be present if delivery is to the Cyrus IMAP server,
22016or to the %tmail% local delivery agent. The prefix can be suppressed by setting
22017
22018 message_prefix =
22019
22020
22021
22022oindex:[%message_suffix%]
22023`..'=
22024%message_suffix%, Use: 'pipe', Type: 'string'!!, Default: 'see below'
22025===
22026
22027The string specified here is expanded and output at the end of every message.
22028The default is unset if %use_bsmtp% is set. Otherwise it is a single newline.
22029The suffix can be suppressed by setting
22030
22031 message_suffix =
22032
22033
22034
22035oindex:[%path%]
22036`..'=
068aaea8 22037%path%, Use: 'pipe', Type: 'string', Default: `/bin:/usr/bin`
168e428f
PH
22038===
22039
22040This option specifies the string that is set up in the PATH environment
22041variable of the subprocess. If the %command% option does not yield an absolute
22042path name, the command is sought in the PATH directories, in the usual way.
22043*Warning*: This does not apply to a command specified as a transport
22044filter.
22045
22046
22047oindex:[%pipe_as_creator%]
22048`..'=
22049%pipe_as_creator%, Use: 'pipe', Type: 'boolean', Default: 'false'
22050===
22051
22052cindex:[uid (user id),local delivery]
22053If the generic %user% option is not set and this option is true, the delivery
22054process is run under the uid that was in force when Exim was originally called
22055to accept the message. If the group id is not otherwise set (via the generic
22056%group% option), the gid that was in force when Exim was originally called to
22057accept the message is used.
22058
22059
22060oindex:[%restrict_to_path%]
22061`..'=
22062%restrict_to_path%, Use: 'pipe', Type: 'boolean', Default: 'false'
22063===
22064
22065When this option is set, any command name not listed in %allow_commands% must
22066contain no slashes. The command is searched for only in the directories listed
22067in the %path% option. This option is intended for use in the case when a pipe
22068command has been generated from a user's _.forward_ file. This is usually
22069handled by a ^pipe^ transport called %address_pipe%.
22070
22071
22072oindex:[%return_fail_output%]
22073`..'=
22074%return_fail_output%, Use: 'pipe', Type: 'boolean', Default: 'false'
22075===
22076
22077If this option is true, and the command produced any output and ended with a
22078return code other than zero or one of the codes listed in %temp_errors% (that
22079is, the delivery failed), the output is returned in the bounce message.
22080However, if the message has a null sender (that is, it is itself a bounce
22081message), output from the command is discarded.
22082
22083This option and %return_output% are mutually exclusive. Only one of them may
22084be set.
22085
22086
22087
22088oindex:[%return_output%]
22089`..'=
22090%return_output%, Use: 'pipe', Type: 'boolean', Default: 'false'
22091===
22092
22093If this option is true, and the command produced any output, the delivery is
22094deemed to have failed whatever the return code from the command, and the output
22095is returned in the bounce message. Otherwise, the output is just discarded.
22096However, if the message has a null sender (that is, it is a bounce message),
22097output from the command is always discarded, whatever the setting of this
22098option.
22099
22100This option and %return_fail_output% are mutually exclusive. Only one of them
22101may be set.
22102
22103
22104
22105oindex:[%temp_errors%]
22106`..'=
22107%temp_errors%, Use: 'pipe', Type: 'string list', Default: 'see below'
22108===
22109
22110cindex:[^pipe^ transport,temporary failure]
22111This option contains either a colon-separated list of numbers, or a single
22112asterisk. If %ignore_status% is false
22113and %return_output% is not set,
22114and the command exits with a non-zero return code, the failure is treated as
22115temporary and the delivery is deferred if the return code matches one of the
22116numbers, or if the setting is a single asterisk. Otherwise, non-zero return
22117codes are treated as permanent errors. The default setting contains the codes
22118defined by EX_TEMPFAIL and EX_CANTCREAT in _sysexits.h_. If Exim is
22119compiled on a system that does not define these macros, it assumes values of 75
22120and 73, respectively.
22121
22122
22123oindex:[%timeout%]
22124`..'=
22125%timeout%, Use: 'pipe', Type: 'time', Default: '1h'
22126===
22127
22128If the command fails to complete within this time, it is killed. This normally
068aaea8
PH
22129causes the delivery to fail (but see %timeout_defer%). A zero time interval
22130specifies no timeout. In order to ensure that any subprocesses created by the
22131command are also killed, Exim makes the initial process a process group leader,
22132and kills the whole process group on a timeout. However, this can be defeated
22133if one of the processes starts a new process group.
22134
22135oindex:[%timeout_defer%]
22136`..'=
22137%timeout_defer%, Use: 'pipe', Type: 'boolean', Default: 'false'
22138===
22139
22140[revisionflag="changed"]
22141A timeout in a ^pipe^ transport, either in the command that the transport runs,
22142or in a transport filter that is associated with it, is by default treated as a
22143hard error, and the delivery fails. However, if %timeout_defer% is set true,
22144both kinds of timeout become temporary errors, causing the delivery to be
22145deferred.
168e428f
PH
22146
22147
22148oindex:[%umask%]
22149`..'=
22150%umask%, Use: 'pipe', Type: 'octal integer', Default: '022'
22151===
22152
22153This specifies the umask setting for the subprocess that runs the command.
22154
22155
22156oindex:[%use_bsmtp%]
22157`..'=
22158%use_bsmtp%, Use: 'pipe', Type: 'boolean', Default: 'false'
22159===
22160
22161cindex:[envelope sender]
22162If this option is set true, the ^pipe^ transport writes messages in ``batch
22163SMTP'' format, with the envelope sender and recipient(s) included as SMTP
22164commands. If you want to include a leading HELO command with such messages,
22165you can do so by setting the %message_prefix% option. See section
22166<<SECTbatchSMTP>> for details of batch SMTP.
22167
22168
22169oindex:[%use_crlf%]
22170`..'=
22171%use_crlf%, Use: 'pipe', Type: 'boolean', Default: 'false'
22172===
22173
22174cindex:[carriage return]
22175cindex:[linefeed]
22176This option causes lines to be terminated with the two-character CRLF sequence
22177(carriage return, linefeed) instead of just a linefeed character. In the case
22178of batched SMTP, the byte sequence written to the pipe is then an exact image
22179of what would be sent down a real SMTP connection.
22180
22181The contents of the %message_prefix% and %message_suffix% options are written
22182verbatim, so must contain their own carriage return characters if these are
22183needed. Since the default values for both %message_prefix% and
22184%message_suffix% end with a single linefeed, their values
22185must
22186be changed to end with `\r\n` if %use_crlf% is set.
22187
22188
22189oindex:[%use_shell%]
22190`..'=
22191%use_shell%, Use: 'pipe', Type: 'boolean', Default: 'false'
22192===
22193
068aaea8 22194cindex:[$pipe_addresses$]
168e428f
PH
22195If this option is set, it causes the command to be passed to _/bin/sh_
22196instead of being run directly from the transport, as described in section
22197<<SECThowcommandrun>>. This is less secure, but is needed in some situations
22198where the command is expected to be run under a shell and cannot easily be
22199modified. The %allow_commands% and %restrict_to_path% options, and the
22200`\$pipe_addresses` facility are incompatible with %use_shell%. The
22201command is expanded as a single string, and handed to _/bin/sh_ as data for
22202its %-c% option.
22203
22204
22205
22206Using an external local delivery agent
22207~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
22208cindex:[local delivery,using an external agent]
22209cindex:['procmail']
22210cindex:[external local delivery]
22211cindex:[delivery,'procmail']
22212cindex:[delivery,by external agent]
22213The ^pipe^ transport can be used to pass all messages that require local
22214delivery to a separate local delivery agent such as %procmail%. When doing
22215this, care must be taken to ensure that the pipe is run under an appropriate
22216uid and gid. In some configurations one wants this to be a uid that is trusted
22217by the delivery agent to supply the correct sender of the message. It may be
22218necessary to recompile or reconfigure the delivery agent so that it trusts an
22219appropriate user. The following is an example transport and router
22220configuration for %procmail%:
22221
22222 # transport
22223 procmail_pipe:
22224 driver = pipe
22225 command = /usr/local/bin/procmail -d $local_part
22226 return_path_add
22227 delivery_date_add
22228 envelope_to_add
22229 check_string = "From "
22230 escape_string = ">From "
22231 user = $local_part
22232 group = mail
22233
22234 # router
22235 procmail:
22236 driver = accept
22237 check_local_user
22238 transport = procmail_pipe
22239
22240
22241In this example, the pipe is run as the local user, but with the group set to
22242'mail'. An alternative is to run the pipe as a specific user such as 'mail'
22243or 'exim', but in this case you must arrange for %procmail% to trust that
22244user to supply a correct sender address. If you do not specify either a %group%
22245or a %user% option, the pipe command is run as the local user. The home
22246directory is the user's home directory by default.
22247
22248Note that the command that the pipe transport runs does 'not' begin with
22249
22250 IFS=" "
22251
22252as shown in the %procmail% documentation, because Exim does not by default use
22253a shell to run pipe commands.
22254
22255cindex:[Cyrus]
22256The next example shows a transport and a router for a system where local
22257deliveries are handled by the Cyrus IMAP server.
22258
22259....
22260# transport
22261local_delivery_cyrus:
22262 driver = pipe
22263 command = /usr/cyrus/bin/deliver \
22264 -m ${substr_1:$local_part_suffix} -- $local_part
22265 user = cyrus
22266 group = mail
22267 return_output
22268 log_output
22269 message_prefix =
22270 message_suffix =
22271
22272# router
22273local_user_cyrus:
22274 driver = accept
22275 check_local_user
22276 local_part_suffix = .*
22277 transport = local_delivery_cyrus
22278....
22279
22280Note the unsetting of %message_prefix% and %message_suffix%, and the use of
22281%return_output% to cause any text written by Cyrus to be returned to the
22282sender.
22283
22284
22285////////////////////////////////////////////////////////////////////////////
22286////////////////////////////////////////////////////////////////////////////
22287
22288[[CHAPsmtptrans]]
22289The smtp transport
22290------------------
22291cindex:[transports,^smtp^]
22292cindex:[^smtp^ transport]
22293The ^smtp^ transport delivers messages over TCP/IP connections using the SMTP
22294or LMTP protocol. The list of hosts to try can either be taken from the address
22295that is being processed (having been set up by the router), or specified
22296explicitly for the transport. Timeout and retry processing (see chapter
22297<<CHAPretry>>) is applied to each IP address independently.
22298
22299
22300Multiple messages on a single connection
22301~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
22302The sending of multiple messages over a single TCP/IP connection can arise in
22303two ways:
22304
22305- If a message contains more than %max_rcpt% (see below) addresses that are
22306routed to the same host, more than one copy of the message has to be sent to
22307that host. In this situation, multiple copies may be sent in a single run of
22308the ^smtp^ transport over a single TCP/IP connection. (What Exim actually does
22309when it has too many addresses to send in one message also depends on the value
22310of the global %remote_max_parallel% option. Details are given in section
22311<<SECToutSMTPTCP>>.)
22312
22313- cindex:[hints database,remembering routing]
22314When a message has been successfully delivered over a TCP/IP connection, Exim
22315looks in its hints database to see if there are any other messages awaiting a
22316connection to the same host. If there are, a new delivery process is started
22317for one of them, and the current TCP/IP connection is passed on to it. The new
22318process may in turn send multiple copies and possibly create yet another
22319process.
22320
22321
22322For each copy sent over the same TCP/IP connection, a sequence counter is
22323incremented, and if it ever gets to the value of %connection_max_messages%,
22324no further messages are sent over that connection.
22325
22326
22327
22328Use of the \$host variable
22329~~~~~~~~~~~~~~~~~~~~~~~~~~
22330cindex:[$host$]
22331cindex:[$host_address$]
22332At the start of a run of the ^smtp^ transport, the values of $host$ and
22333$host_address$ are the name and IP address of the first host on the host list
22334passed by the router. However, when the transport is about to connect to a
22335specific host, and while it is connected to that host, $host$ and
22336$host_address$ are set to the values for that host. These are the values
22337that are in force when the %helo_data%, %hosts_try_auth%, %interface%,
22338%serialize_hosts%, and the various TLS options are expanded.
22339
22340
22341
22342Private options for smtp
22343~~~~~~~~~~~~~~~~~~~~~~~~
22344cindex:[options,^smtp^ transport]
22345The private options of the ^smtp^ transport are as follows:
22346
22347
22348oindex:[%allow_localhost%]
22349`..'=
22350%allow_localhost%, Use: 'smtp', Type: 'boolean', Default: 'false'
22351===
22352
22353cindex:[local host,sending to]
22354cindex:[fallback,hosts specified on transport]
22355When a host specified in %hosts% or %fallback_hosts% (see below) turns out to
22356be the local host, or is listed in %hosts_treat_as_local%, delivery is
22357deferred by default. However, if %allow_localhost% is set, Exim goes on to do
22358the delivery anyway. This should be used only in special cases when the
22359configuration ensures that no looping will result (for example, a differently
22360configured Exim is listening on the port to which the message is sent).
22361
22362
22363oindex:[%authenticated_sender%]
22364`..'=
22365%authenticated_sender%, Use: 'smtp', Type: 'string'!!, Default: 'unset'
22366===
22367
22368cindex:[Cyrus]
22369When Exim has authenticated as a client, this option sets a value for the
22370AUTH= item on outgoing MAIL commands, overriding any existing
22371authenticated sender value. If the string expansion is forced to fail, the
22372option is ignored. Other expansion failures cause delivery to be deferred. If
22373the result of expansion is an empty string, that is also ignored.
22374
22375If the SMTP session is not authenticated, the expansion of
22376%authenticated_sender% still happens (and can cause the delivery to be
22377deferred if it fails), but no AUTH= item is added to MAIL commands.
22378
22379This option allows you to use the ^smtp^ transport in LMTP mode to
22380deliver mail to Cyrus IMAP and provide the proper local part as the
22381``authenticated sender'', via a setting such as:
22382
22383 authenticated_sender = $local_part
22384
22385This removes the need for IMAP subfolders to be assigned special ACLs to
22386allow direct delivery to those subfolders.
22387
22388Because of expected uses such as that just described for Cyrus (when no
22389domain is involved), there is no checking on the syntax of the provided
22390value.
22391
22392
22393oindex:[%command_timeout%]
22394`..'=
22395%command_timeout%, Use: 'smtp', Type: 'time', Default: '5m'
22396===
22397
22398This sets a timeout for receiving a response to an SMTP command that has been
22399sent out. It is also used when waiting for the initial banner line from the
22400remote host. Its value must not be zero.
22401
22402
22403oindex:[%connect_timeout%]
22404`..'=
22405%connect_timeout%, Use: 'smtp', Type: 'time', Default: '5m'
22406===
22407
22408This sets a timeout for the 'connect()' function, which sets up a TCP/IP call
22409to a remote host. A setting of zero allows the system timeout (typically
22410several minutes) to act. To have any effect, the value of this option must be
22411less than the system timeout. However, it has been observed that on some
22412systems there is no system timeout, which is why the default value for this
22413option is 5 minutes, a value recommended by RFC 1123.
22414
22415
22416oindex:[%connection_max_messages%]
22417`..'=
22418%connection_max_messages%, Use: 'smtp', Type: 'integer', Default: '500'
22419===
22420
22421cindex:[SMTP,passed connection]
22422cindex:[SMTP,multiple deliveries]
22423cindex:[multiple SMTP deliveries]
22424This controls the maximum number of separate message deliveries that are sent
22425over a single TCP/IP connection. If the value is zero, there is no limit.
22426For testing purposes, this value can be overridden by the %-oB% command line
22427option.
22428
22429
22430oindex:[%data_timeout%]
22431`..'=
22432%data_timeout%, Use: 'smtp', Type: 'time', Default: '5m'
22433===
22434
22435This sets a timeout for the transmission of each block in the data portion of
22436the message. As a result, the overall timeout for a message depends on the size
22437of the message. Its value must not be zero. See also %final_timeout%.
22438
22439
22440oindex:[%delay_after_cutoff%]
22441`..'=
22442%delay_after_cutoff%, Use: 'smtp', Type: 'boolean', Default: 'true'
22443===
22444
22445This option controls what happens when all remote IP addresses for a given
22446domain have been inaccessible for so long that they have passed their retry
22447cutoff times.
22448
22449In the default state, if the next retry time has not been reached for any of
22450them, the address is bounced without trying any deliveries. In other words,
22451Exim delays retrying an IP address after the final cutoff time until a new
22452retry time is reached, and can therefore bounce an address without ever trying
22453a delivery, when machines have been down for a long time. Some people are
22454unhappy at this prospect, so...
22455
22456If %delay_after_cutoff% is set false, Exim behaves differently. If all IP
22457addresses are past their final cutoff time, Exim tries to deliver to those
22458IP addresses that have not been tried since the message arrived. If there are
22459none, of if they all fail, the address is bounced. In other words, it does not
22460delay when a new message arrives, but immediately tries those expired IP
22461addresses that haven't been tried since the message arrived. If there is a
22462continuous stream of messages for the dead hosts, unsetting
22463%delay_after_cutoff% means that there will be many more attempts to deliver
22464to them.
22465
22466
22467oindex:[%dns_qualify_single%]
22468`..'=
22469%dns_qualify_single%, Use: 'smtp', Type: 'boolean', Default: 'true'
22470===
22471
22472If the %hosts% or %fallback_hosts% option is being used,
22473and the %gethostbyname% option is false,
22474the RES_DEFNAMES resolver option is set. See the %qualify_single% option
22475in chapter <<CHAPdnslookup>> for more details.
22476
22477
22478oindex:[%dns_search_parents%]
22479`..'=
22480%dns_search_parents%, Use: 'smtp', Type: 'boolean', Default: 'false'
22481===
22482
22483cindex:[%search_parents%]
22484If the %hosts% or %fallback_hosts% option is being used, and the
22485%gethostbyname% option is false, the RES_DNSRCH resolver option is set.
22486See the %search_parents% option in chapter <<CHAPdnslookup>> for more details.
22487
22488
22489
22490oindex:[%fallback_hosts%]
22491`..'=
22492%fallback_hosts%, Use: 'smtp', Type: 'string list', Default: 'unset'
22493===
22494
068aaea8 22495[revisionflag="changed"]
168e428f
PH
22496cindex:[fallback,hosts specified on transport]
22497String expansion is not applied to this option. The argument must be a
068aaea8
PH
22498colon-separated list of host names or IP addresses, optionally also including
22499port numbers, though the separator can be changed, as described in section
22500<<SECTlistconstruct>>. Each individual item in the list is the same as an item
22501in a %route_list% setting for the ^manualroute^ router, as described in section
22502<<SECTformatonehostitem>>.
22503
22504Fallback hosts can also be specified on routers, which associate them with the
22505addresses they process. As for the %hosts% option without %hosts_override%,
22506%fallback_hosts% specified on the transport is used only if the address does
22507not have its own associated fallback host list. Unlike %hosts%, a setting of
22508%fallback_hosts% on an address is not overridden by %hosts_override%. However,
22509%hosts_randomize% does apply to fallback host lists.
168e428f
PH
22510
22511If Exim is unable to deliver to any of the hosts for a particular address, and
22512the errors are not permanent rejections, the address is put on a separate
22513transport queue with its host list replaced by the fallback hosts, unless the
22514address was routed via MX records and the current host was in the original MX
22515list. In that situation, the fallback host list is not used.
22516
22517Once normal deliveries are complete, the fallback queue is delivered by
22518re-running the same transports with the new host lists. If several failing
22519addresses have the same fallback hosts (and %max_rcpt% permits it), a single
22520copy of the message is sent.
22521
22522The resolution of the host names on the fallback list is controlled by the
22523%gethostbyname% option, as for the %hosts% option. Fallback hosts apply
22524both to cases when the host list comes with the address and when it is taken
22525from %hosts%. This option provides a ``use a smart host only if delivery fails''
22526facility.
22527
22528
22529oindex:[%final_timeout%]
22530`..'=
22531%final_timeout%, Use: 'smtp', Type: 'time', Default: '10m'
22532===
22533
22534This is the timeout that applies while waiting for the response to the final
22535line containing just ``.'' that terminates a message. Its value must not be zero.
22536
22537
22538oindex:[%gethostbyname%]
22539`..'=
22540%gethostbyname%, Use: 'smtp', Type: 'boolean', Default: 'false'
22541===
22542
22543If this option is true when the %hosts% and/or %fallback_hosts% options are
22544being used, names are looked up using 'gethostbyname()'
22545(or 'getipnodebyname()' when available)
22546instead of using the DNS. Of course, that function may in fact use the DNS, but
22547it may also consult other sources of information such as _/etc/hosts_.
22548
22549oindex:[%helo_data%]
22550`..'=
22551%helo_data%, Use: 'smtp', Type: 'string'!!, Default: `\$primary_hostname`
22552===
22553
22554cindex:[HELO argument, setting]
22555cindex:[EHLO argument, setting]
22556The value of this option is expanded, and used as the argument for the EHLO
22557or HELO command that starts the outgoing SMTP session.
22558
22559
22560oindex:[%hosts%]
22561`..'=
22562%hosts%, Use: 'smtp', Type: 'string list'!!, Default: 'unset'
22563===
22564
22565Hosts are associated with an address by a router such as ^dnslookup^, which
068aaea8
PH
22566finds the hosts by looking up the address domain in the DNS, or by
22567^manualroute^, which has lists of hosts in its configuration. However,
22568email addresses can be passed to the ^smtp^ transport by any router, and not
22569all of them can provide an associated list of hosts.
22570
22571The %hosts% option specifies a list of hosts to be used if the address being
22572processed does not have any hosts associated with it. The hosts specified by
22573%hosts% are also used, whether or not the address has its own hosts, if
22574%hosts_override% is set.
168e428f 22575
068aaea8 22576[revisionflag="changed"]
168e428f 22577The string is first expanded, before being interpreted as a colon-separated
068aaea8
PH
22578list of host names or IP addresses, possibly including port numbers. The
22579separator may be changed to something other than colon, as described in section
22580<<SECTlistconstruct>>. Each individual item in the list is the same as an item
22581in a %route_list% setting for the ^manualroute^ router, as described in section
22582<<SECTformatonehostitem>>. However, note that the `/MX` facility of the
22583^manualroute^ router is not available here.
22584
22585If the expansion fails, delivery is deferred. Unless the failure was caused by
22586the inability to complete a lookup, the error is logged to the panic log as
22587well as the main log. Host names are looked up either by searching directly for
22588address records in the DNS or by calling 'gethostbyname()' (or
22589'getipnodebyname()' when available), depending on the setting of the
22590%gethostbyname% option. When Exim is compiled with IPv6 support, if a host that
22591is looked up in the DNS has both IPv4 and IPv6 addresses, both types of address
22592are used.
168e428f
PH
22593
22594During delivery, the hosts are tried in order, subject to their retry status,
22595unless %hosts_randomize% is set.
22596
22597
22598oindex:[%hosts_avoid_esmtp%]
22599`..'=
22600%hosts_avoid_esmtp%, Use: 'smtp', Type: 'host list'!!, Default: 'unset'
22601===
22602
22603cindex:[ESMTP, avoiding use of]
22604cindex:[HELO,forcing use of]
22605cindex:[EHLO,avoiding use of]
22606cindex:[PIPELINING,avoiding the use of]
22607This option is for use with broken hosts that announce ESMTP facilities (for
22608example, PIPELINING) and then fail to implement them properly. When a host
22609matches %hosts_avoid_esmtp%, Exim sends HELO rather than EHLO at the
22610start of the SMTP session. This means that it cannot use any of the ESMTP
22611facilities such as AUTH, PIPELINING, SIZE, and STARTTLS.
22612
22613
22614oindex:[%hosts_avoid_tls%]
22615`..'=
22616%hosts_avoid_tls%, Use: 'smtp', Type: 'host list'!!, Default: 'unset'
22617===
22618
22619cindex:[TLS,avoiding for certain hosts]
22620Exim will not try to start a TLS session when delivering to any host that
22621matches this list. See chapter <<CHAPTLS>> for details of TLS.
22622
22623
22624oindex:[%hosts_max_try%]
22625`..'=
22626%hosts_max_try%, Use: 'smtp', Type: 'integer', Default: '5'
22627===
22628
22629cindex:[host,maximum number to try]
22630cindex:[limit,number of hosts tried]
22631cindex:[limit,number of MX tried]
22632cindex:[MX record,maximum tried]
22633This option limits the number of IP addresses that are tried for any one
22634delivery in cases where there are temporary delivery errors. Section
22635<<SECTvalhosmax>> describes in detail how the value of this option is used.
22636
22637
22638oindex:[%hosts_max_try_hardlimit%]
22639`..'=
22640%hosts_max_try_hardlimit%, Use: 'smtp', Type: 'integer', Default: '50'
22641===
22642
22643This is an additional check on the maximum number of IP addresses that Exim
22644tries for any one delivery. Section <<SECTvalhosmax>> describes its use and why
22645it exists.
22646
22647
22648
22649oindex:[%hosts_nopass_tls%]
22650`..'=
22651%hosts_nopass_tls%, Use: 'smtp', Type: 'host list'!!, Default: 'unset'
22652===
22653
22654cindex:[TLS,passing connection]
22655cindex:[multiple SMTP deliveries]
22656cindex:[TLS,multiple message deliveries]
22657For any host that matches this list, a connection on which a TLS session has
22658been started will not be passed to a new delivery process for sending another
22659message on the same connection. See section <<SECTmulmessam>> for an explanation
22660of when this might be needed.
22661
22662
22663oindex:[%hosts_override%]
22664`..'=
22665%hosts_override%, Use: 'smtp', Type: 'boolean', Default: 'false'
22666===
22667
22668If this option is set and the %hosts% option is also set, any hosts that are
22669attached to the address are ignored, and instead the hosts specified by the
22670%hosts% option are always used. This option does not apply to
22671%fallback_hosts%.
22672
22673
22674oindex:[%hosts_randomize%]
22675`..'=
22676%hosts_randomize%, Use: 'smtp', Type: 'boolean', Default: 'false'
22677===
22678
22679cindex:[randomized host list]
22680cindex:[host,list of; randomized]
22681cindex:[fallback,randomized hosts]
22682If this option is set, and either the list of hosts is taken from the
22683%hosts% or the %fallback_hosts% option, or the hosts supplied by the router
22684were not obtained from MX records (this includes fallback hosts from the
22685router), and were not randomizied by the router, the order of trying the hosts
22686is randomized each time the transport runs. Randomizing the order of a host
22687list can be used to do crude load sharing.
22688
22689When %hosts_randomize% is true, a host list may be split into groups whose
22690order is separately randomized. This makes it possible to set up MX-like
22691behaviour. The boundaries between groups are indicated by an item that is just
22692`+` in the host list. For example:
22693
22694 hosts = host1:host2:host3:+:host4:host5
22695
22696The order of the first three hosts and the order of the last two hosts is
22697randomized for each use, but the first three always end up before the last two.
22698If %hosts_randomize% is not set, a `+` item in the list is ignored.
22699
22700oindex:[%hosts_require_auth%]
22701`..'=
22702%hosts_require_auth%, Use: 'smtp', Type: 'host list'!!, Default: 'unset'
22703===
22704
22705cindex:[authentication,required by client]
22706This option provides a list of servers for which authentication must succeed
22707before Exim will try to transfer a message. If authentication fails for
22708servers which are not in this list, Exim tries to send unauthenticated. If
22709authentication fails for one of these servers, delivery is deferred. This
22710temporary error is detectable in the retry rules, so it can be turned into a
22711hard failure if required. See also %hosts_try_auth%, and chapter
22712<<CHAPSMTPAUTH>> for details of authentication.
22713
22714
22715oindex:[%hosts_require_tls%]
22716`..'=
22717%hosts_require_tls%, Use: 'smtp', Type: 'host list'!!, Default: 'unset'
22718===
22719
22720cindex:[TLS,requiring for certain servers]
22721Exim will insist on using a TLS session when delivering to any host that
22722matches this list. See chapter <<CHAPTLS>> for details of TLS.
22723*Note*: This option affects outgoing mail only. To insist on TLS for
22724incoming messages, use an appropriate ACL.
22725
22726oindex:[%hosts_try_auth%]
22727`..'=
22728%hosts_try_auth%, Use: 'smtp', Type: 'host list'!!, Default: 'unset'
22729===
22730
22731cindex:[authentication,optional in client]
22732This option provides a list of servers to which, provided they announce
22733authentication support, Exim will attempt to authenticate as a client when it
22734connects. If authentication fails, Exim will try to transfer the message
22735unauthenticated. See also %hosts_require_auth%, and chapter <<CHAPSMTPAUTH>>
22736for details of authentication.
22737
22738oindex:[%interface%]
22739`..'=
22740%interface%, Use: 'smtp', Type: 'string list'!!, Default: 'unset'
22741===
22742
22743cindex:[bind IP address]
22744cindex:[IP address,binding]
068aaea8
PH
22745cindex:[$host$]
22746cindex:[$host_address$]
168e428f
PH
22747This option specifies which interface to bind to when making an outgoing SMTP
22748call. The variables $host$ and $host_address$ refer to the host to which a
22749connection is about to be made during the expansion of the string. Forced
22750expansion failure, or an empty string result causes the option to be ignored.
22751Otherwise, after expansion,
22752the string must be a list of IP addresses, colon-separated by default, but the
22753separator can be changed in the usual way.
22754For example:
22755
22756 interface = <; 192.168.123.123 ; 3ffe:ffff:836f::fe86:a061
22757
22758The first interface of the correct type (IPv4 or IPv6) is used for the outgoing
22759connection. If none of them are the correct type, the option is ignored. If
22760%interface% is not set, or is ignored, the system's IP functions choose which
22761interface to use if the host has more than one.
22762
22763
22764oindex:[%keepalive%]
22765`..'=
22766%keepalive%, Use: 'smtp', Type: 'boolean', Default: 'true'
22767===
22768
22769cindex:[keepalive,on outgoing connection]
22770This option controls the setting of SO_KEEPALIVE on outgoing TCP/IP socket
22771connections. When set, it causes the kernel to probe idle connections
22772periodically, by sending packets with ``old'' sequence numbers. The other end of
22773the connection should send a acknowledgement if the connection is still okay or
22774a reset if the connection has been aborted. The reason for doing this is that
22775it has the beneficial effect of freeing up certain types of connection that can
22776get stuck when the remote host is disconnected without tidying up the TCP/IP
22777call properly. The keepalive mechanism takes several hours to detect
22778unreachable hosts.
22779
22780
068aaea8
PH
22781oindex:[%lmtp_ignore_quota%]
22782`..'=
22783%lmtp_ignore_quota%, Use: 'smtp', Type: 'boolean', Default: 'false'
22784===
22785
22786[revisionflag="changed"]
22787cindex:[LMTP,ignoring quota errors]
22788If this option is set true when the %protocol% option is set to ``lmtp'', the
22789string `IGNOREQUOTA` is added to RCPT commands, provided that the LMTP server
22790has advertised support for IGNOREQUOTA in its response to the LHLO command.
22791
22792
168e428f
PH
22793oindex:[%max_rcpt%]
22794`..'=
22795%max_rcpt%, Use: 'smtp', Type: 'integer', Default: '100'
22796===
22797
22798cindex:[RCPT,maximum number of outgoing]
22799This option limits the number of RCPT commands that are sent in a single
22800SMTP message transaction. Each set of addresses is treated independently, and
22801so can cause parallel connections to the same host if %remote_max_parallel%
22802permits this.
22803
22804
22805oindex:[%multi_domain%]
22806`..'=
22807%multi_domain%, Use: 'smtp', Type: 'boolean', Default: 'true'
22808===
22809
068aaea8 22810cindex:[$domain$]
168e428f
PH
22811When this option is set, the ^smtp^ transport can handle a number of addresses
22812containing a mixture of different domains provided they all resolve to the same
22813list of hosts. Turning the option off restricts the transport to handling only
22814one domain at a time. This is useful if you want to use $domain$ in an
22815expansion for the transport, because it is set only when there is a single
22816domain involved in a remote delivery.
22817
22818
22819oindex:[%port%]
22820`..'=
22821%port%, Use: 'smtp', Type: 'string'!!, Default: 'see below'
22822===
22823
22824cindex:[port,sending TCP/IP]
22825cindex:[TCP/IP,setting outgoing port]
22826This option specifies the TCP/IP port on the server to which Exim connects. If
22827it begins with a digit it is taken as a port number; otherwise it is looked up
22828using 'getservbyname()'. The default value is normally ``smtp'', but if
22829%protocol% is set to ``lmtp'', the default is ``lmtp''.
22830If the expansion fails, or if a port number cannot be found, delivery is
22831deferred.
22832
22833
22834
22835oindex:[%protocol%]
22836`..'=
22837%protocol%, Use: 'smtp', Type: 'string', Default: 'smtp'
22838===
22839
22840cindex:[LMTP,over TCP/IP]
22841If this option is set to ``lmtp'' instead of ``smtp'', the default value for the
22842%port% option changes to ``lmtp'', and the transport operates the LMTP protocol
22843(RFC 2033) instead of SMTP. This protocol is sometimes used for local
22844deliveries into closed message stores. Exim also has support for running LMTP
22845over a pipe to a local process -- see chapter <<CHAPLMTP>>.
22846
22847
22848oindex:[%retry_include_ip_address%]
22849`..'=
22850%retry_include_ip_address%, Use: 'smtp', Type: 'boolean', Default: 'true'
22851===
22852
22853Exim normally includes both the host name and the IP address in the key it
22854constructs for indexing retry data after a temporary delivery failure. This
22855means that when one of several IP addresses for a host is failing, it gets
22856tried periodically (controlled by the retry rules), but use of the other IP
22857addresses is not affected.
22858
22859However, in some dialup environments hosts are assigned a different IP address
22860each time they connect. In this situation the use of the IP address as part of
22861the retry key leads to undesirable behaviour. Setting this option false causes
22862Exim to use only the host name. This should normally be done on a separate
22863instance of the ^smtp^ transport, set up specially to handle the dialup hosts.
22864
22865
22866oindex:[%serialize_hosts%]
22867`..'=
22868%serialize_hosts%, Use: 'smtp', Type: 'host list'!!, Default: 'unset'
22869===
22870
22871cindex:[serializing connections]
22872cindex:[host,serializing connections]
22873Because Exim operates in a distributed manner, if several messages for the same
22874host arrive at around the same time, more than one simultaneous connection to
22875the remote host can occur. This is not usually a problem except when there is a
22876slow link between the hosts. In that situation it may be helpful to restrict
22877Exim to one connection at a time. This can be done by setting
22878%serialize_hosts% to match the relevant hosts.
22879
22880cindex:[hints database,serializing deliveries to a host]
22881Exim implements serialization by means of a hints database in which a record is
22882written whenever a process connects to one of the restricted hosts. The record
22883is deleted when the connection is completed. Obviously there is scope for
22884records to get left lying around if there is a system or program crash. To
22885guard against this, Exim ignores any records that are more than six hours old.
22886
22887If you set up this kind of serialization, you should also arrange to delete the
22888relevant hints database whenever your system reboots. The names of the files
22889start with _misc_ and they are kept in the _spool/db_ directory. There
22890may be one or two files, depending on the type of DBM in use. The same files
22891are used for ETRN serialization.
22892
22893
22894oindex:[%size_addition%]
22895`..'=
22896%size_addition%, Use: 'smtp', Type: 'integer', Default: '1024'
22897===
22898
22899cindex:[SMTP,SIZE]
22900cindex:[message,size issue for transport filter]
22901cindex:[size,of message]
22902cindex:[transport,filter]
22903cindex:[filter,transport filter]
22904If a remote SMTP server indicates that it supports the SIZE option of the
22905MAIL command, Exim uses this to pass over the message size at the start of
22906an SMTP transaction. It adds the value of %size_addition% to the value it
22907sends, to allow for headers and other text that may be added during delivery by
22908configuration options or in a transport filter. It may be necessary to increase
22909this if a lot of text is added to messages.
22910
22911Alternatively, if the value of %size_addition% is set negative, it disables
22912the use of the SIZE option altogether.
22913
22914
22915oindex:[%tls_certificate%]
22916`..'=
22917%tls_certificate%, Use: 'smtp', Type: 'string'!!, Default: 'unset'
22918===
22919
22920cindex:[TLS client certificate, location of]
22921cindex:[certificate for client, location of]
068aaea8
PH
22922cindex:[$host$]
22923cindex:[$host_address$]
168e428f
PH
22924The value of this option must be the absolute path to a file which contains the
22925client's certificate, for use when sending a message over an encrypted
22926connection. The values of $host$ and $host_address$ are set to the name
22927and address of the server during the expansion. See chapter <<CHAPTLS>> for
22928details of TLS.
22929
22930*Note*: This option must be set if you want Exim to use TLS when sending
22931messages as a client. The global option of the same name specifies the
22932certificate for Exim as a server; it is not automatically assumed that the same
22933certificate should be used when Exim is operating as a client.
22934
22935
22936oindex:[%tls_crl%]
22937`..'=
22938%tls_crl%, Use: 'smtp', Type: 'string'!!, Default: 'unset'
22939===
22940
22941cindex:[TLS,client certificate revocation list]
22942cindex:[certificate,revocation list for client]
22943This option specifies a certificate revocation list. The expanded value must
22944be the name of a file that contains a CRL in PEM format.
22945
22946
22947oindex:[%tls_privatekey%]
22948`..'=
22949%tls_privatekey%, Use: 'smtp', Type: 'string'!!, Default: 'unset'
22950===
22951
22952cindex:[TLS client private key, location of]
068aaea8
PH
22953cindex:[$host$]
22954cindex:[$host_address$]
168e428f
PH
22955The value of this option must be the absolute path to a file which contains the
22956client's private key, for use when sending a message over an encrypted
22957connection. The values of $host$ and $host_address$ are set to the name
22958and address of the server during the expansion.
22959If this option is unset, the private key is assumed to be in the same file as
22960the certificate.
22961See chapter <<CHAPTLS>> for details of TLS.
22962
22963
22964oindex:[%tls_require_ciphers%]
22965`..'=
22966%tls_require_ciphers%, Use: 'smtp', Type: 'string'!!, Default: 'unset'
22967===
22968
22969cindex:[TLS,requiring specific ciphers]
22970cindex:[cipher,requiring specific]
068aaea8
PH
22971cindex:[$host$]
22972cindex:[$host_address$]
168e428f
PH
22973The value of this option must be a list of permitted cipher suites, for use
22974when setting up an outgoing encrypted connection. (There is a global option of
22975the same name for controlling incoming connections.) The values of $host$ and
22976$host_address$ are set to the name and address of the server during the
22977expansion. See chapter <<CHAPTLS>> for details of TLS; note that this option is
22978used in different ways by OpenSSL and GnuTLS (see sections <<SECTreqciphssl>>
22979and <<SECTreqciphgnu>>). For GnuTLS, the order of the ciphers is a preference
22980order.
22981
22982
22983
22984oindex:[%tls_tempfail_tryclear%]
22985`..'=
22986%tls_tempfail_tryclear%, Use: 'smtp', Type: 'boolean', Default: 'true'
22987===
22988
22989When the server host is not in %hosts_require_tls%, and there is a problem in
22990setting up a TLS session, this option determines whether or not Exim should try
22991to deliver the message unencrypted. If it is set false, delivery to the
22992current host is deferred; if there are other hosts, they are tried. If this
22993option is set true, Exim attempts to deliver unencrypted after a 4##'xx'
22994response to STARTTLS. Also, if STARTTLS is accepted, but the subsequent
22995TLS negotiation fails, Exim closes the current connection (because it is in an
22996unknown state), opens a new one to the same host, and then tries the delivery
22997in clear.
22998
22999
23000oindex:[%tls_verify_certificates%]
23001`..'=
23002%tls_verify_certificates%, Use: 'smtp', Type: 'string'!!, Default: 'unset'
23003===
23004
23005cindex:[TLS,server certificate verification]
23006cindex:[certificate,verification of server]
068aaea8
PH
23007cindex:[$host$]
23008cindex:[$host_address$]
168e428f
PH
23009The value of this option must be the absolute path to a file containing
23010permitted server certificates, for use when setting up an encrypted connection.
23011Alternatively, if you are using OpenSSL, you can set
23012%tls_verify_certificates% to the name of a directory containing certificate
23013files. This does not work with GnuTLS; the option must be set to the name of a
23014single file if you are using GnuTLS. The values of $host$ and
23015$host_address$ are set to the name and address of the server during the
23016expansion of this option. See chapter <<CHAPTLS>> for details of TLS.
23017
23018
23019
23020
23021[[SECTvalhosmax]]
23022How the limits for the number of hosts to try are used
23023~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
23024cindex:[host,maximum number to try]
23025cindex:[limit,hosts; maximum number tried]
23026There are two options that are concerned with the number of hosts that are
23027tried when an SMTP delivery takes place. They are %hosts_max_try% and
23028%hosts_max_try_hardlimit%.
23029
23030
23031The %hosts_max_try% option limits the number of hosts that are tried
23032for a single delivery. However, despite the term ``host'' in its name, the option
23033actually applies to each IP address independently. In other words, a multihomed
23034host is treated as several independent hosts, just as it is for retrying.
23035
23036Many of the larger ISPs have multiple MX records which often point to
23037multihomed hosts. As a result, a list of a dozen or more IP addresses may be
23038created as a result of routing one of these domains.
23039
23040Trying every single IP address on such a long list does not seem sensible; if
23041several at the top of the list fail, it is reasonable to assume there is some
23042problem that is likely to affect all of them. Roughly speaking, the value of
23043%hosts_max_try% is the maximum number that are tried before deferring the
23044delivery. However, the logic cannot be quite that simple.
23045
23046Firstly, IP addresses that are skipped because their retry times have not
23047arrived do not count, and in addition, addresses that are past their retry
23048limits are also not counted, even when they are tried. This means that when
23049some IP addresses are past their retry limits, more than the value of
23050%hosts_max_retry% may be tried. The reason for this behaviour is to ensure
23051that all IP addresses are considered before timing out an email address (but
23052see below for an exception).
23053
23054Secondly, when the %hosts_max_try% limit is reached, Exim looks down the host
23055list to see if there is a subsequent host with a different (higher valued) MX.
23056If there is, that host is considered next, and the current IP address is used
23057but not counted. This behaviour helps in the case of a domain with a retry rule
23058that hardly ever delays any hosts, as is now explained:
23059
23060Consider the case of a long list of hosts with one MX value, and a few with a
23061higher MX value. If %hosts_max_try% is small (the default is 5) only a few
23062hosts at the top of the list are tried at first. With the default retry rule,
23063which specifies increasing retry times, the higher MX hosts are eventually
23064tried when those at the top of the list are skipped because they have not
23065reached their retry times.
23066
23067However, it is common practice to put a fixed short retry time on domains for
23068large ISPs, on the grounds that their servers are rarely down for very long.
23069Unfortunately, these are exactly the domains that tend to resolve to long lists
23070of hosts. The short retry time means that the lowest MX hosts are tried every
23071time. The attempts may be in a different order because of random sorting, but
23072without the special MX check, the higher MX hosts would never be tried
23073
23074until all the lower MX hosts had timed out (which might be several days),
23075because there are always some lower MX hosts that have reached their retry
23076times. With the special check, Exim considers at least one IP address from each
23077MX value at every delivery attempt, even if the %hosts_max_try% limit has
23078already been reached.
23079
23080The above logic means that %hosts_max_try% is not a hard limit, and in
23081particular, Exim normally eventually tries all the IP addresses before timing
23082out an email address. When %hosts_max_try% was implemented, this seemed a
23083reasonable thing to do. Recently, however, some lunatic DNS configurations have
23084been set up with hundreds of IP addresses for some domains. It can
23085take a very long time indeed for an address to time out in these cases.
23086
23087The %hosts_max_try_hardlimit% option was added to help with this problem.
23088Exim never tries more than this number of IP addresses; if it hits this limit
23089and they are all timed out, the email address is bounced, even though not all
23090possible IP addresses have been tried.
23091
23092
23093
23094
23095
23096////////////////////////////////////////////////////////////////////////////
23097////////////////////////////////////////////////////////////////////////////
23098
23099[[CHAPrewrite]]
23100Address rewriting
23101-----------------
23102cindex:[rewriting,addresses]
23103There are some circumstances in which Exim automatically rewrites domains in
23104addresses. The two most common are when an address is given without a domain
23105(referred to as an ``unqualified address'') or when an address contains an
23106abbreviated domain that is expanded by DNS lookup.
23107
23108Unqualified envelope addresses are accepted only for locally submitted
23109messages, or messages from hosts that match %sender_unqualified_hosts% or
23110%recipient_unqualified_hosts%, respectively. Unqualified addresses in header
23111lines are qualified if they are in locally submitted messages, or messages from
23112hosts that are permitted to send unqualified envelope addresses. Otherwise,
23113unqualified addresses in header lines are neither qualified nor rewritten.
23114
23115One situation in which Exim does 'not' automatically rewrite a domain is
23116when it is the name of a CNAME record in the DNS. The older RFCs suggest that
23117such a domain should be rewritten using the ``canonical'' name, and some MTAs do
23118this. The new RFCs do not contain this suggestion.
23119
23120
23121Explicitly configured address rewriting
23122~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
23123This chapter describes the rewriting rules that can be used in the
23124main rewrite section of the configuration file, and also in the generic
23125%headers_rewrite% option that can be set on any transport.
23126
23127Some people believe that configured address rewriting is a Mortal Sin.
23128Others believe that life is not possible without it. Exim provides the
23129facility; you do not have to use it.
23130
23131The main rewriting rules that appear in the ``rewrite'' section of the
23132configuration file are applied to addresses in incoming messages, both envelope
23133addresses and addresses in header lines. Each rule specifies the types of
23134address to which it applies.
23135
23136Rewriting of addresses in header lines applies only to those headers that
23137were received with the message, and, in the case of transport rewriting, those
23138that were added by a system filter. That is, it applies only to those headers
23139that are common to all copies of the message. Header lines that are added by
23140individual routers or transports (and which are therefore specific to
23141individual recipient addresses) are not rewritten.
23142
23143In general, rewriting addresses from your own system or domain has some
23144legitimacy. Rewriting other addresses should be done only with great care and
23145in special circumstances. The author of Exim believes that rewriting should be
23146used sparingly, and mainly for ``regularizing'' addresses in your own domains.
23147Although it can sometimes be used as a routing tool, this is very strongly
23148discouraged.
23149
23150There are two commonly encountered circumstances where rewriting is used, as
23151illustrated by these examples:
23152
23153- The company whose domain is 'hitch.fict.example' has a number of hosts that
23154exchange mail with each other behind a firewall, but there is only a single
23155gateway to the outer world. The gateway rewrites '*.hitch.fict.example' as
23156'hitch.fict.example' when sending mail off-site.
23157
23158- A host rewrites the local parts of its own users so that, for example,
23159'fp42@hitch.fict.example' becomes 'Ford.Prefect@hitch.fict.example'.
23160
23161
23162
23163When does rewriting happen?
23164~~~~~~~~~~~~~~~~~~~~~~~~~~~
23165cindex:[rewriting,timing of]
23166cindex:[{ACL},rewriting addresses in]
23167Configured address rewriting can take place at several different stages of a
23168message's processing.
23169
068aaea8 23170cindex:[$sender_address$]
168e428f
PH
23171At the start of an ACL for MAIL, the sender address may have been rewritten
23172by a special SMTP-time rewrite rule (see section <<SECTrewriteS>>), but no
23173ordinary rewrite rules have yet been applied. If, however, the sender address
23174is verified in the ACL, it is rewritten before verification, and remains
23175rewritten thereafter. The subsequent value of $sender_address$ is the
23176rewritten address. This also applies if sender verification happens in a
23177RCPT ACL. Otherwise, when the sender address is not verified, it is
23178rewritten as soon as a message's header lines have been received.
23179
068aaea8
PH
23180cindex:[$domain$]
23181cindex:[$local_part$]
168e428f
PH
23182Similarly, at the start of an ACL for RCPT, the current recipient's address
23183may have been rewritten by a special SMTP-time rewrite rule, but no ordinary
23184rewrite rules have yet been applied to it. However, the behaviour is different
23185from the sender address when a recipient is verified. The address is rewritten
23186for the verification, but the rewriting is not remembered at this stage. The
23187value of $local_part$ and $domain$ after verification are always the same
23188as they were before (that is, they contain the unrewritten -- except for
23189SMTP-time rewriting -- address).
23190
23191Once a message's header lines have been received, all the envelope recipient
23192addresses are permanently rewritten, and rewriting is also applied to the
23193addresses in the header lines (if configured).
23194cindex:['local_scan()' function,address rewriting; timing of]
23195Thus, all the rewriting is completed before the DATA ACL and
23196'local_scan()' functions are run.
23197
23198When an address is being routed, either for delivery or for verification,
23199rewriting is applied immediately to child addresses that are generated by
23200redirection, unless %no_rewrite% is set on the router.
23201
23202cindex:[envelope sender, rewriting]
23203cindex:[rewriting,at transport time]
23204At transport time, additional rewriting of addresses in header lines can be
23205specified by setting the generic %headers_rewrite% option on a transport. This
23206option contains rules that are identical in form to those in the rewrite
23207section of the configuration file. In addition, the outgoing envelope sender
23208can be rewritten by means of the %return_path% transport option. However, it
23209is not possible to rewrite envelope recipients at transport time.
23210
23211
23212
23213
23214Testing the rewriting rules that apply on input
23215~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
23216cindex:[rewriting,testing]
23217cindex:[testing,rewriting]
23218Exim's input rewriting configuration appears in a part of the run time
23219configuration file headed by ``begin rewrite''. It can be tested by the %-brw%
23220command line option. This takes an address (which can be a full RFC 2822
23221address) as its argument. The output is a list of how the address would be
23222transformed by the rewriting rules for each of the different places it might
23223appear in an incoming message, that is, for each different header and for the
23224envelope sender and recipient fields. For example,
23225
23226 exim -brw ph10@exim.workshop.example
23227
23228might produce the output
23229
23230 sender: Philip.Hazel@exim.workshop.example
23231 from: Philip.Hazel@exim.workshop.example
23232 to: ph10@exim.workshop.example
23233 cc: ph10@exim.workshop.example
23234 bcc: ph10@exim.workshop.example
23235 reply-to: Philip.Hazel@exim.workshop.example
23236 env-from: Philip.Hazel@exim.workshop.example
23237 env-to: ph10@exim.workshop.example
23238
23239which shows that rewriting has been set up for that address when used in any of
23240the source fields, but not when it appears as a recipient address. At the
23241present time, there is no equivalent way of testing rewriting rules that are
23242set for a particular transport.
23243
23244
23245Rewriting rules
23246~~~~~~~~~~~~~~~
23247cindex:[rewriting,rules]
23248The rewrite section of the configuration file consists of lines of rewriting
23249rules in the form
23250
23251 <source pattern> <replacement> <flags>
23252
23253Rewriting rules that are specified for the %headers_rewrite% generic transport
23254option are given as a colon-separated list. Each item in the list takes the
23255same form as a line in the main rewriting configuration
23256(except that any colons must be doubled, of course).
23257
23258The formats of source patterns and replacement strings are described below.
23259Each is terminated by white space, unless enclosed in double quotes, in which
23260case normal quoting conventions apply inside the quotes. The flags are single
23261characters which may appear in any order. Spaces and tabs between them are
23262ignored.
23263
23264For each address that could potentially be rewritten, the rules are scanned in
23265order, and replacements for the address from earlier rules can themselves be
23266replaced by later rules (but see the ``q'' and ``R'' flags).
23267
23268The order in which addresses are rewritten is undefined, may change between
23269releases, and must not be relied on, with one exception: when a message is
23270received, the envelope sender is always rewritten first, before any header
23271lines are rewritten. For example, the replacement string for a rewrite of an
23272address in 'To:' must not assume that the message's address in 'From:' has (or
23273has not) already been rewritten. However, a rewrite of 'From:' may assume that
23274the envelope sender has already been rewritten.
23275
068aaea8
PH
23276cindex:[$domain$]
23277cindex:[$local_part$]
168e428f
PH
23278The variables $local_part$ and $domain$ can be used in the replacement
23279string to refer to the address that is being rewritten. Note that lookup-driven
23280rewriting can be done by a rule of the form
23281
23282 *@* ${lookup ...
23283
23284where the lookup key uses $1$ and $2$ or $local_part$ and $domain$ to
23285refer to the address that is being rewritten.
23286
23287
23288Rewriting patterns
23289~~~~~~~~~~~~~~~~~~
23290cindex:[rewriting,patterns]
23291cindex:[address list,in a rewriting pattern]
23292The source pattern in a rewriting rule is any item which may appear in an
23293address list (see section <<SECTaddresslist>>). It is in fact processed as a
23294single-item address list, which means that it is expanded before being tested
068aaea8
PH
23295against the address. As always, if you use a regular expression as a pattern,
23296you must take care to escape dollar and backslash characters, or use the `\N`
23297facility to suppress string expansion within the regular expression.
168e428f
PH
23298
23299Domains in patterns should be given in lower case. Local parts in patterns are
23300case-sensitive. If you want to do case-insensitive matching of local parts, you
23301can use a regular expression that starts with `^(?i)`.
23302
23303cindex:[numerical variables ($1$ $2$ etc),in rewriting rules]
23304After matching, the numerical variables $1$, $2$, etc. may be set,
23305depending on the type of match which occurred. These can be used in the
23306replacement string to insert portions of the incoming address. $0$ always
23307refers to the complete incoming address. When a regular expression is used, the
23308numerical variables are set from its capturing subexpressions. For other types
23309of pattern they are set as follows:
23310
23311- If a local part or domain starts with an asterisk, the numerical variables
23312refer to the character strings matched by asterisks, with $1$ associated with
23313the first asterisk, and $2$ with the second, if present. For example, if the
23314pattern
23315
23316 *queen@*.fict.example
23317+
23318is matched against the address 'hearts-queen@wonderland.fict.example' then
23319
23320 $0 = hearts-queen@wonderland.fict.example
23321 $1 = hearts-
23322 $2 = wonderland
23323+
23324Note that if the local part does not start with an asterisk, but the domain
23325does, it is $1$ that contains the wild part of the domain.
23326
23327- If the domain part of the pattern is a partial lookup, the wild and fixed parts
23328of the domain are placed in the next available numerical variables. Suppose,
23329for example, that the address 'foo@bar.baz.example' is processed by a
23330rewriting rule of the form
23331
23332 *@partial-dbm;/some/dbm/file <replacement string>
23333+
23334and the key in the file that matches the domain is `*.baz.example`. Then
23335
23336 $1 = foo
23337 $2 = bar
23338 $3 = baz.example
23339+
23340If the address 'foo@baz.example' is looked up, this matches the same
23341wildcard file entry, and in this case $2$ is set to the empty string, but
23342$3$ is still set to 'baz.example'. If a non-wild key is matched in a
23343partial lookup, $2$ is again set to the empty string and $3$ is set to the
23344whole domain. For non-partial domain lookups, no numerical variables are set.
23345
23346
23347
23348Rewriting replacements
23349~~~~~~~~~~~~~~~~~~~~~~
23350cindex:[rewriting,replacements]
23351If the replacement string for a rule is a single asterisk, addresses that
23352match the pattern and the flags are 'not' rewritten, and no subsequent
23353rewriting rules are scanned. For example,
23354
23355 hatta@lookingglass.fict.example * f
23356
23357specifies that 'hatta@lookingglass.fict.example' is never to be rewritten in
23358'From:' headers.
23359
068aaea8
PH
23360cindex:[$domain$]
23361cindex:[$local_part$]
168e428f
PH
23362If the replacement string is not a single asterisk, it is expanded, and must
23363yield a fully qualified address. Within the expansion, the variables
23364$local_part$ and $domain$ refer to the address that is being rewritten.
23365Any letters they contain retain their original case -- they are not lower
23366cased. The numerical variables are set up according to the type of pattern that
23367matched the address, as described above. If the expansion is forced to fail by
23368the presence of ``fail'' in a conditional or lookup item, rewriting by the
23369current rule is abandoned, but subsequent rules may take effect. Any other
23370expansion failure causes the entire rewriting operation to be abandoned, and an
23371entry written to the panic log.
23372
23373
23374
23375Rewriting flags
23376~~~~~~~~~~~~~~~
23377There are three different kinds of flag that may appear on rewriting rules:
23378
23379- Flags that specify which headers and envelope addresses to rewrite: E, F, T, b,
23380c, f, h, r, s, t.
23381
23382- A flag that specifies rewriting at SMTP time: S.
23383
23384- Flags that control the rewriting process: Q, q, R, w.
23385
23386For rules that are part of the %headers_rewrite% generic transport option,
23387E, F, T, and S are not permitted.
23388
23389
23390
23391Flags specifying which headers and envelope addresses to rewrite
23392~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
23393cindex:[rewriting,flags]
23394If none of the following flag letters, nor the ``S'' flag (see section
23395<<SECTrewriteS>>) are present, a main rewriting rule applies to all headers and
23396to both the sender and recipient fields of the envelope, whereas a
23397transport-time rewriting rule just applies to all headers. Otherwise, the
23398rewriting rule is skipped unless the relevant addresses are being processed.
23399
23400&&&
23401`E` rewrite all envelope fields
23402`F` rewrite the envelope From field
23403`T` rewrite the envelope To field
23404`b` rewrite the 'Bcc:' header
23405`c` rewrite the 'Cc:' header
23406`f` rewrite the 'From:' header
23407`h` rewrite all headers
23408`r` rewrite the 'Reply-To:' header
23409`s` rewrite the 'Sender:' header
23410`t` rewrite the 'To:' header
23411&&&
23412
23413You should be particularly careful about rewriting 'Sender:' headers, and
23414restrict this to special known cases in your own domains.
23415
23416
23417[[SECTrewriteS]]
23418The SMTP-time rewriting flag
23419~~~~~~~~~~~~~~~~~~~~~~~~~~~~
23420cindex:[SMTP,rewriting malformed addresses]
23421cindex:[RCPT,rewriting argument of]
23422cindex:[MAIL,rewriting argument of]
23423The rewrite flag ``S'' specifies a rewrite of incoming envelope addresses at SMTP
23424time, as soon as an address is received in a MAIL or RCPT command, and
23425before any other processing; even before syntax checking. The pattern is
23426required to be a regular expression, and it is matched against the whole of the
23427data for the command, including any surrounding angle brackets.
23428
068aaea8
PH
23429cindex:[$domain$]
23430cindex:[$local_part$]
168e428f
PH
23431This form of rewrite rule allows for the handling of addresses that are not
23432compliant with RFCs 2821 and 2822 (for example, ``bang paths'' in batched SMTP
23433input). Because the input is not required to be a syntactically valid address,
23434the variables $local_part$ and $domain$ are not available during the
23435expansion of the replacement string. The result of rewriting replaces the
23436original address in the MAIL or RCPT command.
23437
23438
23439Flags controlling the rewriting process
23440~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
23441There are four flags which control the way the rewriting process works. These
23442take effect only when a rule is invoked, that is, when the address is of the
23443correct type (matches the flags) and matches the pattern:
23444
23445- If the ``Q'' flag is set on a rule, the rewritten address is permitted to be an
23446unqualified local part. It is qualified with %qualify_recipient%. In the
23447absence of ``Q'' the rewritten address must always include a domain.
23448
23449- If the ``q'' flag is set on a rule, no further rewriting rules are considered,
23450even if no rewriting actually takes place because of a ``fail'' in the expansion.
23451The ``q'' flag is not effective if the address is of the wrong type (does not
23452match the flags) or does not match the pattern.
23453
23454- The ``R'' flag causes a successful rewriting rule to be re-applied to the new
23455address, up to ten times. It can be combined with the ``q'' flag, to stop
23456rewriting once it fails to match (after at least one successful rewrite).
23457
23458- cindex:[rewriting,whole addresses]
23459When an address in a header is rewritten, the rewriting normally applies only
23460to the working part of the address, with any comments and RFC 2822 ``phrase''
23461left unchanged. For example, rewriting might change
23462
23463 From: Ford Prefect <fp42@restaurant.hitch.fict.example>
23464+
23465into
23466
23467 From: Ford Prefect <prefectf@hitch.fict.example>
23468+
23469Sometimes there is a need to replace the whole address item, and this can be
23470done by adding the flag letter ``w'' to a rule. If this is set on a rule that
23471causes an address in a header line to be rewritten, the entire address is
23472replaced, not just the working part. The replacement must be a complete RFC
234732822 address, including the angle brackets if necessary. If text outside angle
23474brackets contains a character whose value is greater than 126 or less than 32
23475(except for tab), the text is encoded according to RFC 2047.
23476The character set is taken from %headers_charset%, which defaults to
23477ISO-8859-1.
23478+
23479When the ``w'' flag is set on a rule that causes an envelope address to be
23480rewritten, all but the working part of the replacement address is discarded.
23481
23482
23483
23484Rewriting examples
23485~~~~~~~~~~~~~~~~~~
23486Here is an example of the two common rewriting paradigms:
23487
23488....
23489*@*.hitch.fict.example $1@hitch.fict.example
23490*@hitch.fict.example ${lookup{$1}dbm{/etc/realnames}\
23491 {$value}fail}@hitch.fict.example bctfrF
23492....
23493
23494Note the use of ``fail'' in the lookup expansion in the second rule, forcing
23495the string expansion to fail if the lookup does not succeed. In this context it
23496has the effect of leaving the original address unchanged, but Exim goes on to
23497consider subsequent rewriting rules, if any, because the ``q'' flag is not
23498present in that rule. An alternative to ``fail'' would be to supply $1$
23499explicitly, which would cause the rewritten address to be the same as before,
23500at the cost of a small bit of processing. Not supplying either of these is an
23501error, since the rewritten address would then contain no local part.
23502
23503The first example above replaces the domain with a superior, more general
23504domain. This may not be desirable for certain local parts. If the rule
23505
23506 root@*.hitch.fict.example *
23507
23508were inserted before the first rule, rewriting would be suppressed for the
23509local part 'root' at any domain ending in 'hitch.fict.example'.
23510
23511Rewriting can be made conditional on a number of tests, by making use of
23512$\{if$ in the expansion item. For example, to apply a rewriting rule only to
23513messages that originate outside the local host:
23514
23515....
23516*@*.hitch.fict.example "${if !eq {$sender_host_address}{}\
23517 {$1@hitch.fict.example}fail}"
23518....
23519
23520The replacement string is quoted in this example because it contains white
23521space.
23522
23523cindex:[rewriting,bang paths]
23524cindex:[bang paths,rewriting]
23525Exim does not handle addresses in the form of ``bang paths''. If it sees such an
23526address it treats it as an unqualified local part which it qualifies with the
23527local qualification domain (if the source of the message is local or if the
23528remote host is permitted to send unqualified addresses). Rewriting can
23529sometimes be used to handle simple bang paths with a fixed number of
23530components. For example, the rule
23531
23532 \N^([^!]+)!(.*)@your.domain.example$\N $2@$1
23533
23534rewrites a two-component bang path 'host.name!user' as the domain address
23535'user@host.name'. However, there is a security implication in using this as
23536a global rewriting rule for envelope addresses. It can provide a backdoor
23537method for using your system as a relay, because the incoming addresses appear
23538to be local. If the bang path addresses are received via SMTP, it is safer to
23539use the ``S'' flag to rewrite them as they are received, so that relay checking
23540can be done on the rewritten addresses.
23541
23542
23543
23544
23545
23546////////////////////////////////////////////////////////////////////////////
23547////////////////////////////////////////////////////////////////////////////
23548
23549[[CHAPretry]]
23550Retry configuration
23551-------------------
23552cindex:[retry configuration, description of]
23553cindex:[configuration file,retry section]
23554The ``retry'' section of the run time configuration file contains a list of retry
23555rules which control how often Exim tries to deliver messages that cannot be
23556delivered at the first attempt. If there are no retry rules, temporary errors
23557are treated as permanent. The %-brt% command line option can be used to test
23558which retry rule will be used for a given address or domain.
23559
23560The most common cause of retries is temporary failure to deliver to a remote
23561host because the host is down, or inaccessible because of a network problem.
23562Exim's retry processing in this case is applied on a per-host (strictly, per IP
23563address) basis, not on a per-message basis. Thus, if one message has recently
23564been delayed, delivery of a new message to the same host is not immediately
23565tried, but waits for the host's retry time to arrive. If the %retry_defer% log
23566selector is set, the message
23567cindex:[retry,time not reached]
23568``retry time not reached'' is written to the main log whenever a delivery is
23569skipped for this reason. Section <<SECToutSMTPerr>> contains more details of the
23570handling of errors during remote deliveries.
23571
23572Retry processing applies to routing as well as to delivering, except as covered
23573in the next paragraph. The retry rules do not distinguish between these
23574actions. It is not possible, for example, to specify different behaviour for
23575failures to route the domain 'snark.fict.example' and failures to deliver to
23576the host 'snark.fict.example'. I didn't think anyone would ever need this
23577added complication, so did not implement it. However, although they share the
23578same retry rule, the actual retry times for routing and transporting a given
23579domain are maintained independently.
23580
23581When a delivery is not part of a queue run (typically an immediate delivery on
23582receipt of a message), the routers are always run, and local deliveries are
23583always attempted, even if retry times are set for them. This makes for better
23584behaviour if one particular message is causing problems (for example, causing
23585quota overflow, or provoking an error in a filter file). If such a delivery
23586suffers a temporary failure, the retry data is updated as normal, and
23587subsequent delivery attempts from queue runs occur only when the retry time for
23588the local address is reached.
23589
23590
23591
23592Retry rules
23593~~~~~~~~~~~
23594cindex:[retry,rules]
23595Each retry rule occupies one line and consists of three or four parts,
23596separated by white space: a pattern, an error name, an optional list of sender
23597addresses, and a list of retry parameters. The pattern and sender lists must be
23598enclosed in double quotes if they contain white space. The rules are searched in
23599order until one is found where the pattern, error name, and sender list (if
23600present) match the failing host or address, the error that occurred, and the
23601message's sender, respectively.
23602
23603
23604The pattern is any single item that may appear in an address list (see section
23605<<SECTaddresslist>>). It is in fact processed as a one-item address list, which
23606means that it is expanded before being tested against the address that has
23607been delayed. Address list processing treats a plain domain name as if it were
23608preceded by ``\*@'', which makes it possible for many retry rules to start with
23609just a domain. For example,
23610
23611 lookingglass.fict.example * F,24h,30m;
23612
23613provides a rule for any address in the 'lookingglass.fict.example' domain,
23614whereas
23615
23616 alice@lookingglass.fict.example * F,24h,30m;
23617
23618applies only to temporary failures involving the local part %alice%.
23619In practice, almost all rules start with a domain name pattern without a local
23620part.
23621
23622cindex:[regular expressions,in retry rules]
23623*Warning*: If you use a regular expression in a routing rule pattern, it
23624must match a complete address, not just a domain, because that is how regular
23625expressions work in address lists.
23626
23627&&&
23628`\^\Nxyz\d+\.abc\.example\\$\N \* G,1h,10m,2` %Wrong%
23629`\^\N[^@]+@xyz\d+\.abc\.example\\$\N \* G,1h,10m,2` %Right%
23630&&&
23631
23632
23633
068aaea8
PH
23634Choosing which retry rule to use for address errors
23635~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
168e428f
PH
23636When Exim is looking for a retry rule after a routing attempt has failed (for
23637example, after a DNS timeout), each line in the retry configuration is tested
23638against the complete address only if %retry_use_local_part% is set for the
23639router. Otherwise, only the domain is used, except when matching against a
23640regular expression, when the local part of the address is replaced with ``\*''.
23641A domain on its own can match a domain pattern, or a pattern that starts with
23642``\*@''. By default, %retry_use_local_part% is true for routers where
23643%check_local_user% is true, and false for other routers.
23644
23645Similarly, when Exim is looking for a retry rule after a local delivery has
23646failed (for example, after a mailbox full error), each line in the retry
23647configuration is tested against the complete address only if
23648%retry_use_local_part% is set for the transport (it defaults true for all
23649local transports).
23650
23651When Exim is looking for a retry rule after a remote delivery attempt has
23652failed, what happens depends on the type of failure. After a 4##'xx' SMTP
23653response for a recipient address, the whole address is used when searching the
23654retry rules. The rule that is found is used to create a retry time for the
23655failing address.
23656
068aaea8
PH
23657
23658Choosing which retry rule to use for host errors
23659~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
23660For a temporary error that is not related to an individual address (for
23661example, a connection timeout), each line in the retry configuration is checked
23662twice. First, the name of the remote host is used as a domain name (preceded by
23663``\*@'' when matching a regular expression). If this does not match the line,
23664the domain from the email address is tried in a similar fashion. For example,
23665suppose the MX records for 'a.b.c.example' are
168e428f
PH
23666
23667 a.b.c.example MX 5 x.y.z.example
23668 MX 6 p.q.r.example
23669 MX 7 m.n.o.example
23670
23671and the retry rules are
23672
23673 p.q.r.example * F,24h,30m;
23674 a.b.c.example * F,4d,45m;
23675
068aaea8
PH
23676and a delivery to the host 'x.y.z.example' suffers a connection failure. The
23677first rule matches neither the host nor the domain, so Exim looks at the second
23678rule. This does not match the host, but it does match the domain, so it is used
23679to calculate the retry time for the host 'x.y.z.example'. Meanwhile, Exim tries
23680to deliver to 'p.q.r.example'. If this also suffers a host error, the first
23681retry rule is used, because it matches the host.
168e428f 23682
068aaea8
PH
23683In other words, temporary failures to deliver to host 'p.q.r.example' use the
23684first rule to determine retry times, but for all the other hosts for the domain
168e428f
PH
23685'a.b.c.example', the second rule is used. The second rule is also used if
23686routing to 'a.b.c.example' suffers a temporary failure.
23687
068aaea8
PH
23688[revisionflag="changed"]
23689*Note*: the host name is used when matching the patterns, not its IP address.
23690However, if a message is routed directly to an IP address without the use of a
23691host name, for example, if a ^manualroute^ router contains a setting such as:
23692
23693 route_list = *.a.example 192.168.34.23
23694
23695then the ``host name'' that is used when searching for a retry rule is the
23696textual form of the IP address.
23697
168e428f
PH
23698
23699Retry rules for specific errors
23700~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
23701cindex:[retry,specific errors; specifying]
23702The second field in a retry rule is the name of a particular error, or an
23703asterisk, which matches any error. The errors that can be tested for are:
23704
23705%auth_failed%::
23706Authentication failed when trying to send to a host in the %hosts_require_auth%
23707list in an ^smtp^ transport.
23708
23709%rcpt_4xx%::
23710A 4##'xx' error was received for an outgoing RCPT command. Either the first or
23711both of the x's can be given as specific digits, for example: `rcpt_45x` or
23712`rcpt_436`. For example, to recognize 452 errors given to RCPT commands by a
23713particular host, and have retries every ten minutes and a one-hour timeout, you
23714could set up a retry rule of this form:
23715
23716 the.host.name rcpt_452 F,1h,10m
23717+
23718These errors apply to both outgoing SMTP (the ^smtp^ transport) and outgoing
23719LMTP (either the ^lmtp^ transport, or the ^smtp^ transport in LMTP mode).
23720Note, however, that they apply only to responses to RCPT commands.
23721
23722%refused_MX%::
23723A connection to a host obtained from an MX record was refused.
23724
23725%refused_A%::
23726A connection to a host not obtained from an MX record was refused.
23727
23728%refused%::
23729A connection was refused.
23730
23731%timeout_connect_MX%::
23732A connection attempt to a host obtained from an MX record timed out.
23733
23734%timeout_connect_A%::
23735A connection attempt to a host not obtained from an MX record timed out.
23736
23737%timeout_connect%::
23738A connection attempt timed out.
23739
23740%timeout_MX%::
23741There was a timeout while connecting or during an SMTP session with a host
23742obtained from an MX record.
23743
23744%timeout_A%::
23745There was a timeout while connecting or during an SMTP session with a host not
23746obtained from an MX record.
23747
23748%timeout%::
23749There was a timeout while connecting or during an SMTP session.
23750
23751%quota%::
23752A mailbox quota was exceeded in a local delivery by the ^appendfile^ transport.
23753
23754%quota_%<'time'>::
23755cindex:[quota,error testing in retry rule]
23756cindex:[retry,quota error testing]
23757A mailbox quota was exceeded in a local delivery by the ^appendfile^ transport,
23758and the mailbox has not been accessed for <'time'>. For example, 'quota_4d'
23759applies to a quota error when the mailbox has not been accessed for four days.
23760
23761///
23762End of list
23763///
23764
23765cindex:[mailbox,time of last read]
23766The idea of %quota_%<'time'> is to make it possible to have shorter timeouts
23767when the mailbox is full and is not being read by its owner. Ideally, it should
23768be based on the last time that the user accessed the mailbox. However, it is
23769not always possible to determine this. Exim uses the following heuristic rules:
23770
23771- If the mailbox is a single file, the time of last access (the ``atime'') is used.
23772As no new messages are being delivered (because the mailbox is over quota),
23773Exim does not access the file, so this is the time of last user access.
23774
23775- cindex:[maildir format,time of last read]
23776For a maildir delivery, the time of last modification of the _new_
23777subdirectory is used. As the mailbox is over quota, no new files are created in
23778the _new_ subdirectory, because no new messages are being delivered. Any
23779change to the _new_ subdirectory is therefore assumed to be the result of an
23780MUA moving a new message to the _cur_ directory when it is first read. The
23781time that is used is therefore the last time that the user read a new message.
23782
23783- For other kinds of multi-file mailbox, the time of last access cannot be
23784obtained, so a retry rule that uses this type of error field is never matched.
23785
23786The quota errors apply both to system-enforced quotas and to Exim's own quota
23787mechanism in the ^appendfile^ transport. The 'quota' error also applies
23788when a local delivery is deferred because a partition is full (the ENOSPC
23789error).
23790
23791
23792
23793Retry rules for specified senders
23794~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
23795cindex:[retry,rules; sender-specific]
23796You can specify retry rules that apply only when the failing message has a
23797specific sender. In particular, this can be used to define retry rules that
23798apply only to bounce messages. The third item in a retry rule can be of this
23799form:
23800
23801 senders=<address list>
23802
23803The retry timings themselves are then the fourth item. For example:
23804
23805....
068aaea8 23806* rcpt_4xx senders=: F,1h,30m
168e428f
PH
23807....
23808
068aaea8
PH
23809matches 4##'xx' errors for bounce messages sent to any host. If the address
23810list contains white space, it must be enclosed in quotes. For example:
168e428f 23811
068aaea8
PH
23812 a.domain auth_failed senders="xb.dom : yc.dom" G,8h,10m,1.5
23813
23814[revisionflag="changed"]
23815*Warning*: This facility can be unhelpful if it is used for host errors (those
23816that do not depend on the recipient). The reason is that the sender is used
23817only to match the retry rule. Once the rule has been found for a host error,
23818its contents are used to set a retry time for the host, and this will apply to
23819all messages, not just those with specific senders.
168e428f
PH
23820
23821When testing retry rules using %-brt%, you can supply a sender using the %-f%
23822command line option, like this:
23823
23824 exim -f "" -brt user@dom.ain
23825
23826If you do not set %-f% with %-brt%, a retry rule that contains a senders list
23827is never matched.
23828
23829
23830
23831
23832
23833Retry parameters
23834~~~~~~~~~~~~~~~~
23835cindex:[retry,parameters in rules]
23836The third (or fourth, if a senders list is present) field in a retry rule is a
23837sequence of retry parameter sets, separated by semicolons. Each set consists of
23838
23839 <letter>,<cutoff time>,<arguments>
23840
23841The letter identifies the algorithm for computing a new retry time; the cutoff
23842time is the time beyond which this algorithm no longer applies, and the
23843arguments vary the algorithm's action. The cutoff time is measured from the
23844time that the first failure for the domain (combined with the local part if
23845relevant) was detected, not from the time the message was received.
23846
23847cindex:[retry,algorithms]
068aaea8
PH
23848cindex:[retry,fixed intervals]
23849cindex:[retry,increasing intervals]
23850cindex:[retry,random intervals]
168e428f
PH
23851The available algorithms are:
23852
23853- 'F': retry at fixed intervals. There is a single time parameter specifying
23854the interval.
23855
23856- 'G': retry at geometrically increasing intervals. The first argument
23857specifies a starting value for the interval, and the second a multiplier, which
23858is used to increase the size of the interval at each retry.
23859
068aaea8
PH
23860[revisionflag="changed"]
23861- 'H': retry at randomized intervals. The arguments are as for 'G'. For each
23862retry, the previous interval is multiplied by the factor in order to get a
23863maximum for the next interval. The mininum interval is the first argument of
23864the parameter, and an actual interval is chosen randomly between them. Such a
23865rule has been found to be helpful in cluster configurations when all the
23866members of the cluster restart at once, and may therefore synchronize their
23867queue processing times.
23868
168e428f
PH
23869When computing the next retry time, the algorithm definitions are scanned in
23870order until one whose cutoff time has not yet passed is reached. This is then
23871used to compute a new retry time that is later than the current time. In the
23872case of fixed interval retries, this simply means adding the interval to the
23873current time. For geometrically increasing intervals, retry intervals are
23874computed from the rule's parameters until one that is greater than the previous
23875interval is found. The main configuration variable
23876cindex:[limit,retry interval]
23877cindex:[retry interval, maximum]
23878cindex:[%retry_interval_max%]
23879%retry_interval_max% limits the maximum interval between retries.
23880
23881A single remote domain may have a number of hosts associated with it, and each
23882host may have more than one IP address. Retry algorithms are selected on the
23883basis of the domain name, but are applied to each IP address independently. If,
23884for example, a host has two IP addresses and one is unusable, Exim will
23885generate retry times for it and will not try to use it until its next retry
23886time comes. Thus the good IP address is likely to be tried first most of the
23887time.
23888
23889cindex:[hints database,use for retrying]
23890Retry times are hints rather than promises. Exim does not make any attempt to
23891run deliveries exactly at the computed times. Instead, a queue runner process
23892starts delivery processes for delayed messages periodically, and these attempt
23893new deliveries only for those addresses that have passed their next retry time.
23894If a new message arrives for a deferred address, an immediate delivery attempt
23895occurs only if the address has passed its retry time. In the absence of new
23896messages, the minimum time between retries is the interval between queue runner
23897processes. There is not much point in setting retry times of five minutes if
23898your queue runners happen only once an hour, unless there are a significant
23899number of incoming messages (which might be the case on a system that is
23900sending everything to a smart host, for example).
23901
23902The data in the retry hints database can be inspected by using the
23903'exim_dumpdb' or 'exim_fixdb' utility programs (see chapter <<CHAPutils>>). The
23904latter utility can also be used to change the data. The 'exinext' utility
23905script can be used to find out what the next retry times are for the hosts
23906associated with a particular mail domain, and also for local deliveries that
23907have been deferred.
23908
23909
23910Retry rule examples
23911~~~~~~~~~~~~~~~~~~~
23912Here are some example retry rules:
23913
23914 alice@wonderland.fict.example quota_5d F,7d,3h
23915 wonderland.fict.example quota_5d
23916 wonderland.fict.example * F,1h,15m; G,2d,1h,2;
23917 lookingglass.fict.example * F,24h,30m;
23918 * refused_A F,2h,20m;
23919 * * F,2h,15m; G,16h,1h,1.5; F,5d,8h
23920
23921The first rule sets up special handling for mail to
23922'alice@wonderland.fict.example' when there is an over-quota error and the
23923mailbox has not been read for at least 5 days. Retries continue every three
23924hours for 7 days. The second rule handles over-quota errors for all other local
23925parts at 'wonderland.fict.example'; the absence of a local part has the same
23926effect as supplying ``\*@''. As no retry algorithms are supplied, messages that
23927fail are bounced immediately if the mailbox has not been read for at least 5
23928days.
23929
23930The third rule handles all other errors at 'wonderland.fict.example'; retries
23931happen every 15 minutes for an hour, then with geometrically increasing
23932intervals until two days have passed since a delivery first failed. After the
23933first hour there is a delay of one hour, then two hours, then four hours, and
23934so on (this is a rather extreme example).
23935
23936The fourth rule controls retries for the domain 'lookingglass.fict.example'.
23937They happen every 30 minutes for 24 hours only. The remaining two rules handle
23938all other domains, with special action for connection refusal from hosts that
23939were not obtained from an MX record.
23940
23941The final rule in a retry configuration should always have asterisks in the
23942first two fields so as to provide a general catch-all for any addresses that do
23943not have their own special handling. This example tries every 15 minutes for 2
23944hours, then with intervals starting at one hour and increasing by a factor of
239451.5 up to 16 hours, then every 8 hours up to 5 days.
23946
23947
23948
23949Timeout of retry data
23950~~~~~~~~~~~~~~~~~~~~~
23951cindex:[timeout,of retry data]
23952cindex:[%retry_data_expire%]
23953cindex:[hints database,data expiry]
23954cindex:[retry,timeout of data]
23955Exim timestamps the data that it writes to its retry hints database. When it
23956consults the data during a delivery it ignores any that is older than the value
23957set in %retry_data_expire% (default 7 days). If, for example, a host hasn't
23958been tried for 7 days, Exim will try to deliver to it immediately a message
23959arrives, and if that fails, it will calculate a retry time as if it were
23960failing for the first time.
23961
23962This improves the behaviour for messages routed to rarely-used hosts such as MX
23963backups. If such a host was down at one time, and happens to be down again when
23964Exim tries a month later, using the old retry data would imply that it had been
23965down all the time, which is not a justified assumption.
23966
23967If a host really is permanently dead, this behaviour causes a burst of retries
23968every now and again, but only if messages routed to it are rare. It there is a
23969message at least once every 7 days the retry data never expires.
23970
23971
23972
23973
23974Long-term failures
23975~~~~~~~~~~~~~~~~~~
23976cindex:[delivery failure, long-term]
23977cindex:[retry,after long-term failure]
23978Special processing happens when an email address has been failing for so long
23979that the cutoff time for the last algorithm is reached. For example, using the
23980default retry rule:
23981
23982....
23983* * F,2h,15m; G,16h,1h,1.5; F,4d,6h
23984....
23985
23986the cutoff time is four days. Reaching the retry cutoff is independent of how
23987long any specific message has been failing; it is the length of continuous
23988failure for the recipient address that counts.
23989
23990When the cutoff time is reached for a local delivery, or for all the IP
23991addresses associated with a remote delivery, a subsequent delivery failure
23992causes Exim to give up on the address, and a bounce message is generated.
23993In order to cater for new messages that use the failing address, a next retry
23994time is still computed from the final algorithm, and is used as follows:
23995
23996For local deliveries, one delivery attempt is always made for any subsequent
23997messages. If this delivery fails, the address fails immediately. The
23998post-cutoff retry time is not used.
23999
24000If the delivery is remote, there are two possibilities, controlled by the
24001cindex:[%delay_after_cutoff%]
24002%delay_after_cutoff% option of the ^smtp^ transport. The option is true by
24003default. Until the post-cutoff retry time for one of the IP addresses is
24004reached, the failing email address is bounced immediately, without a delivery
24005attempt taking place. After that time, one new delivery attempt is made to
24006those IP addresses that are past their retry times, and if that still fails,
24007the address is bounced and new retry times are computed.
24008
24009In other words, when all the hosts for a given email address have been failing
24010for a long time, Exim bounces rather then defers until one of the hosts' retry
24011times is reached. Then it tries once, and bounces if that attempt fails. This
24012behaviour ensures that few resources are wasted in repeatedly trying to deliver
24013to a broken destination, but if the host does recover, Exim will eventually
24014notice.
24015
24016If %delay_after_cutoff% is set false, Exim behaves differently. If all IP
24017addresses are past their final cutoff time, Exim tries to deliver to those IP
24018addresses that have not been tried since the message arrived. If there are
24019no suitable IP addresses, or if they all fail, the address is bounced. In other
24020words, it does not delay when a new message arrives, but tries the expired
24021addresses immediately, unless they have been tried since the message arrived.
24022If there is a continuous stream of messages for the failing domains, setting
24023%delay_after_cutoff% false means that there will be many more attempts to
24024deliver to permanently failing IP addresses than when %delay_after_cutoff% is
24025true.
24026
24027
24028Ultimate address timeout
24029~~~~~~~~~~~~~~~~~~~~~~~~
24030cindex:[retry,ultimate address timeout]
24031An additional rule is needed to cope with cases where a host is intermittently
24032available, or when a message has some attribute that prevents its delivery when
24033others to the same address get through. In this situation, because some
24034messages are successfully delivered, the ``retry clock'' for the address keeps
24035getting restarted, and so a message could remain on the queue for ever. To
24036prevent this, if a message has been on the queue for longer than the cutoff
24037time of any applicable retry rule for a given address, a delivery is attempted
24038for that address, even if it is not yet time, and if this delivery fails, the
24039address is timed out. A new retry time is not computed in this case, so that
24040other messages for the same address are considered immediately.
24041
24042
24043
24044
24045
24046////////////////////////////////////////////////////////////////////////////
24047////////////////////////////////////////////////////////////////////////////
24048
24049[[CHAPSMTPAUTH]]
24050SMTP authentication
24051-------------------
24052cindex:[SMTP,authentication configuration]
24053cindex:[authentication]
24054The ``authenticators'' section of Exim's run time configuration is concerned with
24055SMTP authentication. This facility is an extension to the SMTP protocol,
24056described in RFC 2554, which allows a client SMTP host to authenticate itself
24057to a server. This is a common way for a server to recognize clients that
24058are permitted to use it as a relay. SMTP authentication is not of relevance to
24059the transfer of mail between servers that have no managerial connection with
24060each other.
24061
24062cindex:[AUTH,description of]
24063Very briefly, the way SMTP authentication works is as follows:
24064
24065- The server advertises a number of authentication 'mechanisms' in response to
24066the client's EHLO command.
24067
24068- The client issues an AUTH command, naming a specific mechanism. The command
24069may, optionally, contain some authentication data.
24070
24071- The server may issue one or more 'challenges', to which the client must send
24072appropriate responses. In simple authentication mechanisms, the challenges are
24073just prompts for user names and passwords. The server does not have to issue
24074any challenges -- in some mechanisms the relevant data may all be transmitted
24075with the AUTH command.
24076
24077- The server either accepts or denies authentication.
24078
24079- If authentication succeeds, the client may optionally make use of the AUTH
24080option on the MAIL command to pass an authenticated sender in subsequent
24081mail transactions. Authentication lasts for the remainder of the SMTP
24082connection.
24083
24084- If authentication fails, the client may give up, or it may try a different
24085authentication mechanism, or it may try transferring mail over the
24086unauthenticated connection.
24087
24088If you are setting up a client, and want to know which authentication
24089mechanisms the server supports, you can use Telnet to connect to port 25 (the
24090SMTP port) on the server, and issue an EHLO command. The response to this
24091includes the list of supported mechanisms. For example:
24092
24093&&&
24094`\$ `##*`telnet server.example 25`*
24095`Trying 192.168.34.25...`
24096`Connected to server.example.`
24097`Escape character is \'^]\'.`
24098`220 server.example ESMTP Exim 4.20 ...`
24099*`ehlo client.example`*
24100`250-server.example Hello client.example [10.8.4.5]`
24101`250-SIZE 52428800`
24102`250-PIPELINING`
24103`250-AUTH PLAIN`
24104`250 HELP`
24105&&&
24106
24107The second-last line of this example output shows that the server supports
24108authentication using the PLAIN mechanism. In Exim, the different authentication
24109mechanisms are configured by specifying 'authenticator' drivers. Like the
24110routers and transports, which authenticators are included in the binary is
24111controlled by build-time definitions. The following are currently available,
24112included by setting
24113
24114 AUTH_CRAM_MD5=yes
068aaea8 24115 AUTH_CYRUS_SASL=yes
168e428f
PH
24116 AUTH_PLAINTEXT=yes
24117 AUTH_SPA=yes
24118
24119in _Local/Makefile_, respectively. The first of these supports the CRAM-MD5
068aaea8
PH
24120authentication mechanism (RFC 2195), and the second provides an interface to
24121the Cyrus SASL authentication library. The third can be configured to support
24122the PLAIN authentication mechanism (RFC 2595) or the LOGIN mechanism, which is
24123not formally documented, but used by several MUAs. The fourth authenticator
24124supports Microsoft's 'Secure Password Authentication' mechanism.
168e428f
PH
24125
24126The authenticators are configured using the same syntax as other drivers (see
24127section <<SECTfordricon>>). If no authenticators are required, no authentication
24128section need be present in the configuration file. Each authenticator can in
24129principle have both server and client functions. When Exim is receiving SMTP
24130mail, it is acting as a server; when it is sending out messages over SMTP, it
24131is acting as a client. Authenticator configuration options are provided for use
24132in both these circumstances.
24133
24134To make it clear which options apply to which situation, the prefixes
24135%server_% and %client_% are used on option names that are specific to either
24136the server or the client function, respectively. Server and client functions
24137are disabled if none of their options are set. If an authenticator is to be
24138used for both server and client functions, a single definition, using both sets
24139of options, is required. For example:
24140
24141 cram:
24142 driver = cram_md5
24143 public_name = CRAM-MD5
24144 server_secret = ${if eq{$1}{ph10}{secret1}fail}
24145 client_name = ph10
24146 client_secret = secret2
24147
24148The %server_% option is used when Exim is acting as a server, and the
24149%client_% options when it is acting as a client.
24150
24151Descriptions of the individual authenticators are given in subsequent chapters.
24152The remainder of this chapter covers the generic options for the
24153authenticators, followed by general discussion of the way authentication works
24154in Exim.
24155
24156
24157
24158Generic options for authenticators
24159~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
24160cindex:[authentication,generic options]
24161cindex:[options,generic; for authenticators]
24162
24163
24164oindex:[%driver%]
24165`..'=
24166%driver%, Use: 'authenticators', Type: 'string', Default: 'unset'
24167===
24168
24169This option must always be set. It specifies which of the available
24170authenticators is to be used.
24171
24172
24173oindex:[%public_name%]
24174`..'=
24175%public_name%, Use: 'authenticators', Type: 'string', Default: 'unset'
24176===
24177
24178This option specifies the name of the authentication mechanism that the driver
24179implements, and by which it is known to the outside world. These names should
24180contain only upper case letters, digits, underscores, and hyphens (RFC 2222),
24181but Exim in fact matches them caselessly. If %public_name% is not set, it
24182defaults to the driver's instance name.
24183
24184
24185oindex:[%server_advertise_condition%]
24186`..'=
24187%server_advertise_condition%, Use: 'authenticators', Type: 'string'!!, Default: 'unset'
24188===
24189
24190When a server is about to advertise an authentication mechanism, the condition
24191is expanded. If it yields the empty string, ``0'', ``no'', or ``false'', the
24192mechanism is not advertised.
24193If the expansion fails, the mechanism is not advertised. If the failure was not
24194forced, and was not caused by a lookup defer, the incident is logged.
24195See section <<SECTauthexiser>> below for further discussion.
24196
24197
24198oindex:[%server_debug_print%]
24199`..'=
24200%server_debug_print%, Use: 'authenticators', Type: 'string'!!, Default: 'unset'
24201===
24202
24203If this option is set and authentication debugging is enabled (see the %-d%
24204command line option), the string is expanded and included in the debugging
24205output when the authenticator is run as a server. This can help with checking
24206out the values of variables.
24207If expansion of the string fails, the error message is written to the debugging
24208output, and Exim carries on processing.
24209
24210
24211oindex:[%server_set_id%]
24212`..'=
24213%server_set_id%, Use: 'authenticators', Type: 'string'!!, Default: 'unset'
24214===
24215
068aaea8 24216cindex:[$authenticated_id$]
168e428f
PH
24217When an Exim server successfully authenticates a client, this string is
24218expanded using data from the authentication, and preserved for any incoming
24219messages in the variable $authenticated_id$. It is also included in the log
24220lines for incoming messages. For example, a user/password authenticator
24221configuration might preserve the user name that was used to authenticate, and
24222refer to it subsequently during delivery of the message.
24223If expansion fails, the option is ignored.
24224
24225
24226oindex:[%server_mail_auth_condition%]
24227`..'=
24228%server_mail_auth_condition%, Use: 'authenticators', Type: 'string'!!, Default: 'unset'
24229===
24230
24231This option allows a server to discard authenticated sender addresses supplied
24232as part of MAIL commands in SMTP connections that are authenticated by the
24233driver on which %server_mail_auth_condition% is set. The option is not used
24234as part of the authentication process; instead its (unexpanded) value is
24235remembered for later use.
24236How it is used is described in the following section.
24237
24238
24239
24240
24241
24242[[SECTauthparamail]]
24243The AUTH parameter on MAIL commands
24244~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
24245cindex:[authentication,sender; authenticated]
24246cindex:[AUTH,on MAIL command]
24247When a client supplied an AUTH= item on a MAIL command, Exim applies
24248the following checks before accepting it as the authenticated sender of the
24249message:
24250
24251- If the connection is not using extended SMTP (that is, HELO was used rather
24252than EHLO), the use of AUTH= is a syntax error.
24253
24254- If the value of the AUTH= parameter is ``<>'', it is ignored.
24255
068aaea8
PH
24256- cindex:[$authenticated_sender$]
24257If %acl_smtp_mailauth% is defined, the ACL it specifies is run. While it is
24258running, the value of $authenticated_sender$ is set to the value obtained from
24259the AUTH= parameter. If the ACL does not yield ``accept'', the value of
24260$authenticated_sender$ is deleted. The %acl_smtp_mailauth% ACL may not return
24261``drop'' or ``discard''. If it defers, a temporary error code (451) is given
168e428f
PH
24262for the MAIL command.
24263
24264- If %acl_smtp_mailauth% is not defined, the value of the AUTH= parameter
24265is accepted and placed in $authenticated_sender$ only if the client has
24266authenticated.
24267
24268- If the AUTH= value was accepted by either of the two previous rules, and
24269the client has authenticated, and the authenticator has a setting for the
24270%server_mail_auth_condition%, the condition is checked at this point. The
24271valued that was saved from the authenticator is expanded. If the expansion
24272fails, or yields an empty string, ``0'', ``no'', or ``false'', the value of
24273$authenticated_sender$ is deleted. If the expansion yields any other value,
24274the value of $authenticated_sender$ is retained and passed on with the
24275message.
24276
24277
24278When $authenticated_sender$ is set for a message, it is passed on to other
24279hosts to which Exim authenticates as a client. Do not confuse this value with
24280$authenticated_id$, which is a string obtained from the authentication
24281process, and which is not usually a complete email address.
24282
068aaea8 24283cindex:[$sender_address$]
168e428f
PH
24284Whenever an AUTH= value is ignored, the incident is logged. The ACL for
24285MAIL, if defined, is run after AUTH= is accepted or ignored. It can
24286therefore make use of $authenticated_sender$. The converse is not true: the
24287value of $sender_address$ is not yet set up when the %acl_smtp_mailauth%
24288ACL is run.
24289
24290
24291
24292[[SECTauthexiser]]
24293Authentication on an Exim server
24294~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
24295cindex:[authentication,on an Exim server]
24296When Exim receives an EHLO command, it advertises the public names of those
24297authenticators that are configured as servers, subject to the following
24298conditions:
24299
24300- The client host must match %auth_advertise_hosts% (default \*).
24301
24302- It the %server_advertise_condition% option is set, its expansion must not
24303yield the empty string, ``0'', ``no'', or ``false''.
24304
24305The order in which the authenticators are defined controls the order in which
24306the mechanisms are advertised.
24307
24308Some mail clients (for example, some versions of Netscape) require the user to
24309provide a name and password for authentication whenever AUTH is advertised,
24310even though authentication may not in fact be needed (for example, Exim may be
24311set up to allow unconditional relaying from the client by an IP address check).
24312You can make such clients more friendly by not advertising AUTH to them.
24313For example, if clients on the 10.9.8.0/24 network are permitted (by the ACL
24314that runs for RCPT) to relay without authentication, you should set
24315
24316 auth_advertise_hosts = ! 10.9.8.0/24
24317
24318so that no authentication mechanisms are advertised to them.
24319
24320The %server_advertise_condition% controls the advertisement of individual
24321authentication mechanisms. For example, it can be used to restrict the
24322advertisement of a patricular mechanism to encrypted connections, by a setting
24323such as:
24324
24325 server_advertise_condition = ${if eq{$tls_cipher}{}{no}{yes}}
24326
068aaea8 24327cindex:[$tls_cipher$]
168e428f
PH
24328If the session is encrypted, $tls_cipher$ is not empty, and so the expansion
24329yields ``yes'', which allows the advertisement to happen.
24330
24331When an Exim server receives an AUTH command from a client, it rejects it
24332immediately if AUTH was not advertised in response to an earlier EHLO
24333command. This is the case if
24334
24335- The client host does not match %auth_advertise_hosts%; or
24336
24337- No authenticators are configured with server options; or
24338
24339- Expansion of %server_advertise_condition% blocked the advertising of all the
24340server authenticators.
24341
24342
24343Otherwise, Exim runs the ACL specified by %acl_smtp_auth% in order
24344to decide whether to accept the command. If %acl_smtp_auth% is not set,
24345AUTH is accepted from any client host.
24346
24347If AUTH is not rejected by the ACL, Exim searches its configuration for a
24348server authentication mechanism that was advertised in response to EHLO and
24349that matches the one named in the AUTH command. If it finds one, it runs
24350the appropriate authentication protocol, and authentication either succeeds or
24351fails. If there is no matching advertised mechanism, the AUTH command is
24352rejected with a 504 error.
24353
068aaea8
PH
24354cindex:[$received_protocol$]
24355cindex:[$sender_host_authenticated$]
168e428f 24356When a message is received from an authenticated host, the value of
068aaea8
PH
24357$received_protocol$ is set to ``esmtpa'' or ``esmtpsa'' instead of ``esmtp'' or
24358``esmtps'', and $sender_host_authenticated$ contains the name (not the public
24359name) of the authenticator driver that successfully authenticated the client
24360from which the message was received. This variable is empty if there was no
24361successful authentication.
168e428f
PH
24362
24363
24364
24365
24366Testing server authentication
24367~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
24368cindex:[authentication,testing a server]
24369cindex:[AUTH,testing a server]
24370cindex:[base64 encoding,creating authentication test data]
24371Exim's %-bh% option can be useful for testing server authentication
24372configurations. The data for the AUTH command has to be sent using base64
24373encoding. A quick way to produce such data for testing is the following Perl
24374script:
24375
24376 use MIME::Base64;
24377 printf ("%s", encode_base64(eval "\"$ARGV[0]\""));
24378
24379cindex:[binary zero,in authentication data]
24380This interprets its argument as a Perl string, and then encodes it. The
24381interpretation as a Perl string allows binary zeros, which are required for
24382some kinds of authentication, to be included in the data. For example, a
24383command line to run this script on such data might be
24384
24385 encode '\0user\0password'
24386
24387Note the use of single quotes to prevent the shell interpreting the
24388backslashes, so that they can be interpreted by Perl to specify characters
24389whose code value is zero.
24390
24391*Warning 1*: If either of the user or password strings starts with an octal
24392digit, you must use three zeros instead of one after the leading backslash. If
24393you do not, the octal digit that starts your string will be incorrectly
24394interpreted as part of the code for the first character.
24395
24396*Warning 2*: If there are characters in the strings that Perl interprets
24397specially, you must use a Perl escape to prevent them being misinterpreted. For
24398example, a command such as
24399
24400 encode '\0user@domain.com\0pas$$word'
24401
24402gives an incorrect answer because of the unescaped ``@'' and ``\$'' characters.
24403
24404If you have the %mimencode% command installed, another way to do produce
24405base64-encoded strings is to run the command
24406
24407 echo -e -n `\0user\0password' | mimencode
24408
24409The %-e% option of %echo% enables the interpretation of backslash escapes in
24410the argument, and the %-n% option specifies no newline at the end of its
24411output. However, not all versions of %echo% recognize these options, so you
24412should check your version before relying on this suggestion.
24413
24414
24415
24416Authentication by an Exim client
24417~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
24418cindex:[authentication,on an Exim client]
24419The ^smtp^ transport has two options called %hosts_require_auth% and
24420%hosts_try_auth%. When the ^smtp^ transport connects to a server that
24421announces support for authentication, and the host matches an entry in either
24422of these options, Exim (as a client) tries to authenticate as follows:
24423
24424- For each authenticator that is configured as a client, it searches the
24425authentication mechanisms announced by the server for one whose name
24426matches the public name of the authenticator.
24427
068aaea8
PH
24428- cindex:[$host$]
24429cindex:[$host_address$]
24430When it finds one that matches, it runs the authenticator's client code.
168e428f
PH
24431The variables $host$ and $host_address$ are available for any string
24432expansions that the client might do. They are set to the server's name and
24433IP address. If any expansion is forced to fail, the authentication attempt
24434is abandoned,
24435and Exim moves on to the next authenticator.
24436Otherwise an expansion failure causes delivery to be
24437deferred.
24438
24439- If the result of the authentication attempt is a temporary error or a timeout,
24440Exim abandons trying to send the message to the host for the moment. It will
24441try again later. If there are any backup hosts available, they are tried in the
24442usual way.
24443
24444- If the response to authentication is a permanent error (5xx code), Exim carries
24445on searching the list of authenticators and tries another one if possible. If
24446all authentication attempts give permanent errors, or if there are no attempts
24447because no mechanisms match
24448(or option expansions force failure),
24449what happens depends on whether the host matches %hosts_require_auth% or
24450%hosts_try_auth%. In the first case, a temporary error is generated, and
24451delivery is deferred. The error can be detected in the retry rules, and thereby
24452turned into a permanent error if you wish. In the second case, Exim tries to
24453deliver the message unauthenticated.
24454
24455cindex:[AUTH,on MAIL command]
24456When Exim has authenticated itself to a remote server, it adds the AUTH
24457parameter to the MAIL commands it sends, if it has an authenticated sender
24458for the message.
24459If the message came from a remote host, the authenticated sender is the one
24460that was receiving on an incoming MAIL command, provided that the incoming
24461connection was authenticated and the %server_mail_auth% condition allowed the
24462authenticated sender to be retained. If a local process calls Exim to send a
24463message, the sender address that is built from the login name and
24464%qualify_domain% is treated as authenticated. However, if the
24465%authenticated_sender% option is set on the ^smtp^ transport, it overrides
24466the authenticated sender that was received with the message.
24467
24468
24469
24470
24471
24472
24473////////////////////////////////////////////////////////////////////////////
24474////////////////////////////////////////////////////////////////////////////
24475
24476[[CHAPplaintext]]
24477The plaintext authenticator
24478---------------------------
24479cindex:[^plaintext^ authenticator]
24480cindex:[authenticators,^plaintext^]
24481The ^plaintext^ authenticator can be configured to support the PLAIN and
24482LOGIN authentication mechanisms, both of which transfer authentication data as
24483plain (unencrypted) text (though base64 encoded). The use of plain text is a
24484security risk. If you use one of these mechanisms without also making use of
24485SMTP encryption (see chapter <<CHAPTLS>>) you should not use the same passwords
24486for SMTP connections as you do for login accounts.
24487
24488
24489Using plaintext in a server
24490~~~~~~~~~~~~~~~~~~~~~~~~~~~
24491cindex:[options,^plaintext^ authenticator (server)]
24492When running as a server, ^plaintext^ performs the authentication test by
24493expanding a string. It has the following options:
24494
24495oindex:[%server_prompts%]
24496`..'=
24497%server_prompts%, Use: 'plaintext', Type: 'string'!!, Default: 'unset'
24498===
24499
24500The contents of this option, after expansion, must be a colon-separated list of
24501prompt strings. If expansion fails, a temporary authentication rejection is
24502given.
24503
24504oindex:[%server_condition%]
24505`..'=
24506%server_condition%, Use: 'plaintext', Type: 'string'!!, Default: 'unset'
24507===
24508
24509This option must be set in order to configure the driver as a server. Its use
24510is described below.
24511
24512cindex:[AUTH,in ^plaintext^ authenticator]
24513cindex:[binary zero,in ^plaintext^ authenticator]
24514cindex:[numerical variables ($1$ $2$ etc),in ^plaintext^ authenticator]
24515cindex:[base64 encoding,in ^plaintext^ authenticator]
24516The data sent by the client with the AUTH command, or in response to
24517subsequent prompts, is base64 encoded, and so may contain any byte values
24518when decoded. If any data is supplied with the command, it is treated as a
24519list of strings, separated by NULs (binary zeros), which are placed in the
24520expansion variables $1$, $2$, etc. If there are more strings in
24521%server_prompts% than the number of strings supplied with the AUTH
24522command, the remaining prompts are used to obtain more data. Each response from
24523the client may be a list of NUL-separated strings.
24524
068aaea8
PH
24525cindex:[$authenticated_id$]
24526Once a sufficient number of data strings have been received, %server_condition%
24527is expanded. If the expansion is forced to fail, authentication fails. Any
24528other expansion failure causes a temporary error code to be returned. If the
24529result of a successful expansion is an empty string, ``0'', ``no'', or
24530``false'', authentication fails. If the result of the expansion is ``1'',
24531``yes'', or ``true'', authentication succeeds and the generic %server_set_id%
24532option is expanded and saved in $authenticated_id$. For any other result, a
24533temporary error code is returned, with the expanded string as the error text.
168e428f
PH
24534
24535*Warning*: If you use a lookup in the expansion to find the user's
24536password, be sure to make the authentication fail if the user is unknown.
24537There are good and bad examples at the end of the next section.
24538
24539
24540
24541The PLAIN authentication mechanism
24542~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
24543cindex:[PLAIN authentication mechanism]
24544cindex:[authentication,PLAIN mechanism]
24545cindex:[binary zero,in ^plaintext^ authenticator]
24546The PLAIN authentication mechanism (RFC 2595) specifies that three strings be
24547sent as one item of data (that is, one combined string containing two NUL
24548separators). The data is sent either as part of the AUTH command, or
24549subsequently in response to an empty prompt from the server.
24550
24551The second and third strings are a user name and a corresponding password.
24552Using a single fixed user name and password as an example, this could be
24553configured as follows:
24554
24555....
24556fixed_plain:
24557 driver = plaintext
24558 public_name = PLAIN
24559 server_prompts = :
24560 server_condition = \
24561 ${if and {{eq{$2}{username}}{eq{$3}{mysecret}}}{yes}{no}}
24562 server_set_id = $2
24563....
24564
24565The %server_prompts% setting specifies a single, empty prompt (empty items at
24566the end of a string list are ignored). If all the data comes as part of the
24567AUTH command, as is commonly the case, the prompt is not used. This
24568authenticator is advertised in the response to EHLO as
24569
24570 250-AUTH PLAIN
24571
24572and a client host can authenticate itself by sending the command
24573
24574 AUTH PLAIN AHVzZXJuYW1lAG15c2VjcmV0
24575
24576As this contains three strings (more than the number of prompts), no further
24577data is required from the client. Alternatively, the client may just send
24578
24579 AUTH PLAIN
24580
24581to initiate authentication, in which case the server replies with an empty
24582prompt. The client must respond with the combined data string.
24583
24584The data string is base64 encoded, as required by the RFC. This example,
24585when decoded, is <'NUL'>`username`<'NUL'>`mysecret`, where <'NUL'> represents a
24586zero byte. This is split up into three strings, the first of which is empty.
24587The %server_condition% option in the authenticator checks that the second two
24588are `username` and `mysecret` respectively.
24589
24590Having just one fixed user name and password, as in this example, is not very
24591realistic, though for a small organization with only a handful of
24592authenticating clients it could make sense.
24593
24594A more sophisticated instance of this authenticator could use the user name in
24595$2$ to look up a password in a file or database, and maybe do an encrypted
24596comparison (see %crypteq% in chapter <<CHAPexpand>>). Here is a example of this
24597approach, where the passwords are looked up in a DBM file. *Warning*: This
24598is an incorrect example:
24599
24600....
24601server_condition = \
24602 ${if eq{$3}{${lookup{$2}dbm{/etc/authpwd}}}{yes}{no}}
24603....
24604
24605The expansion uses the user name ($2$) as the key to look up a password,
24606which it then compares to the supplied password ($3$). Why is this example
24607incorrect? It works fine for existing users, but consider what happens if a
24608non-existent user name is given. The lookup fails, but as no success/failure
24609strings are given for the lookup, it yields an empty string. Thus, to defeat
24610the authentication, all a client has to do is to supply a non-existent user
24611name and an empty password. The correct way of writing this test is:
24612
24613....
24614server_condition = ${lookup{$2}dbm{/etc/authpwd}\
24615 {${if eq{$value}{$3}{yes}{no}}}{no}}
24616....
24617
24618In this case, if the lookup succeeds, the result is checked; if the lookup
24619fails, authentication fails. If %crypteq% is being used instead of %eq%, the
24620first example is in fact safe, because %crypteq% always fails if its second
24621argument is empty. However, the second way of writing the test makes the logic
24622clearer.
24623
24624
24625
24626The LOGIN authentication mechanism
24627~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
24628cindex:[LOGIN authentication mechanism]
24629cindex:[authentication,LOGIN mechanism]
24630The LOGIN authentication mechanism is not documented in any RFC, but is in use
24631in a number of programs. No data is sent with the AUTH command. Instead, a
24632user name and password are supplied separately, in response to prompts. The
24633plaintext authenticator can be configured to support this as in this example:
24634
24635....
24636fixed_login:
24637 driver = plaintext
24638 public_name = LOGIN
24639 server_prompts = User Name : Password
24640 server_condition = \
24641 ${if and {{eq{$1}{username}}{eq{$2}{mysecret}}}{yes}{no}}
24642 server_set_id = $1
24643....
24644
24645Because of the way plaintext operates, this authenticator accepts data supplied
24646with the AUTH command (in contravention of the specification of LOGIN), but
24647if the client does not supply it (as is the case for LOGIN clients), the prompt
24648strings are used to obtain two data items.
24649
24650Some clients are very particular about the precise text of the prompts. For
24651example, Outlook Express is reported to recognize only ``Username:'' and
24652``Password:''. Here is an example of a LOGIN authenticator which uses those
24653strings, and which uses the %ldapauth% expansion condition to check the user
24654name and password by binding to an LDAP server:
24655
24656....
24657login:
24658 driver = plaintext
24659 public_name = LOGIN
24660 server_prompts = Username:: : Password::
24661 server_condition = ${if ldapauth \
24662 {user="cn=${quote_ldap_dn:$1},ou=people,o=example.org" \
24663 pass=${quote:$2} \
24664 ldap://ldap.example.org/}{yes}{no}}
24665 server_set_id = uid=$1,ou=people,o=example.org
24666....
24667
24668Note the use of the %quote_ldap_dn% operator to correctly quote the DN for
24669authentication. However, the basic %quote% operator, rather than any of the
24670LDAP quoting operators, is the correct one to use for the password, because
24671quoting is needed only to make the password conform to the Exim syntax. At the
24672LDAP level, the password is an uninterpreted string.
24673
24674
24675
24676Support for different kinds of authentication
24677~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
24678A number of string expansion features are provided for the purpose of
24679interfacing to different ways of user authentication. These include checking
24680traditionally encrypted passwords from _/etc/passwd_ (or equivalent), PAM,
24681Radius, %ldapauth%, and 'pwcheck'. For details see section <<SECTexpcond>>.
24682
24683
24684
24685
24686Using plaintext in a client
24687~~~~~~~~~~~~~~~~~~~~~~~~~~~
24688cindex:[options,^plaintext^ authenticator (client)]
24689The ^plaintext^ authenticator has just one client option:
24690
24691
24692
24693oindex:[%client_send%]
24694`..'=
24695%client_send%, Use: 'plaintext', Type: 'string'!!, Default: 'unset'
24696===
24697
24698The string is a colon-separated list of authentication data strings. Each
24699string is independently expanded before being sent to the server. The first
24700string is sent with the AUTH command; any more strings are sent in response
24701to prompts from the server.
24702
24703*Note*: you cannot use expansion to create multiple strings, because
24704splitting takes priority and happens first.
24705
24706Because the PLAIN authentication mechanism requires NUL (binary zero) bytes in
24707the data, further processing is applied to each string before it is sent. If
24708there are any single circumflex characters in the string, they are converted to
24709NULs. Should an actual circumflex be required as data, it must be doubled in
24710the string.
24711
24712This is an example of a client configuration that implements the PLAIN
24713authentication mechanism with a fixed user name and password:
24714
24715 fixed_plain:
24716 driver = plaintext
24717 public_name = PLAIN
24718 client_send = ^username^mysecret
24719
24720The lack of colons means that the entire text is sent with the AUTH
24721command, with the circumflex characters converted to NULs. A similar example
24722that uses the LOGIN mechanism is:
24723
24724 fixed_login:
24725 driver = plaintext
24726 public_name = LOGIN
24727 client_send = : username : mysecret
24728
24729The initial colon means that the first string is empty, so no data is sent with
24730the AUTH command itself. The remaining strings are sent in response to
24731prompts.
24732
24733
24734
24735
24736////////////////////////////////////////////////////////////////////////////
24737////////////////////////////////////////////////////////////////////////////
24738
24739The cram_md5 authenticator
24740--------------------------
24741cindex:[^cram_md5^ authenticator]
24742cindex:[authenticators,^cram_md5^]
24743cindex:[CRAM-MD5 authentication mechanism]
24744cindex:[authentication,CRAM-MD5 mechanism]
24745The CRAM-MD5 authentication mechanism is described in RFC 2195. The server
24746sends a challenge string to the client, and the response consists of a user
24747name and the CRAM-MD5 digest of the challenge string combined with a secret
24748string (password) which is known to both server and client. Thus, the secret
24749is not sent over the network as plain text, which makes this authenticator more
24750secure than ^plaintext^. However, the downside is that the secret has to be
24751available in plain text at either end.
24752
24753
24754Using cram_md5 as a server
24755~~~~~~~~~~~~~~~~~~~~~~~~~~
24756cindex:[options,^cram_md5^ authenticator (server)]
24757This authenticator has one server option, which must be set to configure the
24758authenticator as a server:
24759
24760oindex:[%server_secret%]
24761`..'=
24762%server_secret%, Use: 'cram_md5', Type: 'string'!!, Default: 'unset'
24763===
24764
24765cindex:[numerical variables ($1$ $2$ etc),in ^cram_md5^ authenticator]
24766When the server receives the client's response, the user name is placed in
24767the expansion variable $1$, and %server_secret% is expanded to obtain the
24768password for that user. The server then computes the CRAM-MD5 digest that the
24769client should have sent, and checks that it received the correct string. If the
24770expansion of %server_secret% is forced to fail, authentication fails. If the
24771expansion fails for some other reason, a temporary error code is returned to
24772the client.
24773
24774For example, the following authenticator checks that the user name given by the
24775client is ``ph10'', and if so, uses ``secret'' as the password. For any other user
24776name, authentication fails.
24777
24778 fixed_cram:
24779 driver = cram_md5
24780 public_name = CRAM-MD5
24781 server_secret = ${if eq{$1}{ph10}{secret}fail}
24782 server_set_id = $1
24783
068aaea8 24784cindex:[$authenticated_id$]
168e428f 24785If authentication succeeds, the setting of %server_set_id% preserves the user
068aaea8
PH
24786name in $authenticated_id$. A more tyical configuration might look up the
24787secret string in a file, using the user name as the key. For example:
168e428f
PH
24788
24789 lookup_cram:
24790 driver = cram_md5
24791 public_name = CRAM-MD5
24792 server_secret = ${lookup{$1}lsearch{/etc/authpwd}{$value}fail}
24793 server_set_id = $1
24794
24795Note that this expansion explicitly forces failure if the lookup fails
24796because $1$ contains an unknown user name.
24797
24798
24799Using cram_md5 as a client
24800~~~~~~~~~~~~~~~~~~~~~~~~~~
24801cindex:[options,^cram_md5^ authenticator (client)]
24802When used as a client, the ^cram_md5^ authenticator has two options:
24803
24804
24805
24806oindex:[%client_name%]
24807`..'=
24808%client_name%, Use: 'cram_md5', Type: 'string'!!, Default: 'the primary host name'
24809===
24810
24811This string is expanded, and the result used as the user name data when
24812computing the response to the server's challenge.
24813
24814
24815oindex:[%client_secret%]
24816`..'=
24817%client_secret%, Use: 'cram_md5', Type: 'string'!!, Default: 'unset'
24818===
24819
24820This option must be set for the authenticator to work as a client. Its value is
24821expanded and the result used as the secret string when computing the response.
24822
24823
068aaea8
PH
24824cindex:[$host$]
24825cindex:[$host_address$]
168e428f
PH
24826Different user names and secrets can be used for different servers by referring
24827to $host$ or $host_address$ in the options.
24828
24829Forced failure of either expansion string is treated as an indication that this
24830authenticator is not prepared to handle this case. Exim moves on to the next
24831configured client authenticator. Any other expansion failure causes Exim to
24832give up trying to send the message to the current server.
24833
24834A simple example configuration of a ^cram_md5^ authenticator, using fixed
24835strings, is:
24836
24837 fixed_cram:
24838 driver = cram_md5
24839 public_name = CRAM-MD5
24840 client_name = ph10
24841 client_secret = secret
24842
24843
24844
24845
24846
24847////////////////////////////////////////////////////////////////////////////
24848////////////////////////////////////////////////////////////////////////////
24849
24850The cyrus_sasl authenticator
24851----------------------------
24852cindex:[^cyrus_sasl^ authenticator]
24853cindex:[authenticators,^cyrus_sasl^]
24854cindex:[Cyrus, SASL library]
24855The code for this authenticator was provided by Matthew Byng-Maddick of A L
24856Digital Ltd (*http://www.aldigital.co.uk[]*).
24857
24858The ^cyrus_sasl^ authenticator provides server support for the Cyrus SASL
24859library implementation of the RFC 2222 (``Simple Authentication and Security
24860Layer''). This library supports a number of authentication mechanisms, including
24861PLAIN and LOGIN, but also several others that Exim does not support directly.
24862In particular, there is support for Kerberos authentication.
24863
24864The ^cyrus_sasl^ authenticator provides a gatewaying mechanism directly to
24865the Cyrus interface, so if your Cyrus library can do, for example, CRAM-MD5,
24866then so can the ^cyrus_sasl^ authenticator. By default it uses the public
24867name of the driver to determine which mechanism to support.
24868
24869Where access to some kind of secret file is required, for example in GSSAPI
24870or CRAM-MD5, it is worth noting that the authenticator runs as the 'exim'
24871user, and that the Cyrus SASL library has no way of escalating privileges
24872by default. You may also find you need to set environment variables,
24873depending on the driver you are using.
24874
24875
24876Using cyrus_sasl as a server
24877~~~~~~~~~~~~~~~~~~~~~~~~~~~~
24878The ^cyrus_sasl^ authenticator has four private options. It puts the
24879username (on a successful authentication) into $1$.
24880
24881oindex:[%server_hostname%]
24882`..'=
24883%server_hostname%, Use: 'cyrus_sasl', Type: 'string'!!, Default: `$primary_hostname`
24884===
24885
24886This option selects the hostname that is used when communicating with
24887the library. It is up to the underlying SASL plug-in what it does with
24888this data.
24889
24890
24891oindex:[%server_mech%]
24892`..'=
24893%server_mech%, Use: 'cyrus_sasl', Type: 'string', Default: `public_name`
24894===
24895
24896This option selects the authentication mechanism this driver should
24897use. It allows you to use a different underlying mechanism from the
24898advertised name. For example:
24899
24900 sasl:
24901 driver = cyrus_sasl
24902 public_name = X-ANYTHING
24903 server_mech = CRAM-MD5
24904 server_set_id = $1
24905
24906
24907
24908oindex:[%server_realm%]
24909`..'=
24910%server_realm%, Use: 'cyrus_sasl', Type: 'string', Default: 'unset'
24911===
24912
24913This specifies the SASL realm that the server claims to be in.
24914
24915
24916oindex:[%server_service%]
24917`..'=
24918%server_service%, Use: 'cyrus_sasl', Type: 'string', Default: `smtp`
24919===
24920
24921This is the SASL service that the server claims to implement.
24922
24923
24924For straightforward cases, you do not need to set any of the authenticator's
24925private options. All you need to do is to specify an appropriate mechanism as
24926the public name. Thus, if you have a SASL library that supports CRAM-MD5 and
24927PLAIN, you could have two authenticators as follows:
24928
24929 sasl_cram_md5:
24930 driver = cyrus_sasl
24931 public_name = CRAM-MD5
24932 server_set_id = $1
24933
24934 sasl_plain:
24935 driver = cyrus_sasl
24936 public_name = PLAIN
24937 server_set_id = $1
24938
24939
24940Cyrus SASL does implement the LOGIN authentication method, even though it is
24941not a standard method. It is disabled by default in the source distribution,
24942but it is present in many binary distributions.
24943
24944
24945
24946
24947////////////////////////////////////////////////////////////////////////////
24948////////////////////////////////////////////////////////////////////////////
24949
24950The spa authenticator
24951---------------------
24952cindex:[^spa^ authenticator]
24953cindex:[authenticators,^spa^]
24954cindex:[authentication,Microsoft Secure Password]
24955cindex:[authentication,NTLM]
24956cindex:[Microsoft Secure Password Authentication]
24957cindex:[NTLM authentication]
24958The ^spa^ authenticator provides client support for Microsoft's 'Secure
24959Password Authentication' mechanism,
24960which is also sometimes known as NTLM (NT LanMan). The code for client side of
24961this authenticator was contributed by Marc Prud'hommeaux, and much of it is
24962taken from the Samba project (*http://www.samba.org[]*). The code for the
24963server side was subsequently contributed by Tom Kistner. The mechanism works as
24964follows:
24965
24966- After the AUTH command has been accepted, the client sends an SPA
24967authentication request based on the user name and optional domain.
24968
24969- The server sends back a challenge.
24970
24971- The client builds a challenge response which makes use of the user's password
24972and sends it to the server, which then accepts or rejects it.
24973
24974Encryption is used to protect the password in transit.
24975
24976
24977
24978Using spa as a server
24979~~~~~~~~~~~~~~~~~~~~~
24980cindex:[options,^spa^ authenticator (server)]
24981The ^spa^ authenticator has just one server option:
24982
24983oindex:[%server_password%]
24984`..'=
24985%server_password%, Use: 'spa', Type: 'string'!!, Default: 'unset'
24986===
24987
24988cindex:[numerical variables ($1$ $2$ etc),in ^spa^ authenticator]
24989This option is expanded, and the result must be the cleartext password for the
24990authenticating user, whose name is at this point in $1$. For example:
24991
068aaea8
PH
24992....
24993spa:
24994 driver = spa
24995 public_name = NTLM
24996 server_password = ${lookup{$1}lsearch{/etc/exim/spa_clearpass}\
24997 {$value}fail}
24998....
168e428f
PH
24999
25000If the expansion is forced to fail, authentication fails. Any other expansion
25001failure causes a temporary error code to be returned.
25002
25003
25004
25005
25006
25007Using spa as a client
25008~~~~~~~~~~~~~~~~~~~~~
25009cindex:[options,^spa^ authenticator (client)]
25010The ^spa^ authenticator has the following client options:
25011
25012
25013
25014oindex:[%client_domain%]
25015`..'=
25016%client_domain%, Use: 'spa', Type: 'string'!!, Default: 'unset'
25017===
25018
25019This option specifies an optional domain for the authentication.
25020
25021
25022oindex:[%client_password%]
25023`..'=
25024%client_password%, Use: 'spa', Type: 'string'!!, Default: 'unset'
25025===
25026
25027This option specifies the user's password, and must be set.
25028
25029
25030oindex:[%client_username%]
25031`..'=
25032%client_username%, Use: 'spa', Type: 'string'!!, Default: 'unset'
25033===
25034
25035This option specifies the user name, and must be set.
25036
25037
25038Here is an example of a configuration of this authenticator for use with the
25039mail servers at 'msn.com':
25040
25041 msn:
25042 driver = spa
25043 public_name = MSN
25044 client_username = msn/msn_username
25045 client_password = msn_plaintext_password
25046 client_domain = DOMAIN_OR_UNSET
25047
25048
25049
25050
25051
25052
25053
25054////////////////////////////////////////////////////////////////////////////
25055////////////////////////////////////////////////////////////////////////////
25056
25057[[CHAPTLS]]
25058[titleabbrev="Encrypted SMTP connections"]
25059Encrypted SMTP connections using TLS/SSL
25060----------------------------------------
25061cindex:[encryption,on SMTP connection]
25062cindex:[SMTP,encryption]
25063cindex:[TLS,on SMTP connection]
25064cindex:[OpenSSL]
25065cindex:[GnuTLS]
25066Support for TLS (Transport Layer Security), formerly known as SSL (Secure
25067Sockets Layer), is implemented by making use of the OpenSSL library or the
25068GnuTLS library (Exim requires GnuTLS release 1.0 or later). There is no
25069cryptographic code in the Exim distribution itself for implementing TLS. In
25070order to use this feature you must install OpenSSL or GnuTLS, and then build a
25071version of Exim that includes TLS support (see section <<SECTinctlsssl>>). You
25072also need to understand the basic concepts of encryption at a managerial level,
25073and in particular, the way that public keys, private keys, and certificates are
25074used.
25075
068aaea8 25076RFC 3207 defines how SMTP connections can make use of encryption. Once a
168e428f
PH
25077connection is established, the client issues a STARTTLS command. If the
25078server accepts this, the client and the server negotiate an encryption
25079mechanism. If the negotiation succeeds, the data that subsequently passes
25080between them is encrypted.
25081
25082Exim's ACLs can detect whether the current SMTP session is encrypted or not,
25083and if so, what cipher suite is in use, whether the client supplied a
25084certificate, and whether or not that certificate was verified. This makes it
25085possible for an Exim server to deny or accept certain commands based on the
25086encryption state.
25087
25088*Warning*: certain types of firewall and certain anti-virus products can
25089disrupt TLS connections. You need to turn off SMTP scanning for these products
25090in order to get TLS to work.
25091
25092
25093
25094Support for the legacy ``ssmtp'' (aka ``smtps'') protocol
25095~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
25096cindex:[ssmtp protocol]
25097cindex:[smtps protocol]
25098cindex:[SMTP,ssmtp protocol]
25099cindex:[SMTP,smtps protocol]
25100Early implementations of encrypted SMTP used a different TCP port from normal
25101SMTP, and expected an encryption negotiation to start immediately, instead of
25102waiting for a STARTTLS command from the client using the standard SMTP
25103port. The protocol was called ``ssmtp'' or ``smtps'', and port 465 was allocated
25104for this purpose.
25105
25106This approach was abandoned when encrypted SMTP was standardised, but there are
25107still some legacy clients that use it. Exim supports these clients by means of
25108the %tls_on_connect_ports% global option. Its value must be a list of port
25109numbers; the most common use is expected to be:
25110
25111 tls_on_connect_ports = 465
25112
25113The port numbers specified by this option apply to all SMTP connections, both
25114via the daemon and via 'inetd'. You still need to specify all the ports that
25115the daemon uses (by setting %daemon_smtp_ports% or %local_interfaces% or the
25116%-oX% command line option) because %tls_on_connect_ports% does not add an
25117extra port -- rather, it specifies different behaviour on a port that is
25118defined elsewhere.
25119
25120There is also a %-tls-on-connect% command line option. This overrides
25121%tls_on_connect_ports%; it forces the legacy behaviour for all ports.
25122
25123
25124
25125
25126
25127
25128[[SECTopenvsgnu]]
25129OpenSSL vs GnuTLS
25130~~~~~~~~~~~~~~~~~
25131cindex:[TLS,OpenSSL 'vs' GnuTLS]
25132The first TLS support in Exim was implemented using OpenSSL. Support for GnuTLS
25133followed later, when the first versions of GnuTLS were released. To build Exim
25134to use GnuTLS, you need to set
25135
25136 USE_GNUTLS=yes
25137
25138in Local/Makefile, in addition to
25139
25140 SUPPORT_TLS=yes
25141
25142You must also set TLS_LIBS and TLS_INCLUDE appropriately, so that the
25143include files and libraries for GnuTLS can be found.
25144
25145There are some differences in usage when using GnuTLS instead of OpenSSL:
25146
25147- The %tls_verify_certificates% option must contain the name of a file, not the
25148name of a directory (for OpenSSL it can be either).
25149
25150- The %tls_dhparam% option is ignored, because early versions of GnuTLS had no
25151facility for varying its Diffie-Hellman parameters. I understand that this has
25152changed, but Exim has not been updated to provide this facility.
25153
068aaea8
PH
25154- cindex:[$tls_peerdn$]
25155Distinguished Name (DN) strings reported by the OpenSSL library use a slash for
168e428f
PH
25156separating fields; GnuTLS uses commas, in accordance with RFC 2253. This
25157affects the value of the $tls_peerdn$ variable.
25158
25159- OpenSSL identifies cipher suites using hyphens as separators, for example:
25160DES-CBC3-SHA. GnuTLS uses underscores, for example: RSA_ARCFOUR_SHA. What is
25161more, OpenSSL complains if underscores are present in a cipher list. To make
25162life simpler, Exim changes underscores to hyhens for OpenSSL and hyphens to
25163underscores for GnuTLS when processing lists of cipher suites in the
25164%tls_require_ciphers% options (the global option and the ^smtp^ transport
25165option).
25166
25167- The %tls_require_ciphers% options operate differently, as described in the
068aaea8
PH
25168sections <<SECTreqciphssl>> and <<SECTreqciphgnu>>.
25169
25170
25171GnuTLS parameter computation
25172~~~~~~~~~~~~~~~~~~~~~~~~~~~~
25173
25174GnuTLS uses RSA and D-H parameters that take a substantial amount of time to
25175compute. It is unreasonable to re-compute them for every TLS session.
25176Therefore, Exim keeps this data in a file in its spool directory, called
25177_gnutls-params_. The file is owned by the Exim user and is readable only by its
25178owner. Every Exim process that start up GnuTLS reads the RSA and D-H parameters
25179from this file. If the file does not exist, the first Exim process that needs
25180it computes the data and writes it to a temporary file which is renamed once it
25181is complete. It does not matter if several Exim processes do this
25182simultaneously (apart from wasting a few resources). Once a file is in place,
25183new Exim processes immediately start using it.
25184
25185[revisionflag="changed"]
25186For maximum security, the parameters that are stored in this file should be
25187recalculated periodically, the frequency depending on your paranoia level.
25188Arranging this is easy in principle; just delete the file when you want new
25189values to be computed. However, there may be a problem. The calculation of new
25190parameters needs random numbers, and these are obtained from _/dev/random_. If
25191the system is not very active, _/dev/random_ may delay returning data until
25192enough randomness (entropy) is available. This may cause Exim to hang for a
25193substantial amount of time, causing timeouts on incoming connections.
25194
25195[revisionflag="changed"]
25196The solution is to generate the parameters externally to Exim. They are stored
25197in _gnutls-params_ in PEM format, which means that they can be generated
25198externally using the ^certtool^ command that is part of GnuTLS.
25199
25200[revisionflag="changed"]
25201To replace the parameters with new ones, instead of deleting the file
25202and letting Exim re-create it, you can generate new parameters using
25203^certtool^ and, when this has been done, replace Exim's cache file by
25204renaming. The relevant commands are something like this:
25205
25206[revisionflag="changed"]
25207....
25208# rm -f new-params
25209# touch new-params
25210# chown exim:exim new-params
25211# chmod 0400 new-params
25212# certtool --generate-privkey --bits 512 >new-params
25213# echo "" >>new-params
25214# certtool --generate-dh-params --bits 1024 >> new-params
25215# mv new-params gnutls-params
25216....
25217
25218[revisionflag="changed"]
25219If Exim never has to generate the parameters itself, the possibility of
25220stalling is removed.
168e428f
PH
25221
25222
25223
25224[[SECTreqciphssl]]
25225Requiring specific ciphers in OpenSSL
25226~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
25227cindex:[TLS,requiring specific ciphers (OpenSSL)]
25228cindex:[%tls_require_ciphers%,OpenSSL]
25229There is a function in the OpenSSL library that can be passed a list of cipher
25230suites before the cipher negotiation takes place. This specifies which ciphers
25231are acceptable. The list is colon separated and may contain names like
25232DES-CBC3-SHA. Exim passes the expanded value of %tls_require_ciphers%
25233directly to this function call. The following quotation from the OpenSSL
25234documentation specifies what forms of item are allowed in the cipher string:
25235
25236- It can consist of a single cipher suite such as RC4-SHA.
25237
25238- It can represent a list of cipher suites containing a certain algorithm,
25239or cipher suites of a certain type. For example SHA1 represents all
25240ciphers suites using the digest algorithm SHA1 and SSLv3 represents all
25241SSL v3 algorithms.
25242
25243- Lists of cipher suites can be combined in a single cipher string using
25244the + character. This is used as a logical and operation. For example
25245SHA1+DES represents all cipher suites containing the SHA1 and the DES
25246algorithms.
25247
25248- Each cipher string can be optionally preceded by the characters `!`, `-` or
25249`+`.
25250+
25251If `!` is used then the ciphers are permanently deleted from the list. The
25252ciphers deleted can never reappear in the list even if they are explicitly
25253stated.
25254+
25255If `-` is used then the ciphers are deleted from the list, but some or all
25256of the ciphers can be added again by later options.
25257+
25258If `+` is used then the ciphers are moved to the end of the list. This
25259option doesn't add any new ciphers it just moves matching existing ones.
25260+
25261If none of these characters is present then the string is just interpreted as
25262a list of ciphers to be appended to the current preference list. If the list
25263includes any ciphers already present they will be ignored: that is, they will
25264not moved to the end of the list.
25265
25266
25267
25268
25269[[SECTreqciphgnu]]
25270Requiring specific ciphers in GnuTLS
25271~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
25272cindex:[TLS,requiring specific ciphers (GnuTLS)]
25273cindex:[%tls_require_ciphers%,GnuTLS]
25274The GnuTLS library does not have a combined function like OpenSSL. Instead,
25275it allows the caller to specify separate lists of key-exchange methods,
25276main cipher algorithms, and MAC algorithms. Unfortunately, these lists are
25277numerical, and the library does not have a function for turning names into
25278numbers. Consequently, the list of recognized names has to be built into
25279the application.
25280
25281At present, Exim permits only the list of main cipher algorithms to be
25282changed. The %tls_require_ciphers% option is in the same format as for
25283OpenSSL. Exim searches each item for the name of available algorithm. For
25284example, if the list contains RSA_AES_SHA then AES is recognized.
25285
25286The cipher algorithms list starts out with a default set of algorithms. If
25287the first item in %tls_require_ciphers% does 'not' start with an
25288exclamation mark, all the default items are deleted. Thus, only those specified
25289can be used. If the first item in %tls_require_ciphers% 'does' start with
25290an exclamation mark, the defaults are left on the list.
25291
25292Then, any item that starts with an exclamation mark causes the relevent
25293algorithms to be removed from the list, and any item that does not start
25294with an exclamation mark causes the relevant algorithms to be added to the
25295list. Thus,
25296
25297 tls_require_ciphers = !RSA_ARCFOUR_SHA
25298
25299allows all the defaults except those that use ARCFOUR, whereas
25300
25301 tls_require_ciphers = AES : 3DES
25302
25303allows only cipher suites that use AES and 3DES. The currently recognized
25304algorithms are: AES_256, AES_128, AES (both of the preceding), 3DES, and
25305ARCFOUR_128. Unrecognized algorithms are ignored. In a server, the order of the
25306list is unimportant; the server will advertise the availability of all the
25307relevant cipher suites. However, in a client, the order of the list specifies a
25308preference order for the algorithms. The first one in the client's list that is
25309also advertised by the server is tried first. The default order is as listed
25310above.
25311
25312
25313
25314
25315Configuring an Exim server to use TLS
25316~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
25317cindex:[TLS,configuring an Exim server]
25318When Exim has been built with TLS support, it advertises the availability of
25319the STARTTLS command to client hosts that match %tls_advertise_hosts%,
25320but not to any others. The default value of this option is unset, which means
25321that STARTTLS is not advertised at all. This default is chosen because you
25322need to set some other options in order to make TLS avaliable, and also it is
25323sensible for systems that want to use TLS only as a client.
25324
25325If a client issues a STARTTLS command and there is some configuration
25326problem in the server, the command is rejected with a 454 error. If the client
25327persists in trying to issue SMTP commands, all except QUIT are rejected
25328with the error
25329
25330 554 Security failure
25331
25332If a STARTTLS command is issued within an existing TLS session, it is
25333rejected with a 554 error code.
25334
25335To enable TLS operations on a server, you must set %tls_advertise_hosts% to
25336match some hosts. You can, of course, set it to \* to match all hosts.
25337However, this is not all you need to do. TLS sessions to a server won't work
25338without some further configuration at the server end.
25339
25340It is rumoured that all existing clients that support TLS/SSL use RSA
25341encryption. To make this work you need to set, in the server,
25342
25343 tls_certificate = /some/file/name
25344 tls_privatekey = /some/file/name
25345
25346The first file contains the server's X509 certificate, and the second contains
25347the private key that goes with it. These files need to be readable by the Exim
25348user, and must always be given as full path names. They can be the same file if
25349both the certificate and the key are contained within it. If %tls_privatekey%
25350is not set, this is assumed to be the case. The certificate file may also
25351contain intermediate certificates that need to be sent to the client to enable
25352it to authenticate the server's certificate.
25353
25354If you do not understand about certificates and keys, please try to find a
25355source of this background information, which is not Exim-specific. (There are a
25356few comments below in section <<SECTcerandall>>.)
25357
25358*Note*: These options do not apply when Exim is operating as a client --
25359they apply only in the case of a server. For a client, you must set the options
25360of the same name in an ^smtp^ transport.
25361
25362With just these options, Exim will work as a server with clients such as
25363Netscape. It does not require the client to have a certificate (but see below
25364for how to insist on this). There is one other option that may be needed in
25365other situations. If
25366
25367 tls_dhparam = /some/file/name
25368
25369is set, the SSL library is initialized for the use of Diffie-Hellman ciphers
25370with the parameters contained in the file. This increases the set of cipher
25371suites that the server supports. See the command
25372
25373 openssl dhparam
25374
25375for a way of generating this data.
25376At present, %tls_dhparam% is used only when Exim is linked with OpenSSL. It is
25377ignored if GnuTLS is being used.
25378
25379The strings supplied for these three options are expanded every time a client
25380host connects. It is therefore possible to use different certificates and keys
25381for different hosts, if you so wish, by making use of the client's IP address
25382in $sender_host_address$ to control the expansion. If a string expansion is
25383forced to fail, Exim behaves as if the option is not set.
25384
25385cindex:[cipher,logging]
25386cindex:[log,TLS cipher]
068aaea8 25387cindex:[$tls_cipher$]
168e428f
PH
25388The variable $tls_cipher$ is set to the cipher suite that was negotiated for
25389an incoming TLS connection. It is included in the 'Received:' header of an
25390incoming message (by default -- you can, of course, change this), and it is
25391also included in the log line that records a message's arrival, keyed by ``X='',
25392unless the %tls_cipher% log selector is turned off.
25393The %encrypted% condition can be used to test for specific cipher suites in
25394ACLs.
25395
25396The ACLs that run for subsequent SMTP commands can check the name of the cipher
25397suite and vary their actions accordingly. The cipher suite names are those used
25398by OpenSSL. These may differ from the names used elsewhere. For example,
25399OpenSSL uses the name DES-CBC3-SHA for the cipher suite which in other contexts
25400is known as TLS_RSA_WITH_3DES_EDE_CBC_SHA. Check the OpenSSL
25401documentation for more details.
25402
25403
25404
25405Requesting and verifying client certificates
25406~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
25407cindex:[certificate,verification of client]
25408cindex:[TLS,client certificate verification]
25409If you want an Exim server to request a certificate when negotiating a TLS
25410session with a client, you must set either %tls_verify_hosts% or
25411%tls_try_verify_hosts%. You can, of course, set either of them to \* to
25412apply to all TLS connections. For any host that matches one of these options,
25413Exim requests a certificate as part of the setup of the TLS session. The
25414contents of the certificate are verified by comparing it with a list of
25415expected certificates. These must be available in a file or,
25416for OpenSSL only (not GnuTLS), a directory, identified by
25417%tls_verify_certificates%.
25418
25419A file can contain multiple certificates, concatenated end to end. If a
25420directory is used
25421(OpenSSL only),
25422each certificate must be in a separate file, with a name (or a symbolic link)
25423of the form <'hash'>.0, where <'hash'> is a hash value constructed from the
25424certificate. You can compute the relevant hash by running the command
25425
25426 openssl x509 -hash -noout -in /cert/file
25427
25428where _/cert/file_ contains a single certificate.
25429
25430The difference between %tls_verify_hosts% and %tls_try_verify_hosts% is
25431what happens if the client does not supply a certificate, or if the certificate
25432does not match any of the certificates in the collection named by
25433%tls_verify_certificates%. If the client matches %tls_verify_hosts%, the
25434attempt to set up a TLS session is aborted, and the incoming connection is
25435dropped. If the client matches %tls_try_verify_hosts%, the (encrypted) SMTP
25436session continues. ACLs that run for subsequent SMTP commands can detect the
25437fact that no certificate was verified, and vary their actions accordingly. For
25438example, you can insist on a certificate before accepting a message for
25439relaying, but not when the message is destined for local delivery.
25440
068aaea8 25441cindex:[$tls_peerdn$]
168e428f
PH
25442When a client supplies a certificate (whether it verifies or not), the value of
25443the Distinguished Name of the certificate is made available in the variable
25444$tls_peerdn$ during subsequent processing of the message.
25445
25446cindex:[log,distinguished name]
25447Because it is often a long text string, it is not included in the log line or
25448'Received:' header by default. You can arrange for it to be logged, keyed by
25449``DN='', by setting the %tls_peerdn% log selector, and you can use
25450%received_header_text% to change the 'Received:' header. When no certificate
25451is supplied, $tls_peerdn$ is empty.
25452
25453
25454Revoked certificates
25455~~~~~~~~~~~~~~~~~~~~
25456cindex:[TLS,revoked certificates]
25457cindex:[revocation list]
25458cindex:[certificate,revocation list]
25459Certificate issuing authorities issue Certificate Revocation Lists (CRLs) when
25460certificates are revoked. If you have such a list, you can pass it to an Exim
25461server using the global option called %tls_crl% and to an Exim client using an
25462identically named option for the ^smtp^ transport. In each case, the value of
25463the option is expanded and must then be the name of a file that contains a CRL
25464in PEM format.
25465
25466
25467Configuring an Exim client to use TLS
25468~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
25469cindex:[cipher,logging]
25470cindex:[log,TLS cipher]
25471cindex:[log,distinguished name]
25472cindex:[TLS,configuring an Exim client]
25473The %tls_cipher% and %tls_peerdn% log selectors apply to outgoing SMTP
25474deliveries as well as to incoming, the latter one causing logging of the
25475server certificate's DN. The remaining client configuration for TLS is all
25476within the ^smtp^ transport.
25477
25478It is not necessary to set any options to have TLS work in the ^smtp^
25479transport. If Exim is built with TLS support, and TLS is advertised by a
25480server, the ^smtp^ transport always tries to start a TLS session. However,
25481this can be prevented by setting %hosts_avoid_tls% (an option of the
25482transport) to a list of server hosts for which TLS should not be used.
25483
25484If you do not want Exim to attempt to send messages unencrypted when an attempt
25485to set up an encrypted connection fails in any way, you can set
25486%hosts_require_tls% to a list of hosts for which encryption is mandatory. For
25487those hosts, delivery is always deferred if an encrypted connection cannot be
25488set up. If there are any other hosts for the address, they are tried in the
25489usual way.
25490
25491When the server host is not in %hosts_require_tls%, Exim may try to deliver
25492the message unencrypted. It always does this if the response to STARTTLS is
25493a 5##'xx' code. For a temporary error code, or for a failure to negotiate a TLS
25494session after a success response code, what happens is controlled by the
25495%tls_tempfail_tryclear% option of the ^smtp^ transport. If it is false,
25496delivery to this host is deferred, and other hosts (if available) are tried. If
25497it is true, Exim attempts to deliver unencrypted after a 4##'xx' response to
25498STARTTLS, and if STARTTLS is accepted, but the subsequent TLS
25499negotiation fails, Exim closes the current connection (because it is in an
25500unknown state), opens a new one to the same host, and then tries the delivery
25501unencrypted.
25502
25503
25504The %tls_certificate% and %tls_privatekey% options of the ^smtp^ transport
25505provide the client with a certificate, which is passed to the server if it
25506requests it. If the server is Exim, it will request a certificate only if
25507%tls_verify_hosts% or %tls_try_verify_hosts% matches the client.
25508*Note*: these options must be set in the ^smtp^ transport for Exim to use
25509TLS when it is operating as a client. Exim does not assume that a server
25510certificate (set by the global options of the same name) should also be used
25511when operating as a client.
25512
25513If %tls_verify_certificates% is set, it must name a file or,
25514for OpenSSL only (not GnuTLS), a directory, that contains a collection of
25515expected server certificates. The client verifies the server's certificate
25516against this collection, taking into account any revoked certificates that are
25517in the list defined by %tls_crl%.
25518
25519If
25520%tls_require_ciphers% is set on the ^smtp^ transport, it must contain a
25521list of permitted cipher suites. If either of these checks fails, delivery to
25522the current host is abandoned, and the ^smtp^ transport tries to deliver to
25523alternative hosts, if any.
25524
068aaea8
PH
25525cindex:[$host$]
25526cindex:[$host_address$]
168e428f
PH
25527All the TLS options in the ^smtp^ transport are expanded before use, with
25528$host$ and $host_address$ containing the name and address of the server to
25529which the client is connected. Forced failure of an expansion causes Exim to
25530behave as if the relevant option were unset.
25531
25532
25533
25534[[SECTmulmessam]]
25535Multiple messages on the same encrypted TCP/IP connection
25536~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
25537cindex:[multiple SMTP deliveries with TLS]
25538cindex:[TLS,multiple message deliveries]
25539Exim sends multiple messages down the same TCP/IP connection by starting up
25540an entirely new delivery process for each message, passing the socket from
25541one process to the next. This implementation does not fit well with the use
25542of TLS, because there is quite a lot of state information associated with a TLS
25543connection, not just a socket identification. Passing all the state information
25544to a new process is not feasible. Consequently, Exim shuts down an existing TLS
25545session before passing the socket to a new process. The new process may then
25546try to start a new TLS session, and if successful, may try to re-authenticate
25547if AUTH is in use, before sending the next message.
25548
25549The RFC is not clear as to whether or not an SMTP session continues in clear
25550after TLS has been shut down, or whether TLS may be restarted again later, as
25551just described. However, if the server is Exim, this shutdown and
25552reinitialization works. It is not known which (if any) other servers operate
25553successfully if the client closes a TLS session and continues with unencrypted
25554SMTP, but there are certainly some that do not work. For such servers, Exim
25555should not pass the socket to another process, because the failure of the
25556subsequent attempt to use it would cause Exim to record a temporary host error,
25557and delay other deliveries to that host.
25558
25559To test for this case, Exim sends an EHLO command to the server after
25560closing down the TLS session. If this fails in any way, the connection is
25561closed instead of being passed to a new delivery process, but no retry
25562information is recorded.
25563
25564There is also a manual override; you can set %hosts_nopass_tls% on the
25565^smtp^ transport to match those hosts for which Exim should not pass
25566connections to new processes if TLS has been used.
25567
25568
25569
25570
25571[[SECTcerandall]]
25572Certificates and all that
25573~~~~~~~~~~~~~~~~~~~~~~~~~
25574cindex:[certificate,references to discussion]
25575In order to understand fully how TLS works, you need to know about
25576certificates, certificate signing, and certificate authorities. This is not the
25577place to give a tutorial, especially as I do not know very much about it
25578myself. Some helpful introduction can be found in the FAQ for the SSL addition
25579to Apache, currently at
25580
25581&&&
25582*http://www.modssl.org/docs/2.7/ssl_faq.html#ToC24[]*
25583&&&
25584
25585Other parts of the 'modssl' documentation are also helpful, and have
25586links to further files.
25587Eric Rescorla's book, 'SSL and TLS', published by Addison-Wesley (ISBN
255880-201-61598-3), contains both introductory and more in-depth descriptions.
25589Some sample programs taken from the book are available from
25590
25591&&&
25592*http://www.rtfm.com/openssl-examples/[]*
25593&&&
25594
25595
25596
25597Certificate chains
25598~~~~~~~~~~~~~~~~~~
25599The file named by %tls_certificate% may contain more than one
25600certificate. This is useful in the case where the certificate that is being
25601sent is validated by an intermediate certificate which the other end does
25602not have. Multiple certificates must be in the correct order in the file.
25603First the host's certificate itself, then the first intermediate
25604certificate to validate the issuer of the host certificate, then the next
25605intermediate certificate to validate the issuer of the first intermediate
25606certificate, and so on, until finally (optionally) the root certificate.
25607The root certificate must already be trusted by the recipient for
25608validation to succeed, of course, but if it's not preinstalled, sending the
25609root certificate along with the rest makes it available for the user to
25610install if the receiving end is a client MUA that can interact with a user.
25611
25612
25613Self-signed certificates
25614~~~~~~~~~~~~~~~~~~~~~~~~
25615cindex:[certificate,self-signed]
25616You can create a self-signed certificate using the 'req' command provided
25617with OpenSSL, like this:
25618
25619....
25620openssl req -x509 -newkey rsa:1024 -keyout file1 -out file2 \
25621 -days 9999 -nodes
25622....
25623
25624_file1_ and _file2_ can be the same file; the key and the certificate are
25625delimited and so can be identified independently. The %-days% option
25626specifies a period for which the certificate is valid. The %-nodes% option is
25627important: if you do not set it, the key is encrypted with a passphrase
25628that you are prompted for, and any use that is made of the key causes more
25629prompting for the passphrase. This is not helpful if you are going to use
25630this certificate and key in an MTA, where prompting is not possible.
25631
25632A self-signed certificate made in this way is sufficient for testing, and
25633may be adequate for all your requirements if you are mainly interested in
25634encrypting transfers, and not in secure identification.
25635
25636However, many clients require that the certificate presented by the server be a
25637user (also called ``leaf'' or ``site'') certificate, and not a self-signed
25638certificate. In this situation, the self-signed certificate described above
25639must be installed on the client host as a trusted root 'certification
25640authority' (CA), and the certificate used by Exim must be a user certificate
25641signed with that self-signed certificate.
25642
25643For information on creating self-signed CA certificates and using them to sign
25644user certificates, see the 'General implementation overview' chapter of the
25645Open-source PKI book, available online at *http://ospkibook.sourceforge.net/[]*.
25646
25647
25648
25649////////////////////////////////////////////////////////////////////////////
25650////////////////////////////////////////////////////////////////////////////
25651
25652[[CHAPACL]]
25653Access control lists
25654--------------------
25655cindex:[{ACL},description]
25656cindex:[control of incoming mail]
25657cindex:[message,controlling incoming]
25658cindex:[policy control,access control lists]
25659Access Control Lists (ACLs) are defined in a separate section of the run time
25660configuration file, headed by ``begin acl''. Each ACL definition starts with a
25661name, terminated by a colon. Here is a complete ACL section that contains just
25662one very small ACL:
25663
25664 begin acl
25665
25666 small_acl:
25667 accept hosts = one.host.only
25668
25669You can have as many lists as you like in the ACL section, and the order in
25670which they appear does not matter. The lists are self-terminating.
25671
25672The majority of ACLs are used to control Exim's behaviour when it receives
25673certain SMTP commands. This applies both to incoming TCP/IP connections, and
25674when a local process submits a message using SMTP by specifying the %-bs%
25675option. The most common use is for controlling which recipients are accepted
25676in incoming messages. In addition, you can define an ACL that is used to check
25677local non-SMTP messages. The default configuration file contains an example of
25678a realistic ACL for checking RCPT commands. This is discussed in chapter
25679<<CHAPdefconfil>>.
25680
25681
25682Testing ACLs
25683~~~~~~~~~~~~
25684The %-bh% command line option provides a way of testing your ACL configuration
25685locally by running a fake SMTP session with which you interact. The host
25686'relay-test.mail-abuse.org' provides a service for checking your relaying
25687configuration (see section <<SECTcheralcon>> for more details).
25688
25689
25690
25691Specifying when ACLs are used
25692~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
25693cindex:[{ACL},options for specifying]
25694In order to cause an ACL to be used, you have to name it in one of the relevant
25695options in the main part of the configuration. These options are:
25696cindex:[AUTH,ACL for]
25697cindex:[DATA, ACLs for]
25698cindex:[ETRN,ACL for]
25699cindex:[EXPN,ACL for]
25700cindex:[HELO,ACL for]
25701cindex:[EHLO,ACL for]
25702cindex:[MAIL,ACL for]
25703cindex:[QUIT, ACL for]
25704cindex:[RCPT,ACL for]
25705cindex:[STARTTLS, ACL for]
25706cindex:[VRFY,ACL for]
25707cindex:[SMTP connection, ACL for]
25708cindex:[non-smtp message, ACL for]
25709
25710[frame="none"]
25711`--`--------------------`---------------------------------------
25712 %acl_not_smtp% ACL for non-SMTP messages
25713 %acl_smtp_auth% ACL for AUTH
25714 %acl_smtp_connect% ACL for start of SMTP connection
25715 %acl_smtp_data% ACL after DATA is complete
25716 %acl_smtp_etrn% ACL for ETRN
25717 %acl_smtp_expn% ACL for EXPN
25718 %acl_smtp_helo% ACL for HELO or EHLO
25719 %acl_smtp_mail% ACL for MAIL
25720 %acl_smtp_mailauth% ACL for the AUTH parameter of MAIL
25721 %acl_smtp_mime% ACL for content-scanning MIME parts
25722 %acl_smtp_predata% ACL at start of DATA command
25723 %acl_smtp_quit% ACL for QUIT
25724 %acl_smtp_rcpt% ACL for RCPT
25725 %acl_smtp_starttls% ACL for STARTTLS
25726 %acl_smtp_vrfy% ACL for VRFY
25727----------------------------------------------------------------
25728
25729For example, if you set
25730
25731 acl_smtp_rcpt = small_acl
25732
25733the little ACL defined above is used whenever Exim receives a RCPT command
25734in an SMTP dialogue. The majority of policy tests on incoming messages can be
25735done when RCPT commands arrive. A rejection of RCPT should cause the
25736sending MTA to give up on the recipient address contained in the RCPT
25737command, whereas rejection at other times may cause the client MTA to keep on
25738trying to deliver the message. It is therefore recommended that you do as much
25739testing as possible at RCPT time.
25740
25741
25742The non-SMTP ACL
25743~~~~~~~~~~~~~~~~
25744cindex:[non-smtp message, ACL for]
25745The non-SMTP ACL applies to all non-interactive incoming messages, that is, it
25746applies to batch SMTP as well as to non-SMTP messages. (Batch SMTP is not
25747really SMTP.) This ACL is run just before the 'local_scan()' function. Any
25748kind of rejection is treated as permanent, because there is no way of sending a
25749temporary error for these kinds of message. Many of the ACL conditions (for
25750example, host tests, and tests on the state of the SMTP connection such as
25751encryption and authentication) are not relevant and are forbidden in this ACL.
25752
25753
25754The connect ACL
25755~~~~~~~~~~~~~~~
25756cindex:[SMTP connection, ACL for]
25757The ACL test specified by %acl_smtp_connect% happens after the test specified
25758by %host_reject_connection% (which is now an anomaly) and any TCP Wrappers
25759testing (if configured).
25760
25761
25762The DATA ACLs
25763~~~~~~~~~~~~~
25764cindex:[DATA, ACLs for]
25765Two ACLs are associated with the DATA command, because it is two-stage
25766command, with two responses being sent to the client.
25767When the DATA command is received, the ACL defined by %acl_smtp_predata%
25768is obeyed. This gives you control after all the RCPT commands, but before
25769the message itself is received. It offers the opportunity to give a negative
25770response to the DATA command before the data is transmitted. Header lines
25771added by MAIL or RCPT ACLs are not visible at this time, but any that
25772are defined here are visible when the %acl_smtp_data% ACL is run.
25773
25774You cannot test the contents of the message, for example, to verify addresses
25775in the headers, at RCPT time or when the DATA command is received. Such
25776tests have to appear in the ACL that is run after the message itself has been
25777received, before the final response to the DATA command is sent. This is
25778the ACL specified by %acl_smtp_data%, which is the second ACL that is
25779associated with the DATA command.
25780
25781For both of these ACLs, it is not possible to reject individual recipients. An
25782error response rejects the entire message. Unfortunately, it is known that some
25783MTAs do not treat hard (5##'xx') responses to the DATA command (either
25784before or after the data) correctly -- they keep the message on their queues
25785and try again later, but that is their problem, though it does waste some of
25786your resources.
25787
25788
25789The MIME ACL
25790~~~~~~~~~~~~
25791The %acl_smtp_mime% option is available only when Exim is compiled with the
25792content-scanning extension. For details, see chapter <<CHAPexiscan>>.
25793
25794
25795[[SECTQUITACL]]
25796The QUIT ACL
25797~~~~~~~~~~~~
25798cindex:[QUIT, ACL for]
068aaea8
PH
25799The ACL for the SMTP QUIT command is anomalous, in that the outcome of the ACL
25800does not affect the response code to QUIT, which is always 221. Thus, the ACL
25801does not in fact control any access. For this reason, the only verbs that are
25802permitted are %accept% and %warn%.
168e428f
PH
25803
25804This ACL can be used for tasks such as custom logging at the end of an SMTP
25805session. For example, you can use ACL variables in other ACLs to count
25806messages, recipients, etc., and log the totals at QUIT time using one or
25807more %logwrite% modifiers on a %warn% verb.
25808
068aaea8
PH
25809[revisionflag="changed"]
25810*Warning*: only the $acl_c$'x' variables can be used for this, because the
25811$acl_m$'x' variables are reset at the end of each incoming message.
25812
168e428f
PH
25813You do not need to have a final %accept%, but if you do, you can use a
25814%message% modifier to specify custom text that is sent as part of the 221
25815response to QUIT.
25816
25817This ACL is run only for a ``normal'' QUIT. For certain kinds of disastrous
25818failure (for example, failure to open a log file, or when Exim is bombing out
25819because it has detected an unrecoverable error), all SMTP commands from the
25820client are given temporary error responses until QUIT is received or the
25821connection is closed. In these special cases, the QUIT ACL does not run.
25822
25823
25824
25825Finding an ACL to use
25826~~~~~~~~~~~~~~~~~~~~~
25827cindex:[{ACL},finding which to use]
25828The value of an %acl_smtp_'xxx'% option is expanded before use, so you can
25829use different ACLs in different circumstances. The resulting string does not
25830have to be the name of an ACL in the configuration file; there are other
25831possibilities. Having expanded the string, Exim searches for an ACL as follows:
25832
25833- If the string begins with a slash, Exim uses it as a file name, and reads its
25834contents as an ACL. The lines are processed in the same way as lines in the
25835Exim configuration file. In particular, continuation lines are supported, blank
25836lines are ignored, as are lines whose first non-whitespace character is ``#''.
25837If the file does not exist or cannot be read, an error occurs (typically
25838causing a temporary failure of whatever caused the ACL to be run). For example:
25839+
25840....
25841acl_smtp_data = /etc/acls/\
25842 ${lookup{$sender_host_address}lsearch\
25843 {/etc/acllist}{$value}{default}}
25844....
25845+
25846This looks up an ACL file to use on the basis of the host's IP address, falling
25847back to a default if the lookup fails. If an ACL is successfully read from a
25848file, it is retained in memory for the duration of the Exim process, so that it
25849can be re-used without having to re-read the file.
25850
25851- If the string does not start with a slash, and does not contain any spaces,
25852Exim searches the ACL section of the configuration for an ACL whose name
25853matches the string.
25854
25855- If no named ACL is found, or if the string contains spaces, Exim parses
25856the string as an inline ACL. This can save typing in cases where you just
25857want to have something like
25858+
25859 acl_smtp_vrfy = accept
25860+
25861in order to allow free use of the VRFY command. Such a string may contain
25862newlines; it is processed in the same way as an ACL that is read from a file.
25863
25864
25865
25866
25867ACL return codes
25868~~~~~~~~~~~~~~~~
25869cindex:[{ACL},return codes]
25870Except for the QUIT ACL, which does not affect the SMTP return code (see
25871section <<SECTQUITACL>> above), the
25872
25873result of running an ACL is either ``accept'' or ``deny'', or, if some test
25874cannot be completed (for example, if a database is down), ``defer''. These
25875results cause 2##'xx', 5##'xx', and 4##'xx' return codes, respectively, to be
25876used in the SMTP dialogue. A fourth return, ``error'', occurs when there is an
25877error such as invalid syntax in the ACL. This also causes a 4'##xx' return
25878code.
25879
25880For the non-SMTP ACL, ``defer'' and ``error'' are treated in the same way as
25881``deny'', because there is no mechanism for passing temporary errors to the
25882submitters of non-SMTP messages.
25883
25884
25885ACLs that are relevant to message reception may also return ``discard''. This
25886has the effect of ``accept'', but causes either the entire message or an
25887individual recipient address to be discarded. In other words, it is a
25888blackholing facility. Use it with care.
25889
25890If the ACL for MAIL returns ``discard'', all recipients are discarded, and no
25891ACL is run for subsequent RCPT commands. The effect of ``discard'' in a
25892RCPT ACL is to discard just the one recipient address. If there are no
25893recipients left when the message's data is received, the DATA ACL is not
25894run. A ``discard'' return from the DATA or the non-SMTP ACL discards all the
25895remaining recipients.
25896
25897The ``discard'' return is not permitted for the %acl_smtp_predata% ACL.
25898
25899
25900cindex:['local_scan()' function,when all recipients discarded]
25901The 'local_scan()' function is always run, even if there are no remaining
25902recipients; it may create new recipients.
25903
25904
25905
25906Unset ACL options
25907~~~~~~~~~~~~~~~~~
25908cindex:[{ACL},unset options]
25909The default actions when any of the %acl_'xxx'% options are unset are not
25910all the same. *Note*: These defaults apply only when the relevant ACL is
25911not defined at all. For any defined ACL, the default action when control reaches
25912the end of the ACL statements is ``deny''.
25913
25914For %acl_not_smtp%, %acl_smtp_auth%, %acl_smtp_connect%, %acl_smtp_data%,
25915%acl_smtp_helo%, %acl_smtp_mail%, %acl_smtp_mailauth%, %acl_smtp_mime%,
25916%acl_smtp_predata%, %acl_smtp_quit%, and %acl_smtp_starttls%, the action when
25917the ACL is not defined is ``accept''.
25918
25919For the others (%acl_smtp_etrn%, %acl_smtp_expn%, %acl_smtp_rcpt%, and
25920%acl_smtp_vrfy%), the action when the ACL is not defined is ``deny''.
25921This means that %acl_smtp_rcpt% must be defined in order to receive any
25922messages over an SMTP connection. For an example, see the ACL in the default
25923configuration file.
25924
25925
25926
25927
25928Data for message ACLs
25929~~~~~~~~~~~~~~~~~~~~~
25930cindex:[{ACL},data for message ACL]
068aaea8
PH
25931cindex:[$domain$]
25932cindex:[$local_part$]
25933cindex:[$sender_address$]
25934cindex:[$sender_host_address$]
25935When a MAIL or RCPT ACL, or either of the DATA ACLs, is running, the variables
25936that contain information about the host and the message's sender (for example,
25937$sender_host_address$ and $sender_address$) are set, and can be used in ACL
25938statements. In the case of RCPT (but not MAIL or DATA), $domain$ and
25939$local_part$ are set from the argument address.
168e428f
PH
25940
25941When an ACL for the AUTH parameter of MAIL is running, the variables that
25942contain information about the host are set, but $sender_address$ is not yet
25943set. Section <<SECTauthparamail>> contains a discussion of this parameter and
25944how it is used.
25945
068aaea8 25946cindex:[$message_size$]
168e428f
PH
25947The $message_size$ variable is set to the value of the SIZE parameter on
25948the MAIL command at MAIL, RCPT and pre-data time, or to -1 if
25949that parameter is not given. The value is updated to the true message size by
25950the time the final DATA ACL is run (after the message data has been
25951received).
25952
068aaea8
PH
25953cindex:[$rcpt_count$]
25954cindex:[$recipients_count$]
25955The $rcpt_count$ variable increases by one for each RCPT command received. The
25956$recipients_count$ variable increases by one each time a RCPT command is
25957accepted, so while an ACL for RCPT is being processed, it contains the number
25958of previously accepted recipients. At DATA time (for both the DATA ACLs),
25959$rcpt_count$ contains the total number of RCPT commands, and $recipients_count$
25960contains the total number of accepted recipients.
168e428f
PH
25961
25962
25963
25964
25965
25966[[SECTdatfornon]]
25967Data for non-message ACLs
25968~~~~~~~~~~~~~~~~~~~~~~~~~
25969cindex:[{ACL},data for non-message ACL]
068aaea8 25970cindex:[$smtp_command_argument$]
168e428f
PH
25971When an ACL is being run for AUTH, EHLO, ETRN, EXPN, HELO, STARTTLS, or VRFY,
25972the remainder of the SMTP command line is placed in $smtp_command_argument$.
25973This can be tested using a %condition% condition. For example, here is an ACL
25974for use with AUTH, which insists that either the session is encrypted, or the
25975CRAM-MD5 authentication method is used. In other words, it does not permit
25976authentication methods that use cleartext passwords on unencrypted connections.
25977
25978....
25979acl_check_auth:
25980 accept encrypted = *
25981 accept condition = ${if eq{${uc:$smtp_command_argument}}\
25982 {CRAM-MD5}}
25983 deny message = TLS encryption or CRAM-MD5 required
25984....
25985
25986(Another way of applying this restriction is to arrange for the authenticators
25987that use cleartext passwords not to be advertised when the connection is not
25988encrypted. You can use the generic %server_advertise_condition% authenticator
25989option to do this.)
25990
25991
25992
25993Format of an ACL
25994~~~~~~~~~~~~~~~~
25995cindex:[{ACL},format of]
25996cindex:[{ACL},verbs; definition of]
25997An individual ACL consists of a number of statements. Each statement starts
25998with a verb, optionally followed by a number of conditions and ``modifiers''.
25999Modifiers can change the way the verb operates, define error and log messages,
26000set variables, insert delays, and vary the processing of accepted messages.
26001
26002If all the conditions are met, the verb is obeyed. The same condition may be
26003used (with different arguments) more than once in the same statement. This
26004provides a means of specifying an ``and'' conjunction between conditions. For
26005example:
26006
26007 deny dnslists = list1.example
26008 dnslists = list2.example
26009
26010If there are no conditions, the verb is always obeyed. Exim stops evaluating
26011the conditions and modifiers when it reaches a condition that fails. What
26012happens then depends on the verb (and in one case, on a special modifier). Not
26013all the conditions make sense at every testing point. For example, you cannot
26014test a sender address in the ACL that is run for a VRFY command.
26015
26016
26017ACL verbs
26018~~~~~~~~~
26019The ACL verbs are as follows:
26020
26021- cindex:[%accept%, ACL verb]
26022%accept%: If all the conditions are met, the ACL returns ``accept''. If any of
26023the conditions are not met, what happens depends on whether %endpass% appears
26024among the conditions (for syntax see below). If the failing condition is before
26025%endpass%, control is passed to the next ACL statement; if it is after
26026%endpass%, the ACL returns ``deny''. Consider this statement, used to check a
26027RCPT command:
26028
26029 accept domains = +local_domains
26030 endpass
26031 verify = recipient
26032+
26033If the recipient domain does not match the %domains% condition, control passes
26034to the next statement. If it does match, the recipient is verified, and the
26035command is accepted if verification succeeds. However, if verification fails,
26036the ACL yields ``deny'', because the failing condition is after %endpass%.
26037
26038- cindex:[%defer%, ACL verb]
26039%defer%: If all the conditions are met, the ACL returns ``defer'' which, in an
26040SMTP session, causes a 4##'xx' response to be given. For a non-SMTP ACL,
26041%defer% is the same as %deny%, because there is no way of sending a temporary
26042error. For a RCPT command, %defer% is much the same as using a
26043^redirect^ router and `:defer:` while verifying, but the %defer% verb can
26044be used in any ACL, and even for a recipient it might be a simpler approach.
26045
26046- cindex:[%deny%, ACL verb]
26047%deny%: If all the conditions are met, the ACL returns ``deny''. If any of the
26048conditions are not met, control is passed to the next ACL statement. For
26049example,
26050
26051 deny dnslists = blackholes.mail-abuse.org
26052+
26053rejects commands from hosts that are on a DNS black list.
26054
26055- cindex:[%discard%, ACL verb]
26056%discard%: This verb behaves like %accept%, except that it returns ``discard''
26057from the ACL instead of ``accept''. It is permitted only on ACLs that are
26058concerned with receiving messages, and it causes recipients to be discarded.
26059If the %log_message% modifier is set when %discard% operates, its contents are
26060added to the line that is automatically written to the log.
26061+
26062If %discard% is used in an ACL for RCPT, just the one recipient is
26063discarded; if used for MAIL, DATA or in the non-SMTP ACL, all the
26064message's recipients are discarded. Recipients that are discarded before
26065DATA do not appear in the log line when the %log_recipients% log selector
26066is set.
26067
26068- cindex:[%drop%, ACL verb]
26069%drop%: This verb behaves like %deny%, except that an SMTP connection is
26070forcibly closed after the 5##'xx' error message has been sent. For example:
26071
26072 drop message = I don't take more than 20 RCPTs
26073
26074 condition = ${if > {$rcpt_count}{20}}
26075+
26076There is no difference between %deny% and %drop% for the connect-time ACL. The
26077connection is always dropped after sending a 550 response.
26078
26079- cindex:[%require%, ACL verb]
26080%require%: If all the conditions are met, control is passed to the next ACL
26081statement. If any of the conditions are not met, the ACL returns ``deny''. For
26082example, when checking a RCPT command,
26083
26084 require verify = sender
26085+
26086passes control to subsequent statements only if the message's sender can be
26087verified. Otherwise, it rejects the command.
26088
26089- cindex:[%warn%, ACL verb]
26090%warn%: If all the conditions are met, a header line is added to an incoming
26091message and/or a line is written to Exim's main log. In all cases, control
26092passes to the next ACL statement. The text of the added header line and the log
26093line are specified by modifiers; if they are not present, a %warn% verb just
26094checks its conditions and obeys any ``immediate'' modifiers such as %set% and
26095%logwrite%. There is more about adding header lines in section
26096<<SECTaddheadwarn>>.
26097+
26098If any condition on a %warn% statement cannot be completed (that is, there is
26099some sort of defer), no header lines are added and the configured log line is
26100not written. No further conditions or modifiers in the %warn% statement are
26101processed. The incident is logged, but the ACL continues to be processed, from
26102the next statement onwards.
26103+
26104If a %message% modifier is present on a %warn% verb in an ACL that is not
26105testing an incoming message, it is ignored, and the incident is logged.
26106+
26107A %warn% statement may use the %log_message% modifier to cause a line to be
26108written to the main log when the statement's conditions are true.
26109If an identical log line is requested several times in the same message, only
26110one copy is actually written to the log. If you want to force duplicates to be
26111written, use the %logwrite% modifier instead.
26112+
068aaea8 26113cindex:[$acl_verify_message$]
168e428f
PH
26114When one of the %warn% conditions is an address verification that fails, the
26115text of the verification failure message is in $acl_verify_message$. If you
26116want this logged, you must set it up explicitly. For example:
26117
26118 warn !verify = sender
26119 log_message = sender verify failed: $acl_verify_message
26120
26121At the end of each ACL there is an implicit unconditional %deny%.
26122
26123As you can see from the examples above, the conditions and modifiers are
26124written one to a line, with the first one on the same line as the verb, and
26125subsequent ones on following lines. If you have a very long condition, you can
26126continue it onto several physical lines by the usual backslash continuation
26127mechanism. It is conventional to align the conditions vertically.
26128
26129
26130
26131[[SECTaclvariables]]
26132ACL variables
26133~~~~~~~~~~~~~
26134cindex:[{ACL},variables]
26135There are some special variables that can be set during ACL processing. They
26136can be used to pass information between different ACLs, different invocations
26137of the same ACL in the same SMTP connection, and between ACLs and the routers,
26138transports, and filters that are used to deliver a message. There are two sets
26139of these variables:
26140
26141- The values of $acl_c0$ to $acl_c9$ persist throughout an SMTP connection.
26142They are never reset. Thus, a value that is set while receiving one message is
26143still available when receiving the next message on the same SMTP connection.
26144
26145- The values of $acl_m0$ to $acl_m9$ persist only while a message is being
26146received. They are reset afterwards. They are also reset by MAIL, RSET,
26147EHLO, HELO, and after starting up a TLS session.
26148
26149When a message is accepted, the current values of all the ACL variables are
26150preserved with the message and are subsequently made available at delivery
26151time. The ACL variables are set by modifier called %set%. For example:
26152
26153 accept hosts = whatever
26154 set acl_m4 = some value
26155
26156*Note*: a leading dollar sign is not used when naming a variable that is to
26157be set. If you want to set a variable without taking any action, you can use a
26158%warn% verb without any other modifiers or conditions.
26159
26160
26161
26162Condition and modifier processing
26163~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
26164cindex:[{ACL},conditions; processing]
26165cindex:[{ACL},modifiers; processing]
068aaea8 26166An exclamation mark preceding a condition negates its result. For example:
168e428f
PH
26167
26168 deny domains = *.dom.example
26169 !verify = recipient
26170
068aaea8
PH
26171[revisionflag="changed"]
26172causes the ACL to return ``deny'' if the recipient domain ends in 'dom.example'
26173and the recipient address cannot be verified. Sometimes negation can be used on
26174the right-hand side of a condition. For example, these two statements are
26175equivalent:
26176
26177[revisionflag="changed"]
26178....
26179deny hosts = !192.168.3.4
26180deny !hosts = 192.168.3.4
26181....
26182
26183[revisionflag="changed"]
26184However, for many conditions (%verify% being a good example), only left-hand
26185side negation of the whole condition is possible.
168e428f
PH
26186
26187The arguments of conditions and modifiers are expanded. A forced failure
26188of an expansion causes a condition to be ignored, that is, it behaves as if the
26189condition is true. Consider these two statements:
26190
26191....
26192accept senders = ${lookup{$host_name}lsearch\
26193 {/some/file}{$value}fail}
26194accept senders = ${lookup{$host_name}lsearch\
26195 {/some/file}{$value}{}}
26196....
26197
26198Each attempts to look up a list of acceptable senders. If the lookup succeeds,
26199the returned list is searched, but if the lookup fails the behaviour is
26200different in the two cases. The %fail% in the first statement causes the
26201condition to be ignored, leaving no further conditions. The %accept% verb
26202therefore succeeds. The second statement, however, generates an empty list when
26203the lookup fails. No sender can match an empty list, so the condition fails,
26204and therefore the %accept% also fails.
26205
26206ACL modifiers appear mixed in with conditions in ACL statements. Some of them
26207specify actions that are taken as the conditions for a statement are checked;
26208others specify text for messages that are used when access is denied or a
26209warning is generated. The %control% modifier affects the way an incoming
26210message is handled.
26211
26212The positioning of the modifiers in an ACL statement important, because the
26213processing of a verb ceases as soon as its outcome is known. Only those
26214modifiers that have already been encountered will take effect. For example,
26215consider this use of the %message% modifier:
26216
26217 require message = Can't verify sender
26218 verify = sender
26219 message = Can't verify recipient
26220 verify = recipient
26221 message = This message cannot be used
26222
26223If sender verification fails, Exim knows that the result of the statement is
26224``deny'', so it goes no further. The first %message% modifier has been seen, so
26225its text is used as the error message. If sender verification succeeds, but
26226recipient verification fails, the second message is used. If recipient
26227verification succeeds, the third message becomes ``current'', but is never used
26228because there are no more conditions to cause failure.
26229
26230For the %deny% verb, on the other hand, it is always the last %message%
26231modifier that is used, because all the conditions must be true for rejection to
26232happen. Specifying more than one %message% modifier does not make sense, and
26233the message can even be specified after all the conditions. For example:
26234
26235 deny hosts = ...
26236 !senders = *@my.domain.example
26237 message = Invalid sender from client host
26238
26239The ``deny'' result does not happen until the end of the statement is reached,
26240by which time Exim has set up the message.
26241
26242
26243
26244[[SECTACLmodi]]
26245ACL modifiers
26246~~~~~~~~~~~~~
26247cindex:[{ACL},modifiers; list of]
26248The ACL modifiers are as follows:
26249
26250*control*~=~<'text'>::
26251cindex:[%control%, ACL modifier]
26252This modifier affects the subsequent processing of the SMTP connection or of an
26253incoming message that is accepted. The effect of the first type of control
26254lasts for the duration of the connection, whereas the effect of the second type
26255lasts only until the current message has been received. The message-specific
26256controls always apply to the whole message, not to individual recipients,
26257even if the %control% modifier appears in a RCPT ACL.
26258+
26259As there are now quite a few controls that can be applied, they are described
26260separately in section <<SECTcontrols>>. The %control% modifier can be used in
26261several different ways. For example:
26262+
26263- It can be at the end of an %accept% statement:
26264+
26265....
26266 accept ...some conditions
26267 control = queue_only
26268....
26269+
26270In this case, the control is applied when this statement yields ``accept'', in
26271other words, when the conditions are all true.
26272
26273- It can be in the middle of an %accept% statement:
26274+
26275....
26276 accept ...some conditions...
26277 control = queue_only
26278 ...some more conditions...
26279....
26280+
26281If the first set of conditions are true, the control is applied, even if the
26282statement does not accept because one of the second set of conditions is false.
26283In this case, some subsequent statement must yield ``accept'' for the control to
26284be relevant.
26285
26286- It can be used with %warn% to apply the control, leaving the
26287decision about accepting or denying to a subsequent verb. For
26288example:
26289+
26290....
26291 warn ...some conditions...
26292 control = freeze
26293 accept ...
26294....
26295+
26296This example of %warn% does not contain %message%, %log_message%, or
26297%logwrite%, so it does not add anything to the message and does not write a log
26298entry.
26299
26300- If you want to apply a control unconditionally, you can use it with a
26301%require% verb. For example:
26302+
26303....
26304 require control = no_multiline_response
26305....
26306
26307///
26308End of bulleted list, continue with variable list
26309///
26310
26311
26312*delay*~=~<'time'>::
26313cindex:[%delay%, ACL modifier]
26314cindex:[%-bh% option]
26315This modifier causes Exim to wait for the time interval before proceeding. The
26316time is given in the usual Exim notation. This modifier may appear in any ACL.
26317The delay happens as soon as the modifier is processed. However, when testing
26318Exim using the %-bh% option, the delay is not actually imposed (an appropriate
26319message is output instead).
26320+
26321Like %control%, %delay% can be used with %accept% or
26322%deny%, for example:
26323
26324 deny ...some conditions...
26325 delay = 30s
26326+
26327The delay happens if all the conditions are true, before the statement returns
26328``deny''. Compare this with:
26329
26330 deny delay = 30s
26331 ...some conditions...
26332+
26333which waits for 30s before processing the conditions. The %delay% modifier can
26334also be used with %warn% and together with %control%:
26335
26336 warn ...some conditions...
26337 delay = 2m
26338 control = freeze
26339 accept ...
26340
26341*endpass*::
26342cindex:[%endpass%, ACL modifier]
26343This modifier, which has no argument, is recognized only in %accept%
26344statements. It marks the boundary between the conditions whose failure causes
26345control to pass to the next statement, and the conditions whose failure causes
26346the ACL to return ``deny''. See the description of %accept% above.
26347
26348*log_message*~=~<'text'>::
26349cindex:[%log_message%, ACL modifier]
26350This modifier sets up a message that is used as part of the log message if the
26351ACL denies access or a %warn% statement's conditions are true. For example:
26352
26353 require log_message = wrong cipher suite $tls_cipher
26354 encrypted = DES-CBC3-SHA
26355+
26356%log_message% adds to any underlying error message that may exist because of
26357the condition failure. For example, while verifying a recipient address, a
26358':fail:' redirection might have already set up a message. Although the message
26359is usually defined before the conditions to which it applies, the expansion
26360does not happen until Exim decides that access is to be denied. This means that
26361any variables that are set by the condition are available for inclusion in the
26362message. For example, the $dnslist_$<'xxx'> variables are set after a DNS
26363black list lookup succeeds. If the expansion of %log_message% fails, or if the
26364result is an empty string, the modifier is ignored.
26365+
068aaea8 26366cindex:[$acl_verify_message$]
168e428f
PH
26367If you want to use a %warn% statement to log the result of an address
26368verification, you can use $acl_verify_message$ to include the verification
26369error message.
26370+
26371If %log_message% is used with a %warn% statement, ``Warning:'' is added to the
26372start of the logged message. If the same warning log message is requested more
26373than once while receiving a single email message, only one copy is actually
26374logged. If you want to log multiple copies, use %logwrite% instead of
26375%log_message%. In the absence of %log_message% and %logwrite%, nothing is
26376logged for a succesful %warn% statement.
26377+
26378If %log_message% is not present and there is no underlying error message (for
26379example, from the failure of address verification), but %message% is present,
26380the %message% text is used for logging rejections. However, if any text for
26381logging contains newlines, only the first line is logged. In the absence of
26382both %log_message% and %message%, a default built-in message is used for
26383logging rejections.
26384
26385*logwrite*~=~<'text'>::
26386cindex:[%logwrite%, ACL modifier]
26387cindex:[logging in ACL, immediate]
26388This modifier writes a message to a log file as soon as it is encountered when
26389processing an ACL. (Compare %log_message%, which, except in the case of
26390%warn%, is used only if the ACL statement denies access.) The %logwrite%
26391modifier can be used to log special incidents in ACLs. For example:
26392
26393 accept <some special conditions>
26394 control = freeze
26395 logwrite = froze message because ...
26396+
26397By default, the message is written to the main log. However, it may begin
26398with a colon, followed by a comma-separated list of log names, and then
26399another colon, to specify exactly which logs are to be written. For
26400example:
26401
26402 logwrite = :main,reject: text for main and reject logs
26403 logwrite = :panic: text for panic log only
26404
26405*message*~=~<'text'>::
26406cindex:[%message%, ACL modifier]
26407This modifier sets up a text string that is expanded and used as an error
26408message if the current statement causes the ACL to deny access. The expansion
26409happens at the time Exim decides that access is to be denied, not at the time
26410it processes %message%. If the expansion fails, or generates an empty string,
26411the modifier is ignored. For ACLs that are triggered by SMTP commands, the
26412message is returned as part of the SMTP error response.
26413+
26414The %message% modifier is also used with the %warn% verb to specify one or more
26415header lines to be added to an incoming message when all the conditions are
26416true. See section <<SECTaddheadwarn>> for more details. If %message% is used
26417with %warn% in an ACL that is not concerned with receiving a message, it has no
26418effect.
26419+
26420The text is literal; any quotes are taken as literals, but because the string
26421is expanded, backslash escapes are processed anyway. If the message contains
26422newlines, this gives rise to a multi-line SMTP response. Like %log_message%,
26423the contents of %message% are not expanded until after a condition has failed.
26424+
068aaea8 26425cindex:[$acl_verify_message$]
168e428f
PH
26426If %message% is used on a statement that verifies an address, the message
26427specified overrides any message that is generated by the verification process.
26428However, the original message is available in the variable
068aaea8
PH
26429$acl_verify_message$, so you can incorporate it into your message if you wish.
26430In particular, if you want the text from %:fail:% items in ^redirect^ routers
26431to be passed back as part of the SMTP response, you should either not use a
26432%message% modifier, or make use of $acl_verify_message$.
168e428f
PH
26433
26434*set*~<'acl_name'>~=~<'value'>::
26435cindex:[%set%, ACL modifier]
26436This modifier puts a value into one of the ACL variables (see section
26437<<SECTaclvariables>>).
26438
26439
26440
26441[[SECTcontrols]]
26442Use of the control modifier
26443~~~~~~~~~~~~~~~~~~~~~~~~~~~
26444cindex:[%control%, ACL modifier]
26445The %control% modifier supports the following settings:
26446
26447*control~=~caseful_local_part*::
26448See below.
26449
26450*control~=~caselower_local_part*::
26451cindex:[{ACL},case of local part in]
26452cindex:[case of local parts]
068aaea8 26453cindex:[$local_part$]
168e428f
PH
26454These two controls are permitted only in the ACL specified by %acl_smtp_rcpt%
26455(that is, during RCPT processing). By default, the contents of $local_part$ are
26456lower cased before ACL processing. If ``caseful_local_part'' is specified, any
26457uppercase letters in the original local part are restored in $local_part$ for
26458the rest of the ACL, or until a control that sets ``caselower_local_part'' is
26459encountered.
26460+
26461These controls affect only the current recipient. Moreover, they apply only to
26462local part handling that takes place directly in the ACL (for example, as a key
26463in lookups). If a test to verify the recipient is obeyed, the case-related
26464handling of the local part during the verification is controlled by the router
26465configuration (see the %caseful_local_part% generic router option).
26466+
26467This facility could be used, for example, to add a spam score to local parts
26468containing upper case letters. For example, using $acl_m4$ to accumulate the
26469spam score:
26470+
26471....
26472warn control = caseful_local_part
26473 set acl_m4 = ${eval:\
26474 $acl_m4 + \
26475 ${if match{$local_part}{[A-Z]}{1}{0}}\
26476 }
26477 control = caselower_local_part
26478....
26479+
26480Notice that we put back the lower cased version afterwards, assuming that
26481is what is wanted for subsequent tests.
26482
26483*control~=~enforce_sync*::
26484See below.
26485
26486*control~=~no_enforce_sync*::
26487cindex:[SMTP,synchronization checking]
26488cindex:[synchronization checking in SMTP]
26489These controls make it possible to be selective about when SMTP synchronization
26490is enforced. The global option %smtp_enforce_sync% specifies the initial
26491state of the switch (it is true by default). See the description of this option
26492in chapter <<CHAPmainconfig>> for details of SMTP synchronization checking.
26493+
26494The effect of these two controls lasts for the remainder of the SMTP
26495connection. They can appear in any ACL except the one for the non-SMTP
26496messages. The most straightforward place to put them is in the ACL defined by
26497%acl_smtp_connect%, which is run at the start of an incoming SMTP connection,
26498before the first synchronization check. The expected use is to turn off the
26499synchronization checks for badly-behaved hosts that you nevertheless need to
26500work with.
26501
068aaea8
PH
26502
26503[revisionflag="changed"]
26504*control~=~fakedefer/*<'message'>::
26505cindex:[fake defer]
26506cindex:[defer,fake]
26507This control works in exactly the same way as %fakereject% (described below)
26508except that it causes an SMTP 450 response after the message data instead of a
26509550 response. You must take care when using %fakedefer% because it causes the
26510messages to be duplicated when the sender retries. Therefore, you should not
26511use %fakedefer% if the message is to be delivered normally.
26512
26513
168e428f
PH
26514*control~=~fakereject/*<'message'>::
26515cindex:[fake rejection]
26516cindex:[rejection, fake]
26517This control is permitted only for the MAIL, RCPT, and DATA ACLs, in other
26518words, only when an SMTP message is being received. If Exim accepts the
26519message, instead the final 250 response, a 550 rejection message is sent.
26520However, Exim proceeds to deliver the message as normal. The control applies
26521only to the current message, not to any subsequent ones that may be received in
26522the same SMTP connection.
26523+
26524The text for the 550 response is taken from the %control% modifier. If no
26525message is supplied, the following is used:
26526
26527 550-Your message has been rejected but is being
26528 550-kept for evaluation.
26529 550-If it was a legitimate message, it may still be
26530 550 delivered to the target recipient(s).
26531+
26532This facilty should be used with extreme caution.
26533
26534*control~=~freeze*::
26535cindex:[frozen messages,forcing in ACL]
26536This control is permitted only for the MAIL, RCPT, DATA, and non-SMTP ACLs, in
26537other words, only when a message is being received. If the message is accepted,
26538it is placed on Exim's queue and frozen. The control applies only to the
26539current message, not to any subsequent ones that may be received in the same
26540SMTP connection.
26541
26542*control~=~no_mbox_unspool*::
26543This control is available when Exim is compiled with the content scanning
26544extension. Content scanning may require a copy of the current message, or parts
26545of it, to be written in ``mbox format'' to a spool file, for passing to a virus
26546or spam scanner. Normally, such copies are deleted when they are no longer
26547needed. If this control is set, the copies are not deleted. The control applies
26548only to the current message, not to any subsequent ones that may be received in
26549the same SMTP connection. It is provided for debugging purposes and is unlikely
26550to be useful in production.
26551
26552*control~=~no_multiline_response*::
26553cindex:[multiline responses, suppressing]
26554This control is permitted for any ACL except the one for non-SMTP messages.
26555It seems that there are broken clients in use that cannot handle multiline
26556SMTP responses, despite the fact that RFC 821 defined them over 20 years ago.
26557+
26558If this control is set, multiline SMTP responses from ACL rejections are
26559suppressed. One way of doing this would have been to put out these responses as
26560one long line. However, RFC 2821 specifies a maximum of 512 bytes per response
26561(``use multiline responses for more'' it says -- ha!), and some of the responses
26562might get close to that. So this facility, which is after all only a sop to
26563broken clients, is implemented by doing two very easy things:
26564+
26565--
26566. Extra information that is normally output as part of a rejection caused by
26567sender verification failure is omitted. Only the final line (typically ``sender
26568verification failed'') is sent.
26569
26570. If a %message% modifier supplies a multiline response, only the first
26571line is output.
26572--
26573+
26574The setting of the switch can, of course, be made conditional on the
26575calling host. Its effect lasts until the end of the SMTP connection.
26576
26577*control~=~queue_only*::
26578cindex:[%queue_only%]
26579cindex:[queueing incoming messages]
26580This control is permitted only for the MAIL, RCPT, DATA, and non-SMTP ACLs, in
26581other words, only when a message is being received. If the message is accepted,
26582it is placed on Exim's queue and left there for delivery by a subsequent queue
26583runner. No immediate delivery process is started. In other words, it has the
26584effect as the %queue_only% global option. However, the control applies only to
26585the current message, not to any subsequent ones that may be received in the
26586same SMTP connection.
26587
26588*control~=~submission/*<'options'>::
26589cindex:[message,submission]
26590cindex:[submission mode]
26591This control is permitted only for the MAIL, RCPT, and start of data ACLs (the
26592latter is the one defined by %acl_smtp_predata%). Setting it tells Exim that
26593the current message is a submission from a local MUA. In this case, Exim
26594operates in ``submission mode'', and applies certain fixups to the message if
26595necessary. For example, it add a 'Date:' header line if one is not present.
26596This control is not permitted in the %acl_smtp_data% ACL, because that is too
26597late (the message has already been created).
26598+
26599Chapter <<CHAPmsgproc>> describes the processing that Exim applies to messages.
26600Section <<SECTsubmodnon>> covers the processing that happens in submission mode;
26601the available options for this control are described there. The control applies
26602only to the current message, not to any subsequent ones that may be received in
26603the same SMTP connection.
26604
068aaea8
PH
26605[revisionflag="changed"]
26606*control~=~suppress_local_fixups*::
26607cindex:[submission fixups,suppressing]
26608This control applies to locally submitted (non TCP/IP) messages, and is the
26609complement of `control = submission`. It disables the fixups that are normally
26610applied to locally-submitted messages. Specifically:
26611+
26612--
26613[revisionflag="changed"]
26614- Any 'Sender:' header line is left alone (in this respect, it is a
26615dynamic version of %local_sender_retain%).
26616
26617[revisionflag="changed"]
26618- No 'Message-ID:', 'From:', or 'Date:' header lines are added.
26619
26620[revisionflag="changed"]
26621- There is no check that 'From:' corresponds to the actual sender.
26622--
26623+
26624[revisionflag="changed"]
26625This feature may be useful when a remotely-originated message is accepted,
26626passed to some scanning program, and then re-submitted for delivery.
26627
26628[revisionflag="changed"]
26629All four possibilities for message fixups can be specified:
26630
26631[revisionflag="changed"]
26632- Locally submitted, fixups applied: the default.
26633
26634[revisionflag="changed"]
26635- Locally submitted, no fixups applied: use `control = suppress_local_fixups`.
26636
26637[revisionflag="changed"]
26638- Remotely submitted, no fixups applied: the default.
26639
26640[revisionflag="changed"]
26641- Remotely submitted, fixups applied: use `control = submission`.
26642
26643
26644
168e428f
PH
26645
26646
26647[[SECTaddheadwarn]]
26648Adding header lines with the warn verb
26649~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
26650cindex:[header lines,adding in an ACL]
26651cindex:[header lines,position of added lines]
26652cindex:[%warn%, ACL verb]
26653cindex:[%message%, ACL modifier]
26654The %message% modifier can be used on a %warn% statement to add an extra header
26655line to an incoming message, as in this example:
26656
26657....
26658warn message = X-blacklisted-at: $dnslist_domain
26659 dnslists = sbl.spamhaus.org : \
26660 dialup.mail-abuse.org
26661....
26662
26663If an identical header line is requested several times (provoked, for example,
26664by multiple RCPT commands), only one copy is actually added to the message.
26665If the text of the %message% modifier contains one or more newlines that are
26666not followed by a space or a tab, it is assumed to contain multiple header
26667lines. Each one is checked for valid syntax; `X-ACL-Warn:` is added to the
26668front of any line that is not a valid header line.
26669
26670By default, new lines are added at the end of the existing header lines.
26671However, you can specify that any particular header line should be added right
26672at the start (before all the 'Received:' lines), immediately after the first
26673block of 'Received:' lines, or immediately before any line that is not a
26674'Received:' or 'Resent-something:' header.
26675
26676This is done by specifying ``:at_start:'', ``:after_received:'', or
26677``:at_start_rfc:'' (or, for completeness, ``:at_end:'') before the text of the
26678header line, respectively. (Header text cannot start with a colon, as there has
26679to be a header name first.) For example:
26680
26681 warn message = :after_received:X-My-Header: something or other...
26682
26683
26684If more than one header is supplied in a single warn statement, each one is
26685treated independently and can therefore be placed differently. If you add
26686more than one line at the start, or after the Received: block, they will
26687end up in reverse order.
26688
26689*Warning*: This facility currently applies only to header lines that are
26690added in an ACL. It does NOT work for header lines that are added in a
26691system filter or in a router or transport.
26692
068aaea8 26693[revisionflag="changed"]
168e428f 26694cindex:[header lines,added; visibility of]
068aaea8
PH
26695Header lines that are added by an ACL at MAIL or RCPT time are not visible in
26696string expansions in ACLs for subsequent RCPT commands or in the
168e428f 26697%acl_smtp_predata% ACL. However, they are visible in string expansions in the
068aaea8
PH
26698ACL that is run after DATA is complete (the %acl_smtp_data% ACL). This is also
26699true for header lines that are added in the %acl_smtp_predata% ACL. However,
26700header lines that are added in the %acl_smtp_data% itself are not visible
26701during that ACL. If a message is rejected after DATA, all added header lines
26702are included in the entry that is written to the reject log.
168e428f
PH
26703
26704If you want to preserve data between MAIL, RCPT, and the
26705%acl_smtp_predata% ACLs, you can use ACL variables, as described in section
26706<<SECTaclvariables>>.
26707
26708
26709
26710
26711
26712[[SECTaclconditions]]
26713ACL conditions
26714~~~~~~~~~~~~~~
26715cindex:[{ACL},conditions; list of]
26716Some of conditions listed in this section are available only when Exim is
26717compiled with the content-scanning extension. They are included here briefly
26718for completeness. More detailed descriptions can be found in the discussion on
26719content scanning in chapter <<CHAPexiscan>>.
26720
26721Not all conditions are relevant in all circumstances. For example, testing
26722senders and recipients does not make sense in an ACL that is being run as the
26723result of the arrival of an ETRN command, and checks on message headers can be
26724done only in the ACLs specified by %acl_smtp_data% and %acl_not_smtp%. You can
26725use the same condition (with different parameters) more than once in the same
26726ACL statement. This provides a way of specifying an ``and'' conjunction. The
26727conditions are as follows:
26728
26729
26730*acl~=~*<'name~of~acl~or~ACL~string~or~file~name~'>::
26731cindex:[{ACL},nested]
26732cindex:[{ACL},indirect]
26733cindex:[%acl%, ACL condition]
26734The possible values of the argument are the same as for the %acl_smtp_%##'xxx'
26735options. The named or inline ACL is run. If it returns ``accept'' the condition
26736is true; if it returns ``deny'' the condition is false. If it returns
26737``defer'', the current ACL returns ``defer'' unless the condition is on a
26738%warn% verb. In that case, a ``defer'' return makes the condition false. This
26739means that further processing of the %warn% verb ceases, but processing of the
26740ACL continues.
26741+
26742If the nested %acl% returns ``drop'' and the outer condition denies access, the
26743connection is dropped. If it returns ``discard'', the verb must be %accept% or
26744%discard%, and the action is taken immediately -- no further conditions are
26745tested.
26746+
26747ACLs may be nested up to 20 deep; the limit exists purely to catch runaway
26748loops. This condition allows you to use different ACLs in different
26749circumstances. For example, different ACLs can be used to handle RCPT commands
26750for different local users or different local domains.
26751
26752*authenticated~=~*<'string~list'>::
26753cindex:[%authenticated%, ACL condition]
26754cindex:[authentication,ACL checking]
26755cindex:[{ACL},testing for authentication]
26756If the SMTP connection is not authenticated, the condition is false. Otherwise,
26757the name of the authenticator is tested against the list. To test for
26758authentication by any authenticator, you can set
26759
26760 authenticated = *
26761
26762*condition~=~*<'string'>::
26763cindex:[%condition%, ACL condition]
26764cindex:[customizing,ACL condition]
26765cindex:[{ACL},customized test]
26766cindex:[{ACL},testing; customized]
26767This feature allows you to make up custom conditions. If the result of
26768expanding the string is an empty string, the number zero, or one of the strings
26769``no'' or ``false'', the condition is false. If the result is any non-zero
26770number, or one of the strings ``yes'' or ``true'', the condition is true. For
26771any other values, some error is assumed to have occured, and the ACL returns
26772``defer''.
26773
26774*decode~=~*<'location'>::
26775cindex:[%decode%, ACL condition]
26776This condition is available only when Exim is compiled with the
26777content-scanning extension, and it is allowed only the the ACL defined by
26778%acl_smtp_mime%. It causes the current MIME part to be decoded into a file. For
26779details, see chapter <<CHAPexiscan>>.
26780
068aaea8
PH
26781*demime~=~*<'extension~list'>::
26782cindex:[%demime%, ACL condition]
26783This condition is available only when Exim is compiled with the
26784content-scanning extension. Its use is described in section <<SECTdemimecond>>.
26785
168e428f
PH
26786*dnslists~=~*<'list~of~domain~names~and~other~data'>::
26787cindex:[%dnslists%, ACL condition]
26788cindex:[DNS list,in ACL]
26789cindex:[black list (DNS)]
26790cindex:[{ACL},testing a DNS list]
26791This condition checks for entries in DNS black lists. These are also known as
26792``RBL lists'', after the original Realtime Blackhole List, but note that the
26793use of the lists at 'mail-abuse.org' now carries a charge. There are too many
26794different variants of this condition to describe briefly here. See sections
26795<<SECTmorednslists>>--<<SECTmorednslistslast>> for details.
26796
26797*domains~=~*<'domain~list'>::
26798cindex:[%domains%, ACL condition]
26799cindex:[domain,ACL checking]
26800cindex:[{ACL},testing a recipient domain]
068aaea8 26801cindex:[$domain_data$]
168e428f
PH
26802This condition is relevant only after a RCPT command. It checks that the domain
26803of the recipient address is in the domain list. If percent-hack processing is
26804enabled, it is done before this test is done. If the check succeeds with a
26805lookup, the result of the lookup is placed in $domain_data$ until the next
26806%domains% test.
26807
26808*encrypted~=~*<'string~list'>::
26809cindex:[%encrypted%, ACL condition]
26810cindex:[encryption,checking in an ACL]
26811cindex:[{ACL},testing for encryption]
26812If the SMTP connection is not encrypted, the condition is false. Otherwise, the
26813name of the cipher suite in use is tested against the list. To test for
26814encryption without testing for any specific cipher suite(s), set
26815
26816 encrypted = *
26817
26818*hosts~=~*<'~host~list'>::
26819cindex:[%hosts%, ACL condition]
26820cindex:[host,ACL checking]
26821cindex:[{ACL},testing the client host]
26822This condition tests that the calling host matches the host list. If you have
26823name lookups or wildcarded host names and IP addresses in the same host list,
26824you should normally put the IP addresses first. For example, you could have:
26825
26826 accept hosts = 10.9.8.7 : dbm;/etc/friendly/hosts
26827+
26828The reason for this lies in the left-to-right way that Exim processes lists.
26829It can test IP addresses without doing any DNS lookups, but when it reaches an
26830item that requires a host name, it fails if it cannot find a host name to
26831compare with the pattern. If the above list is given in the opposite order, the
26832%accept% statement fails for a host whose name cannot be found, even if its
26833IP address is 10.9.8.7.
26834+
26835If you really do want to do the name check first, and still recognize the IP
26836address even if the name lookup fails, you can rewrite the ACL like this:
26837
26838 accept hosts = dbm;/etc/friendly/hosts
26839 accept hosts = 10.9.8.7
26840+
26841The default action on failing to find the host name is to assume that the host
26842is not in the list, so the first %accept% statement fails. The second statement
26843can then check the IP address.
26844+
068aaea8 26845cindex:[$host_data$]
168e428f
PH
26846If a %hosts% condition is satisfied by means of a lookup, the result
26847of the lookup is made available in the $host_data$ variable. This
26848allows you, for example, to set up a statement like this:
26849
26850 deny hosts = net-lsearch;/some/file
26851 message = $host_data
26852+
26853which gives a custom error message for each denied host.
26854
26855*local_parts~=~*<'local~part~list'>::
26856cindex:[%local_parts%, ACL condition]
26857cindex:[local part,ACL checking]
26858cindex:[{ACL},testing a local part]
068aaea8 26859cindex:[$local_part_data$]
168e428f
PH
26860This condition is relevant only after a RCPT command. It checks that the local
26861part of the recipient address is in the list. If percent-hack processing is
26862enabled, it is done before this test. If the check succeeds with a lookup, the
068aaea8
PH
26863result of the lookup is placed in $local_part_data$, which remains set until
26864the next %local_parts% test.
168e428f
PH
26865
26866*malware~=~*<'option'>::
26867cindex:[%malware%, ACL condition]
26868cindex:[{ACL},virus scanning]
26869cindex:[{ACL},scanning for viruses]
26870This condition is available only when Exim is compiled with the
26871content-scanning extension. It causes the incoming message to be scanned for
26872viruses. For details, see chapter <<CHAPexiscan>>.
26873
26874*mime_regex~=~*<'list~of~regular~expressions'>::
26875cindex:[%mime_regex%, ACL condition]
26876cindex:[{ACL},testing by regex matching]
26877This condition is available only when Exim is compiled with the
26878content-scanning extension, and it is allowed only the the ACL defined by
26879%acl_smtp_mime%. It causes the current MIME part to be scanned for a match with
26880any of the regular expressions. For details, see chapter <<CHAPexiscan>>.
26881
068aaea8
PH
26882[revisionflag="changed"]
26883*ratelimit~=~*<'parameters'>::
26884cindex:[rate limiting]
26885This condition can be used to limit the rate at which a user or host submits
26886messages. Details are given in section <<SECTratelimiting>>.
26887
168e428f
PH
26888*recipients~=~*<'address~list'>::
26889cindex:[%recipients%, ACL condition]
26890cindex:[recipient,ACL checking]
26891cindex:[{ACL},testing a recipient]
26892This condition is relevant only after a RCPT command. It checks the entire
26893recipient address against a list of recipients.
26894
26895*regex~=~*<'list~of~regular~expressions'>::
26896cindex:[%regex%, ACL condition]
26897cindex:[{ACL},testing by regex matching]
26898This condition is available only when Exim is compiled with the
068aaea8
PH
26899content-scanning extension, and is available only in the DATA, MIME, and
26900non-SMTP ACLs. It causes the incoming message to be scanned for a match with
26901any of the regular expressions. For details, see chapter <<CHAPexiscan>>.
168e428f
PH
26902
26903*sender_domains~=~*<'domain~list'>::
26904cindex:[%sender_domains%, ACL condition]
26905cindex:[sender,ACL checking]
26906cindex:[{ACL},testing a sender domain]
068aaea8
PH
26907cindex:[$domain$]
26908cindex:[$sender_address_domain$]
168e428f
PH
26909This condition tests the domain of the sender of the message against the given
26910domain list. *Note*: the domain of the sender address is in
26911$sender_address_domain$. It is 'not' put in $domain$ during the testing of this
26912condition. This is an exception to the general rule for testing domain lists.
26913It is done this way so that, if this condition is used in an ACL for a RCPT
26914command, the recipient's domain (which is in $domain$) can be used to influence
26915the sender checking.
068aaea8
PH
26916+
26917[revisionflag="changed"]
26918*Note*: it is a bad idea to use this condition on its own as a control on
26919relaying, because sender addresses are easily, and commonly, forged.
168e428f
PH
26920
26921*senders~=~*<'address~list'>::
26922cindex:[%senders%, ACL condition]
26923cindex:[sender,ACL checking]
26924cindex:[{ACL},testing a sender]
26925This condition tests the sender of the message against the given list. To test
26926for a bounce message, which has an empty sender, set
26927
26928 senders = :
068aaea8
PH
26929+
26930[revisionflag="changed"]
26931*Note*: it is a bad idea to use this condition on its own as a control on
26932relaying, because sender addresses are easily, and commonly, forged.
168e428f
PH
26933
26934*spam~=~*<'username'>::
26935cindex:[%spam%, ACL condition]
26936cindex:[{ACL},scanning for spam]
26937This condition is available only when Exim is compiled with the
26938content-scanning extension. It causes the incoming message to be scanned by
26939SpamAssassin. For details, see chapter <<CHAPexiscan>>.
26940
26941*verify~=~certificate*::
26942cindex:[%verify%, ACL condition]
26943cindex:[TLS,client certificate verification]
26944cindex:[certificate,verification of client]
26945cindex:[{ACL},certificate verification]
26946cindex:[{ACL},testing a TLS certificate]
26947This condition is true in an SMTP session if the session is encrypted, and a
26948certificate was received from the client, and the certificate was verified. The
26949server requests a certificate only if the client matches %tls_verify_hosts% or
26950%tls_try_verify_hosts% (see chapter <<CHAPTLS>>).
26951
068aaea8
PH
26952[revisionflag="changed"]
26953*verify~=~csa*::
26954cindex:[CSA verification]
26955This condition checks whether the sending host (the client) is authorized to
26956send email. Details of how this works are given in section
26957<<SECTverifyCSA>>.
26958
168e428f
PH
26959*verify~=~header_sender/*<'options'>::
26960cindex:[%verify%, ACL condition]
26961cindex:[{ACL},verifying sender in the header]
26962cindex:[header lines,verifying the sender in]
26963cindex:[sender,verifying in header]
26964cindex:[verifying,sender in header]
26965This condition is relevant only in an ACL that is run after a message has been
26966received, that is, in an ACL specified by %acl_smtp_data% or %acl_not_smtp%. It
26967checks that there is a verifiable address in at least one of the 'Sender:',
26968'Reply-To:', or 'From:' header lines. Such an address is loosely thought of as
26969a ``sender'' address (hence the name of the test). However, an address that
26970appears in one of these headers need not be an address that accepts bounce
26971messages; only sender addresses in envelopes are required to accept bounces.
26972Therefore, if you use the callout option on this check, you might want to
26973arrange for a non-empty address in the MAIL command.
26974+
26975Details of address verification and the options are given later, starting at
26976section <<SECTaddressverification>> (callouts are described in section
26977<<SECTcallver>>). You can combine this condition with the %senders% condition to
26978restrict it to bounce messages only:
26979
26980 deny senders = :
26981 message = A valid sender header is required for bounces
26982 !verify = header_sender
26983
26984*verify~=~header_syntax*::
26985cindex:[%verify%, ACL condition]
26986cindex:[{ACL},verifying header syntax]
26987cindex:[header lines,verifying syntax]
26988cindex:[verifying,header syntax]
26989This condition is relevant only in an ACL that is run after a message has been
26990received, that is, in an ACL specified by %acl_smtp_data% or %acl_not_smtp%. It
26991checks the syntax of all header lines that can contain lists of addresses
26992('Sender:', 'From:', 'Reply-To:', 'To:', 'Cc:', and 'Bcc:'). Unqualified
26993addresses (local parts without domains) are permitted only in locally generated
26994messages and from hosts that match %sender_unqualified_hosts% or
26995%recipient_unqualified_hosts%, as appropriate.
26996+
26997Note that this condition is a syntax check only. However, a common spamming
26998ploy used to be to send syntactically invalid headers such as
26999
27000 To: @
27001+
27002and this condition can be used to reject such messages, though they are not as
27003common as they used to be.
27004
068aaea8 27005[revisionflag="changed"]
168e428f
PH
27006*verify~=~helo*::
27007cindex:[%verify%, ACL condition]
27008cindex:[{ACL},verifying HELO/EHLO]
27009cindex:[HELO,verifying]
27010cindex:[EHLO,verifying]
27011cindex:[verifying,EHLO]
27012cindex:[verifying,HELO]
27013This condition is true if a HELO or EHLO command has been received from the
068aaea8
PH
27014client host, and its contents have been verified. It there has been no previous
27015attempt to verify the the HELO/EHLO contents, it is carried out when this
27016condition is encountered. See the description of the %helo_verify_hosts% and
27017%helo_try_verify_hosts% options for details of how to request verification
27018independently of this condition.
27019
27020[revisionflag="changed"]
27021*verify~=~not_blind*::
27022cindex:[verifying,not blind]
27023cindex:[bcc recipients,verifying none]
27024This condition checks that there are no blind (bcc) recipients in the message.
27025Every envelope recipient must appear either in a 'To:' header line or in a
27026'Cc:' header line for this condition to be true. Local parts are checked
27027case-sensitively; domains are checked case-insensitively. If 'Resent-To:' or
27028'Resent-Cc:' header lines exist, they are also checked. This condition can be
27029used only in a DATA or non-SMTP ACL.
27030+
27031[revisionflag="changed"]
27032There are, of course, many legitimate messages that make use of blind
27033(bcc) recipients. This check should not be used on its own for blocking
27034messages.
27035
27036
168e428f
PH
27037
27038*verify~=~recipient/*<'options'>::
27039cindex:[%verify%, ACL condition]
27040cindex:[{ACL},verifying recipient]
27041cindex:[recipient,verifying]
27042cindex:[verifying,recipient]
068aaea8 27043cindex:[$address_data$]
168e428f
PH
27044This condition is relevant only after a RCPT command. It verifies the current
27045recipient. Details of address verification are given later, starting at section
27046<<SECTaddressverification>>. After a recipient has been verified, the value of
27047$address_data$ is the last value that was set while routing the address. This
27048applies even if the verification fails. When an address that is being verified
27049is redirected to a single address, verification continues with the new address,
27050and in that case, the subsequent value of $address_data$ is the value for the
27051child address.
27052
27053*verify~=~reverse_host_lookup*::
27054cindex:[%verify%, ACL condition]
27055cindex:[{ACL},verifying host reverse lookup]
27056cindex:[host,verifying reverse lookup]
27057This condition ensures that a verified host name has been looked up from the IP
27058address of the client host. (This may have happened already if the host name
27059was needed for checking a host list, or if the host matched %host_lookup%.)
27060Verification ensures that the host name obtained from a reverse DNS lookup, or
27061one of its aliases, does, when it is itself looked up in the DNS, yield the
27062original IP address.
27063+
27064If this condition is used for a locally generated message (that is, when there
27065is no client host involved), it always succeeds.
27066
27067*verify~=~sender/*<'options'>::
27068cindex:[%verify%, ACL condition]
27069cindex:[{ACL},verifying sender]
27070cindex:[sender,verifying]
27071cindex:[verifying,sender]
27072This condition is relevant only after a MAIL or RCPT command, or after a
27073message has been received (the %acl_smtp_data% or %acl_not_smtp% ACLs). If the
27074message's sender is empty (that is, this is a bounce message), the condition is
27075true. Otherwise, the sender address is verified.
27076+
068aaea8
PH
27077cindex:[$address_data$]
27078cindex:[$sender_address_data$]
168e428f
PH
27079If there is data in the $address_data$ variable at the end of routing, its
27080value is placed in $sender_address_data$ at the end of verification. This
27081value can be used in subsequent conditions and modifiers in the same ACL
27082statement. It does not persist after the end of the current statement. If you
27083want to preserve the value for longer, you can save it in an ACL variable.
27084+
27085Details of verification are given later, starting at section
27086<<SECTaddressverification>>. Exim caches the result of sender verification, to
27087avoid doing it more than once per message.
27088
27089*verify~=~sender=*<'address'>*/*<'options'>::
27090cindex:[%verify%, ACL condition]
27091This is a variation of the previous option, in which a modified address is
27092verified as a sender.
27093
27094
27095
27096[[SECTmorednslists]]
27097Using DNS lists
27098~~~~~~~~~~~~~~~
27099cindex:[DNS list,in ACL]
27100cindex:[black list (DNS)]
27101cindex:[{ACL},testing a DNS list]
27102In its simplest form, the %dnslists% condition tests whether the calling host
27103is on at least one of a number of DNS lists by looking up the inverted IP
27104address in one or more DNS domains. For example, if the calling host's IP
27105address is 192.168.62.43, and the ACL statement is
27106
27107....
27108deny dnslists = blackholes.mail-abuse.org : \
27109 dialups.mail-abuse.org
27110....
27111
27112the following records are looked up:
27113
27114 43.62.168.192.blackholes.mail-abuse.org
27115 43.62.168.192.dialups.mail-abuse.org
27116
27117As soon as Exim finds an existing DNS record, processing of the list stops.
27118Thus, multiple entries on the list provide an ``or'' conjunction. If you want to
27119test that a host is on more than one list (an ``and'' conjunction), you can use
27120two separate conditions:
27121
27122 deny dnslists = blackholes.mail-abuse.org
27123 dnslists = dialups.mail-abuse.org
27124
27125If a DNS lookup times out or otherwise fails to give a decisive answer, Exim
27126behaves as if the host does not match the list item, that is, as if the DNS
27127record does not exist. If there are further items in the DNS list, they are
27128processed.
27129
27130This is usually the required action when %dnslists% is used with %deny% (which
27131is the most common usage), because it prevents a DNS failure from blocking
27132mail. However, you can change this behaviour by putting one of the following
27133special items in the list:
27134
27135cindex:[`+include_unknown`]
27136cindex:[`+exclude_unknown`]
27137cindex:[`+defer_unknown`]
27138&&&
27139`+include_unknown ` behave as if the item is on the list
27140`+exclude_unknown ` behave as if the item is not on the list (default)
27141`+defer_unknown ` give a temporary error
27142&&&
27143Each of these applies to any subsequent items on the list. For example:
27144
27145 deny dnslists = +defer_unknown : foo.bar.example
27146
27147
27148Testing the list of domains stops as soon as a match is found. If you want to
27149warn for one list and block for another, you can use two different statements:
27150
27151 deny dnslists = blackholes.mail-abuse.org
27152 warn message = X-Warn: sending host is on dialups list
27153 dnslists = dialups.mail-abuse.org
27154
27155
27156DNS list lookups are cached by Exim for the duration of the SMTP session,
27157so a lookup based on the IP address is done at most once for any incoming
27158connection. Exim does not share information between multiple incoming
27159connections (but your local name server cache should be active).
27160
27161
27162
27163Specifying the IP address for a DNS list lookup
27164~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
27165cindex:[DNS list,keyed by explicit IP address]
27166By default, the IP address that is used in a DNS list lookup is the IP address
27167of the calling host. However, you can specify another IP address by listing it
27168after the domain name, introduced by a slash. For example:
27169
068aaea8 27170 deny dnslists = black.list.tld/192.168.1.2
168e428f
PH
27171
27172This feature is not very helpful with explicit IP addresses; it is intended for
27173use with IP addresses that are looked up, for example, the IP addresses of the
27174MX hosts or nameservers of an email sender address. For an example, see section
27175<<SECTmulkeyfor>> below.
27176
27177
27178
27179
27180DNS lists keyed on domain names
27181~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
27182cindex:[DNS list,keyed by domain name]
27183There are some lists that are keyed on domain names rather than inverted IP
27184addresses (see for example the 'domain based zones' link at
27185*http://www.rfc-ignorant.org/[]*). No reversing of components is used with
27186these lists. You can change the name that is looked up in a DNS list by listing
27187it after the domain name, introduced by a slash. For example,
27188
27189 deny message = Sender's domain is listed at $dnslist_domain
27190 dnslists = dsn.rfc-ignorant.org/$sender_address_domain
27191
27192This particular example is useful only in ACLs that are obeyed after the
27193RCPT or DATA commands, when a sender address is available. If (for
27194example) the message's sender is 'user@tld.example' the name that is looked
27195up by this example is
27196
27197 tld.example.dsn.rfc-ignorant.org
27198
27199A single %dnslists% condition can contain entries for both names and IP
27200addresses. For example:
27201
27202....
27203deny dnslists = sbl.spamhaus.org : \
27204 dsn.rfc-ignorant.org/$sender_address_domain
27205....
27206
27207The first item checks the sending host's IP address; the second checks a domain
27208name. The whole condition is true if either of the DNS lookups succeeds.
27209
27210
27211
27212
27213[[SECTmulkeyfor]]
27214Multiple explicit keys for a DNS list
27215~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
27216cindex:[DNS list,multiple keys for]
27217The syntax described above for looking up explicitly-defined values (either
27218names or IP addresses) in a DNS blacklist is a simplification. After the domain
27219name for the DNS list, what follows the slash can in fact be a list of items.
27220As with all lists in Exim, the default separator is a colon. However, because
27221this is a sublist within the list of DNS blacklist domains, it is necessary
27222either to double the separators like this:
27223
27224 dnslists = black.list.tld/name.1::name.2
27225
27226or to change the separator character, like this:
27227
27228 dnslists = black.list.tld/<;name.1;name.2
27229
27230If an item in the list is an IP address, it is inverted before the DNS
27231blacklist domain is appended. If it is not an IP address, no inversion
27232occurs. Consider this condition:
27233
27234 dnslists = black.list.tld/<;192.168.1.2;a.domain
27235
27236The DNS lookups that occur are:
27237
27238 2.1.168.192.black.list.tld
27239 a.domain.black.list.tld
27240
27241Once a DNS record has been found (that matches a specific IP return
27242address, if specified -- see section <<SECTaddmatcon>>), no further lookups are
27243done. If there is a temporary DNS error, the rest of the sublist of domains or
27244IP addresses is tried. A temporary error for the whole dnslists item occurs
27245only if no other DNS lookup in this sublist succeeds. In other words, a
27246successful lookup for any of the items in the sublist overrides a temporary
27247error for a previous item.
27248
27249The ability to supply a list of items after the slash is in some sense just a
27250syntactic convenience. These two examples have the same effect:
27251
27252 dnslists = black.list.tld/a.domain : black.list.tld/b.domain
27253 dnslists = black.list.tld/a.domain::b.domain
27254
27255However, when the data for the list is obtained from a lookup, the second form
27256is usually much more convenient. Consider this example:
27257
27258....
27259deny message = The mail servers for the domain \
27260 $sender_address_domain \
27261 are listed at $dnslist_domain ($dnslist_value); \
27262 see $dnslist_text.
27263 dnslists = sbl.spamhaus.org/<|${lookup dnsdb {>|a=<|\
27264 ${lookup dnsdb {>|mxh=\
27265 $sender_address_domain} }} }
27266....
27267
27268Note the use of `>|` in the dnsdb lookup to specify the separator for
27269multiple DNS records. The inner dnsdb lookup produces a list of MX hosts
27270and the outer dnsdb lookup finds the IP addresses for these hosts. The result
27271of expanding the condition might be something like this:
27272
27273 dnslists = sbl.spahmaus.org/<|192.168.2.3|192.168.5.6|...
27274
27275Thus, this example checks whether or not the IP addresses of the sender
27276domain's mail servers are on the Spamhaus black list.
27277
27278
27279
27280
27281
27282Data returned by DNS lists
27283~~~~~~~~~~~~~~~~~~~~~~~~~~
27284cindex:[DNS list,data returned from]
27285DNS lists are constructed using address records in the DNS. The original RBL
27286just used the address 127.0.0.1 on the right hand side of each record, but the
27287RBL+ list and some other lists use a number of values with different meanings.
27288The values used on the RBL+ list are:
27289
27290&&&
27291127.1.0.1 RBL
27292127.1.0.2 DUL
27293127.1.0.3 DUL and RBL
27294127.1.0.4 RSS
27295127.1.0.5 RSS and RBL
27296127.1.0.6 RSS and DUL
27297127.1.0.7 RSS and DUL and RBL
27298&&&
27299
27300Some DNS lists may return more than one address record.
27301
27302
27303Variables set from DNS lists
27304~~~~~~~~~~~~~~~~~~~~~~~~~~~~
27305cindex:[DNS list,variables set from]
068aaea8
PH
27306cindex:[$dnslist_domain$]
27307cindex:[$dnslist_text$]
27308cindex:[$dnslist_value$]
168e428f
PH
27309When an entry is found in a DNS list, the variable $dnslist_domain$
27310contains the name of the domain that matched, $dnslist_value$ contains the
27311data from the entry, and $dnslist_text$ contains the contents of any
27312associated TXT record. If more than one address record is returned by the DNS
27313lookup, all the IP addresses are included in $dnslist_value$, separated by
27314commas and spaces.
27315
27316You can use these variables in %message% or %log_message% modifiers --
27317although these appear before the condition in the ACL, they are not expanded
27318until after it has failed. For example:
27319
27320....
27321deny hosts = !+local_networks
27322 message = $sender_host_address is listed \
27323 at $dnslist_domain
27324 dnslists = rbl-plus.mail-abuse.example
27325....
27326
27327
27328
27329
27330[[SECTaddmatcon]]
27331Additional matching conditions for DNS lists
27332~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
27333cindex:[DNS list,matching specific returned data]
27334You can add an equals sign and an IP address after a %dnslists% domain name in
27335order to restrict its action to DNS records with a matching right hand side.
27336For example,
27337
27338 deny dnslists = rblplus.mail-abuse.org=127.0.0.2
27339
27340rejects only those hosts that yield 127.0.0.2. Without this additional data,
27341any address record is considered to be a match. If more than one address record
27342is found on the list, they are all checked for a matching right-hand side.
27343
27344More than one IP address may be given for checking, using a comma as a
27345separator. These are alternatives -- if any one of them matches, the %dnslists%
27346condition is true. For example:
27347
27348 deny dnslists = a.b.c=127.0.0.2,127.0.0.3
27349
27350
27351If you want to specify a constraining address list and also specify names or IP
27352addresses to be looked up, the constraining address list must be specified
27353first. For example:
27354
27355....
27356deny dnslists = dsn.rfc-ignorant.org\
27357 =127.0.0.2/$sender_address_domain
27358....
27359
27360
27361If the character ``&'' is used instead of ``='', the comparison for each listed
27362IP address is done by a bitwise ``and'' instead of by an equality test. In
27363other words, the listed addresses are used as bit masks. The comparison is
27364true if all the bits in the mask are present in the address that is being
27365tested. For example:
27366
27367 dnslists = a.b.c&0.0.0.3
27368
27369matches if the address is 'x.x.x.'3, 'x.x.x.'7, 'x.x.x.'11, etc. If you
27370want to test whether one bit or another bit is present (as opposed to both
27371being present), you must use multiple values. For example:
27372
27373 dnslists = a.b.c&0.0.0.1,0.0.0.2
27374
27375matches if the final component of the address is an odd number or two times
27376an odd number.
27377
27378
27379
27380Negated DNS matching conditions
27381~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
27382You can supply a negative list of IP addresses as part of a %dnslists%
27383condition. Whereas
27384
27385 deny dnslists = a.b.c=127.0.0.2,127.0.0.3
27386
27387means ``deny if the host is in the black list at the domain 'a.b.c' and the IP
27388address yielded by the list is either 127.0.0.2 or 127.0.0.3'',
27389
27390 deny dnslists = a.b.c!=127.0.0.2,127.0.0.3
27391
27392means ``deny if the host is in the black list at the domain 'a.b.c' and the IP
27393address yielded by the list is not 127.0.0.2 and not 127.0.0.3''. In other
27394words, the result of the test is inverted if an exclamation mark appears before
27395the ``='' (or the ``&'') sign.
27396
27397*Note*: this kind of negation is not the same as negation in a domain,
27398host, or address list (which is why the syntax is different).
27399
27400If you are using just one list, the negation syntax does not gain you much. The
27401previous example is precisely equivalent to
27402
27403 deny dnslists = a.b.c
27404 !dnslists = a.b.c=127.0.0.2,127.0.0.3
27405
27406However, if you are using multiple lists, the negation syntax is clearer.
27407Consider this example:
27408
27409....
27410deny dnslists = sbl.spamhaus.org : \
27411 list.dsbl.org : \
27412 dnsbl.njabl.org!=127.0.0.3 : \
27413 relays.ordb.org
27414....
27415
27416Using only positive lists, this would have to be:
27417
27418....
27419deny dnslists = sbl.spamhaus.org : \
27420 list.dsbl.org
27421deny dnslists = dnsbl.njabl.org
27422 !dnslists = dnsbl.njabl.org=127.0.0.3
27423deny dnslists = relays.ordb.org
27424....
27425
27426which is less clear, and harder to maintain.
27427
27428
27429
27430
27431[[SECTmorednslistslast]]
27432DNS lists and IPv6
27433~~~~~~~~~~~~~~~~~~
27434cindex:[IPv6,DNS black lists]
27435cindex:[DNS list,IPv6 usage]
27436If Exim is asked to do a dnslist lookup for an IPv6 address, it inverts it
27437nibble by nibble. For example, if the calling host's IP address is
274383ffe:ffff:836f:0a00:000a:0800:200a:c031, Exim might look up
27439
27440 1.3.0.c.a.0.0.2.0.0.8.0.a.0.0.0.0.0.a.0.f.6.3.8.
27441 f.f.f.f.e.f.f.3.blackholes.mail-abuse.org
27442
27443(split over two lines here to fit on the page). Unfortunately, some of the DNS
27444lists contain wildcard records, intended for IPv4, that interact badly with
27445IPv6. For example, the DNS entry
27446
27447 *.3.some.list.example. A 127.0.0.1
27448
27449is probably intended to put the entire 3.0.0.0/8 IPv4 network on the list.
27450Unfortunately, it also matches the entire 3::/4 IPv6 network.
27451
27452You can exclude IPv6 addresses from DNS lookups by making use of a suitable
27453%condition% condition, as in this example:
27454
27455 deny condition = ${if isip4{$sender_host_address}}
27456 dnslists = some.list.example
27457
27458
27459
068aaea8
PH
27460[[SECTratelimiting]]
27461Rate limiting senders
27462~~~~~~~~~~~~~~~~~~~~~
27463[revisionflag="changed"]
27464cindex:[rate limiting,client sending]
27465cindex:[limiting client sending rates]
27466oindex:[%smpt_ratelimit_*%]
27467The %ratelimit% ACL condition can be used to measure and control the rate at
27468which clients can send email. This is more powerful than the %smtp_ratelimit_*%
27469options, because those options control the rate of commands in a single SMTP
27470session only, whereas the %ratelimit% condition works across all connections
27471(concurrent and sequential) from the same client host. There's a script in
27472_util/ratelimit.pl_ which extracts sending rates from log files, to assist with
27473choosing appropriate settings when deploying the %ratelimit% ACL condition.
27474The syntax of the %ratelimit% condition is:
27475
27476[revisionflag="changed"]
27477&&&
27478`ratelimit =` <'m'> `/` <'p'> `/` <'options'> `/` <'key'>
27479&&&
27480
27481[revisionflag="changed"]
27482If the average client sending rate is less than 'm' messages per time
27483period 'p' then the condition is false; otherwise it is true.
27484
27485[revisionflag="changed"]
27486The parameter 'p' is the smoothing time constant, in the form of an Exim
27487time interval, for example, `8h` for eight hours. A larger time constant means
27488that it takes Exim longer to forget a client's past behaviour. The parameter
27489'm' is the maximum number of messages that a client is permitted to send in a
27490fast burst. By increasing both 'm' and 'p' but keeping 'm/p' constant, you can
27491allow a client to send more messages in a burst without changing its overall
27492sending rate limit. Conversely, if 'm' and 'p' are both small, messages must be
27493sent at an even rate.
27494
27495[revisionflag="changed"]
27496The key is used to look up the data for calculating the client's average
27497sending rate. This data is stored in a database maintained by Exim in its spool
27498directory, alongside the retry and other hints databases. You can limit the
27499sending rate of each authenticated user, independent of the computer they are
27500sending from, by setting the key to $authenticated_id$. The default key is
27501$sender_host_address$, which applies the limit to the client host, independent
27502of the sender.
27503
27504[revisionflag="changed"]
27505Internally, Exim includes the smoothing constant 'p' and the options in the
27506lookup key because they alter the meaning of the stored data. This is not true
27507for the limit 'm', so you can alter the configured maximum rate and Exim will
27508still remember clients' past behaviour, but if you alter the other ratelimit
27509parameters Exim forgets past behaviour.
27510
27511[revisionflag="changed"]
27512Each %ratelimit% condition can have up to two options. The first option
27513specifies what Exim measures the rate of, and the second specifies how Exim
27514handles excessively fast clients. The options are separated by a slash, like
27515the other parameters.
27516
27517[revisionflag="changed"]
27518The %per_conn% option limits the client's connection rate. The %per_mail%
27519option limits the client's rate of sending messages. This is the default if
27520none of the %per_*% options is specified.
27521
27522[revisionflag="changed"]
27523The %per_byte% option limits the sender's email bandwidth. Note that it is best
27524to use this option in the DATA ACL; if it is used in an earlier ACL it relies
27525on the SIZE parameter on the MAIL command, which may be inaccurate or
27526completely missing. You can follow the limit 'm' in the configuration with K,
27527M, or G to specify limits in kilobytes, megabytes, or gigabytes, respectively.
27528
27529[revisionflag="changed"]
27530The %per_cmd% option causes Exim to recompute the rate every time the condition
27531is processed. This can be used to limit the SMTP command rate. The alias
27532%per_rcpt% is provided for use in the RCPT ACL instead of %per_cmd% to make it
27533clear that the effect is to limit the rate at which recipients are accepted.
27534Note that in this case the rate limiting engine will see a message with many
27535recipients as a large high-speed burst.
27536
27537[revisionflag="changed"]
27538If a client's average rate is greater than the maximum, the rate limiting
27539engine can react in two possible ways, depending on the presence of the
27540%strict% or %leaky% options. This is independent of the other counter-measures
27541(such as rejecting the message) that may be specified by the rest of the ACL.
27542The default mode is leaky, which avoids a sender's over-aggressive retry rate
27543preventing it from getting any email through.
27544
27545[revisionflag="changed"]
27546The %strict% option means that the client's recorded rate is always updated.
27547The effect of this is that Exim measures the client's average rate of attempts
27548to send email, which can be much higher than the maximum. If the client is over
27549the limit it will be subjected to counter-measures until it slows down below
27550the maximum rate. The smoothing period determines the time it takes for a high
27551sending rate to decay exponentially to 37% of its peak value, which means that
27552you can work out the time (the number of smoothing periods) that a client is
27553subjected to counter-measures after an over-limit burst with this formula:
27554
27555 ln(peakrate/maxrate)
27556
27557[revisionflag="changed"]
27558The %leaky% option means that the client's recorded rate is not updated if it
27559is above the limit. The effect of this is that Exim measures the client's
27560average rate of successfully sent email, which cannot be greater than the
27561maximum. If the client is over the limit it will suffer some counter-measures,
27562but it will still be able to send email at the configured maximum rate,
27563whatever the rate of its attempts.
27564
27565[revisionflag="changed"]
27566As a side-effect, the %ratelimit% condition sets the expansion variable
27567$sender_rate$ to the client's computed rate, $sender_rate_limit$ to the
27568configured value of 'm', and $sender_rate_period$ to the configured value of
27569'p'.
27570
27571[revisionflag="changed"]
27572Exim's other ACL facilities are used to define what counter-measures are taken
27573when the rate limit is exceeded. This might be anything from logging a warning
27574(for example, while measuring existing sending rates in order to define
27575policy), through time delays to slow down fast senders, up to rejecting the
27576message. For example:
27577
27578[revisionflag="changed"]
27579....
27580# Log all senders' rates
27581warn
27582 ratelimit = 0 / 1h / strict
27583 log_message = Sender rate $sender_rate / $sender_rate_period
27584
27585# Slow down fast senders
27586warn
27587 ratelimit = 100 / 1h / per_rcpt / strict
27588 delay = ${eval: $sender_rate - $sender_rate_limit }s
27589
27590# Keep authenticated users under control
27591deny
27592 ratelimit = 100 / 1d / strict / $authenticated_id
27593
27594# System-wide rate limit
27595defer
27596 message = Sorry, too busy. Try again later.
27597 ratelimit = 10 / 1s / $primary_hostname
27598
27599# Restrict incoming rate from each host, with a default
27600# set using a macro and special cases looked up in a table.
27601defer
27602 message = Sender rate exceeds $sender_rate_limit \
27603 messages per $sender_rate_period
27604 ratelimit = ${lookup {$sender_host_address} \
27605 cdb {DB/ratelimits.cdb} \
27606 {$value} {RATELIMIT} }
27607....
27608
27609[revisionflag="changed"]
27610*Warning*: if you have a busy server with a lot of %ratelimit% tests,
27611especially with the %per_rcpt% option, you may suffer from a performance
27612bottleneck caused by locking on the ratelimit hints database. Apart from
27613making your ACLs less complicated, you can reduce the problem by using a
27614RAM disk for Exim's hints directory (usually _/var/spool/exim/db/_). However
27615this means that Exim will lose its hints data after a reboot (including retry
27616hints, the callout cache, and ratelimit data).
27617
27618
168e428f
PH
27619
27620[[SECTaddressverification]]
27621Address verification
27622~~~~~~~~~~~~~~~~~~~~
27623cindex:[verifying address, options for]
27624cindex:[policy control,address verification]
27625Several of the %verify% conditions described in section <<SECTaclconditions>>
27626cause addresses to be verified. These conditions can be followed by options
27627that modify the verification process. The options are separated from the
27628keyword and from each other by slashes, and some of them contain parameters.
27629For example:
27630
27631 verify = sender/callout
27632 verify = recipient/defer_ok/callout=10s,defer_ok
27633
27634The first stage of address verification, which always happens, is to run the
27635address through the routers, in ``verify mode''. Routers can detect the
27636difference between verification and routing for delivery, and their actions can
27637be varied by a number of generic options such as %verify% and %verify_only%
27638(see chapter <<CHAProutergeneric>>). If routing fails, verification fails.
27639The available options are as follows:
27640
27641- If the %callout% option is specified, successful routing to one or more remote
27642hosts is followed by a ``callout'' to those hosts as an additional check.
27643Callouts and their sub-options are discussed in the next section.
27644
27645- If there is a defer error while doing verification routing, the ACL
27646normally returns ``defer''. However, if you include %defer_ok% in the options,
27647the condition is forced to be true instead. Note that this is a main
27648verification option as well as a suboption for callouts.
27649
068aaea8
PH
27650- The %no_details% option is covered in section <<SECTsenaddver>>, which
27651discusses the reporting of sender address verification failures.
27652
27653[revisionflag="changed"]
27654- The %success_on_redirect% option causes verification always to succeed
27655immediately after a successful redirection. By default, if a redirection
27656generates just one address, that address is also verified. See further
27657discussion in section <<SECTredirwhilveri>>.
168e428f 27658
068aaea8 27659[revisionflag="changed"]
168e428f 27660cindex:[verifying address, differentiating failures]
068aaea8
PH
27661cindex:[$recipient_verify_failure$]
27662cindex:[$sender_verify_failure$]
27663cindex:[$acl_verify_message$]
27664After an address verification failure, $acl_verify_message$ contains the error
27665message that is associated with the failure. It can be preserved by coding like
27666this:
27667
27668 warn !verify = sender
27669 set acl_m0 = $acl_verify_message
27670
27671[revisionflag="changed"]
27672If you are writing your own custom rejection message or log message when
27673denying access, you can use this variable to include information about the
27674verification failure.
27675
27676In addition, $sender_verify_failure$ or $recipient_verify_failure$ (as
27677appropriate) contains one of the following words:
168e428f
PH
27678
27679- %qualify%: The address was unqualified (no domain), and the message
27680was neither local nor came from an exempted host.
27681
27682- %route%: Routing failed.
27683
27684- %mail%: Routing succeeded, and a callout was attempted; rejection
27685occurred at or before the MAIL command (that is, on initial
27686connection, HELO, or MAIL).
27687
27688- %recipient%: The RCPT command in a callout was rejected.
27689
27690- %postmaster%: The postmaster check in a callout was rejected.
27691
168e428f
PH
27692The main use of these variables is expected to be to distinguish between
27693rejections of MAIL and rejections of RCPT in callouts.
27694
27695
27696
27697
27698[[SECTcallver]]
27699Callout verification
27700~~~~~~~~~~~~~~~~~~~~
068aaea8 27701[revisionflag="changed"]
168e428f
PH
27702cindex:[verifying address, by callout]
27703cindex:[callout,verification]
27704cindex:[SMTP,callout verification]
27705For non-local addresses, routing verifies the domain, but is unable to do any
27706checking of the local part. There are situations where some means of verifying
27707the local part is desirable. One way this can be done is to make an SMTP
068aaea8
PH
27708'callback' to a delivery host for the sender address or a 'callforward' to a
27709subsequent host for a recipient address, to see if the host accepts the
27710address. We use the term 'callout' to cover both cases. Note that for a sender
27711address, the callback is not to the client host that is trying to deliver the
27712message, but to one of the hosts that accepts incoming mail for the sender's
27713domain.
27714
27715[revisionflag="changed"]
27716Exim does not do callouts by default. If you want them to happen, you must
27717request them by setting appropriate options on the %verify% condition, as
27718described below. This facility should be used with care, because it can add a
27719lot of resource usage to the cost of verifying an address. However, Exim does
27720cache the results of callouts, which helps to reduce the cost. Details of
27721caching are in section <<SECTcallvercache>>.
168e428f
PH
27722
27723Recipient callouts are usually used only between hosts that are controlled by
27724the same administration. For example, a corporate gateway host could use
068aaea8
PH
27725callouts to check for valid recipients on an internal mailserver. A successful
27726callout does not guarantee that a real delivery to the address would succeed;
27727on the other hand, a failing callout does guarantee that a delivery would fail.
168e428f
PH
27728
27729If the %callout% option is present on a condition that verifies an address, a
27730second stage of verification occurs if the address is successfully routed to
27731one or more remote hosts. The usual case is routing by a ^dnslookup^ or a
27732^manualroute^ router, where the router specifies the hosts. However, if a
27733router that does not set up hosts routes to an ^smtp^ transport with a
27734%hosts% setting, the transport's hosts are used. If an ^smtp^ transport has
27735%hosts_override% set, its hosts are always used, whether or not the router
27736supplies a host list.
27737
27738The port that is used is taken from the transport, if it is specified and is a
27739remote transport. (For routers that do verification only, no transport need be
27740specified.) Otherwise, the default SMTP port is used. If a remote transport
27741specifies an outgoing interface, this is used; otherwise the interface is not
27742specified.
27743
27744For a sender callout check, Exim makes SMTP connections to the remote hosts, to
27745test whether a bounce message could be delivered to the sender address. The
27746following SMTP commands are sent:
27747
27748&&&
27749`HELO `<'smtp active host name'>
27750`MAIL FROM:<>`
27751`RCPT TO:`<'the address to be tested'>
27752`QUIT`
27753&&&
27754
27755LHLO is used instead of HELO if the transport's %protocol% option is
27756set to ``lmtp''.
27757
27758A recipient callout check is similar. By default, it also uses an empty address
27759for the sender. This default is chosen because most hosts do not make use of
27760the sender address when verifying a recipient. Using the same address means
27761that a single cache entry can be used for each recipient. Some sites, however,
27762do make use of the sender address when verifying. These are catered for by the
27763%use_sender% and %use_postmaster% options, described in the next section.
27764
27765If the response to the RCPT command is a 2'##xx' code, the verification
27766succeeds. If it is 5##'xx', the verification fails. For any other condition,
27767Exim tries the next host, if any. If there is a problem with all the remote
27768hosts, the ACL yields ``defer'', unless the %defer_ok% parameter of the
27769%callout% option is given, in which case the condition is forced to succeed.
27770
27771
27772
27773
27774
27775[[CALLaddparcall]]
27776Additional parameters for callouts
27777~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
27778cindex:[callout,additional parameters for]
27779The %callout% option can be followed by an equals sign and a number of optional
27780parameters, separated by commas. For example:
27781
27782 verify = recipient/callout=10s,defer_ok
27783
27784The old syntax, which had %callout_defer_ok% and %check_postmaster% as
27785separate verify options, is retained for backwards compatibility, but is now
27786deprecated. The additional parameters for %callout% are as follows:
27787
27788
27789<'a~time~interval'>::
27790cindex:[callout timeout, specifying]
27791This specifies the timeout that applies for the callout attempt to each host.
27792For example:
27793
27794 verify = sender/callout=5s
27795+
27796The default is 30 seconds. The timeout is used for each response from the
27797remote host. It is also used for the intial connection, unless overridden by
27798the %connect% parameter.
27799
27800
27801*connect~=~*<'time~interval'>::
27802cindex:[callout connection timeout, specifying]
27803This parameter makes it possible to set a different (usually smaller) timeout
27804for making the SMTP connection. For example:
27805
27806 verify = sender/callout=5s,connect=1s
27807+
27808If not specified, this timeout defaults to the general timeout value.
27809
27810*defer_ok*::
27811cindex:[callout defer, action on]
27812When this parameter is present, failure to contact any host, or any other kind
27813of temporary error, is treated as success by the ACL. However, the cache is not
27814updated in this circumstance.
27815
068aaea8
PH
27816[revisionflag="changed"]
27817*fullpostmaster*::
27818cindex:[callout,full postmaster check]
27819This operates like the %postmaster% option (see below), but if the check for
27820'postmaster@domain' fails, it tries just 'postmaster', without a domain, in
27821accordance with the specification in RFC 2821. The RFC states that the
27822unqualified address 'postmaster' should be accepted.
27823
27824
27825
168e428f
PH
27826*mailfrom~=~*<'email~address'>::
27827cindex:[callout,sender when verifying header]
27828When verifying addresses in header lines using the %header_sender% verification
27829option, Exim behaves by default as if the addresses are envelope sender
27830addresses from a message. Callout verification therefore tests to see whether a
27831bounce message could be delivered, by using an empty address in the MAIL
27832command. However, it is arguable that these addresses might never be used as
27833envelope senders, and could therefore justifiably reject bounce messages (empty
27834senders). The %mailfrom% callout parameter allows you to specify what address
27835to use in the MAIL command. For example:
27836
27837 require verify = header_sender/callout=mailfrom=abcd@x.y.z
27838+
27839This parameter is available only for the %header_sender% verification option.
27840
27841
27842*maxwait~=~*<'time~interval'>::
27843cindex:[callout overall timeout, specifying]
27844This parameter sets an overall timeout for performing a callout verification.
27845For example:
27846
27847 verify = sender/callout=5s,maxwait=30s
27848+
27849This timeout defaults to four times the callout timeout for individual SMTP
27850commands. The overall timeout applies when there is more than one host that can
27851be tried. The timeout is checked before trying the next host. This prevents
27852very long delays if there are a large number of hosts and all are timing out
27853(for example, when network connections are timing out).
27854
27855
27856*no_cache*::
27857cindex:[callout cache, suppressing]
27858cindex:[caching callout, suppressing]
27859When this parameter is given, the callout cache is neither read nor updated.
27860
27861*postmaster*::
27862cindex:[callout,postmaster; checking]
27863When this parameter is set, a sucessful callout check is followed by a similar
27864check for the local part 'postmaster' at the same domain. If this address is
068aaea8
PH
27865rejected, the callout fails (but see %fullpostmaster% above). The result of the
27866postmaster check is recorded in a cache record; if it is a failure, this is
27867used to fail subsequent callouts for the domain without a connection being
27868made, until the cache record expires.
168e428f
PH
27869
27870*postmaster_mailfrom~=~*<'email~address'>::
27871The postmaster check uses an empty sender in the MAIL command by default.
27872You can use this parameter to do a postmaster check using a different address.
27873For example:
27874
27875 require verify = sender/callout=postmaster_mailfrom=abc@x.y.z
27876+
27877If both %postmaster% and %postmaster_mailfrom% are present, the rightmost one
27878overrides. The %postmaster% parameter is equivalent to this example:
27879
27880 require verify = sender/callout=postmaster_mailfrom=
27881+
27882*Warning*: The caching arrangements for postmaster checking do not take
27883account of the sender address. It is assumed that either the empty address or
27884a fixed non-empty address will be used. All that Exim remembers is that the
27885postmaster check for the domain succeeded or failed.
27886
27887
27888*random*::
27889cindex:[callout,``random'' check]
27890When this parameter is set, before doing the normal callout check, Exim does a
27891check for a ``random'' local part at the same domain. The local part is not
27892really random -- it is defined by the expansion of the option
27893%callout_random_local_part%, which defaults to
27894
27895 $primary_host_name-$tod_epoch-testing
27896+
27897The idea here is to try to determine whether the remote host accepts all local
27898parts without checking. If it does, there is no point in doing callouts for
27899specific local parts. If the ``random'' check succeeds, the result is saved in
27900a cache record, and used to force the current and subsequent callout checks to
27901succeed without a connection being made, until the cache record expires.
27902
27903*use_postmaster*::
27904cindex:[callout,sender for recipient check]
27905This parameter applies to recipient callouts only. For example:
27906
27907 deny !verify = recipient/callout=use_postmaster
27908+
068aaea8
PH
27909[revisionflag="changed"]
27910cindex:[$qualify_domain$]
27911It causes a non-empty postmaster address to be used in the MAIL command when
27912performing the callout for the recipient, and also for a ``random'' check if
27913that is configured. The local part of the address is `postmaster` and the
27914domain is the contents of $qualify_domain$.
168e428f
PH
27915
27916*use_sender*::
27917This option applies to recipient callouts only. For example:
27918
27919 require verify = recipient/callout=use_sender
27920+
27921It causes the message's actual sender address to be used in the MAIL
27922command when performing the callout, instead of an empty address. There is no
27923need to use this option unless you know that the called hosts make use of the
27924sender when checking recipients. If used indiscriminately, it reduces the
27925usefulness of callout caching.
27926
27927///
27928End of list
27929///
27930
27931If you use any of the parameters that set a non-empty sender for the MAIL
27932command (%mailfrom%, %postmaster_mailfrom%, %use_postmaster%, or
27933%use_sender%), you should think about possible loops. Recipient checking is
27934usually done between two hosts that are under the same management, and the host
27935that receives the callouts is not normally configured to do callouts itself.
27936Therefore, it is normally safe to use %use_postmaster% or %use_sender% in
27937these circumstances.
27938
27939However, if you use a non-empty sender address for a callout to an arbitrary
27940host, there is the likelihood that the remote host will itself initiate a
27941callout check back to your host. As it is checking what appears to be a message
27942sender, it is likely to use an empty address in MAIL, thus avoiding a
27943callout loop. However, to be on the safe side it would be best to set up your
27944own ACLs so that they do not do sender verification checks when the recipient
27945is the address you use for header sender or postmaster callout checking.
27946
27947Another issue to think about when using non-empty senders for callouts is
27948caching. When you set %mailfrom% or %use_sender%, the cache record is keyed by
27949the sender/recipient combination; thus, for any given recipient, many more
27950actual callouts are performed than when an empty sender or postmaster is used.
27951
27952
27953
27954
27955[[SECTcallvercache]]
27956Callout caching
27957~~~~~~~~~~~~~~~
27958cindex:[hints database,callout cache]
27959cindex:[callout,caching]
27960cindex:[caching,callout]
27961Exim caches the results of callouts in order to reduce the amount of resources
27962used, unless you specify the %no_cache% parameter with the %callout% option.
27963A hints database called ``callout'' is used for the cache. Two different record
27964types are used: one records the result of a callout check for a specific
27965address, and the other records information that applies to the entire domain
27966(for example, that it accepts the local part 'postmaster').
27967
27968When an original callout fails, a detailed SMTP error message is given about
27969the failure. However, for subsequent failures use the cache data, this message
27970is not available.
27971
27972The expiry times for negative and positive address cache records are
27973independent, and can be set by the global options %callout_negative_expire%
27974(default 2h) and %callout_positive_expire% (default 24h), respectively.
27975
27976If a host gives a negative response to an SMTP connection, or rejects any
27977commands up to and including
27978
27979 MAIL FROM:<>
27980
27981(but not including the MAIL command with a non-empty address),
27982any callout attempt is bound to fail. Exim remembers such failures in a
27983domain cache record, which it uses to fail callouts for the domain without
27984making new connections, until the domain record times out. There are two
27985separate expiry times for domain cache records:
27986%callout_domain_negative_expire% (default 3h) and
27987%callout_domain_positive_expire% (default 7d).
27988
27989Domain records expire when the negative expiry time is reached if callouts
27990cannot be made for the domain, or if the postmaster check failed.
27991Otherwise, they expire when the positive expiry time is reached. This
27992ensures that, for example, a host that stops accepting ``random'' local parts
27993will eventually be noticed.
27994
27995The callout caching mechanism is based on the domain of the address that is
27996being tested. If the domain routes to several hosts, it is assumed that their
27997behaviour will be the same.
27998
27999
28000
28001[[SECTsenaddver]]
28002Sender address verification reporting
28003~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
28004cindex:[verifying,suppressing error details]
28005When sender verification fails in an ACL, the details of the failure are
28006given as additional output lines before the 550 response to the relevant
28007SMTP command (RCPT or DATA). For example, if sender callout is in use,
28008you might see:
28009
28010 MAIL FROM:<xyz@abc.example>
28011 250 OK
28012 RCPT TO:<pqr@def.example>
28013 550-Verification failed for <xyz@abc.example>
28014 550-Called: 192.168.34.43
28015 550-Sent: RCPT TO:<xyz@abc.example>
28016 550-Response: 550 Unknown local part xyz in <xyz@abc.example>
28017 550 Sender verification failed
28018
28019If more than one RCPT command fails in the same way, the details are given
28020only for the first of them. However, some administrators do not want to send
28021out this much information. You can suppress the details by adding
28022``/no_details'' to the ACL statement that requests sender verification. For
28023example:
28024
28025 verify = sender/no_details
28026
28027
28028
068aaea8 28029[[SECTredirwhilveri]]
168e428f
PH
28030Redirection while verifying
28031~~~~~~~~~~~~~~~~~~~~~~~~~~~
28032cindex:[verifying,redirection while]
28033cindex:[address redirection,while verifying]
28034A dilemma arises when a local address is redirected by aliasing or forwarding
28035during verification: should the generated addresses themselves be verified,
28036or should the successful expansion of the original address be enough to verify
068aaea8 28037it? By default, Exim takes the following pragmatic approach:
168e428f
PH
28038
28039- When an incoming address is redirected to just one child address, verification
28040continues with the child address, and if that fails to verify, the original
28041verification also fails.
28042
28043- When an incoming address is redirected to more than one child address,
28044verification does not continue. A success result is returned.
28045
28046This seems the most reasonable behaviour for the common use of aliasing as a
28047way of redirecting different local parts to the same mailbox. It means, for
28048example, that a pair of alias entries of the form
28049
28050 A.Wol: aw123
28051 aw123: :fail: Gone away, no forwarding address
28052
28053work as expected, with both local parts causing verification failure. When a
28054redirection generates more than one address, the behaviour is more like a
28055mailing list, where the existence of the alias itself is sufficient for
28056verification to succeed.
28057
068aaea8
PH
28058[revisionflag="changed"]
28059It is possible, however, to change the default behaviour so that all successful
28060redirections count as successful verifications, however many new addresses are
28061generated. This is specified by the %success_on_redirect% verification option.
28062For example:
28063
28064[revisionflag="changed"]
28065 require verify = recipient/success_on_redirect/callout=10s
28066
28067[revisionflag="changed"]
28068In this example, verification succeeds if a router generates a new address, and
28069the callout does not occur, because no address was routed to a remote host.
28070
28071
28072
28073
28074
28075[[SECTverifyCSA]]
28076Client SMTP authorization (CSA)
28077~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
28078[revisionflag="changed"]
28079cindex:[CSA,verifying]
28080Client SMTP Authorization is a system that allows a site to advertise
28081which machines are and are not permitted to send email. This is done by placing
28082special SRV records in the DNS; these are looked up using the client's HELO
28083domain. At the time of writing, CSA is still an Internet Draft. Client SMTP
28084Authorization checks in Exim are performed by the ACL condition:
28085
28086 verify = csa
28087
28088[revisionflag="changed"]
28089This fails if the client is not authorized. If there is a DNS problem, or if no
28090valid CSA SRV record is found, or if the client is authorized, the condition
28091succeeds. These three cases can be distinguished using the expansion variable
28092$csa_status$, which can take one of the values ``fail'', ``defer'',
28093``unknown'', or ``ok''. The condition does not itself defer because that would
28094be likely to cause problems for legitimate email.
28095
28096[revisionflag="changed"]
28097The error messages produced by the CSA code include slightly more
28098detail. If $csa_status$ is ``defer'', this may be because of problems
28099looking up the CSA SRV record, or problems looking up the CSA target
28100address record. There are four reasons for $csa_status$ being ``fail'':
28101
28102[revisionflag="changed"]
28103- The client's host name is explicitly not authorized.
28104
28105[revisionflag="changed"]
28106- The client's IP address does not match any of the CSA target IP addresses.
28107
28108[revisionflag="changed"]
28109- The client's host name is authorized but it has no valid target IP addresses
28110(for example, the target's addresses are IPv6 and the client is using IPv4).
28111
28112[revisionflag="changed"]
28113- The client's host name has no CSA SRV record but a parent domain has asserted
28114that all subdomains must be explicitly authorized.
28115
28116[revisionflag="changed"]
28117The %csa% verification condition can take an argument which is the domain to
28118use for the DNS query. The default is:
28119
28120 verify = csa/$sender_helo_name
28121
28122[revisionflag="changed"]
28123This implementation includes an extension to CSA. If the query domain
28124is an address literal such as [192.0.2.95], or if it is a bare IP
28125address, Exim searches for CSA SRV records in the reverse DNS as if
28126the HELO domain was (for example) '95.2.0.192.in-addr.arpa'. Therefore it is
28127meaningful to say:
28128
28129 verify = csa/$sender_host_address
28130
28131[revisionflag="changed"]
28132In fact, this is the check that Exim performs if the client does not say HELO.
28133This extension can be turned off by setting the main configuration option
28134%dns_csa_use_reverse% to be false.
28135
28136[revisionflag="changed"]
28137If a CSA SRV record is not found for the domain itself, a search
28138is performed through its parent domains for a record which might be
28139making assertions about subdomains. The maximum depth of this search is limited
28140using the main configuration option %dns_csa_search_limit%, which is 5 by
28141default. Exim does not look for CSA SRV records in a top level domain, so the
28142default settings handle HELO domains as long as seven
28143('hostname.five.four.three.two.one.com'). This encompasses the vast majority of
28144legitimate HELO domains.
28145
28146[revisionflag="changed"]
28147The 'dnsdb' lookup also has support for CSA. Although 'dnsdb' also supports
28148direct SRV lookups, this is not sufficient because of the extra parent domain
28149search behaviour of CSA, and (as with PTR lookups) 'dnsdb' also turns IP
28150addresses into lookups in the reverse DNS space. The result of a successful
28151lookup such as:
28152
28153[revisionflag="changed"]
28154....
28155${lookup dnsdb {csa=$sender_helo_name}}
28156....
28157
28158[revisionflag="changed"]
28159has two space-separated fields: an authorization code and a target host name.
28160The authorization code can be ``Y'' for yes, ``N'' for no, ``X'' for explicit
28161authorization required but absent, or ``?'' for unknown.
28162
28163
28164
28165
28166[[SECTverifyPRVS]]
28167Bounce address tag validation
28168~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
28169[revisionflag="changed"]
28170cindex:[BATV,verifying]
28171Bounce address tag validation (BATV) is a scheme whereby the envelope senders
28172of outgoing messages have a cryptographic, timestamped ``tag'' added to them.
28173Genuine incoming bounce messages should therefore always be addressed to
28174recipients that have a valid tag. This scheme is a way of detecting unwanted
28175bounce messages caused by sender address forgeries (often called ``collateral
28176spam''), because the recipients of such messages will not include valid tags.
28177
28178[revisionflag="changed"]
28179There are two expansion items to help with the implementation of the BATV
28180``prvs'' (private signature) scheme in an Exim configuration. This scheme signs
28181the original envelope sender address by using a simple shared key to add a hash
28182of the address and some time-based randomizing information. The %prvs%
28183expansion item creates a signed address, and the %prvscheck% expansion item
28184checks one. The syntax of these expansion items is described in section
28185<<SECTexpansionitems>>.
28186
28187[revisionflag="changed"]
28188As an example, suppose the secret per-address keys are stored in an MySQL
28189database. A query to look up the key for an address could be defined as a macro
28190like this:
28191
28192[revisionflag="changed"]
28193....
28194PRVSCHECK_SQL = ${lookup mysql{SELECT secret FROM batv_prvs \
28195 WHERE sender='${quote_mysql:$prvscheck_address}'\
28196 }{$value}}
28197....
28198
28199[revisionflag="changed"]
28200Suppose also that the senders who make use of BATV are defined by an address
28201list called %batv_senders%. Then, in the ACL for RCPT commands, you could
28202use this:
28203
28204[revisionflag="changed"]
28205....
28206# Bounces: drop unsigned addresses for BATV senders
28207deny message = This address does not send an unsigned reverse path.
28208 senders = :
28209 recipients = +batv_senders
28210
28211# Bounces: In case of prvs-signed address, check signature.
28212deny message = Invalid reverse path signature.
28213 senders = :
28214 condition = ${prvscheck {$local_part@$domain}\
28215 {PRVSCHECK_SQL}{1}}
28216 !condition = $prvscheck_result
28217....
28218
28219[revisionflag="changed"]
28220The first statement rejects recipients for bounce messages that are addressed
28221to plain BATV sender addresses, because it is known that BATV senders do not
28222send out messages with plain sender addresses. The second statement rejects
28223recipients that are prvs-signed, but with invalid signatures (either because
28224the key is wrong, or the signature has timed out).
28225
28226[revisionflag="changed"]
28227A non-prvs-signed address is not rejected by the second statement, because the
28228%prvscheck% expansion yields an empty string if its first argument is not a
28229prvs-signed address, thus causing the %condition% condition to be false. If the
28230first argument is a syntactically valid prvs-signed address, the yield is the
28231third string (in this case ``1''), whether or not the cryptographic and timeout
28232checks succeed. The $prvscheck_result$ variable contains the result of the
28233checks (empty for failure, ``1'' for success).
28234
28235[revisionflag="changed"]
28236Of course, when you accept a prvs-signed address, you have to ensure that the
28237routers accept it and deliver it correctly. The easiest way to handle this is
28238to use a ^redirect^ router to remove the signature with a configuration along
28239these lines:
28240
28241[revisionflag="changed"]
28242....
28243batv_redirect:
28244 driver = redirect
28245 data = ${prvscheck {$local_part@$domain}{PRVSCHECK_SQL}}
28246....
28247
28248[revisionflag="changed"]
28249This works because, if the third argument of %prvscheck% is empty, the result
28250of the expansion of a prvs-signed address is the decoded value of the original
28251address. This router should probably be the first of your routers that handles
28252local addresses.
28253
28254[revisionflag="changed"]
28255To create BATV-signed addresses in the first place, a transport of this form
28256can be used:
28257
28258[revisionflag="changed"]
28259....
28260external_smtp_batv:
28261 driver = smtp
28262 return_path = ${prvs {$return_path} \
28263 {${lookup mysql{SELECT \
28264 secret FROM batv_prvs WHERE \
28265 sender='${quote_mysql:$sender_address}'} \
28266 {$value}fail}}}
28267....
28268
28269[revisionflag="changed"]
28270If no key can be found for the existing return path, no signing takes place.
28271
28272
168e428f
PH
28273
28274
28275[[SECTrelaycontrol]]
28276Using an ACL to control relaying
28277~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
28278cindex:[{ACL},relay control]
28279cindex:[relaying,control by ACL]
28280cindex:[policy control,relay control]
28281An MTA is said to 'relay' a message if it receives it from some host and
28282delivers it directly to another host as a result of a remote address contained
28283within it. Redirecting a local address via an alias or forward file and then
28284passing the message on to another host is not relaying,
168e428f
PH
28285cindex:[``percent hack'']
28286but a redirection as a result of the ``percent hack'' is.
28287
28288Two kinds of relaying exist, which are termed ``incoming'' and ``outgoing''.
28289A host which is acting as a gateway or an MX backup is concerned with incoming
28290relaying from arbitrary hosts to a specific set of domains. On the other hand,
28291a host which is acting as a smart host for a number of clients is concerned
28292with outgoing relaying from those clients to the Internet at large. Often the
28293same host is fulfilling both functions,
28294///
28295as illustrated in the diagram below,
28296///
28297but in principle these two kinds of relaying are entirely independent. What is
28298not wanted is the transmission of mail from arbitrary remote hosts through your
28299system to arbitrary domains.
28300
28301
28302You can implement relay control by means of suitable statements in the ACL that
28303runs for each RCPT command. For convenience, it is often easiest to use
28304Exim's named list facility to define the domains and hosts involved. For
28305example, suppose you want to do the following:
28306
28307- Deliver a number of domains to mailboxes on the local host (or process them
28308locally in some other way). Let's say these are 'my.dom1.example' and
28309'my.dom2.example'.
28310
28311- Relay mail for a number of other domains for which you are the secondary MX.
28312These might be 'friend1.example' and 'friend2.example'.
28313
28314- Relay mail from the hosts on your local LAN, to whatever domains are involved.
28315Suppose your LAN is 192.168.45.0/24.
28316
28317
28318In the main part of the configuration, you put the following definitions:
28319
28320 domainlist local_domains = my.dom1.example : my.dom2.example
28321 domainlist relay_domains = friend1.example : friend2.example
28322 hostlist relay_hosts = 192.168.45.0/24
28323
28324Now you can use these definitions in the ACL that is run for every RCPT
28325command:
28326
28327 acl_check_rcpt:
28328 accept domains = +local_domains : +relay_domains
28329 accept hosts = +relay_hosts
28330
28331The first statement accepts any RCPT command that contains an address in
28332the local or relay domains. For any other domain, control passes to the second
28333statement, which accepts the command only if it comes from one of the relay
28334hosts. In practice, you will probably want to make your ACL more sophisticated
28335than this, for example, by including sender and recipient verification. The
28336default configuration includes a more comprehensive example, which is described
28337in chapter <<CHAPdefconfil>>.
28338
28339
28340
28341[[SECTcheralcon]]
28342Checking a relay configuration
28343~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
28344cindex:[relaying,checking control of]
28345You can check the relay characteristics of your configuration in the same way
28346that you can test any ACL behaviour for an incoming SMTP connection, by using
28347the %-bh% option to run a fake SMTP session with which you interact.
28348
28349For specifically testing for unwanted relaying, the host
28350'relay-test.mail-abuse.org' provides a useful service. If you telnet to this
28351host from the host on which Exim is running, using the normal telnet port, you
28352will see a normal telnet connection message and then quite a long delay. Be
28353patient. The remote host is making an SMTP connection back to your host, and
28354trying a number of common probes to test for open relay vulnerability. The
28355results of the tests will eventually appear on your terminal.
28356
28357
28358
28359
28360////////////////////////////////////////////////////////////////////////////
28361////////////////////////////////////////////////////////////////////////////
28362
28363[[CHAPexiscan]]
068aaea8
PH
28364Content scanning at ACL time
28365----------------------------
28366cindex:[content scanning,at ACL time]
28367The extension of Exim to include content scanning at ACL time, formerly known
28368as ``exiscan'', was originally implemented as a patch by Tom Kistner. The code
28369was integrated into the main source for Exim release 4.50, and Tom continues to
28370maintain it. Most of the wording of this chapter is taken from Tom's
28371specification.
28372
28373[revisionflag="changed"]
28374It is also possible to scan the content of messages at other times. The
28375'local_scan()' function (see chapter <<CHAPlocalscan>>) allows for content
28376scanning after all the ACLs have run. A transport filter can be used to scan
28377messages at delivery time (see the %transport_filter% option, described in
28378chapter <<CHAPtransportgeneric>>).
28379
28380If you want to include the ACL-time content-scanning features when you compile
28381Exim, you need to arrange for WITH_CONTENT_SCAN to be defined in your
168e428f
PH
28382_Local/Makefile_. When you do that, the Exim binary is built with:
28383
068aaea8
PH
28384[revisionflag="changed"]
28385- Two additional ACLs (%acl_smtp_mime% and %acl_not_smtp_mime%) that are run for
28386all MIME parts for SMTP and non-SMTP messages, respectively.
168e428f
PH
28387
28388- Additional ACL conditions and modifiers: %decode%, %malware%, %mime_regex%,
28389%regex%, and %spam%. These can be used in the ACL that is run at the end of
28390message reception (the %acl_smtp_data% ACL).
28391
28392- An additional control feature (``no_mbox_unspool'') that saves spooled copies
28393of messages, or parts of messages, for debugging purposes.
28394
28395- Additional expansion variables that are set in the new ACL and by the new
28396conditions.
28397
28398- Two new main configuration options: %av_scanner% and %spamd_address%.
28399
28400There is another content-scanning configuration option for _Local/Makefile_,
28401called WITH_OLD_DEMIME. If this is set, the old, deprecated %demime% ACL
28402condition is compiled, in addition to all the other content-scanning features.
28403
28404Content-scanning is continually evolving, and new features are still being
28405added. While such features are still unstable and liable to incompatible
28406changes, they are made available in Exim by setting options whose names begin
28407EXPERIMENTAL_ in _Local/Makefile_. Such features are not documented in
28408this manual. You can find out about them by reading the file called
28409_doc/experimental.txt_.
28410
28411All the content-scanning facilites work on a MBOX copy of the message that is
28412temporarily created in a file called:
28413
28414 <spool_directory>/scan/<message_id>/<message_id>.eml
28415
28416The _.eml_ extension is a friendly hint to virus scanners that they can
28417expect an MBOX-like structure inside that file. The file is created when the
28418first content scanning facility is called. Subsequent calls to content
28419scanning conditions open the same file again. The directory is recursively
28420removed when the %acl_smtp_data% ACL has finished running, unless
28421
28422 control = no_mbox_unspool
28423
28424has been encountered. When the MIME ACL decodes files, they are put into the
28425same directory by default.
28426
28427
28428
28429[[SECTscanvirus]]
28430Scanning for viruses
28431~~~~~~~~~~~~~~~~~~~~
28432cindex:[virus scanning]
28433cindex:[content scanning,for viruses]
28434cindex:[content scanning,the %malware% condition]
28435The %malware% ACL condition lets you connect virus scanner software to Exim. It
28436supports a ``generic'' interface to scanners called via the shell, and
28437specialized interfaces for ``daemon'' type virus scanners, which are resident in
28438memory and thus are much faster.
28439
28440cindex:[%av_scanner%]
28441You can set the %av_scanner% option in first part of the Exim configuration
28442file to specify which scanner to use, together with any additional options that
28443are needed. The basic syntax is as follows:
28444
28445 av_scanner = <scanner-type>:<option1>:<option2>:[...]
28446
28447If you do not set %av_scanner%, it defaults to
28448
28449 av_scanner = sophie:/var/run/sophie
28450
28451If the value of %av_scanner% starts with dollar character, it is expanded
28452before use.
28453
28454The following scanner types are supported in this release:
28455
28456%aveserver%::
28457cindex:[virus scanners,Kaspersky]
28458This is the scanner daemon of Kaspersky Version 5. You can get a trial version
28459at *http://www.kaspersky.com[]*. This scanner type takes one option, which is
28460the path to the daemon's UNIX socket. The default is shown in this example:
28461
28462 av_scanner = aveserver:/var/run/aveserver
28463
28464%clamd%::
28465cindex:[virus scanners,clamd]
28466This daemon-type scanner is GPL and free. You can get it at
068aaea8
PH
28467*http://www.clamav.net/[]*. Some older versions of clamd do not seem to unpack
28468MIME containers, so it used to be recommended to unpack MIME attachments in the
28469MIME ACL. This no longer believed to be necessary. One option is required:
28470either the path and name of a UNIX socket file, or a hostname or IP number, and
28471a port, separated by space, as in the second of these examples:
168e428f
PH
28472
28473 av_scanner = clamd:/opt/clamd/socket
28474 av_scanner = clamd:192.168.2.100 1234
28475+
28476If the option is unset, the default is _/tmp/clamd_. Thanks to David Saez for
28477contributing the code for this scanner.
28478
28479%cmdline%::
28480cindex:[virus scanners,command line interface]
28481This is the keyword for the generic command line scanner interface. It can be
28482used to attach virus scanners that are invoked from the shell. This scanner
28483type takes 3 mandatory options:
28484+
28485--
28486. The full path and name of the scanner binary, with all command line options,
28487and a placeholder (%s) for the directory to scan.
28488
28489. A regular expression to match against the STDOUT and STDERR output of the
28490virus scanner. If the expression matches, a virus was found. You must make
28491absolutely sure that this expression matches on ``virus found''. This is called
28492the ``trigger'' expression.
28493
28494. Another regular expression, containing exactly one pair of parentheses, to
28495match the name of the virus found in the scanners output. This is called the
28496``name'' expression.
28497--
28498+
28499For example, Sophos Sweep reports a virus on a line like this:
28500
28501 Virus 'W32/Magistr-B' found in file ./those.bat
28502+
28503For the trigger expression, we can just match the word ``found''. For the name
28504expression, we want to extract the W32/Magistr-B string, so we can match for
28505the single quotes left and right of it. Altogether, this makes the
28506configuration setting:
28507+
28508....
28509av_scanner = cmdline:\
28510 /path/to/sweep -all -rec -archive %s:\
28511 found:'(.+)'
28512....
28513
28514
28515%drweb%::
28516cindex:[virus scanners,DrWeb]
28517The DrWeb daemon scanner (*http://www.sald.com/[]*) interface takes one
28518argument, either a full path to a UNIX socket, or an IP address and port
068aaea8 28519separated by white space, as in these examples:
168e428f
PH
28520
28521 av_scanner = drweb:/var/run/drwebd.sock
28522 av_scanner = drweb:192.168.2.20 31337
28523+
28524If you omit the argument, the default path _/usr/local/drweb/run/drwebd.sock_
28525is used. Thanks to Alex Miller for contributing the code for this scanner.
28526
28527%fsecure%::
28528cindex:[virus scanners,F-Secure]
28529The F-Secure daemon scanner (*http://www.f-secure.com[]*) takes one argument
28530which is the path to a UNIX socket. For example:
28531
28532 av_scanner = fsecure:/path/to/.fsav
28533+
28534If no argument is given, the default is _/var/run/.fsav_. Thanks to Johan
28535Thelmen for contributing the code for this scanner.
28536
28537%kavdaemon%::
28538cindex:[virus scanners,Kaspersky]
28539This is the scanner daemon of Kaspersky Version 4. This version of the
28540Kaspersky scanner is outdated. Please upgrade (see %aveserver% above). This
28541scanner type takes one option, which is the path to the daemon's UNIX socket.
28542For example:
28543
28544 av_scanner = kavdaemon:/opt/AVP/AvpCtl
28545+
28546The default path is _/var/run/AvpCtl_.
28547
28548%mksd%::
28549cindex:[virus scanners,mksd]
28550This is a daemon type scanner that is aimed mainly at Polish users, though some
28551parts of documentation are now available in English. You can get it at
28552*http://linux.mks.com.pl/[]*. The only option for this scanner type is the
28553maximum number of processes used simultaneously to scan the attachments,
28554provided that the demime facility is employed and also provided that mksd has
28555been run with at least the same number of child processes. For example:
28556
28557 av_scanner = mksd:2
28558+
28559You can safely omit this option (the default value is 1).
28560
28561%sophie%::
28562cindex:[virus scanners,Sophos and Sophie]
28563Sophie is a daemon that uses Sophos' %libsavi% library to scan for viruses. You
28564can get Sophie at *http://www.vanja.com/tools/sophie/[]*. The only option for
28565this scanner type is the path to the UNIX socket that Sophie uses for client
28566communication. For example:
28567
28568 av_scanner = sophie:/tmp/sophie
28569+
28570The default path is _/var/run/sophie_, so if you are using this, you can omit
28571the option.
28572
28573///
28574End of list
28575///
28576
068aaea8 28577[revisionflag="changed"]
168e428f 28578When %av_scanner% is correctly set, you can use the %malware% condition in the
068aaea8
PH
28579DATA ACL. *Note*: you cannot use the %malware% condition in the MIME ACL.
28580
28581The %av_scanner% option is expanded each time %malware% is called. This makes
28582it possible to use different scanners. See further below for an example. The
28583%malware% condition caches its results, so when you use it multiple times for
28584the same message, the actual scanning process is only carried out once.
28585However, using expandable items in %av_scanner% disables this caching, in which
28586case each use of the %malware% condition causes a new scan of the message.
168e428f
PH
28587
28588The %malware% condition takes a right-hand argument that is expanded before
28589use. It can then be one of
28590
28591- ``true'', ``\*'', or ``1'', in which case the message is scanned for viruses.
28592The condition succeeds if a virus was found, and fail otherwise. This is the
28593recommended usage.
28594
28595- ``false'' or ``0'', in which case no scanning is done and the condition fails
28596immediately.
28597
28598- A regular expression, in which case the message is scanned for viruses. The
28599condition succeeds if a virus is found and its name matches the regular
28600expression. This allows you to take special actions on certain types of virus.
28601
28602You can append `/defer_ok` to the %malware% condition to accept messages even
28603if there is a problem with the virus scanner.
28604
28605cindex:[$malware_name$]
28606When a virus is found, the condition sets up an expansion variable called
28607$malware_name$ that contains the name of the virus. You can use it in a
28608%message% modifier that specifies the error returned to the sender, and/or in
28609logging data.
28610
28611If your virus scanner cannot unpack MIME and TNEF containers itself, you should
28612use the %demime% condition (see section <<SECTdemimecond>>) before the %malware%
28613condition.
28614
28615Here is a very simple scanning example:
28616
28617 deny message = This message contains malware ($malware_name)
28618 demime = *
28619 malware = *
28620
28621The next example accepts messages when there is a problem with the scanner:
28622
28623 deny message = This message contains malware ($malware_name)
28624 demime = *
28625 malware = */defer_ok
28626
28627The next example shows how to use an ACL variable to scan with both sophie and
28628aveserver. It assumes you have set:
28629
28630 av_scanner = $acl_m0
28631
28632in the main Exim configuration.
28633
28634 deny message = This message contains malware ($malware_name)
28635 set acl_m0 = sophie
28636 malware = *
28637
28638 deny message = This message contains malware ($malware_name)
28639 set acl_m0 = aveserver
28640 malware = *
28641
28642
28643
28644
28645[[SECTscanspamass]]
28646Scanning with SpamAssassin
28647~~~~~~~~~~~~~~~~~~~~~~~~~~
28648cindex:[content scanning,for spam]
28649cindex:[spam scanning]
28650cindex:[SpamAssassin, scanning with]
28651The %spam% ACL condition calls SpamAssassin's %spamd% daemon to get a spam
28652score and a report for the message. You can get SpamAssassin at
28653*http://www.spamassassin.org[]*, or, if you have a working Perl installation,
28654you can use CPAN by running:
28655
28656 perl -MCPAN -e 'install Mail::SpamAssassin'
28657
28658SpamAssassin has its own set of configuration files. Please review its
28659documentation to see how you can tweak it. The default installation should work
28660nicely, however.
28661
28662cindex:[%spamd_address%]
28663After having installed and configured SpamAssassin, start the %spamd% daemon.
28664By default, it listens on 127.0.0.1, TCP port 783. If you use another host or
28665port for %spamd%, you must set the %spamd_address% option in the global part
28666of the Exim configuration as follows (example):
28667
28668 spamd_address = 192.168.99.45 387
28669
28670You do not need to set this option if you use the default. As of version 2.60,
28671%spamd% also supports communication over UNIX sockets. If you want to use
28672these, supply %spamd_address% with an absolute file name instead of a
28673address/port pair:
28674
28675 spamd_address = /var/run/spamd_socket
28676
168e428f
PH
28677You can have multiple %spamd% servers to improve scalability. These can reside
28678on other hardware reachable over the network. To specify multiple %spamd%
28679servers, put multiple address/port pairs in the %spamd_address% option,
28680separated with colons:
28681
28682....
28683spamd_address = 192.168.2.10 783 : \
28684 192.168.2.11 783 : \
28685 192.168.2.12 783
28686....
28687
068aaea8
PH
28688Up to 32 %spamd% servers are supported. The servers are queried in a random
28689fashion. When a server fails to respond to the connection attempt, all other
28690servers are tried until one succeeds. If no server responds, the %spam%
168e428f
PH
28691condition defers.
28692
28693*Warning*: It is not possible to use the UNIX socket connection method with
28694multiple %spamd% servers.
28695
068aaea8
PH
28696
28697Calling SpamAssassin from an Exim ACL
28698~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
168e428f
PH
28699Here is a simple example of the use of the %spam% condition in a DATA ACL:
28700
28701 deny message = This message was classified as SPAM
28702 spam = joe
28703
28704The right-hand side of the %spam% condition specifies the username that
28705SpamAssassin should scan for. If you do not want to scan for a particular user,
28706but rather use the SpamAssassin system-wide default profile, you can scan for
068aaea8
PH
28707an unknown user, or simply use ``nobody''. However, you must put something on
28708the right-hand side.
168e428f
PH
28709
28710The username allows you to use per-domain or per-user antispam profiles. The
28711right-hand side is expanded before being used, so you can put lookups or
28712conditions there. When the right-hand side evaluates to ``0'' or ``false'', no
28713scanning is done and the condition fails immediately.
28714
068aaea8
PH
28715[revisionflag="changed"]
28716Scanning with SpamAssassin uses a lot of resources. If you scan every message,
28717large ones may cause significant performance degredation. As most spam messages
28718are quite small, it is recommended that you do not scan the big ones. For
28719example:
28720
28721[revisionflag="changed"]
28722....
28723deny message = This message was classified as SPAM
28724 condition = ${if < {$message_size}{10K}}
28725 spam = nobody
28726....
28727
168e428f
PH
28728The %spam% condition returns true if the threshold specified in the user's
28729SpamAssassin profile has been matched or exceeded. If you want to use the
28730%spam% condition for its side effects (see the variables below), you can make
28731it always return ``true'' by appending `:true` to the username.
28732
28733cindex:[spam scanning,returned variables]
28734When the %spam% condition is run, it sets up the following expansion
28735variables:
28736
28737$spam_score$::
28738The spam score of the message, for example ``3.4'' or ``30.5''. This is useful
28739for inclusion in log or reject messages.
28740
28741$spam_score_int$::
28742The spam score of the message, multiplied by ten, as an integer value. For
28743example ``34'' or ``305''. This is useful for numeric comparisons in
28744conditions. This variable is special; it is saved with the message, and written
28745to Exim's spool file. This means that it can be used during the whole life of
28746the message on your Exim system, in particular, in routers or transports during
28747the later delivery phase.
28748
28749$spam_bar$::
28750A string consisting of a number of ``+'' or ``-'' characters, representing the
28751integer part of the spam score value. A spam score of 4.4 would have a
28752$spam_bar$ value of ``++++''. This is useful for inclusion in warning headers,
28753since MUAs can match on such strings.
28754
28755$spam_report$::
28756A multiline text table, containing the full SpamAssassin report for the
28757message. Useful for inclusion in headers or reject messages.
28758
28759///
28760End of list
28761///
28762
28763The %spam% condition caches its results. If you call it again with the same
28764user name, it does not scan again, but rather returns the same values as
28765before.
28766
28767The %spam% condition returns DEFER if there is any error while running the
28768message through SpamAssassin. If you want to treat DEFER as FAIL (to pass on to
28769the next ACL statement block), append `/defer_ok` to the right-hand side of
28770the spam condition, like this:
28771
28772 deny message = This message was classified as SPAM
28773 spam = joe/defer_ok
28774
28775This causes messages to be accepted even if there is a
28776problem with %spamd%.
28777
28778Here is a longer, commented example of the use of the %spam%
28779condition:
28780
28781 # put headers in all messages (no matter if spam or not)
28782 warn message = X-Spam-Score: $spam_score ($spam_bar)
28783 spam = nobody:true
28784 warn message = X-Spam-Report: $spam_report
28785 spam = nobody:true
28786
28787 # add second subject line with *SPAM* marker when message
28788 # is over threshold
28789 warn message = Subject: *SPAM* $h_Subject:
28790 spam = nobody
28791
28792 # reject spam at high scores (> 12)
28793 deny message = This message scored $spam_score spam points.
28794 spam = nobody:true
28795 condition = ${if >{$spam_score_int}{120}{1}{0}}
28796
28797
28798
28799
28800
28801[[SECTscanmimepart]]
28802Scanning MIME parts
28803~~~~~~~~~~~~~~~~~~~
068aaea8 28804[revisionflag="changed"]
168e428f
PH
28805cindex:[content scanning,MIME parts]
28806cindex:[MIME content scanning]
28807cindex:[%acl_smtp_mime%]
068aaea8
PH
28808The %acl_smtp_mime% global option specifies an ACL that is called once for each
28809MIME part of an SMTP message, including multipart types, in the sequence of
28810their position in the message. Similarly, the %acl_not_smtp_mime% option
28811specifies an ACL that is used for the MIME parts of non-SMTP messages. These
28812options may both refer to the same ACL if you want the same processing in both
28813cases.
28814
28815[revisionflag="changed"]
28816These ACLs are called (possibly many times) just before the %acl_smtp_data% ACL
28817in the case of an SMTP message, or just before a non-SMTP message is accepted.
28818However, a MIME ACL is called only if the message contains a 'MIME-Version:'
28819header line. When a call to a MIME ACL does not yield ``accept'', ACL
28820processing is aborted and the appropriate result code is sent to the client. In
28821the case of an SMTP message, the %acl_smtp_data% ACL is not called when this
28822happens.
168e428f 28823
068aaea8
PH
28824[revisionflag="changed"]
28825You cannot use the %malware% or %spam% conditions in a MIME ACL; these can only
28826be used in the DATA or non-SMTP ACLs. However, you can use the %regex%
28827condition to match against the raw MIME part. You can also use the %mime_regex%
28828condition to match against the decoded MIME part (see section
28829<<SECTscanregex>>).
168e428f 28830
068aaea8 28831At the start of a MIME ACL, a number of variables are set from the header
168e428f
PH
28832information for the relevant MIME part. These are described below. The contents
28833of the MIME part are not by default decoded into a disk file except for MIME
068aaea8
PH
28834parts whose content-type is ``message/rfc822''. If you want to decode a MIME
28835part into a disk file, you can use the %decode% modifier. The general syntax
28836is:
168e428f
PH
28837
28838 decode = [/<path>/]<filename>
28839
28840The right hand side is expanded before use. After expansion,
28841the value can be:
28842
28843. ``0'' or ``false'', in which case no decoding is done.
28844
28845. The string ``default''. In that case, the file is put in the temporary
28846``default'' directory <'spool_directory'>_/scan/_<'message_id'>_/_ with a
28847sequential file name consisting of the message id and a sequence number. The
28848full path and name is available in $mime_decoded_filename$ after decoding.
28849
28850. A full path name starting with a slash. If the full name is an existing
28851directory, it is used as a replacement for the default directory. The filename
28852is then sequentially assigned. If the path does not exist, it is used as
28853the full path and file name.
28854
28855. If the string does not start with a slash, it is used as the
28856filename, and the default path is then used.
28857
28858///
28859End of list
28860///
28861
28862You can easily decode a file with its original, proposed filename using
28863
28864 decode = $mime_filename
28865
28866However, you should keep in mind that $mime_filename$ might contain
28867anything. If you place files outside of the default path, they are not
28868automatically unlinked.
28869
28870For RFC822 attachments (these are messages attached to messages, with a
28871content-type of ``message/rfc822''), the ACL is called again in the same manner
28872as for the primary message, only that the $mime_is_rfc822$ expansion
28873variable is set (see below). Attached messages are always decoded to disk
28874before being checked, and the files are unlinked once the check is done.
28875
28876The MIME ACL supports the %regex% and %mime_regex% conditions. These can be
28877used to match regular expressions against raw and decoded MIME parts,
28878respectively. They are described in section <<SECTscanregex>>.
28879
28880cindex:[MIME content scanning,returned variables]
28881The following list describes all expansion variables that are
28882available in the MIME ACL:
28883
28884$mime_boundary$::
28885If the current part is a multipart (see $mime_is_multipart$) below, it should
28886have a boundary string, which is stored in this variable. If the current part
28887has no boundary parameter in the 'Content-Type:' header, this variable contains
28888the empty string.
28889
28890$mime_charset$::
28891This variable contains the character set identifier, if one was found in the
28892'Content-Type:' header. Examples for charset identifiers are:
28893
28894 us-ascii
28895 gb2312 (Chinese)
28896 iso-8859-1
28897+
28898Please note that this value is not normalized, so you should do matches
28899case-insensitively.
28900
28901$mime_content_description$::
28902This variable contains the normalized content of the 'Content-Description:'
28903header. It can contain a human-readable description of the parts content. Some
28904implementations repeat the filename for attachments here, but they are usually
28905only used for display purposes.
28906
28907$mime_content_disposition$::
28908This variable contains the normalized content of the 'Content-Disposition:'
28909header. You can expect strings like ``attachment'' or ``inline'' here.
28910
28911$mime_content_id$::
28912This variable contains the normalized content of the 'Content-ID:' header.
28913This is a unique ID that can be used to reference a part from another part.
28914
28915$mime_content_size$::
28916This variable is set only after the %decode% modifier (see above) has been
28917successfully run. It contains the size of the decoded part in kilobytes. The
28918size is always rounded up to full kilobytes, so only a completely empty part
28919has a $mime_content_size$ of zero.
28920
28921$mime_content_transfer_encoding$::
28922This variable contains the normalized content of the
28923'Content-transfer-encoding:' header. This is a symbolic name for an encoding
28924type. Typical values are ``base64'' and ``quoted-printable''.
28925
28926$mime_content_type$::
28927If the MIME part has a 'Content-Type:' header, this variable contains its
28928value, lowercased, and without any options (like ``name'' or ``charset''). Here
28929are some examples of popular MIME types, as they may appear in this variable:
28930
28931 text/plain
28932 text/html
28933 application/octet-stream
28934 image/jpeg
28935 audio/midi
28936+
28937If the MIME part has no 'Content-Type:' header, this variable contains the
28938empty string.
28939
28940$mime_decoded_filename$::
28941This variable is set only after the %decode% modifier (see above) has been
28942successfully run. It contains the full path and file name of the file
28943containing the decoded data.
28944
28945$mime_filename$::
28946This is perhaps the most important of the MIME variables. It contains a
28947proposed filename for an attachment, if one was found in either the
28948'Content-Type:' or 'Content-Disposition:' headers. The filename will be RFC2047
28949decoded, but no additional sanity checks are done. If no filename was found,
28950this variable contains the empty string.
28951
28952$mime_is_coverletter$::
28953This variable attempts to differentiate the ``cover letter'' of an e-mail from
28954attached data. It can be used to clamp down on flashy or unneccessarily encoded
28955content in the cover letter, while not restricting attachments at all.
28956+
28957The variable contains 1 (true) for a MIME part believed to be part of the
28958cover letter, and 0 (false) for an attachment. At present, the algorithm is as
28959follows:
28960+
28961--
28962. The outermost MIME part of a message is always a cover letter.
28963
28964. If a multipart/alternative or multipart/related MIME part is a cover letter, so
28965are all MIME subparts within that multipart.
28966
28967. If any other multipart is a cover letter, the first subpart is a cover letter,
28968and the rest are attachments.
28969
28970. All parts contained within an attachment multipart are attachments.
28971--
28972+
28973As an example, the following will ban ``HTML mail'' (including that sent with
28974alternative plain text), while allowing HTML files to be attached. HTML
28975coverletter mail attached to non-HMTL coverletter mail will also be allowed:
28976
28977 deny message = HTML mail is not accepted here
28978 !condition = $mime_is_rfc822
28979 condition = $mime_is_coverletter
28980 condition = ${if eq{$mime_content_type}{text/html}{1}{0}}
28981
28982$mime_is_multipart$::
28983This variable has the value 1 (true) when the current part has the main type
28984``multipart'', for example ``multipart/alternative'' or ``multipart/mixed''.
28985Since multipart entities only serve as containers for other parts, you may not
28986want to carry out specific actions on them.
28987
28988$mime_is_rfc822$::
28989This variable has the value 1 (true) if the current part is not a part of the
28990checked message itself, but part of an attached message. Attached message
28991decoding is fully recursive.
28992
28993$mime_part_count$::
28994This variable is a counter that is raised for each processed MIME part. It
28995starts at zero for the very first part (which is usually a multipart). The
28996counter is per-message, so it is reset when processing RFC822 attachments (see
28997$mime_is_rfc822$). The counter stays set after %acl_smtp_mime% is
28998complete, so you can use it in the DATA ACL to determine the number of MIME
28999parts of a message. For non-MIME messages, this variable contains the value -1.
29000
29001
29002
29003[[SECTscanregex]]
29004Scanning with regular expressions
29005~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
29006cindex:[content scanning,with regular expressions]
29007cindex:[regular expressions,content scanning with]
29008You can specify your own custom regular expression matches on the full body of
29009the message, or on individual MIME parts.
29010
29011The %regex% condition takes one or more regular expressions as arguments and
29012matches them against the full message (when called in the DATA ACL) or a raw
29013MIME part (when called in the MIME ACL). The %regex% condition matches
29014linewise, with a maximum line length of 32K characters. That means you cannot
29015have multiline matches with the %regex% condition.
29016
29017The %mime_regex% condition can be called only in the MIME ACL. It matches up
29018to 32K of decoded content (the whole content at once, not linewise). If the
29019part has not been decoded with the %decode% modifier earlier in the ACL, it is
29020decoded automatically when %mime_regex% is executed (using default path and
29021filename values). If the decoded data is larger than 32K, only the first 32K
29022characters are checked.
29023
29024The regular expressions are passed as a colon-separated list. To include a
29025literal colon, you must double it. Since the whole right-hand side string is
29026expanded before being used, you must also escape dollar signs and backslashes
29027with more backslashes, or use the `\N` facility to disable expansion.
29028Here is a simple example that contains two regular expressions:
29029
29030 deny message = contains blacklisted regex ($regex_match_string)
29031 regex = [Mm]ortgage : URGENT BUSINESS PROPOSAL
29032
29033The conditions returns true if any one of the regular expressions matches. The
29034$regex_match_string$ expansion variable is then set up and contains the
29035matching regular expression.
29036
29037*Warning*: With large messages, these conditions can be fairly
29038CPU-intensive.
29039
29040
29041
29042
29043[[SECTdemimecond]]
29044The demime condition
29045~~~~~~~~~~~~~~~~~~~~
29046cindex:[content scanning,MIME checking]
29047cindex:[MIME content scanning]
29048The %demime% ACL condition provides MIME unpacking, sanity checking and file
068aaea8
PH
29049extension blocking. It is usable only in the DATA and non-SMTP ACLs. The
29050%demime% condition uses a simpler interface to MIME decoding than the MIME ACL
29051functionality, but provides no additional facilities. Please note that this
29052condition is deprecated and kept only for backward compatibility. You must set
29053the WITH_OLD_DEMIME option in _Local/Makefile_ at build time to be able to use
29054the %demime% condition.
168e428f
PH
29055
29056The %demime% condition unpacks MIME containers in the message. It detects
29057errors in MIME containers and can match file extensions found in the message
29058against a list. Using this facility produces files containing the unpacked MIME
29059parts of the message in the temporary scan directory. If you do antivirus
29060scanning, it is recommened that you use the %demime% condition before the
29061antivirus (%malware%) condition.
29062
29063On the right-hand side of the %demime% condition you can pass a colon-separated
29064list of file extensions that it should match against. For example:
29065
29066 deny message = Found blacklisted file attachment
29067 demime = vbs:com:bat:pif:prf:lnk
29068
29069If one of the file extensions is found, the condition is true, otherwise it is
29070false. If there is a temporary error while demimeing (for example, ``disk
29071full''), the condition defers, and the message is temporarily rejected (unless
29072the condition is on a %warn% verb).
29073
29074The right-hand side is expanded before being treated as a list, so you can have
29075conditions and lookups there. If it expands to an empty string, ``false'', or
29076zero (``0''), no demimeing is done and the condition is false.
29077
29078The %demime% condition set the following variables:
29079
29080$demime_errorlevel$::
068aaea8 29081cindex:[$demime_errorlevel$]
168e428f
PH
29082When an error is detected in a MIME container, this variable contains the
29083severity of the error, as an integer number. The higher the value, the more
068aaea8
PH
29084severe the error (the current maximum value is 3). If this variable is unset or
29085zero, no error occurred.
168e428f
PH
29086
29087$demime_reason$::
068aaea8 29088cindex:[$demime_reason$]
168e428f
PH
29089When $demime_errorlevel$ is greater than zero, this variable contains a
29090human-readable text string describing the MIME error that occurred.
29091
068aaea8 29092cindex:[$found_extension$]
168e428f
PH
29093$found_extension$::
29094When the %demime% condition is true, this variable contains the file extension
29095it found.
29096
29097///
29098End of list
29099///
29100
29101Both $demime_errorlevel$ and $demime_reason$ are set by the first call of
29102the %demime% condition, and are not changed on subsequent calls.
29103
29104If you do not want to check for file extensions, but rather use the %demime%
29105condition for unpacking or error checking purposes, pass ``\*'' as the
29106right-hand side value. Here is a more elaborate example of how to use this
29107facility:
29108
29109 # Reject messages with serious MIME container errors
29110 deny message = Found MIME error ($demime_reason).
29111 demime = *
29112 condition = ${if >{$demime_errorlevel}{2}{1}{0}}
29113
29114 # Reject known virus spreading file extensions.
29115 # Accepting these is pretty much braindead.
29116 deny message = contains $found_extension file (blacklisted).
29117 demime = com:vbs:bat:pif:scr
29118
29119 # Freeze .exe and .doc files. Postmaster can
29120 # examine them and eventually thaw them.
29121 deny log_message = Another $found_extension file.
29122 demime = exe:doc
29123 control = freeze
29124
29125
29126
29127
29128
29129
29130////////////////////////////////////////////////////////////////////////////
29131////////////////////////////////////////////////////////////////////////////
29132
29133[[CHAPlocalscan]]
29134[titleabbrev="Local scan function"]
29135Adding a local scan function to Exim
29136------------------------------------
29137cindex:['local_scan()' function,description of]
29138cindex:[customizing,input scan using C function]
29139cindex:[policy control,by local scan function]
29140In these days of email worms, viruses, and ever-increasing spam, some sites
29141want to apply a lot of checking to messages before accepting them.
29142
29143The content scanning extension (chapter <<CHAPexiscan>>) has facilities for
29144passing messages to external virus and spam scanning software. You can also do
29145
29146a certain amount in Exim itself through string expansions and the %condition%
29147condition in the ACL that runs after the SMTP DATA command or the ACL for
29148non-SMTP messages (see chapter <<CHAPACL>>), but this has its limitations.
29149
29150To allow for further customization to a site's own requirements, there is the
29151possibility of linking Exim with a private message scanning function, written
29152in C. If you want to run code that is written in something other than C, you
29153can of course use a little C stub to call it.
29154
29155The local scan function is run once for every incoming message, at the point
29156when Exim is just about to accept the message.
29157It can therefore be used to control non-SMTP messages from local processes as
29158well as messages arriving via SMTP.
29159
29160Exim applies a timeout to calls of the local scan function, and there is an
29161option called %local_scan_timeout% for setting it. The default is 5 minutes.
29162Zero means ``no timeout''.
29163Exim also sets up signal handlers for SIGSEGV, SIGILL, SIGFPE, and SIGBUS
29164before calling the local scan function, so that the most common types of crash
29165are caught. If the timeout is exceeded or one of those signals is caught, the
29166incoming message is rejected with a temporary error if it is an SMTP message.
29167For a non-SMTP message, the message is dropped and Exim ends with a non-zero
29168code. The incident is logged on the main and reject logs.
29169
29170
29171
29172Building Exim to use a local scan function
29173~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
29174cindex:['local_scan()' function,building Exim to use]
29175To make use of the local scan function feature, you must tell Exim where your
29176function is before building Exim, by setting LOCAL_SCAN_SOURCE in your
29177_Local/Makefile_. A recommended place to put it is in the _Local_
29178directory, so you might set
29179
29180 LOCAL_SCAN_SOURCE=Local/local_scan.c
29181
29182for example. The function must be called 'local_scan()'. It is called by
29183Exim after it has received a message, when the success return code is about to
29184be sent. This is after all the ACLs have been run. The return code from your
29185function controls whether the message is actually accepted or not. There is a
29186commented template function (that just accepts the message) in the file
29187_src/local_scan.c_.
29188
29189If you want to make use of Exim's run time configuration file to set options
29190for your 'local_scan()' function, you must also set
29191
29192 LOCAL_SCAN_HAS_OPTIONS=yes
29193
29194in _Local/Makefile_ (see section <<SECTconoptloc>> below).
29195
29196
29197
29198
29199[[SECTapiforloc]]
29200API for local_scan()
29201~~~~~~~~~~~~~~~~~~~~
29202cindex:['local_scan()' function,API description]
29203You must include this line near the start of your code:
29204
29205 #include "local_scan.h"
29206
29207This header file defines a number of variables and other values, and the
29208prototype for the function itself. Exim is coded to use unsigned char values
29209almost exclusively, and one of the things this header defines is a shorthand
29210for `unsigned char` called `uschar`.
29211It also contains the following macro definitions, to simplify casting character
29212strings and pointers to character strings:
29213
29214 #define CS (char *)
29215 #define CCS (const char *)
29216 #define CSS (char **)
29217 #define US (unsigned char *)
29218 #define CUS (const unsigned char *)
29219 #define USS (unsigned char **)
29220
29221
29222The function prototype for 'local_scan()' is:
29223
29224 extern int local_scan(int fd, uschar **return_text);
29225
29226The arguments are as follows:
29227
29228- %fd% is a file descriptor for the file that contains the body of the message
29229(the -D file). The file is open for reading and writing, but updating it is not
29230recommended. *Warning*: You must 'not' close this file descriptor.
29231+
29232The descriptor is positioned at character 19 of the file, which is the first
29233character of the body itself, because the first 19 characters are the message
29234id followed by `-D` and a newline. If you rewind the file, you should use the
29235macro SPOOL_DATA_START_OFFSET to reset to the start of the data, just in
29236case this changes in some future version.
29237
29238- %return_text% is an address which you can use to return a pointer to a text
29239string at the end of the function. The value it points to on entry is NULL.
29240
29241The function must return an %int% value which is one of the following macros:
29242
29243`LOCAL_SCAN_ACCEPT`::
068aaea8 29244cindex:[$local_scan_data$]
168e428f
PH
29245The message is accepted. If you pass back a string of text, it is saved with
29246the message, and made available in the variable $local_scan_data$. No
29247newlines are permitted (if there are any, they are turned into spaces) and the
29248maximum length of text is 1000 characters.
29249
29250`LOCAL_SCAN_ACCEPT_FREEZE`::
29251This behaves as LOCAL_SCAN_ACCEPT, except that the accepted message is
29252queued without immediate delivery, and is frozen.
29253
29254`LOCAL_SCAN_ACCEPT_QUEUE`::
29255This behaves as LOCAL_SCAN_ACCEPT, except that the accepted message is
29256queued without immediate delivery.
29257
29258`LOCAL_SCAN_REJECT`::
29259The message is rejected; the returned text is used as an error message which is
29260passed back to the sender and which is also logged. Newlines are permitted --
29261they cause a multiline response for SMTP rejections, but are converted to `\n`
29262in log lines. If no message is given, ``Administrative prohibition'' is used.
29263
29264`LOCAL_SCAN_TEMPREJECT`::
29265The message is temporarily rejected; the returned text is used as an error
29266message as for LOCAL_SCAN_REJECT. If no message is given, ``Temporary local
29267problem'' is used.
29268
29269`LOCAL_SCAN_REJECT_NOLOGHDR`::
29270This behaves as LOCAL_SCAN_REJECT, except that the header of the rejected
29271message is not written to the reject log. It has the effect of unsetting the
29272%rejected_header% log selector for just this rejection. If %rejected_header%
29273is already unset (see the discussion of the %log_selection% option in section
29274<<SECTlogselector>>), this code is the same as LOCAL_SCAN_REJECT.
29275
29276`LOCAL_SCAN_TEMPREJECT_NOLOGHDR`::
29277This code is a variation of LOCAL_SCAN_TEMPREJECT in the same way that
29278LOCAL_SCAN_REJECT_NOLOGHDR is a variation of LOCAL_SCAN_REJECT.
29279
29280///
29281End of list
29282///
29283
29284If the message is not being received by interactive SMTP, rejections are
29285reported by writing to %stderr% or by sending an email, as configured by the
29286%-oe% command line options.
29287
29288
29289
29290[[SECTconoptloc]]
29291Configuration options for local_scan()
29292~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
29293cindex:['local_scan()' function,configuration options]
29294It is possible to have option settings in the main configuration file
29295that set values in static variables in the 'local_scan()' module. If you
29296want to do this, you must have the line
29297
29298 LOCAL_SCAN_HAS_OPTIONS=yes
29299
29300in your _Local/Makefile_ when you build Exim. (This line is in
29301_OS/Makefile-Default_, commented out). Then, in the 'local_scan()' source
29302file, you must define static variables to hold the option values, and a table to
29303define them.
29304
29305The table must be a vector called %local_scan_options%, of type
29306`optionlist`. Each entry is a triplet, consisting of a name, an option type,
29307and a pointer to the variable that holds the value. The entries must appear in
29308alphabetical order. Following %local_scan_options% you must also define a
29309variable called %local_scan_options_count% that contains the number of
29310entries in the table. Here is a short example, showing two kinds of option:
29311
29312 static int my_integer_option = 42;
29313 static uschar *my_string_option = US"a default string";
29314
29315 optionlist local_scan_options[] = {
29316 { "my_integer", opt_int, &my_integer_option },
29317 { "my_string", opt_stringptr, &my_string_option }
29318 };
29319 int local_scan_options_count =
29320 sizeof(local_scan_options)/sizeof(optionlist);
29321
29322The values of the variables can now be changed from Exim's runtime
29323configuration file by including a local scan section as in this example:
29324
29325 begin local_scan
29326 my_integer = 99
29327 my_string = some string of text...
29328
29329The available types of option data are as follows:
29330
29331*opt_bool*::
29332This specifies a boolean (true/false) option. The address should point to a
29333variable of type `BOOL`, which will be set to TRUE or FALSE, which are macros
29334that are defined as ``1'' and ``0'', respectively. If you want to detect
29335whether such a variable has been set at all, you can initialize it to
29336TRUE_UNSET. (BOOL variables are integers underneath, so can hold more than two
29337values.)
29338
29339*opt_fixed*::
29340This specifies a fixed point number, such as is used for load averages.
29341The address should point to a variable of type `int`. The value is stored
29342multiplied by 1000, so, for example, 1.4142 is truncated and stored as 1414.
29343
29344*opt_int*::
29345This specifies an integer; the address should point to a variable of type
29346`int`. The value may be specified in any of the integer formats accepted by
29347Exim.
29348
29349*opt_mkint*::
29350This is the same as %opt_int%, except that when such a value is output in a
29351%-bP% listing, if it is an exact number of kilobytes or megabytes, it is
29352printed with the suffix K or M.
29353
29354*opt_octint*::
29355This also specifies an integer, but the value is always interpeted as an
29356octal integer, whether or not it starts with the digit zero, and it is
29357always output in octal.
29358
29359*opt_stringptr*::
29360This specifies a string value; the address must be a pointer to a
29361variable that points to a string (for example, of type `uschar \*`).
29362
29363*opt_time*::
29364This specifies a time interval value. The address must point to a variable of
29365type `int`. The value that is placed there is a number of seconds.
29366
29367///
29368End of list
29369///
29370
29371If the %-bP% command line option is followed by `local_scan`, Exim prints
29372out the values of all the 'local_scan()' options.
29373
29374
29375
29376Available Exim variables
29377~~~~~~~~~~~~~~~~~~~~~~~~
29378cindex:['local_scan()' function,available Exim variables]
29379The header _local_scan.h_ gives you access to a number of C variables. These
29380are the only ones that are guaranteed to be maintained from release to release.
29381Note, however, that you can obtain the value of any Exim variable by calling
29382'expand_string()'. The exported variables are as follows:
29383
29384*unsigned~int~debug_selector*::
29385This variable is set to zero when no debugging is taking place. Otherwise, it
29386is a bitmap of debugging selectors. Two bits are identified for use in
29387'local_scan()'; they are defined as macros:
29388+
29389--
29390- The `D_v` bit is set when %-v% was present on the command line. This is a
29391testing option that is not privileged -- any caller may set it. All the
29392other selector bits can be set only by admin users.
29393
29394- The `D_local_scan` bit is provided for use by 'local_scan()'; it is set
29395by the `+local_scan` debug selector. It is not included in the default set
29396of debugging bits.
29397--
29398+
29399Thus, to write to the debugging output only when `+local_scan` has been
29400selected, you should use code like this:
29401
29402 if ((debug_selector & D_local_scan) != 0)
29403 debug_printf("xxx", ...);
29404
29405
29406*uschar~\*expand_string_message*::
29407After a failing call to 'expand_string()' (returned value NULL), the
29408variable %expand_string_message% contains the error message, zero-terminated.
29409
29410*header_line~\*header_list*::
29411A pointer to a chain of header lines. The %header_line% structure is discussed
29412below.
29413
29414*header_line~\*header_last*::
29415A pointer to the last of the header lines.
29416
29417*uschar~\*headers_charset*::
29418The value of the %headers_charset% configuration option.
29419
29420*BOOL~host_checking*::
29421This variable is TRUE during a host checking session that is initiated by the
29422%-bh% command line option.
29423
29424*uschar~\*interface_address*::
29425The IP address of the interface that received the message, as a string. This
29426is NULL for locally submitted messages.
29427
29428*int~interface_port*::
29429The port on which this message was received.
29430
29431*uschar~\*message_id*::
29432This variable contains the message id for the incoming message as a
29433zero-terminated string.
29434
29435*uschar~\*received_protocol*::
29436The name of the protocol by which the message was received.
29437
29438*int~recipients_count*::
29439The number of accepted recipients.
29440
29441*recipient_item~\*recipients_list*::
29442cindex:[recipient,adding in local scan]
29443cindex:[recipient,removing in local scan]
29444The list of accepted recipients, held in a vector of length %recipients_count%.
29445The %recipient_item% structure is discussed below. You can add additional
29446recipients by calling 'receive_add_recipient()' (see below). You can delete
29447recipients by removing them from the vector and adusting the value in
29448%recipients_count%. In particular, by setting %recipients_count% to zero you
29449remove all recipients. If you then return the value `LOCAL_SCAN_ACCEPT`, the
29450message is accepted, but immediately blackholed. To replace the recipients, set
29451%recipients_count% to zero and then call 'receive_add_recipient()' as often as
29452needed.
29453
29454*uschar~\*sender_address*::
29455The envelope sender address. For bounce messages this is the empty string.
29456
29457*uschar~\*sender_host_address*::
29458The IP address of the sending host, as a string. This is NULL for
29459locally-submitted messages.
29460
29461*uschar~\*sender_host_authenticated*::
29462The name of the authentication mechanism that was used, or NULL if the message
29463was not received over an authenticated SMTP connection.
29464
29465*uschar~\*sender_host_name*::
29466The name of the sending host, if known.
29467
29468*int~sender_host_port*::
29469The port on the sending host.
29470
29471*BOOL~smtp_input*::
29472This variable is TRUE for all SMTP input, including BSMTP.
29473
29474*BOOL~smtp_batched_input*::
29475This variable is TRUE for BSMTP input.
29476
29477*int~store_pool*::
29478The contents of this variable control which pool of memory is used for new
29479requests. See section <<SECTmemhanloc>> for details.
29480
29481///
29482End of list
29483///
29484
29485
29486
29487Structure of header lines
29488~~~~~~~~~~~~~~~~~~~~~~~~~
29489The %header_line% structure contains the members listed below.
29490You can add additional header lines by calling the 'header_add()' function
29491(see below). You can cause header lines to be ignored (deleted) by setting
29492their type to \*.
29493
29494
29495*struct~header_line~\*next*::
29496A pointer to the next header line, or NULL for the last line.
29497
29498*int~type*::
29499A code identifying certain headers that Exim recognizes. The codes are printing
29500characters, and are documented in chapter <<CHAPspool>> of this manual. Notice
29501in particular that any header line whose type is \* is not transmitted with the
29502message. This flagging is used for header lines that have been rewritten, or
29503are to be removed (for example, 'Envelope-sender:' header lines.) Effectively,
29504\* means ``deleted''.
29505
29506*int~slen*::
29507The number of characters in the header line, including the terminating and any
29508internal newlines.
29509
29510*uschar~\*text*::
29511A pointer to the text of the header. It always ends with a newline, followed by
29512a zero byte. Internal newlines are preserved.
29513
29514
29515
29516Structure of recipient items
29517~~~~~~~~~~~~~~~~~~~~~~~~~~~~
29518The %recipient_item% structure contains these members:
29519
29520*uschar~\*address*::
29521This is a pointer to the recipient address as it was received.
29522
29523*int~pno*::
29524This is used in later Exim processing when top level addresses are created by
29525the %one_time% option. It is not relevant at the time 'local_scan()' is run and
29526must always contain -1 at this stage.
29527
29528*uschar~\*errors_to*::
29529If this value is not NULL, bounce messages caused by failing to deliver to the
29530recipient are sent to the address it contains. In other words, it overrides the
29531envelope sender for this one recipient. (Compare the %errors_to% generic router
29532option.) If a 'local_scan()' function sets an %errors_to% field to an
29533unqualified address, Exim qualifies it using the domain from
29534%qualify_recipient%. When 'local_scan()' is called, the %errors_to% field is
29535NULL for all recipients.
29536
29537
29538
29539Available Exim functions
29540~~~~~~~~~~~~~~~~~~~~~~~~
29541cindex:['local_scan()' function,available Exim functions]
29542The header _local_scan.h_ gives you access to a number of Exim functions.
29543These are the only ones that are guaranteed to be maintained from release to
29544release:
29545
29546*pid_t~child_open(uschar~{star}{star}argv,~uschar~{star}{star}envp,~int~newumask,~int~{star}infdptr,~int~{star}outfdptr,~BOOL~make_leader)*::
29547
29548This function creates a child process that runs the command specified by
29549%argv%. The environment for the process is specified by %envp%, which can be
29550NULL if no environment variables are to be passed. A new umask is supplied for
29551the process in %newumask%.
29552+
29553Pipes to the standard input and output of the new process are set up
29554and returned to the caller via the %infdptr% and %outfdptr% arguments. The
29555standard error is cloned to the standard output. If there are any file
29556descriptors ``in the way'' in the new process, they are closed. If the final
29557argument is TRUE, the new process is made into a process group leader.
29558+
29559The function returns the pid of the new process, or -1 if things go wrong.
29560
29561*int~child_close(pid_t~pid,~int~timeout)*::
29562This function waits for a child process to terminate, or for a timeout (in
29563seconds) to expire. A timeout value of zero means wait as long as it takes. The
29564return value is as follows:
29565+
29566- >= 0
29567+
29568The process terminated by a normal exit and the value is the process ending
29569status.
29570
29571- < 0 and > --256
29572+
29573The process was terminated by a signal and the value is the negation of the
29574signal number.
29575
29576- --256
29577+
29578The process timed out.
29579
29580- --257
29581+
29582The was some other error in wait(); %errno% is still set.
29583
29584
29585*pid_t~child_open_exim(int~{star}fd)*::
29586This function provide you with a means of submitting a new message to
29587Exim. (Of course, you can also call _/usr/sbin/sendmail_ yourself if you
29588want, but this packages it all up for you.) The function creates a pipe,
29589forks a subprocess that is running
29590
29591 exim -t -oem -oi -f <>
29592+
29593and returns to you (via the `int *` argument) a file descriptor for the pipe
29594that is connected to the standard input. The yield of the function is the PID
29595of the subprocess. You can then write a message to the file descriptor, with
29596recipients in 'To:', 'Cc:', and/or 'Bcc:' header lines.
29597+
29598When you have finished, call 'child_close()' to wait for the process to
29599finish and to collect its ending status. A timeout value of zero is usually
29600fine in this circumstance. Unless you have made a mistake with the recipient
29601addresses, you should get a return code of zero.
29602
29603*void~debug_printf(char~{star},~...)*::
29604This is Exim's debugging function, with arguments as for '(printf()'. The
29605output is written to the standard error stream. If no debugging is selected,
29606calls to 'debug_printf()' have no effect. Normally, you should make calls
29607conditional on the `local_scan` debug selector by coding like this:
29608
29609 if ((debug_selector & D_local_scan) != 0)
29610 debug_printf("xxx", ...);
29611
29612*uschar~{star}expand_string(uschar~{star}string)*::
29613This is an interface to Exim's string expansion code. The return value is the
29614expanded string, or NULL if there was an expansion failure.
29615The C variable %expand_string_message% contains an error message after an
29616expansion failure. If expansion does not change the string, the return value is
29617the pointer to the input string. Otherwise, the return value points to a new
29618block of memory that was obtained by a call to 'store_get()'. See section
29619<<SECTmemhanloc>> below for a discussion of memory handling.
29620
29621*void~header_add(int~type,~char~{star}format,~...)*::
29622This function allows you to an add additional header line at the end of the
29623existing ones. The first argument is the type, and should normally be a space
29624character. The second argument is a format string and any number of
29625substitution arguments as for 'sprintf()'. You may include internal newlines if
29626you want, and you must ensure that the string ends with a newline.
29627
29628*void~header_add_at_position(BOOL~after,~uschar~{star}name,~BOOL~topnot,~int~type,~char~{star}format,~...)*::
29629This function adds a new header line at a specified point in the header
29630chain. The header itself is specified as for 'header_add()'.
29631+
29632If %name% is NULL, the new header is added at the end of the chain if %after%
29633is true, or at the start if %after% is false. If %name% is not NULL, the header
29634lines are searched for the first non-deleted header that matches the name. If
29635one is found, the new header is added before it if %after% is false. If %after%
29636is true, the new header is added after the found header and any adjacent
29637subsequent ones with the same name (even if marked ``deleted''). If no matching
29638non-deleted header is found, the %topnot% option controls where the header is
29639added. If it is true, addition is at the top; otherwise at the bottom. Thus, to
29640add a header after all the 'Received:' headers, or at the top if there are no
29641'Received:' headers, you could use
29642
29643 header_add_at_position(TRUE, US"Received", TRUE,
29644 ' ', "X-xxx: ...");
29645+
29646Normally, there is always at least one non-deleted 'Received:' header, but
29647there may not be if %received_header_text% expands to an empty string.
29648
29649
29650*void~header_remove(int~occurrence,~uschar~{star}name)*::
29651This function removes header lines. If %occurrence% is zero or negative, all
29652occurrences of the header are removed. If occurrence is greater than zero, that
29653particular instance of the header is removed. If no header(s) can be found that
29654match the specification, the function does nothing.
29655
29656
29657*BOOL~header_testname(header_line~{star}hdr,~uschar~{star}name,~int~length,~BOOL~notdel)*::
29658This function tests whether the given header has the given name. It is not just
068aaea8 29659a string comparison, because white space is permitted between the name and the
168e428f
PH
29660colon. If the %notdel% argument is true, a false return is forced for all
29661``deleted'' headers; otherwise they are not treated specially. For example:
29662
29663 if (header_testname(h, US"X-Spam", 6, TRUE)) ...
29664
29665
29666*uschar~{star}lss_b64encode(uschar~{star}cleartext,~int~length)*::
29667cindex:[base64 encoding,functions for 'local_scan()' use]
29668This function base64-encodes a string, which is passed by address and length.
29669The text may contain bytes of any value, including zero. The result is passed
29670back in dynamic memory that is obtained by calling 'store_get()'. It is
29671zero-terminated.
29672
29673*int~lss_b64decode(uschar~{star}codetext,~uschar~{star}{star}cleartext)*::
29674This function decodes a base64-encoded string. Its arguments are a
29675zero-terminated base64-encoded string and the address of a variable that is set
29676to point to the result, which is in dynamic memory. The length of the decoded
29677string is the yield of the function. If the input is invalid base64 data, the
29678yield is -1. A zero byte is added to the end of the output string to make it
29679easy to interpret as a C string (assuming it contains no zeros of its own). The
29680added zero byte is not included in the returned count.
29681
29682*int~lss_match_domain(uschar~{star}domain,~uschar~{star}list)*::
29683This function checks for a match in a domain list. Domains are always
29684matched caselessly. The return value is one of the following:
29685+
29686&&&
29687`OK ` match succeeded
29688`FAIL ` match failed
29689`DEFER ` match deferred
29690&&&
29691+
29692DEFER is usually caused by some kind of lookup defer, such as the
29693inability to contact a database.
29694
29695*int~lss_match_local_part(uschar~{star}localpart,~uschar~{star}list,~BOOL~caseless)*::
29696This function checks for a match in a local part list. The third argument
29697controls case-sensitivity. The return values are as for
29698'lss_match_domain()'.
29699
29700*int~lss_match_address(uschar~{star}address,~uschar~{star}list,~BOOL~caseless)*::
29701This function checks for a match in an address list. The third argument
29702controls the case-sensitivity of the local part match. The domain is always
29703matched caselessly. The return values are as for 'lss_match_domain()'.
29704
29705*int~lss_match_host(uschar~{star}host_name,~uschar~{star}host_address,~uschar~{star}list)*::
29706This function checks for a match in a host list. The most common usage is
29707expected to be
29708
29709 lss_match_host(sender_host_name, sender_host_address, ...)
29710+
068aaea8
PH
29711cindex:[$sender_host_address$]
29712An empty address field matches an empty item in the host list. If the host name
29713is NULL, the name corresponding to $sender_host_address$ is automatically
29714looked up if a host name is required to match an item in the list. The return
29715values are as for 'lss_match_domain()', but in addition, 'lss_match_host()'
29716returns ERROR in the case when it had to look up a host name, but the lookup
29717failed.
168e428f
PH
29718
29719*void~log_write(unsigned~int~selector,~int~which,~char~{star}format,~...)*::
29720This function writes to Exim's log files. The first argument should be zero (it
29721is concerned with %log_selector%). The second argument can be `LOG_MAIN` or
29722`LOG_REJECT` or `LOG_PANIC` or the inclusive ``or'' of any combination of them.
29723It specifies to which log or logs the message is written. The remaining
29724arguments are a format and relevant insertion arguments. The string should not
29725contain any newlines, not even at the end.
29726
29727
29728*void~receive_add_recipient(uschar~{star}address,~int~pno)*::
29729This function adds an additional recipient to the message. The first argument
29730is the recipient address. If it is unqualified (has no domain), it is qualified
29731with the %qualify_recipient% domain. The second argument must always be -1.
29732+
29733This function does not allow you to specify a private %errors_to% address (as
29734described with the structure of %recipient_item% above), because it pre-dates
29735the addition of that field to the structure. However, it is easy to add such a
29736value afterwards. For example:
29737
29738 receive_add_recipient(US"monitor@mydom.example", -1);
29739 recipients_list[recipients_count-1].errors_to =
29740 US"postmaster@mydom.example";
29741
29742*BOOL~receive_remove_recipient(uschar~{star}recipient)*::
29743This is a convenience function to remove a named recipient from the list of
29744recipients. It returns true if a recipient was removed, and false if no
29745matching recipient could be found. The argument must be a complete email
29746address.
29747
29748
29749*uschar~*rfc2047_decode(uschar~{star}string,~BOOL~lencheck,~uschar~{star}target,~int~zeroval,~int~{star}lenptr,~uschar~{star}{star}error)*::
29750This function decodes strings that are encoded according to RFC 2047. Typically
29751these are the contents of header lines. First, each encoded ``word'' is decoded
29752from the Q or B encoding into a byte-string. Then, if provided with the name of
29753a charset encoding, and if the 'iconv()' function is available, an attempt is
29754made to translate the result to the named character set. If this fails, the
29755binary string is returned with an error message.
29756+
29757The first argument is the string to be decoded. If %lencheck% is TRUE, the
29758maximum MIME word length is enforced. The third argument is the target
29759encoding, or NULL if no translation is wanted.
29760+
29761cindex:[binary zero,in RFC 2047 decoding]
29762If a binary zero is encountered in the decoded string, it is replaced by the
29763contents of the %zeroval% argument. For use with Exim headers, the value must
29764not be 0 because header lines are handled as zero-terminated strings.
29765+
29766The function returns the result of processing the string, zero-terminated; if
29767%lenptr% is not NULL, the length of the result is set in the variable to which
29768it points. When %zeroval% is 0, %lenptr% should not be NULL.
29769+
29770If an error is encountered, the function returns NULL and uses the %error%
29771argument to return an error message. The variable pointed to by %error% is set
29772to NULL if there is no error; it may be set non-NULL even when the function
29773returns a non-NULL value if decoding was successful, but there was a problem
29774with translation.
29775
29776
29777*int~smtp_fflush(void)*::
29778This function is used in conjunction with 'smtp_printf()', as described
29779below.
29780
29781*void~smtp_printf(char~{star},~...)*::
29782The arguments of this function are like 'printf()'; it writes to the SMTP
29783output stream. You should use this function only when there is an SMTP output
29784stream, that is, when the incoming message is being received via interactive
29785SMTP. This is the case when %smtp_input% is TRUE and %smtp_batched_input% is
29786FALSE. If you want to test for an incoming message from another host (as
29787opposed to a local process that used the %-bs% command line option), you can
29788test the value of %sender_host_address%, which is non-NULL when a remote host
29789is involved.
29790+
29791If an SMTP TLS connection is established, 'smtp_printf()' uses the TLS
29792output function, so it can be used for all forms of SMTP connection.
29793+
29794Strings that are written by 'smtp_printf()' from within 'local_scan()'
29795must start with an appropriate response code: 550 if you are going to return
29796LOCAL_SCAN_REJECT, 451 if you are going to return
29797LOCAL_SCAN_TEMPREJECT, and 250 otherwise. Because you are writing the
29798initial lines of a multi-line response, the code must be followed by a hyphen
29799to indicate that the line is not the final response line. You must also ensure
29800that the lines you write terminate with CRLF. For example:
29801
29802 smtp_printf("550-this is some extra info\r\n");
29803 return LOCAL_SCAN_REJECT;
29804+
29805Note that you can also create multi-line responses by including newlines in
29806the data returned via the %return_text% argument. The added value of using
29807'smtp_printf()' is that, for instance, you could introduce delays between
29808multiple output lines.
29809+
29810The 'smtp_printf()' function does not return any error indication, because it
29811does not automatically flush pending output, and therefore does not test
29812the state of the stream. (In the main code of Exim, flushing and error
29813detection is done when Exim is ready for the next SMTP input command.) If
29814you want to flush the output and check for an error (for example, the
29815dropping of a TCP/IP connection), you can call 'smtp_fflush()', which has no
29816arguments. It flushes the output stream, and returns a non-zero value if there
29817is an error.
29818
29819*void~{star}store_get(int)*::
29820This function accesses Exim's internal store (memory) manager. It gets a new
29821chunk of memory whose size is given by the argument. Exim bombs out if it ever
29822runs out of memory. See the next section for a discussion of memory handling.
29823
29824*void~{star}store_get_perm(int)*::
29825This function is like 'store_get()', but it always gets memory from the
29826permanent pool. See the next section for a discussion of memory handling.
29827
29828*uschar~{star}string_copy(uschar~{star}string)*::
29829See below.
29830
29831*uschar~{star}string_copyn(uschar~{star}string,~int~length)*::
29832See below.
29833
29834*uschar~{star}string_sprintf(char~{star}format,~...)*::
29835These three functions create strings using Exim's dynamic memory facilities.
29836The first makes a copy of an entire string. The second copies up to a maximum
29837number of characters, indicated by the second argument. The third uses a format
29838and insertion arguments to create a new string. In each case, the result is a
29839pointer to a new string in the current memory pool. See the next section for
29840more discussion.
29841
29842///
29843End of list
29844///
29845
29846
29847
29848
29849[[SECTmemhanloc]]
29850More about Exim's memory handling
29851~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
29852cindex:['local_scan()' function,memory handling]
29853No function is provided for freeing memory, because that is never needed.
29854The dynamic memory that Exim uses when receiving a message is automatically
29855recycled if another message is received by the same process (this applies only
29856to incoming SMTP connections -- other input methods can supply only one message
29857at a time). After receiving the last message, a reception process terminates.
29858
29859Because it is recycled, the normal dynamic memory cannot be used for holding
29860data that must be preserved over a number of incoming messages on the same SMTP
29861connection. However, Exim in fact uses two pools of dynamic memory; the second
29862one is not recycled, and can be used for this purpose.
29863
29864If you want to allocate memory that remains available for subsequent messages
29865in the same SMTP connection, you should set
29866
29867 store_pool = POOL_PERM
29868
29869before calling the function that does the allocation. There is no need to
29870restore the value if you do not need to; however, if you do want to revert to
29871the normal pool, you can either restore the previous value of %store_pool% or
29872set it explicitly to POOL_MAIN.
29873
29874The pool setting applies to all functions that get dynamic memory, including
29875'expand_string()', 'store_get()', and the 'string_xxx()' functions.
29876There is also a convenience function called 'store_get_perm()' that gets a
29877block of memory from the permanent pool while preserving the value of
29878%store_pool%.
29879
29880
29881
29882
29883
29884////////////////////////////////////////////////////////////////////////////
29885////////////////////////////////////////////////////////////////////////////
29886
29887[[CHAPsystemfilter]]
29888System-wide message filtering
29889-----------------------------
29890cindex:[filter,system filter]
29891cindex:[filtering all mail]
29892cindex:[system filter]
29893The previous chapters (on ACLs and the local scan function) describe checks
29894that can be applied to messages before they are accepted by a host. There is
29895also a mechanism for checking messages once they have been received, but before
29896they are delivered. This is called the 'system filter'.
29897
29898The system filter operates in a similar manner to users' filter files, but it
29899is run just once per message (however many recipients the message has).
29900It should not normally be used as a substitute for routing, because %deliver%
29901commands in a system router provide new envelope recipient addresses.
29902The system filter must be an Exim filter. It cannot be a Sieve filter.
29903
29904The system filter is run at the start of a delivery attempt, before any routing
29905is done. If a message fails to be completely delivered at the first attempt,
29906the system filter is run again at the start of every retry.
29907If you want your filter to do something only once per message, you can make use
29908of the %first_delivery% condition in an %if% command in the filter to prevent
29909it happening on retries.
29910
068aaea8
PH
29911cindex:[$domain$]
29912cindex:[$local_part$]
168e428f
PH
29913*Warning*: Because the system filter runs just once, variables that are
29914specific to individual recipient addresses, such as $local_part$ and
29915$domain$, are not set, and the ``personal'' condition is not meaningful. If you
29916want to run a centrally-specified filter for each recipient address
29917independently, you can do so by setting up a suitable ^redirect^ router, as
29918described in section <<SECTperaddfil>> below.
29919
29920
29921Specifying a system filter
29922~~~~~~~~~~~~~~~~~~~~~~~~~~
29923cindex:[uid (user id),system filter]
29924cindex:[gid (group id),system filter]
29925The name of the file that contains the system filter must be specified by
29926setting %system_filter%. If you want the filter to run under a uid and gid
29927other than root, you must also set %system_filter_user% and
29928%system_filter_group% as appropriate. For example:
29929
29930 system_filter = /etc/mail/exim.filter
29931 system_filter_user = exim
29932
29933If a system filter generates any deliveries directly to files or pipes (via the
29934%save% or %pipe% commands), transports to handle these deliveries must be
29935specified by setting %system_filter_file_transport% and
29936%system_filter_pipe_transport%, respectively. Similarly,
29937%system_filter_reply_transport% must be set to handle any messages generated
29938by the %reply% command.
29939
29940
29941Testing a system filter
29942~~~~~~~~~~~~~~~~~~~~~~~
29943You can run simple tests of a system filter in the same way as for a user
29944filter, but you should use %-bF% rather than %-bf%, so that features that
29945are permitted only in system filters are recognized.
29946
29947If you want to test the combined effect of a system filter and a user filter,
29948you can use both %-bF% and %-bf% on the same command line.
29949
29950
29951
29952Contents of a system filter
29953~~~~~~~~~~~~~~~~~~~~~~~~~~~
29954The language used to specify system filters is the same as for users' filter
29955files. It is described in the separate end-user document 'Exim's interface to
29956mail filtering'. However, there are some additional features that are
29957available only in system filters; these are described in subsequent sections.
29958If they are encountered in a user's filter file or when testing with %-bf%,
29959they cause errors.
29960
29961cindex:[frozen messages,manual thaw; testing in filter]
29962There are two special conditions which, though available in users' filter
29963files, are designed for use in system filters. The condition %first_delivery%
29964is true only for the first attempt at delivering a message, and
29965%manually_thawed% is true only if the message has been frozen, and
29966subsequently thawed by an admin user. An explicit forced delivery counts as a
29967manual thaw, but thawing as a result of the %auto_thaw% setting does not.
29968
29969*Warning*: If a system filter uses the %first_delivery% condition to
29970specify an ``unseen'' (non-significant) delivery, and that delivery does not
29971succeed, it will not be tried again.
29972If you want Exim to retry an unseen delivery until it succeeds, you should
29973arrange to set it up every time the filter runs.
29974
29975When a system filter finishes running, the values of the variables $n0$ --
29976$n9$ are copied into $sn0$ -- $sn9$ and are thereby made available to
29977users' filter files. Thus a system filter can, for example, set up ``scores'' to
29978which users' filter files can refer.
29979
29980
29981
29982Additional variable for system filters
29983~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
068aaea8 29984cindex:[$recipients$]
168e428f
PH
29985The expansion variable $recipients$, containing a list of all the recipients
29986of the message (separated by commas and white space), is available in system
29987filters. It is not available in users' filters for privacy reasons.
29988
29989
29990
29991Defer, freeze, and fail commands for system filters
29992~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
29993cindex:[freezing messages]
29994cindex:[message,freezing]
29995cindex:[message,forced failure]
29996cindex:[%fail%,in system filter]
29997cindex:[%freeze% in system filter]
29998cindex:[%defer% in system filter]
29999There are three extra commands (%defer%, %freeze% and %fail%) which are always
30000available in system filters, but are not normally enabled in users' filters.
30001(See the %allow_defer%,
30002%allow_freeze% and %allow_fail% options for the ^redirect^ router.) These
30003commands can optionally be followed by the word %text% and a string containing
30004an error message, for example:
30005
30006 fail text "this message looks like spam to me"
30007
30008The keyword %text% is optional if the next character is a double quote.
30009
30010The %defer% command defers delivery of the original recipients of the message.
30011The %fail% command causes all the original recipients to be failed, and a
30012bounce message to be created. The %freeze% command suspends all delivery
30013attempts for the original recipients. In all cases, any new deliveries that are
30014specified by the filter are attempted as normal after the filter has run.
30015
30016The %freeze% command is ignored if the message has been manually unfrozen and
30017not manually frozen since. This means that automatic freezing by a system
30018filter can be used as a way of checking out suspicious messages. If a message
30019is found to be all right, manually unfreezing it allows it to be delivered.
30020
30021cindex:[log,%fail% command log line]
30022cindex:[%fail%,log line; reducing]
30023The text given with a fail command is used as part of the bounce message as
30024well as being written to the log. If the message is quite long, this can fill
30025up a lot of log space when such failures are common. To reduce the size of the
30026log message, Exim interprets the text in a special way if it starts with the
30027two characters `<<` and contains `>>` later. The text between these two
30028strings is written to the log, and the rest of the text is used in the bounce
30029message. For example:
30030
30031....
30032fail "<<filter test 1>>Your message is rejected \
30033 because it contains attachments that we are \
30034 not prepared to receive."
30035....
30036
30037
30038cindex:[loop,caused by %fail%]
30039Take great care with the %fail% command when basing the decision to fail on the
30040contents of the message, because the bounce message will of course include the
30041contents of the original message and will therefore trigger the %fail% command
30042again (causing a mail loop) unless steps are taken to prevent this. Testing the
30043%error_message% condition is one way to prevent this. You could use, for
30044example
30045
30046 if $message_body contains "this is spam" and not error_message
30047 then fail text "spam is not wanted here" endif
30048
30049though of course that might let through unwanted bounce messages. The
30050alternative is clever checking of the body and/or headers to detect bounces
30051generated by the filter.
30052
30053The interpretation of a system filter file ceases after a
30054%defer%,
30055%freeze%, or %fail% command is obeyed. However, any deliveries that were set up
30056earlier in the filter file are honoured, so you can use a sequence such as
30057
30058 mail ...
30059 freeze
30060
30061to send a specified message when the system filter is freezing (or deferring or
30062failing) a message. The normal deliveries for the message do not, of course,
30063take place.
30064
30065
30066
30067[[SECTaddremheasys]]
30068Adding and removing headers in a system filter
30069~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
30070cindex:[header lines,adding; in system filter]
30071cindex:[header lines,removing; in system filter]
30072cindex:[filter,header lines; adding/removing]
30073Two filter commands that are available only in system filters are:
30074
30075 headers add <string>
30076 headers remove <string>
30077
30078The argument for the %headers add% is a string that is expanded and then added
30079to the end of the message's headers. It is the responsibility of the filter
30080maintainer to make sure it conforms to RFC 2822 syntax. Leading white space is
30081ignored, and if the string is otherwise empty, or if the expansion is forced to
30082fail, the command has no effect.
30083
30084You can use ``\n'' within the string, followed by white space, to specify
30085continued header lines. More than one header may be added in one command by
30086including ``\n'' within the string without any following white space. For
30087example:
30088
30089....
30090headers add "X-header-1: ....\n \
30091 continuation of X-header-1 ...\n\
30092 X-header-2: ...."
30093....
30094
30095Note that the header line continuation white space after the first newline must
30096be placed before the backslash that continues the input string, because white
30097space after input continuations is ignored.
30098
30099The argument for %headers remove% is a colon-separated list of header names.
30100This command applies only to those headers that are stored with the message;
30101those that are added at delivery time (such as 'Envelope-To:' and
30102'Return-Path:') cannot be removed by this means. If there is more than one
30103header with the same name, they are all removed.
30104
30105The %headers% command in a system filter makes an immediate change to the set
30106of header lines that was received with the message (with possible additions
30107from ACL processing). Subsequent commands in the system filter operate on the
30108modified set, which also forms the basis for subsequent message delivery.
30109Unless further modified during routing or transporting, this set of headers is
30110used for all recipients of the message.
30111
30112During routing and transporting, the variables that refer to the contents of
30113header lines refer only to those lines that are in this set. Thus, header lines
30114that are added by a system filter are visible to users' filter files and to all
30115routers and transports. This contrasts with the manipulation of header lines by
30116routers and transports, which is not immediate, but which instead is saved up
30117until the message is actually being written (see section <<SECTheadersaddrem>>).
30118
30119If the message is not delivered at the first attempt, header lines that were
30120added by the system filter are stored with the message, and so are still
30121present at the next delivery attempt. Header lines that were removed are still
30122present, but marked ``deleted'' so that they are not transported with the
30123message. For this reason, it is usual to make the %headers% command conditional
30124on %first_delivery% so that the set of header lines is not modified more than
30125once.
30126
30127Because header modification in a system filter acts immediately, you have to
30128use an indirect approach if you want to modify the contents of a header line.
30129For example:
30130
30131 headers add "Old-Subject: $h_subject:"
30132 headers remove "Subject"
30133 headers add "Subject: new subject (was: $h_old-subject:)"
30134 headers remove "Old-Subject"
30135
30136
30137
30138
30139
30140Setting an errors address in a system filter
30141~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
30142cindex:[envelope sender]
30143In a system filter, if a %deliver% command is followed by
30144
30145 errors_to <some address>
30146
30147in order to change the envelope sender (and hence the error reporting) for that
30148delivery, any address may be specified. (In a user filter, only the current
30149user's address can be set.) For example, if some mail is being monitored, you
30150might use
30151
30152 unseen deliver monitor@spying.example errors_to root@local.example
30153
30154to take a copy which would not be sent back to the normal error reporting
30155address if its delivery failed.
30156
30157
30158
30159[[SECTperaddfil]]
30160Per-address filtering
30161~~~~~~~~~~~~~~~~~~~~~
068aaea8
PH
30162cindex:[$domain$]
30163cindex:[$local_part$]
168e428f
PH
30164In contrast to the system filter, which is run just once per message for each
30165delivery attempt, it is also possible to set up a system-wide filtering
30166operation that runs once for each recipient address. In this case, variables
30167such as $local_part$ and $domain$ can be used, and indeed, the choice of
30168filter file could be made dependent on them. This is an example of a router
30169which implements such a filter:
30170
30171 central_filter:
30172 check_local_user
30173 driver = redirect
30174 domains = +local_domains
30175 file = /central/filters/$local_part
30176 no_verify
30177 allow_filter
30178 allow_freeze
30179
30180The filter is run in a separate process under its own uid. Therefore, either
30181%check_local_user% must be set (as above), in which case the filter is run as
30182the local user, or the %user% option must be used to specify which user to use.
30183If both are set, %user% overrides.
30184
30185Care should be taken to ensure that none of the commands in the filter file
30186specify a significant delivery if the message is to go on to be delivered to
30187its intended recipient. The router will not then claim to have dealt with the
30188address, so it will be passed on to subsequent routers to be delivered in the
30189normal way.
30190
30191
30192
30193
30194
30195
30196////////////////////////////////////////////////////////////////////////////
30197////////////////////////////////////////////////////////////////////////////
30198
30199[[CHAPmsgproc]]
30200Message processing
30201------------------
30202cindex:[message,general processing]
30203Exim performs various transformations on the sender and recipient addresses of
30204all messages that it handles, and also on the messages' header lines. Some of
30205these are optional and configurable, while others always take place. All of
30206this processing, except rewriting as a result of routing, and the addition or
30207removal of header lines while delivering, happens when a message is received,
30208before it is placed on Exim's queue.
30209
30210Some of the automatic processing takes place by default only for
30211``locally-originated'' messages. This adjective is used to describe messages that
30212are not received over TCP/IP, but instead are passed to an Exim process on its
30213standard input. This includes the interactive ``local SMTP'' case that is set up
30214by the %-bs% command line option.
30215
30216*Note*: messages received over TCP/IP on the loopback interface (127.0.0.1
30217or ::1) are not considered to be locally-originated. Exim does not treat the
30218loopback interface specially in any way.
30219
30220If you want the loopback interface to be treated specially, you must ensure
30221that there are appropriate entries in your ACLs.
30222
30223
30224
30225
30226[[SECTsubmodnon]]
30227Submission mode for non-local messages
30228~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
068aaea8 30229[revisionflag="changed"]
168e428f
PH
30230cindex:[message,submission]
30231cindex:[submission mode]
068aaea8
PH
30232Processing that happens automatically for locally-originated messages (unless
30233%suppress_local_fixups% is set) can also be requested for messages that are
30234received over TCP/IP. The term ``submission mode'' is used to describe this
30235state. Submisssion mode is set by the modifier
168e428f
PH
30236
30237 control = submission
30238
068aaea8
PH
30239in a MAIL, RCPT, or pre-data ACL for an incoming message (see sections
30240<<SECTACLmodi>> and <<SECTcontrols>>). This makes Exim treat the message as a
30241local submission, and is normally used when the source of the message is known
30242to be an MUA running on a client host (as opposed to an MTA). For example, to
30243set submission mode for messages originating on the IPv4 loopback interface,
30244you could include the following in the MAIL ACL:
168e428f
PH
30245
30246 warn hosts = 127.0.0.1
30247 control = submission
30248
068aaea8 30249cindex:[%sender_retain%]
168e428f
PH
30250There are some options that can be used when setting submission mode. A slash
30251is used to separate options. For example:
30252
30253 control = submission/sender_retain
30254
30255Specifying %sender_retain% has the effect of setting %local_sender_retain%
30256true and %local_from_check% false for the current incoming message. The first
30257of these allows an existing 'Sender:' header in the message to remain, and the
30258second suppresses the check to ensure that 'From:' matches the authenticated
30259sender. With this setting, Exim still fixes up messages by adding 'Date:' and
30260'Message-ID:' header lines if they are missing, but makes no attempt to check
30261sender authenticity in header lines.
30262
068aaea8
PH
30263When %sender_retain% is not set, a submission mode setting may specify a domain
30264to be used when generating a 'From:' or 'Sender:' header line. For example:
168e428f
PH
30265
30266 control = submission/domain=some.domain
30267
068aaea8 30268[revisionflag="changed"]
168e428f 30269The domain may be empty. How this value is used is described in sections
068aaea8
PH
30270<<SECTthefrohea>> and <<SECTthesenhea>>. There is also a %name% option that
30271allows you to specify the user's full name for inclusion in a created
30272'Sender:' or 'From:' header line. For example:
168e428f 30273
068aaea8
PH
30274[revisionflag="changed"]
30275....
30276accept authenticated = *
30277 control = submission/domain=wonderland.example/\
30278 name=${lookup {$authenticated_id} \
30279 lsearch {/etc/exim/namelist}}
30280....
168e428f 30281
068aaea8
PH
30282[revisionflag="changed"]
30283Because the name may contain any characters, including slashes, the %name%
30284option must be given last. The remainder of the string is used as the name. For
30285the example above, if _/etc/exim/namelist_ contains:
30286
30287[revisionflag="changed"]
30288....
30289bigegg: Humpty Dumpty
30290....
168e428f 30291
068aaea8
PH
30292[revisionflag="changed"]
30293then when the sender has authenticated as 'bigegg', the generated 'Sender:'
30294line would be:
30295
30296[revisionflag="changed"]
30297....
30298Sender: Humpty Dumpty <bigegg@wonderland.example>
30299....
30300
30301[revisionflag="changed"]
30302cindex:[return path,in submission mode]
30303By default, submission mode forces the return path to the same address as is
30304used to create the 'Sender:' header. However, if %sender_retain% is specified,
30305the return path is also left unchanged.
30306
30307[revisionflag="changed"]
30308*Note*: the changes caused by submission mode take effect after the predata
30309ACL. This means that any sender checks performed before the fix-ups use the
30310untrusted sender address specified by the user, not the trusted sender address
30311specified by submission mode. Although this might be slightly unexpected, it
30312does mean that you can configure ACL checks to spot that a user is trying to
30313spoof another's address.
168e428f
PH
30314
30315
30316[[SECTlineendings]]
30317Line endings
30318~~~~~~~~~~~~
30319cindex:[line endings]
30320cindex:[carriage return]
30321cindex:[linefeed]
30322RFC 2821 specifies that CRLF (two characters: carriage-return, followed by
30323linefeed) is the line ending for messages transmitted over the Internet using
30324SMTP over TCP/IP. However, within individual operating systems, different
30325conventions are used. For example, Unix-like systems use just LF, but others
30326use CRLF or just CR.
30327
30328Exim was designed for Unix-like systems, and internally, it stores messages
30329using the system's convention of a single LF as a line terminator. When
30330receiving a message, all line endings are translated to this standard format.
30331Originally, it was thought that programs that passed messages directly to an
30332MTA within an operating system would use that system's convention. Experience
30333has shown that this is not the case; for example, there are Unix applications
30334that use CRLF in this circumstance. For this reason, and for compatibility with
30335other MTAs, the way Exim handles line endings for all messages is now as
30336follows:
30337
30338- LF not preceded by CR is treated as a line ending.
30339
30340- CR is treated as a line ending; if it is immediately followed by LF, the LF
30341is ignored.
30342
30343- The sequence ``CR, dot, CR'' does not terminate an incoming SMTP message,
30344nor a local message in the state where a line containing only a dot is a
30345terminator.
30346
30347- If a bare CR is encountered within a header line, an extra space is added after
30348the line terminator so as not to end the header line. The reasoning behind this
30349is that bare CRs in header lines are most likely either to be mistakes, or
30350people trying to play silly games.
30351
30352- If the first header line received in a message ends with CRLF, a subsequent
30353bare LF in a header line is treated in the same way as a bare CR in a header
30354line.
30355
30356
30357
30358
30359
30360Unqualified addresses
30361~~~~~~~~~~~~~~~~~~~~~
30362cindex:[unqualified addresses]
30363cindex:[address,qualification]
30364By default, Exim expects every envelope address it receives from an external
30365host to be fully qualified. Unqualified addresses cause negative responses to
30366SMTP commands. However, because SMTP is used as a means of transporting
30367messages from MUAs running on personal workstations, there is sometimes a
30368requirement to accept unqualified addresses from specific hosts or IP networks.
30369
30370Exim has two options that separately control which hosts may send unqualified
30371sender or receipient addresses in SMTP commands, namely
30372%sender_unqualified_hosts% and %recipient_unqualified_hosts%. In both
30373cases, if an unqualified address is accepted, it is qualified by adding the
30374value of %qualify_domain% or %qualify_recipient%, as appropriate.
30375
30376cindex:[%qualify_domain%]
30377cindex:[%qualify_recipient%]
30378Unqualified addresses in header lines are automatically qualified for messages
30379that are locally originated, unless the %-bnq% option is given on the command
30380line. For messages received over SMTP, unqualified addresses in header lines
30381are qualified only if unqualified addresses are permitted in SMTP commands. In
30382other words, such qualification is also controlled by
30383%sender_unqualified_hosts% and %recipient_unqualified_hosts%,
30384
30385
30386
30387
30388The UUCP From line
30389~~~~~~~~~~~~~~~~~~
30390cindex:[``From'' line]
30391cindex:[UUCP,``From'' line]
30392cindex:[sender,address]
30393cindex:[%uucp_from_pattern%]
30394cindex:[%uucp_from_sender%]
30395cindex:[envelope sender]
30396cindex:[Sendmail compatibility,``From'' line]
30397Messages that have come from UUCP (and some other applications) often begin
30398with a line containing the envelope sender and a timestamp, following the word
30399``From''. Examples of two common formats are:
30400
30401 From a.oakley@berlin.mus Fri Jan 5 12:35 GMT 1996
30402 From f.butler@berlin.mus Fri, 7 Jan 97 14:00:00 GMT
30403
30404This line precedes the RFC 2822 header lines. For compatibility with Sendmail,
30405Exim recognizes such lines at the start of messages that are submitted to it
30406via the command line (that is, on the standard input). It does not recognize
30407such lines in incoming SMTP messages, unless the sending host matches
30408%ignore_fromline_hosts% or the %-bs% option was used for a local message and
30409%ignore_fromline_local% is set. The recognition is controlled by a regular
30410expression that is defined by the %uucp_from_pattern% option, whose default
30411value matches the two common cases shown above and puts the address that
30412follows ``From'' into $1$.
30413
30414cindex:[numerical variables ($1$ $2$ etc),in ``From '' line handling]
30415When the caller of Exim for a non-SMTP message that contains a ``From'' line is a
30416trusted user, the message's sender address is constructed by expanding the
30417contents of %uucp_sender_address%, whose default value is ``\$1''. This is then
30418parsed as an RFC 2822 address. If there is no domain, the local part is
30419qualified with %qualify_domain% unless it is the empty string. However, if the
30420command line %-f% option is used, it overrides the ``From'' line.
30421
30422If the caller of Exim is not trusted, the ``From'' line is recognized, but the
30423sender address is not changed. This is also the case for incoming SMTP messages
30424that are permitted to contain ``From'' lines.
30425
30426Only one ``From'' line is recognized. If there is more than one, the second is
30427treated as a data line that starts the body of the message, as it is not valid
30428as a header line. This also happens if a ``From'' line is present in an incoming
30429SMTP message from a source that is not permitted to send them.
30430
30431
30432
30433Resent- header lines
30434~~~~~~~~~~~~~~~~~~~~
30435cindex:[%Resent-% header lines]
30436RFC 2822 makes provision for sets of header lines starting with the string
30437`Resent-` to be added to a message when it is resent by the original
30438recipient to somebody else. These headers are 'Resent-Date:', 'Resent-From:',
30439'Resent-Sender:', 'Resent-To:', 'Resent-Cc:', 'Resent-Bcc:' and
30440'Resent-Message-ID:'. The RFC says:
30441
30442'Resent fields are strictly informational. They MUST NOT be used in the normal
30443processing of replies or other such automatic actions on messages.'
30444
30445This leaves things a bit vague as far as other processing actions such as
30446address rewriting are concerned. Exim treats %Resent-% header lines as
30447follows:
30448
30449- A 'Resent-From:' line that just contains the login id of the submitting user
30450is automatically rewritten in the same way as 'From:' (see below).
30451
30452- If there's a rewriting rule for a particular header line, it is also applied to
30453%Resent-% header lines of the same type. For example, a rule that rewrites
30454'From:' also rewrites 'Resent-From:'.
30455
30456- For local messages, if 'Sender:' is removed on input, 'Resent-Sender:' is also
30457removed.
30458
30459- For a locally-submitted message,
30460if there are any %Resent-% header lines but no 'Resent-Date:',
30461'Resent-From:', or 'Resent-Message-Id:', they are added as necessary. It is
30462the contents of 'Resent-Message-Id:' (rather than 'Message-Id:') which are
30463included in log lines in this case.
30464
30465- The logic for adding 'Sender:' is duplicated for 'Resent-Sender:' when any
30466%Resent-% header lines are present.
30467
30468
30469
30470
30471The Auto-Submitted: header line
30472~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
30473Whenever Exim generates a bounce or a delay warning message, it includes the
30474header line
30475
30476 Auto-Submitted: auto-generated
30477
30478
30479
30480
30481The Bcc: header line
30482~~~~~~~~~~~~~~~~~~~~
30483cindex:['Bcc:' header line]
30484If Exim is called with the %-t% option, to take recipient addresses from a
30485message's header, it removes any 'Bcc:' header line that may exist (after
30486extracting its addresses). If %-t% is not present on the command line, any
30487existing 'Bcc:' is not removed.
30488
30489
30490The Date: header line
30491~~~~~~~~~~~~~~~~~~~~~
068aaea8 30492[revisionflag="changed"]
168e428f 30493cindex:['Date:' header line]
068aaea8
PH
30494If a locally-generated or submission-mode message has no 'Date:' header line,
30495Exim adds one, using the current date and time, unless the
30496%suppress_local_fixups% control has been specified.
168e428f
PH
30497
30498
30499The Delivery-date: header line
30500~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
30501cindex:['Delivery-date:' header line]
30502cindex:[%delivery_date_remove%]
30503'Delivery-date:' header lines are not part of the standard RFC 2822 header
30504set. Exim can be configured to add them to the final delivery of messages. (See
30505the generic %delivery_date_add% transport option.) They should not be present
30506in messages in transit. If the %delivery_date_remove% configuration option is
30507set (the default), Exim removes 'Delivery-date:' header lines from incoming
30508messages.
30509
30510
30511The Envelope-to: header line
30512~~~~~~~~~~~~~~~~~~~~~~~~~~~~
30513cindex:['Envelope-to:' header line]
30514cindex:[%envelope_to_remove%]
30515'Envelope-to:' header lines are not part of the standard RFC 2822 header set.
30516Exim can be configured to add them to the final delivery of messages. (See the
30517generic %envelope_to_add% transport option.) They should not be present in
30518messages in transit. If the %envelope_to_remove% configuration option is set
30519(the default), Exim removes 'Envelope-to:' header lines from incoming
30520messages.
30521
30522
30523[[SECTthefrohea]]
30524The From: header line
30525~~~~~~~~~~~~~~~~~~~~~
30526cindex:['From:' header line]
30527cindex:[Sendmail compatibility,``From'' line]
30528cindex:[message,submission]
30529cindex:[submission mode]
30530If a submission-mode message does not contain a 'From:' header line, Exim adds
30531one if either of the following conditions is true:
30532
30533- The envelope sender address is not empty (that is, this is not a bounce
30534message). The added header line copies the envelope sender address.
30535
068aaea8
PH
30536- cindex:[$authenticated_id$]
30537The SMTP session is authenticated and $authenticated_id$ is not empty.
168e428f 30538
068aaea8
PH
30539.. cindex:[$qualify_domain$]
30540If no domain is specified by the submission control, the local part is
168e428f
PH
30541$authenticated_id$ and the domain is $qualify_domain$.
30542
30543.. If a non-empty domain is specified by the submission control, the local
30544part is $authenticated_id$, and the the domain is the specified domain.
30545
30546.. If an empty domain is specified by the submission control,
30547$authenticated_id$ is assumed to be the complete address.
30548
30549A non-empty envelope sender takes precedence.
30550
068aaea8
PH
30551[revisionflag="changed"]
30552If a locally-generated incoming message does not contain a 'From:' header line,
30553and the %suppress_local_fixups% control is not set, Exim adds one containing
30554the sender's address. The calling user's login name and full name are used to
30555construct the address, as described in section <<SECTconstr>>. They are
30556obtained from the password data by calling 'getpwuid()' (but see the
30557%unknown_login% configuration option). The address is qualified with
30558%qualify_domain%.
168e428f
PH
30559
30560For compatibility with Sendmail, if an incoming, non-SMTP message has a
30561'From:' header line containing just the unqualified login name of the calling
30562user, this is replaced by an address containing the user's login name and full
30563name as described in section <<SECTconstr>>.
30564
30565
30566The Message-ID: header line
30567~~~~~~~~~~~~~~~~~~~~~~~~~~~
068aaea8 30568[revisionflag="changed"]
168e428f
PH
30569cindex:['Message-ID:' header line]
30570cindex:[message,submission]
068aaea8 30571cindex:[%message_id_header_text%]
168e428f 30572If a locally-generated or submission-mode incoming message does not contain a
068aaea8
PH
30573'Message-ID:' or 'Resent-Message-ID:' header line, and the
30574%suppress_local_fixups% control is not set, Exim adds a suitable header line to
30575the message. If there are any 'Resent-:' headers in the message, it creates
168e428f
PH
30576'Resent-Message-ID:'. The id is constructed from Exim's internal message id,
30577preceded by the letter E to ensure it starts with a letter, and followed by @
30578and the primary host name. Additional information can be included in this
068aaea8
PH
30579header line by setting the %message_id_header_text% and/or
30580%message_id_header_domain% options.
168e428f
PH
30581
30582
30583
30584The Received: header line
30585~~~~~~~~~~~~~~~~~~~~~~~~~
30586cindex:['Received:' header line]
30587A 'Received:' header line is added at the start of every message. The contents
30588are defined by the %received_header_text% configuration option, and Exim
30589automatically adds a semicolon and a timestamp to the configured string.
30590
30591The 'Received:' header is generated as soon as the message's header lines have
30592been received. At this stage, the timestamp in the 'Received:' header line is
30593the time that the message started to be received. This is the value that is
30594seen by the DATA ACL and by the 'local_scan()' function.
30595
30596Once a message is accepted, the timestamp in the 'Received:' header line is
30597changed to the time of acceptance, which is (apart from a small delay while the
30598-H spool file is written) the earliest time at which delivery could start.
30599
30600
30601
30602The Return-path: header line
30603~~~~~~~~~~~~~~~~~~~~~~~~~~~~
30604cindex:['Return-path:' header line]
30605cindex:[%return_path_remove%]
30606'Return-path:' header lines are defined as something an MTA may insert when
30607it does the final delivery of messages. (See the generic %return_path_add%
30608transport option.) Therefore, they should not be present in messages in
30609transit. If the %return_path_remove% configuration option is set (the
30610default), Exim removes 'Return-path:' header lines from incoming messages.
30611
30612
30613
30614[[SECTthesenhea]]
30615The Sender: header line
30616~~~~~~~~~~~~~~~~~~~~~~~
068aaea8 30617[revisionflag="changed"]
168e428f
PH
30618cindex:['Sender:' header line]
30619cindex:[message,submission]
30620For a locally-originated message from an untrusted user, Exim may remove an
30621existing 'Sender:' header line, and it may add a new one. You can modify these
068aaea8
PH
30622actions by setting the %local_sender_retain% option true, the
30623%local_from_check% option false, or by using the %suppress_local_fixups%
30624control setting.
168e428f 30625
068aaea8
PH
30626[revisionflag="changed"]
30627When a local message is received from an untrusted user and %local_from_check%
30628is true (the default), and the %suppress_local_fixups% control has not been
30629set, a check is made to see if the address given in the 'From:' header line is
30630the correct (local) sender of the message. The address that is expected has the
30631login name as the local part and the value of %qualify_domain% as the domain.
30632Prefixes and suffixes for the local part can be permitted by setting
30633%local_from_prefix% and %local_from_suffix% appropriately. If 'From:' does not
30634contain the correct sender, a 'Sender:' line is added to the message.
168e428f
PH
30635
30636If you set %local_from_check% false, this checking does not occur. However,
30637the removal of an existing 'Sender:' line still happens, unless you also set
30638%local_sender_retain% to be true. It is not possible to set both of these
30639options true at the same time.
30640
30641cindex:[submission mode]
30642By default, no processing of 'Sender:' header lines is done for messages
30643received over TCP/IP or for messages submitted by trusted users. However, when
30644a message is received over TCP/IP in submission mode, and %sender_retain% is
30645not specified on the submission control, the following processing takes place:
30646
068aaea8 30647cindex:[$authenticated_id$]
168e428f
PH
30648First, any existing 'Sender:' lines are removed. Then, if the SMTP session is
30649authenticated, and $authenticated_id$ is not empty, a sender address is
30650created as follows:
30651
068aaea8
PH
30652- cindex:[$qualify_domain$]
30653If no domain is specified by the submission control, the local part is
168e428f
PH
30654$authenticated_id$ and the domain is $qualify_domain$.
30655
068aaea8
PH
30656- If a non-empty domain is specified by the submission control, the local part
30657is $authenticated_id$, and the the domain is the specified domain.
168e428f
PH
30658
30659- If an empty domain is specified by the submission control,
30660$authenticated_id$ is assumed to be the complete address.
30661
30662This address is compared with the address in the 'From:' header line. If they
30663are different, a 'Sender:' header line containing the created address is
30664added. Prefixes and suffixes for the local part in 'From:' can be permitted by
30665setting %local_from_prefix% and %local_from_suffix% appropriately.
30666
068aaea8
PH
30667[revisionflag="changed"]
30668cindex:[return path,created from 'Sender:']
30669*Note*: whenever a 'Sender:' header line is created, the return path for the
30670message (the envelope sender address) is changed to be the same address, except
30671in the case of submission mode when %sender_retain% is specified.
30672
168e428f
PH
30673
30674
30675
30676[[SECTheadersaddrem]]
30677Adding and removing header lines in routers and transports
30678~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
068aaea8 30679[revisionflag="changed"]
168e428f
PH
30680cindex:[header lines,adding; in router or transport]
30681cindex:[header lines,removing; in router or transport]
30682When a message is delivered, the addition and removal of header lines can be
30683specified in a system filter, or on any of the routers and transports that
30684process the message. Section <<SECTaddremheasys>> contains details about
068aaea8
PH
30685modifying headers in a system filter. Header lines can also be added in an ACL
30686as a message is received (see section <<SECTaddheadwarn>>).
168e428f
PH
30687
30688In contrast to what happens in a system filter, header modifications that are
30689specified on routers and transports apply only to the particular recipient
30690addresses that are being processed by those routers and transports. These
30691changes do not actually take place until a copy of the message is being
30692transported. Therefore, they do not affect the basic set of header lines, and
30693they do not affect the values of the variables that refer to header lines.
30694
068aaea8
PH
30695[revisionflag="changed"]
30696*Note*: in particular, this means that any expansions in the configuration of
30697the transport cannot refer to the modified header lines, because such
30698expansions all occur before the message is actually transported.
30699
168e428f
PH
30700For both routers and transports, the result of expanding a %headers_add%
30701option must be in the form of one or more RFC 2822 header lines, separated by
30702newlines (coded as ``\n''). For example:
30703
30704....
30705headers_add = X-added-header: added by $primary_hostname\n\
30706 X-added-second: another added header line
30707....
30708
30709Exim does not check the syntax of these added header lines.
30710
30711The result of expanding %headers_remove% must consist of a colon-separated
30712list of header names. This is confusing, because header names themselves are
30713often terminated by colons. In this case, the colons are the list separators,
30714not part of the names. For example:
30715
30716 headers_remove = return-receipt-to:acknowledge-to
30717
30718When %headers_add% or %headers_remove% is specified on a router, its value is
30719expanded at routing time, and then associated with all addresses that are
30720accepted by that router, and also with any new addresses that it generates. If
30721an address passes through several routers as a result of aliasing or
30722forwarding, the changes are cumulative.
30723
30724cindex:[%unseen% option]
30725However, this does not apply to multiple routers that result from the use of
30726the %unseen% option. Any header modifications that were specified by the
30727``unseen'' router or its predecessors apply only to the ``unseen'' delivery.
30728
30729Addresses that end up with different %headers_add% or %headers_remove%
30730settings cannot be delivered together in a batch, so a transport is always
30731dealing with a set of addresses that have the same header-processing
30732requirements.
30733
30734The transport starts by writing the original set of header lines that arrived
30735with the message, possibly modified by the system filter. As it writes out
30736these lines, it consults the list of header names that were attached to the
30737recipient address(es) by %headers_remove% options in routers, and it also
30738consults the transport's own %headers_remove% option. Header lines whose names
30739are on either of these lists are not written out. If there are multiple
30740instances of any listed header, they are all skipped.
30741
30742After the remaining original header lines have been written, new header
30743lines that were specified by routers' %headers_add% options are written, in
30744the order in which they were attached to the address. These are followed by any
30745header lines specified by the transport's %headers_add% option.
30746
30747This way of handling header line modifications in routers and transports has
30748the following consequences:
30749
30750- The original set of header lines, possibly modified by the system filter,
30751remains ``visible'', in the sense that the $header_$'xxx' variables refer to
30752it, at all times.
30753
30754- Header lines that are added by a router's
30755%headers_add% option are not accessible by means of the $header_$'xxx'
30756expansion syntax in subsequent routers or the transport.
30757
30758- Conversely, header lines that are specified for removal by %headers_remove% in
30759a router remain visible to subsequent routers and the transport.
30760
30761- Headers added to an address by %headers_add% in a router cannot be removed by
30762a later router or by a transport.
30763
30764- An added header can refer to the contents of an original header that is to be
30765removed, even it has the same name as the added header. For example:
30766
30767 headers_remove = subject
30768 headers_add = Subject: new subject (was: $h_subject:)
30769
30770
30771*Warning*: The %headers_add% and %headers_remove% options cannot be used
30772for a ^redirect^ router that has the %one_time% option set.
30773
30774
30775
30776
30777
30778[[SECTconstr]]
30779Constructed addresses
30780~~~~~~~~~~~~~~~~~~~~~
30781cindex:[address,constructed]
30782cindex:[constructed address]
30783When Exim constructs a sender address for a locally-generated message, it uses
30784the form
30785
30786 <user name> <<login>@<qualify_domain>>
30787
30788For example:
30789
30790 Zaphod Beeblebrox <zaphod@end.univ.example>
30791
30792The user name is obtained from the %-F% command line option if set, or
30793otherwise by looking up the calling user by 'getpwuid()' and extracting the
30794``gecos'' field from the password entry. If the ``gecos'' field contains an
30795ampersand character, this is replaced by the login name with the first letter
30796upper cased, as is conventional in a number of operating systems. See the
30797%gecos_name% option for a way to tailor the handling of the ``gecos'' field. The
30798%unknown_username% option can be used to specify user names in cases when
30799there is no password file entry.
30800
30801In all cases, the user name is made to conform to RFC 2822 by quoting all or
30802parts of it if necessary. In addition, if it contains any non-printing
30803characters, it is encoded as described in RFC 2047, which defines a way of
30804including non-ASCII characters in header lines.
30805The value of the %headers_charset% option specifies the name of the encoding
30806that is used (the characters are assumed to be in this encoding).
30807The setting of %print_topbitchars% controls whether characters with the top
30808bit set (that is, with codes greater than 127) count as printing characters or
30809not.
30810
30811
30812
30813Case of local parts
30814~~~~~~~~~~~~~~~~~~~
30815cindex:[case of local parts]
30816cindex:[local part,case of]
30817RFC 2822 states that the case of letters in the local parts of addresses cannot
30818be assumed to be non-significant. Exim preserves the case of local parts of
30819addresses, but by default it uses a lower-cased form when it is routing,
30820because on most Unix systems, usernames are in lower case and case-insensitive
30821routing is required. However, any particular router can be made to use the
30822original case for local parts by setting the %caseful_local_part% generic
30823router option.
30824
30825cindex:[mixed-case login names]
30826If you must have mixed-case user names on your system, the best way to proceed,
30827assuming you want case-independent handling of incoming email, is to set up
30828your first router to convert incoming local parts in your domains to the
30829correct case by means of a file lookup. For example:
30830
30831....
30832correct_case:
30833 driver = redirect
30834 domains = +local_domains
30835 data = ${lookup{$local_part}cdb\
30836 {/etc/usercased.cdb}{$value}fail}\
30837 @$domain
30838....
30839
30840For this router, the local part is forced to lower case by the default action
30841(%caseful_local_part% is not set). The lower-cased local part is used to look
30842up a new local part in the correct case. If you then set %caseful_local_part%
30843on any subsequent routers which process your domains, they will operate on
30844local parts with the correct case in a case-sensitive manner.
30845
30846
30847
30848Dots in local parts
30849~~~~~~~~~~~~~~~~~~~
30850cindex:[dot,in local part]
30851cindex:[local part,dots in]
30852RFC 2822 forbids empty components in local parts. That is, an unquoted local
30853part may not begin or end with a dot, nor have two consecutive dots in the
30854middle. However, it seems that many MTAs do not enforce this, so Exim permits
30855empty components for compatibility.
30856
30857
30858
30859Rewriting addresses
30860~~~~~~~~~~~~~~~~~~~
30861cindex:[rewriting,addresses]
30862Rewriting of sender and recipient addresses, and addresses in headers, can
30863happen automatically, or as the result of configuration options, as described
30864in chapter <<CHAPrewrite>>. The headers that may be affected by this are 'Bcc:',
30865'Cc:', 'From:', 'Reply-To:', 'Sender:', and 'To:'.
30866
30867Automatic rewriting includes qualification, as mentioned above. The other case
30868in which it can happen is when an incomplete non-local domain is given. The
30869routing process may cause this to be expanded into the full domain name. For
30870example, a header such as
30871
30872 To: hare@teaparty
30873
30874might get rewritten as
30875
30876 To: hare@teaparty.wonderland.fict.example
30877
30878Rewriting as a result of routing is the one kind of message processing that
30879does not happen at input time, as it cannot be done until the address has
30880been routed.
30881
30882Strictly, one should not do 'any' deliveries of a message until all its
30883addresses have been routed, in case any of the headers get changed as a
30884result of routing. However, doing this in practice would hold up many
30885deliveries for unreasonable amounts of time, just because one address could not
30886immediately be routed. Exim therefore does not delay other deliveries when
30887routing of one or more addresses is deferred.
30888
30889
30890////////////////////////////////////////////////////////////////////////////
30891////////////////////////////////////////////////////////////////////////////
30892
30893[[CHAPSMTP]]
30894SMTP processing
30895---------------
30896cindex:[SMTP,processing details]
30897cindex:[LMTP,processing details]
30898Exim supports a number of different ways of using the SMTP protocol, and its
30899LMTP variant, which is an interactive protocol for transferring messages into a
30900closed mail store application. This chapter contains details of how SMTP is
30901processed. For incoming mail, the following are available:
30902
30903- SMTP over TCP/IP (Exim daemon or 'inetd');
30904
30905- SMTP over the standard input and output (the %-bs% option);
30906
30907- Batched SMTP on the standard input (the %-bS% option).
30908
30909For mail delivery, the following are available:
30910
30911- SMTP over TCP/IP (the ^smtp^ transport);
30912
30913- LMTP over TCP/IP (the ^smtp^ transport with the %protocol% option set to
30914``lmtp'');
30915
30916- LMTP over a pipe to a process running in the local host (the ^lmtp^
30917transport);
30918
30919- Batched SMTP to a file or pipe (the ^appendfile^ and ^pipe^ transports with
30920the %use_bsmtp% option set).
30921
30922'Batched SMTP' is the name for a process in which batches of messages are
30923stored in or read from files (or pipes), in a format in which SMTP commands are
30924used to contain the envelope information.
30925
30926
30927
30928[[SECToutSMTPTCP]]
30929Outgoing SMTP and LMTP over TCP/IP
30930~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
30931cindex:[SMTP,outgoing over TCP/IP]
30932cindex:[outgoing SMTP over TCP/IP]
30933cindex:[LMTP,over TCP/IP]
30934cindex:[outgoing LMTP over TCP/IP]
30935cindex:[EHLO]
30936cindex:[HELO]
30937cindex:[SIZE option on MAIL command]
30938Outgoing SMTP and LMTP over TCP/IP is implemented by the ^smtp^ transport.
30939The %protocol% option selects which protocol is to be used, but the actual
30940processing is the same in both cases.
30941
30942If, in response to its EHLO command, Exim is told that the SIZE
30943parameter is supported, it adds SIZE=<'n'> to each subsequent MAIL
30944command. The value of <'n'> is the message size plus the value of the
30945%size_addition% option (default 1024) to allow for additions to the message
30946such as per-transport header lines, or changes made in a
30947cindex:[transport,filter]
30948cindex:[filter,transport filter]
30949transport filter. If %size_addition% is set negative, the use of SIZE is
30950suppressed.
30951
30952If the remote server advertises support for PIPELINING, Exim uses the
30953pipelining extension to SMTP (RFC 2197) to reduce the number of TCP/IP packets
30954required for the transaction.
30955
30956If the remote server advertises support for the STARTTLS command, and Exim
30957was built to support TLS encryption, it tries to start a TLS session unless the
30958server matches %hosts_avoid_tls%. See chapter <<CHAPTLS>> for more details.
30959
30960If the remote server advertises support for the AUTH command, Exim scans
30961the authenticators configuration for any suitable client settings, as described
30962in chapter <<CHAPSMTPAUTH>>.
30963
30964cindex:[carriage return]
30965cindex:[linefeed]
30966Responses from the remote host are supposed to be terminated by CR followed by
30967LF. However, there are known to be hosts that do not send CR characters, so in
30968order to be able to interwork with such hosts, Exim treats LF on its own as a
30969line terminator.
30970
30971If a message contains a number of different addresses, all those with the same
30972characteristics (for example, the same envelope sender) that resolve to the
30973same set of hosts, in the same order, are sent in a single SMTP transaction,
30974even if they are for different domains, unless there are more than the setting
30975of the %max_rcpts% option in the ^smtp^ transport allows, in which case they
30976are split into groups containing no more than %max_rcpts% addresses each. If
30977%remote_max_parallel% is greater than one, such groups may be sent in
30978parallel sessions. The order of hosts with identical MX values is not
30979significant when checking whether addresses can be batched in this way.
30980
30981When the ^smtp^ transport suffers a temporary failure that is not
30982message-related, Exim updates its transport-specific database, which contains
30983records indexed by host name that remember which messages are waiting for each
30984particular host. It also updates the retry database with new retry times.
30985
30986cindex:[hints database,retry keys]
30987Exim's retry hints are based on host name plus IP address, so if one address of
30988a multi-homed host is broken, it will soon be skipped most of the time.
30989See the next section for more detail about error handling.
30990
30991cindex:[SMTP,passed connection]
30992cindex:[SMTP,batching over TCP/IP]
30993When a message is successfully delivered over a TCP/IP SMTP connection, Exim
30994looks in the hints database for the transport to see if there are any queued
30995messages waiting for the host to which it is connected. If it finds one, it
30996creates a new Exim process using the %-MC% option (which can only be used by a
30997process running as root or the Exim user) and passes the TCP/IP socket to it so
30998that it can deliver another message using the same socket. The new process does
30999only those deliveries that are routed to the connected host, and may in turn
31000pass the socket on to a third process, and so on.
31001
31002The %connection_max_messages% option of the ^smtp^ transport can be used to
31003limit the number of messages sent down a single TCP/IP connection.
31004
31005cindex:[asterisk,after IP address]
31006The second and subsequent messages delivered down an existing connection are
31007identified in the main log by the addition of an asterisk after the closing
31008square bracket of the IP address.
31009
31010
31011
31012
31013[[SECToutSMTPerr]]
31014Errors in outgoing SMTP
31015~~~~~~~~~~~~~~~~~~~~~~~
31016cindex:[error,in outgoing SMTP]
31017cindex:[SMTP,errors in outgoing]
31018cindex:[host,error]
31019Three different kinds of error are recognized for outgoing SMTP: host errors,
31020message errors, and recipient errors.
31021
31022. A host error is not associated with a particular message or with a
31023particular recipient of a message. The host errors are:
31024+
31025--
31026- Connection refused or timed out,
31027
31028- Any error response code on connection,
31029
31030- Any error response code to EHLO or HELO,
31031
31032- Loss of connection at any time, except after ``.'',
31033
31034- I/O errors at any time,
31035
31036- Timeouts during the session, other than in response to MAIL, RCPT or
31037the ``.'' at the end of the data.
31038--
31039+
31040For a host error, a permanent error response on connection, or in response to
31041EHLO, causes all addresses routed to the host to be failed. Any other host
31042error causes all addresses to be deferred, and retry data to be created for the
31043host. It is not tried again, for any message, until its retry time arrives. If
31044the current set of addresses are not all delivered in this run (to some
31045alternative host), the message is added to the list of those waiting for this
31046host, so if it is still undelivered when a subsequent successful delivery is
31047made to the host, it will be sent down the same SMTP connection.
31048
31049. cindex:[message,error]
31050A message error is associated with a particular message when sent to a
31051particular host, but not with a particular recipient of the message. The
31052message errors are:
31053+
31054--
31055- Any error response code to MAIL, DATA, or the ``.'' that terminates
31056the data,
31057
31058- Timeout after MAIL,
31059
31060- Timeout or loss of connection after the ``.'' that terminates the data. A
31061timeout after the DATA command itself is treated as a host error, as is loss of
31062connection at any other time.
31063--
31064+
31065For a message error, a permanent error response (5##'xx') causes all addresses
31066to be failed, and a delivery error report to be returned to the sender. A
31067temporary error response (4##'xx'), or one of the timeouts, causes all
31068addresses to be deferred. Retry data is not created for the host, but instead,
31069a retry record for the combination of host plus message id is created. The
31070message is not added to the list of those waiting for this host. This ensures
31071that the failing message will not be sent to this host again until the retry
31072time arrives. However, other messages that are routed to the host are not
31073affected, so if it is some property of the message that is causing the error,
31074it will not stop the delivery of other mail.
31075+
31076If the remote host specified support for the SIZE parameter in its response
31077to EHLO, Exim adds SIZE='nnn' to the MAIL command, so an
31078over-large message will cause a message error because the error arrives as a
31079response to MAIL.
31080
31081. cindex:[recipient,error]
31082A recipient error is associated with a particular recipient of a message. The
31083recipient errors are:
31084+
31085--
31086- Any error response to RCPT,
31087
31088- Timeout after RCPT.
31089--
31090+
31091For a recipient error, a permanent error response (5##'xx') causes the
31092recipient address to be failed, and a bounce message to be returned to the
31093sender. A temporary error response (4##'xx') or a timeout causes the failing
31094address to be deferred, and routing retry data to be created for it. This is
31095used to delay processing of the address in subsequent queue runs, until its
31096routing retry time arrives. This applies to all messages, but because it
31097operates only in queue runs, one attempt will be made to deliver a new message
31098to the failing address before the delay starts to operate. This ensures that,
31099if the failure is really related to the message rather than the recipient
31100(``message too big for this recipient'' is a possible example), other messages
31101have a chance of getting delivered. If a delivery to the address does succeed,
31102the retry information gets cleared, so all stuck messages get tried again, and
31103the retry clock is reset.
31104+
31105The message is not added to the list of those waiting for this host. Use of the
31106host for other messages is unaffected, and except in the case of a timeout,
31107other recipients are processed independently, and may be successfully delivered
31108in the current SMTP session. After a timeout it is of course impossible to
31109proceed with the session, so all addresses get deferred. However, those other
31110than the one that failed do not suffer any subsequent retry delays. Therefore,
31111if one recipient is causing trouble, the others have a chance of getting
31112through when a subsequent delivery attempt occurs before the failing
31113recipient's retry time.
31114
31115///
31116End of list
31117///
31118
31119In all cases, if there are other hosts (or IP addresses) available for the
31120current set of addresses (for example, from multiple MX records), they are
31121tried in this run for any undelivered addresses, subject of course to their
31122own retry data. In other words, recipient error retry data does not take effect
31123until the next delivery attempt.
31124
31125Some hosts have been observed to give temporary error responses to every
31126MAIL command at certain times (``insufficient space'' has been seen). It
31127would be nice if such circumstances could be recognized, and defer data for the
31128host itself created, but this is not possible within the current Exim design.
31129What actually happens is that retry data for every (host, message) combination
31130is created.
31131
31132The reason that timeouts after MAIL and RCPT are treated specially is that
31133these can sometimes arise as a result of the remote host's verification
31134procedures. Exim makes this assumption, and treats them as if a temporary error
31135response had been received. A timeout after ``.'' is treated specially because
31136it is known that some broken implementations fail to recognize the end of the
31137message if the last character of the last line is a binary zero. Thus, it is
31138helpful to treat this case as a message error.
31139
31140Timeouts at other times are treated as host errors, assuming a problem with the
31141host, or the connection to it. If a timeout after MAIL, RCPT,
31142or ``.'' is really a connection problem, the assumption is that at the next try
31143the timeout is likely to occur at some other point in the dialogue, causing it
31144then to be treated as a host error.
31145
31146There is experimental evidence that some MTAs drop the connection after the
31147terminating ``.'' if they do not like the contents of the message for some
31148reason, in contravention of the RFC, which indicates that a 5##'xx' response
31149should be given. That is why Exim treats this case as a message rather than a
31150host error, in order not to delay other messages to the same host.
31151
31152
31153
31154
31155
31156Variable Envelope Return Paths (VERP)
31157~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31158cindex:[VERP]
31159cindex:[Variable Envelope Return Paths]
31160cindex:[envelope sender]
31161Variable Envelope Return Paths -- see
31162*ftp://koobera.math.uic.edu/www/proto/verp.txt[]* -- can be supported in Exim
31163by using the %return_path% generic transport option to rewrite the return path
31164at transport time. For example, the following could be used on an ^smtp^
31165transport:
31166
31167....
31168return_path = \
31169 ${if match {$return_path}{^(.+?)-request@your.dom.example\$}\
31170 {$1-request=$local_part%$domain@your.dom.example}fail}
31171....
31172
31173This has the effect of rewriting the return path (envelope sender) on all
31174outgoing SMTP messages, if the local part of the original return path ends in
31175``-request'', and the domain is 'your.dom.example'. The rewriting inserts the
31176local part and domain of the recipient into the return path. Suppose, for
31177example, that a message whose return path has been set to
31178'somelist-request@your.dom.example' is sent to
31179'subscriber@other.dom.example'. In the transport, the return path is
31180rewritten as
31181
31182 somelist-request=subscriber%other.dom.example@your.dom.example
31183
31184For this to work, you must arrange for outgoing messages that have ``-request''
31185in their return paths to have just a single recipient. This can be done by
31186setting
31187
31188 max_rcpt = 1
31189
068aaea8 31190cindex:[$local_part$]
168e428f
PH
31191in the ^smtp^ transport. Otherwise a single copy of a message might be
31192addressed to several different recipients in the same domain, in which case
31193$local_part$ is not available (because it is not unique). Of course, if you
31194do start sending out messages with this kind of return path, you must also
31195configure Exim to accept the bounce messages that come back to those paths.
31196Typically this would be done by setting an %local_part_suffix% option for a
31197suitable router.
31198
31199The overhead incurred in using VERP depends very much on the size of the
31200message, the number of recipient addresses that resolve to the same remote
31201host, and the speed of the connection over which the message is being sent. If
31202a lot of addresses resolve to the same host and the connection is slow, sending
31203a separate copy of the message for each address may take substantially longer
31204than sending a single copy with many recipients (for which VERP cannot be
31205used).
31206
31207
31208
31209Incoming SMTP messages over TCP/IP
31210~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31211cindex:[SMTP,incoming over TCP/IP]
31212cindex:[incoming SMTP over TCP/IP]
31213cindex:[inetd]
31214cindex:[daemon]
31215Incoming SMTP messages can be accepted in one of two ways: by running a
31216listening daemon, or by using 'inetd'. In the latter case, the entry in
31217_/etc/inetd.conf_ should be like this:
31218
31219 smtp stream tcp nowait exim /opt/exim/bin/exim in.exim -bs
31220
31221Exim distinguishes between this case and the case of a locally running user
31222agent using the %-bs% option by checking whether or not the standard input is
31223a socket. When it is, either the port must be privileged (less than 1024), or
31224the caller must be root or the Exim user. If any other user passes a socket
31225with an unprivileged port number, Exim prints a message on the standard error
31226stream and exits with an error code.
31227
31228By default, Exim does not make a log entry when a remote host connects or
31229disconnects (either via the daemon or 'inetd'), unless the disconnection is
31230unexpected. It can be made to write such log entries by setting the
31231%smtp_connection% log selector.
31232
31233cindex:[carriage return]
31234cindex:[linefeed]
31235Commands from the remote host are supposed to be terminated by CR followed by
31236LF. However, there are known to be hosts that do not send CR characters. In
31237order to be able to interwork with such hosts, Exim treats LF on its own as a
31238line terminator.
31239Furthermore, because common code is used for receiving messages from all
31240sources, a CR on its own is also interpreted as a line terminator. However, the
31241sequence ``CR, dot, CR'' does not terminate incoming SMTP data.
31242
31243cindex:[EHLO,invalid data]
31244cindex:[HELO,invalid data]
31245One area that sometimes gives rise to problems concerns the EHLO or
31246HELO commands. Some clients send syntactically invalid versions of these
31247commands, which Exim rejects by default. (This is nothing to do with verifying
31248the data that is sent, so %helo_verify_hosts% is not relevant.) You can tell
31249Exim not to apply a syntax check by setting %helo_accept_junk_hosts% to
31250match the broken hosts that send invalid commands.
31251
31252cindex:[SIZE option on MAIL command]
31253cindex:[MAIL,SIZE option]
31254The amount of disk space available is checked whenever SIZE is received on
31255a MAIL command, independently of whether %message_size_limit% or
31256%check_spool_space% is configured, unless %smtp_check_spool_space% is set
31257false. A temporary error is given if there is not enough space. If
31258%check_spool_space% is set, the check is for that amount of space plus the
31259value given with SIZE, that is, it checks that the addition of the incoming
31260message will not reduce the space below the threshold.
31261
31262When a message is successfully received, Exim includes the local message id in
31263its response to the final ``.'' that terminates the data. If the remote host logs
31264this text it can help with tracing what has happened to a message.
31265
31266The Exim daemon can limit the number of simultaneous incoming connections it is
31267prepared to handle (see the %smtp_accept_max% option). It can also limit the
31268number of simultaneous incoming connections from a single remote host (see the
31269%smtp_accept_max_per_host% option). Additional connection attempts are
31270rejected using the SMTP temporary error code 421.
31271
31272The Exim daemon does not rely on the SIGCHLD signal to detect when a
31273subprocess has finished, as this can get lost at busy times. Instead, it looks
31274for completed subprocesses every time it wakes up. Provided there are other
31275things happening (new incoming calls, starts of queue runs), completed
31276processes will be noticed and tidied away. On very quiet systems you may
31277sometimes see a ``defunct'' Exim process hanging about. This is not a problem; it
31278will be noticed when the daemon next wakes up.
31279
31280When running as a daemon, Exim can reserve some SMTP slots for specific hosts,
31281and can also be set up to reject SMTP calls from non-reserved hosts at times of
31282high system load -- for details see the %smtp_accept_reserve%,
31283%smtp_load_reserve%, and %smtp_reserve_hosts% options. The load check
31284applies in both the daemon and 'inetd' cases.
31285
31286Exim normally starts a delivery process for each message received, though this
31287can be varied by means of the %-odq% command line option and the
31288%queue_only%, %queue_only_file%, and %queue_only_load% options. The number
31289of simultaneously running delivery processes started in this way from SMTP
31290input can be limited by the %smtp_accept_queue% and
31291%smtp_accept_queue_per_connection% options. When either limit is reached,
31292subsequently received messages are just put on the input queue without starting
31293a delivery process.
31294
31295The controls that involve counts of incoming SMTP calls (%smtp_accept_max%,
31296%smtp_accept_queue%, %smtp_accept_reserve%) are not available when Exim is
31297started up from the 'inetd' daemon, because in that case each connection is
31298handled by an entirely independent Exim process. Control by load average is,
31299however, available with 'inetd'.
31300
31301Exim can be configured to verify addresses in incoming SMTP commands as they
31302are received. See chapter <<CHAPACL>> for details. It can also be configured to
31303rewrite addresses at this time -- before any syntax checking is done. See
31304section <<SECTrewriteS>>.
31305
31306Exim can also be configured to limit the rate at which a client host submits
31307MAIL and RCPT commands in a single SMTP session. See the
31308%smtp_ratelimit_hosts% option.
31309
31310
31311
31312Unrecognized SMTP commands
31313~~~~~~~~~~~~~~~~~~~~~~~~~~
31314cindex:[SMTP,unrecognized commands]
31315If Exim receives more than %smtp_max_unknown_commands% unrecognized SMTP
31316commands during a single SMTP connection, it drops the connection after sending
31317the error response to the last command. The default value for
31318%smtp_max_unknown_commands% is 3. This is a defence against some kinds of
31319abuse that subvert web servers into making connections to SMTP ports; in these
31320circumstances, a number of non-SMTP lines are sent first.
31321
31322
31323Syntax and protocol errors in SMTP commands
31324~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31325cindex:[SMTP,syntax errors]
31326cindex:[SMTP,protocol errors]
31327A syntax error is detected if an SMTP command is recognized, but there is
31328something syntactically wrong with its data, for example, a malformed email
31329address in a RCPT command. Protocol errors include invalid command
31330sequencing such as RCPT before MAIL. If Exim receives more than
31331%smtp_max_synprot_errors% such commands during a single SMTP connection, it
31332drops the connection after sending the error response to the last command. The
31333default value for %smtp_max_synprot_errors% is 3. This is a defence against
31334broken clients that loop sending bad commands (yes, it has been seen).
31335
31336
31337
31338Use of non-mail SMTP commands
31339~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31340cindex:[SMTP,non-mail commands]
31341The ``non-mail'' SMTP commands are those other than MAIL, RCPT, and
31342DATA. Exim counts such commands, and drops the connection if there are too
31343many of them in a single SMTP session. This action catches some
31344denial-of-service attempts and things like repeated failing AUTHs, or a mad
31345client looping sending EHLO. The global option %smtp_accept_max_nonmail%
31346defines what ``too many'' means. Its default value is 10.
31347
31348When a new message is expected, one occurrence of RSET is not counted. This
31349allows a client to send one RSET between messages (this is not necessary,
31350but some clients do it). Exim also allows one uncounted occurence of HELO
31351or EHLO, and one occurrence of STARTTLS between messages. After
31352starting up a TLS session, another EHLO is expected, and so it too is not
31353counted.
31354
31355The first occurrence of AUTH in a connection, or immediately following
31356STARTTLS is also not counted. Otherwise, all commands other than MAIL,
31357RCPT, DATA, and QUIT are counted.
31358
31359You can control which hosts are subject to the limit set by
31360%smtp_accept_max_nonmail% by setting
31361%smtp_accept_max_nonmail_hosts%. The default value is `\*`, which makes
31362the limit apply to all hosts. This option means that you can exclude any
31363specific badly-behaved hosts that you have to live with.
31364
31365
31366
31367
31368The VRFY and EXPN commands
31369~~~~~~~~~~~~~~~~~~~~~~~~~~
31370When Exim receives a VRFY or EXPN command on a TCP/IP connection, it
31371runs the ACL specified by %acl_smtp_vrfy% or %acl_smtp_expn% (as
31372appropriate) in order to decide whether the command should be accepted or not.
31373If no ACL is defined, the command is rejected.
31374
31375cindex:[VRFY,processing]
31376When VRFY is accepted, it runs exactly the same code as when Exim is
31377called with the %-bv% option.
31378
31379cindex:[EXPN,processing]
31380When EXPN is accepted, a single-level expansion of the address is done.
31381EXPN is treated as an ``address test'' (similar to the %-bt% option) rather
31382than a verification (the %-bv% option). If an unqualified local part is given
31383as the argument to EXPN, it is qualified with %qualify_domain%. Rejections
31384of VRFY and EXPN commands are logged on the main and reject logs, and
31385VRFY verification failures are logged on the main log for consistency with
31386RCPT failures.
31387
31388
31389
31390[[SECTETRN]]
31391The ETRN command
31392~~~~~~~~~~~~~~~~
31393cindex:[ETRN,processing]
31394RFC 1985 describes an SMTP command called ETRN that is designed to
31395overcome the security problems of the TURN command (which has fallen into
31396disuse). When Exim receives an ETRN command on a TCP/IP connection, it runs
31397the ACL specified by %acl_smtp_etrn% in order to decide whether the command
31398should be accepted or not. If no ACL is defined, the command is rejected.
31399
31400The ETRN command is concerned with ``releasing'' messages that are awaiting
31401delivery to certain hosts. As Exim does not organize its message queue by host,
31402the only form of ETRN that is supported by default is the one where the
31403text starts with the ``#'' prefix, in which case the remainder of the text is
31404specific to the SMTP server. A valid ETRN command causes a run of Exim with
31405the %-R% option to happen, with the remainder of the ETRN text as its
31406argument. For example,
31407
31408 ETRN #brigadoon
31409
31410runs the command
31411
31412 exim -R brigadoon
31413
31414which causes a delivery attempt on all messages with undelivered addresses
31415containing the text ``brigadoon''. When %smtp_etrn_serialize% is set (the
31416default), Exim prevents the simultaneous execution of more than one queue run
31417for the same argument string as a result of an ETRN command. This stops
31418a misbehaving client from starting more than one queue runner at once.
31419
31420cindex:[hints database,ETRN serialization]
31421Exim implements the serialization by means of a hints database in which a
31422record is written whenever a process is started by ETRN, and deleted when
31423the process completes. However, Exim does not keep the SMTP session waiting for
31424the ETRN process to complete. Once ETRN is accepted, the client is sent
31425a ``success'' return code. Obviously there is scope for hints records to get left
31426lying around if there is a system or program crash. To guard against this, Exim
31427ignores any records that are more than six hours old.
31428
31429cindex:[%smtp_etrn_command%]
31430For more control over what ETRN does, the %smtp_etrn_command% option can
31431used. This specifies a command that is run whenever ETRN is received,
31432whatever the form of its argument. For
31433example:
31434
31435 smtp_etrn_command = /etc/etrn_command $domain $sender_host_address
31436
068aaea8 31437cindex:[$domain$]
168e428f
PH
31438The string is split up into arguments which are independently expanded. The
31439expansion variable $domain$ is set to the argument of the ETRN command,
31440and no syntax checking is done on the contents of this argument. Exim does not
31441wait for the command to complete, so its status code is not checked. Exim runs
31442under its own uid and gid when receiving incoming SMTP, so it is not possible
31443for it to change them before running the command.
31444
31445
31446
31447Incoming local SMTP
31448~~~~~~~~~~~~~~~~~~~
31449cindex:[SMTP,local incoming]
31450Some user agents use SMTP to pass messages to their local MTA using the
31451standard input and output, as opposed to passing the envelope on the command
31452line and writing the message to the standard input. This is supported by the
31453%-bs% option. This form of SMTP is handled in the same way as incoming
31454messages over TCP/IP (including the use of ACLs), except that the envelope
31455sender given in a MAIL command is ignored unless the caller is trusted. In
31456an ACL you can detect this form of SMTP input by testing for an empty host
31457identification. It is common to have this as the first line in the ACL that
31458runs for RCPT commands:
31459
31460 accept hosts = :
31461
31462This accepts SMTP messages from local processes without doing any other tests.
31463
31464
31465
31466[[SECTbatchSMTP]]
31467Outgoing batched SMTP
31468~~~~~~~~~~~~~~~~~~~~~
31469cindex:[SMTP,batched outgoing]
31470cindex:[batched SMTP output]
31471Both the ^appendfile^ and ^pipe^ transports can be used for handling batched
31472SMTP. Each has an option called %use_bsmtp% which causes messages to be output
31473in BSMTP format. No SMTP responses are possible for this form of delivery. All
31474it is doing is using SMTP commands as a way of transmitting the envelope along
31475with the message.
31476
31477The message is written to the file or pipe preceded by the SMTP commands
31478MAIL and RCPT, and followed by a line containing a single dot. Lines in
31479the message that start with a dot have an extra dot added. The SMTP command
31480HELO is not normally used. If it is required, the %message_prefix% option
31481can be used to specify it.
31482
31483Because ^appendfile^ and ^pipe^ are both local transports, they accept only
31484one recipient address at a time by default. However, you can arrange for them
31485to handle several addresses at once by setting the %batch_max% option. When
31486this is done for BSMTP, messages may contain multiple RCPT commands. See
31487chapter <<CHAPbatching>> for more details.
31488
068aaea8 31489cindex:[$host$]
168e428f
PH
31490When one or more addresses are routed to a BSMTP transport by a router that
31491sets up a host list, the name of the first host on the list is available to the
31492transport in the variable $host$. Here is an example of such a transport and
31493router:
31494
31495 begin routers
31496 route_append:
31497 driver = manualroute
31498 transport = smtp_appendfile
31499 route_list = domain.example batch.host.example
31500
31501 begin transports
31502 smtp_appendfile:
31503 driver = appendfile
31504 directory = /var/bsmtp/$host
31505 batch_max = 1000
31506 use_bsmtp
31507 user = exim
31508
31509This causes messages addressed to 'domain.example' to be written in BSMTP
31510format to _/var/bsmtp/batch.host.example_, with only a single copy of each
31511message (unless there are more than 1000 recipients).
31512
31513
31514
31515[[SECTincomingbatchedSMTP]]
31516Incoming batched SMTP
31517~~~~~~~~~~~~~~~~~~~~~
31518cindex:[SMTP,batched incoming]
31519cindex:[batched SMTP input]
31520The %-bS% command line option causes Exim to accept one or more messages by
31521reading SMTP on the standard input, but to generate no responses. If the caller
31522is trusted, the senders in the MAIL commands are believed; otherwise the
31523sender is always the caller of Exim. Unqualified senders and receivers are not
31524rejected (there seems little point) but instead just get qualified. HELO
31525and EHLO act as RSET; VRFY, EXPN, ETRN and HELP, act
31526as NOOP; QUIT quits.
31527
31528No policy checking is done for BSMTP input. That is, no ACL is run at anytime.
31529In this respect it is like non-SMTP local input.
31530
31531If an error is detected while reading a message, including a missing ``.'' at
31532the end, Exim gives up immediately. It writes details of the error to the
31533standard output in a stylized way that the calling program should be able to
31534make some use of automatically, for example:
31535
31536 554 Unexpected end of file
31537 Transaction started in line 10
31538 Error detected in line 14
31539
31540It writes a more verbose version, for human consumption, to the standard error
31541file, for example:
31542
31543 An error was detected while processing a file of BSMTP input.
31544 The error message was:
31545
31546 501 '>' missing at end of address
31547
31548 The SMTP transaction started in line 10.
31549 The error was detected in line 12.
31550 The SMTP command at fault was:
31551
31552 rcpt to:<malformed@in.com.plete
31553
31554 1 previous message was successfully processed.
31555 The rest of the batch was abandoned.
31556
31557The return code from Exim is zero only if there were no errors. It is 1 if some
31558messages were accepted before an error was detected, and 2 if no messages were
31559accepted.
31560
31561
31562
31563////////////////////////////////////////////////////////////////////////////
31564////////////////////////////////////////////////////////////////////////////
31565
31566[[CHAPemsgcust]]
31567[titleabbrev="Customizing messages"]
31568Customizing bounce and warning messages
31569---------------------------------------
31570When a message fails to be delivered, or remains on the queue for more than a
31571configured amount of time, Exim sends a message to the original sender, or
31572to an alternative configured address. The text of these messages is built into
31573the code of Exim, but it is possible to change it, either by adding a single
31574string, or by replacing each of the paragraphs by text supplied in a file.
31575
31576The 'From:' and 'To:' header lines are automatically generated; you can cause
31577a 'Reply-To:' line to be added by setting the %errors_reply_to% option. Exim
31578also adds the line
31579
31580 Auto-Submitted: auto-generated
31581
31582to all warning and bounce messages,
31583
31584
31585Customizing bounce messages
31586~~~~~~~~~~~~~~~~~~~~~~~~~~~
31587cindex:[customizing,bounce message]
31588cindex:[bounce message,customizing]
31589If %bounce_message_text% is set, its contents are included in the default
31590message immediately after ``This message was created automatically by mail
31591delivery software.'' The string is not expanded. It is not used if
31592%bounce_message_file% is set.
31593
31594When %bounce_message_file% is set, it must point to a template file for
31595constructing error messages. The file consists of a series of text items,
31596separated by lines consisting of exactly four asterisks. If the file cannot be
31597opened, default text is used and a message is written to the main and panic
31598logs. If any text item in the file is empty, default text is used for that
31599item.
31600
068aaea8
PH
31601cindex:[$bounce_recipient$]
31602cindex:[$bounce_return_size_limit$]
168e428f 31603Each item of text that is read from the file is expanded, and there are two
068aaea8
PH
31604expansion variables which can be of use here: $bounce_recipient$ is set to the
31605recipient of an error message while it is being created, and
31606$bounce_return_size_limit$ contains the value of the %return_size_limit%
31607option, rounded to a whole number.
168e428f
PH
31608
31609The items must appear in the file in the following order:
31610
31611- The first item is included in the headers, and should include at least a
31612'Subject:' header. Exim does not check the syntax of these headers.
31613
31614- The second item forms the start of the error message. After it, Exim lists the
31615failing addresses with their error messages.
31616
31617- The third item is used to introduce any text from pipe transports that is to be
31618returned to the sender. It is omitted if there is no such text.
31619
31620- The fourth item is used to introduce the copy of the message that is returned
31621as part of the error report.
31622
31623- The fifth item is added after the fourth one if the returned message is
31624truncated because it is bigger than %return_size_limit%.
31625
31626- The sixth item is added after the copy of the original message.
31627
31628The default state (%bounce_message_file% unset) is equivalent to the
31629following file, in which the sixth item is empty. The 'Subject:' line has been
31630split into two here in order to fit it on the page:
31631
31632 Subject: Mail delivery failed
31633 ${if eq{$sender_address}{$bounce_recipient}{: returning message to sender}}
31634 ****
31635 This message was created automatically by mail delivery software.
31636
31637 A message ${if eq{$sender_address}{$bounce_recipient}{that you sent }{sent by
31638
31639 <$sender_address>
31640
31641 }}could not be delivered to all of its recipients.
31642 The following address(es) failed:
31643 ****
31644 The following text was generated during the delivery attempt(s):
31645 ****
31646 ------ This is a copy of the message, including all the headers. ------
31647 ****
31648 ------ The body of the message is $message_size characters long; only the first
068aaea8 31649 ------ $bounce_return_size_limit or so are included here.
168e428f
PH
31650 ****
31651
31652
31653[[SECTcustwarn]]
31654Customizing warning messages
31655~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31656cindex:[customizing,warning message]
31657cindex:[warning of delay,customizing the message]
31658The option %warn_message_file% can be pointed at a template file for use when
31659warnings about message delays are created. In this case there are only three
31660text sections:
31661
31662- The first item is included in the headers, and should include at least a
31663'Subject:' header. Exim does not check the syntax of these headers.
31664
31665- The second item forms the start of the warning message. After it, Exim lists
31666the delayed addresses.
31667
31668- The third item then ends the message.
31669
31670The default state is equivalent to the following file, except that the line
31671starting ``A message'' has been split here, in order to fit it on the page:
31672
068aaea8 31673 Subject: Warning: message $message_exim_id delayed $warn_message_delay
168e428f
PH
31674 ****
31675 This message was created automatically by mail delivery software.
31676
31677 A message ${if eq{$sender_address}{$warn_message_recipients}
31678 {that you sent }{sent by
31679
31680 <$sender_address>
31681
31682 }}has not been delivered to all of its recipients after
31683 more than $warn_message_delay on the queue on $primary_hostname.
31684
068aaea8 31685 The message identifier is: $message_exim_id
168e428f
PH
31686 The subject of the message is: $h_subject
31687 The date of the message is: $h_date
31688
31689 The following address(es) have not yet been delivered:
31690 ****
31691 No action is required on your part. Delivery attempts will continue for
31692 some time, and this warning may be repeated at intervals if the message
31693 remains undelivered. Eventually the mail delivery software will give up,
31694 and when that happens, the message will be returned to you.
068aaea8
PH
31695+
31696cindex:[$warn_message_delay$]
31697cindex:[$warn_message_recipients$]
168e428f
PH
31698except that in the default state the subject and date lines are omitted if no
31699appropriate headers exist. During the expansion of this file,
31700$warn_message_delay$ is set to the delay time in one of the forms ``<''n'>
31701minutes' or ``<''n'> hours', and $warn_message_recipients$ contains a list of
31702recipients for the warning message. There may be more than one if there are
31703multiple addresses with different %errors_to% settings on the routers that
31704handled them.
31705
31706
31707
31708
31709////////////////////////////////////////////////////////////////////////////
31710////////////////////////////////////////////////////////////////////////////
31711
31712[[CHAPcomconreq]]
31713[titleabbrev="Common configuration settings"]
31714Some common configuration settings
31715----------------------------------
31716This chapter discusses some configuration settings that seem to be fairly
31717common. More examples and discussion can be found in the Exim book.
31718
31719
31720
31721Sending mail to a smart host
31722~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31723cindex:[smart host,example router]
31724If you want to send all mail for non-local domains to a ``smart host'', you
31725should replace the default ^dnslookup^ router with a router which does the
31726routing explicitly:
31727
31728 send_to_smart_host:
31729 driver = manualroute
31730 route_list = !+local_domains smart.host.name
31731 transport = remote_smtp
31732
31733You can use the smart host's IP address instead of the name if you wish.
31734
31735If you are using Exim only to submit messages to a smart host, and not for
31736receiving incoming messages, you can arrange for it to do the submission
31737synchronously by setting the %mua_wrapper% option (see chapter
31738<<CHAPnonqueueing>>).
31739
31740
31741
31742
31743[[SECTmailinglists]]
31744Using Exim to handle mailing lists
31745~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31746cindex:[mailing lists]
31747Exim can be used to run simple mailing lists, but for large and/or complicated
31748requirements, the use of additional specialized mailing list software such as
31749Majordomo or Mailman is recommended.
31750
31751The ^redirect^ router can be used to handle mailing lists where each list
31752is maintained in a separate file, which can therefore be managed by an
31753independent manager. The %domains% router option can be used to run these
31754lists in a separate domain from normal mail. For example:
31755
31756 lists:
31757 driver = redirect
31758 domains = lists.example
31759 file = /usr/lists/$local_part
31760 forbid_pipe
31761 forbid_file
31762 errors_to = $local_part-request@lists.example
31763 no_more
31764
31765This router is skipped for domains other than 'lists.example'. For addresses
31766in that domain, it looks for a file that matches the local part. If there is no
31767such file, the router declines, but because %no_more% is set, no subsequent
31768routers are tried, and so the whole delivery fails.
31769
31770The %forbid_pipe% and %forbid_file% options prevent a local part from being
31771expanded into a file name or a pipe delivery, which is usually inappropriate in
31772a mailing list.
31773
31774cindex:[%errors_to%]
31775The %errors_to% option specifies that any delivery errors caused by addresses
31776taken from a mailing list are to be sent to the given address rather than the
31777original sender of the message. However, before acting on this, Exim verifies
31778the error address, and ignores it if verification fails.
31779
31780For example, using the configuration above, mail sent to
31781'dicts@lists.example' is passed on to those addresses contained in
31782_/usr/lists/dicts_, with error reports directed to
31783'dicts-request@lists.example', provided that this address can be verified.
31784There could be a file called _/usr/lists/dicts-request_ containing
31785the address(es) of this particular list's manager(s), but other approaches,
31786such as setting up an earlier router (possibly using the %local_part_prefix%
31787or %local_part_suffix% options) to handle addresses of the form %owner-xxx%
31788or %xxx-request%, are also possible.
31789
31790
31791
31792Syntax errors in mailing lists
31793~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31794cindex:[mailing lists,syntax errors in]
31795If an entry in redirection data contains a syntax error, Exim normally defers
31796delivery of the original address. That means that a syntax error in a mailing
31797list holds up all deliveries to the list. This may not be appropriate when a
31798list is being maintained automatically from data supplied by users, and the
31799addresses are not rigorously checked.
31800
31801If the %skip_syntax_errors% option is set, the ^redirect^ router just skips
31802entries that fail to parse, noting the incident in the log. If in addition
31803%syntax_errors_to% is set to a verifiable address, a message is sent to it
31804whenever a broken address is skipped. It is usually appropriate to set
31805%syntax_errors_to% to the same address as %errors_to%.
31806
31807
31808
31809Re-expansion of mailing lists
31810~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31811cindex:[mailing lists,re-expansion of]
31812Exim remembers every individual address to which a message has been delivered,
31813in order to avoid duplication, but it normally stores only the original
31814recipient addresses with a message. If all the deliveries to a mailing list
31815cannot be done at the first attempt, the mailing list is re-expanded when the
31816delivery is next tried. This means that alterations to the list are taken into
31817account at each delivery attempt, so addresses that have been added to
31818the list since the message arrived will therefore receive a copy of the
31819message, even though it pre-dates their subscription.
31820
31821If this behaviour is felt to be undesirable, the %one_time% option can be set
31822on the ^redirect^ router. If this is done, any addresses generated by the
31823router that fail to deliver at the first attempt are added to the message as
31824``top level'' addresses, and the parent address that generated them is marked
31825``delivered''. Thus, expansion of the mailing list does not happen again at the
31826subsequent delivery attempts. The disadvantage of this is that if any of the
31827failing addresses are incorrect, correcting them in the file has no effect on
31828pre-existing messages.
31829
31830The original top-level address is remembered with each of the generated
31831addresses, and is output in any log messages. However, any intermediate parent
31832addresses are not recorded. This makes a difference to the log only if the
31833%all_parents% selector is set, but for mailing lists there is normally only
31834one level of expansion anyway.
31835
31836
31837
31838Closed mailing lists
31839~~~~~~~~~~~~~~~~~~~~
31840cindex:[mailing lists,closed]
31841The examples so far have assumed open mailing lists, to which anybody may
31842send mail. It is also possible to set up closed lists, where mail is accepted
31843from specified senders only. This is done by making use of the generic
31844%senders% option to restrict the router that handles the list.
31845
31846The following example uses the same file as a list of recipients and as a list
31847of permitted senders. It requires three routers:
31848
31849....
31850lists_request:
31851 driver = redirect
31852 domains = lists.example
31853 local_part_suffix = -request
31854 file = /usr/lists/$local_part$local_part_suffix
31855 no_more
31856
31857lists_post:
31858 driver = redirect
31859 domains = lists.example
31860 senders = ${if exists {/usr/lists/$local_part}\
31861 {lsearch;/usr/lists/$local_part}{*}}
31862 file = /usr/lists/$local_part
31863 forbid_pipe
31864 forbid_file
31865 errors_to = $local_part-request@lists.example
31866 no_more
31867
31868lists_closed:
31869 driver = redirect
31870 domains = lists.example
31871 allow_fail
31872 data = :fail: $local_part@lists.example is a closed mailing list
31873....
31874
31875All three routers have the same %domains% setting, so for any other domains,
31876they are all skipped. The first router runs only if the local part ends in
31877%-request%. It handles messages to the list manager(s) by means of an open
31878mailing list.
31879
31880The second router runs only if the %senders% precondition is satisfied. It
31881checks for the existence of a list that corresponds to the local part, and then
31882checks that the sender is on the list by means of a linear search. It is
31883necessary to check for the existence of the file before trying to search it,
31884because otherwise Exim thinks there is a configuration error. If the file does
31885not exist, the expansion of %senders% is \*, which matches all senders. This
31886means that the router runs, but because there is no list, declines, and
31887%no_more% ensures that no further routers are run. The address fails with an
31888``unrouteable address'' error.
31889
31890The third router runs only if the second router is skipped, which happens when
31891a mailing list exists, but the sender is not on it. This router forcibly fails
31892the address, giving a suitable error message.
31893
31894
31895
31896
31897[[SECTvirtualdomains]]
31898Virtual domains
31899~~~~~~~~~~~~~~~
31900cindex:[virtual domains]
31901cindex:[domain,virtual]
31902The phrase 'virtual domain' is unfortunately used with two rather different
31903meanings:
31904
31905- A domain for which there are no real mailboxes; all valid local parts are
31906aliases for other email addresses. Common examples are organizational
31907top-level domains and ``vanity'' domains.
31908
31909- One of a number of independent domains that are all handled by the same host,
31910with mailboxes on that host, but where the mailbox owners do not necessarily
31911have login accounts on that host.
31912
31913The first usage is probably more common, and does seem more ``virtual'' than the
31914second. This kind of domain can be handled in Exim with a straightforward
31915aliasing router. One approach is to create a separate alias file for each
31916virtual domain. Exim can test for the existence of the alias file to determine
31917whether the domain exists. The ^dsearch^ lookup type is useful here, leading
31918to a router of this form:
31919
31920 virtual:
31921 driver = redirect
31922 domains = dsearch;/etc/mail/virtual
31923 data = ${lookup{$local_part}lsearch{/etc/mail/virtual/$domain}}
31924 no_more
31925
31926The %domains% option specifies that the router is to be skipped, unless there
31927is a file in the _/etc/mail/virtual_ directory whose name is the same as the
31928domain that is being processed. When the router runs, it looks up the local
31929part in the file to find a new address (or list of addresses). The %no_more%
31930setting ensures that if the lookup fails (leading to %data% being an empty
31931string), Exim gives up on the address without trying any subsequent routers.
31932
31933This one router can handle all the virtual domains because the alias file names
31934follow a fixed pattern. Permissions can be arranged so that appropriate people
31935can edit the different alias files. A successful aliasing operation results in
31936a new envelope recipient address, which is then routed from scratch.
31937
31938The other kind of ``virtual'' domain can also be handled in a straightforward
31939way. One approach is to create a file for each domain containing a list of
31940valid local parts, and use it in a router like this:
31941
31942 my_domains:
31943 driver = accept
31944 domains = dsearch;/etc/mail/domains
31945 local_parts = lsearch;/etc/mail/domains/$domain
31946 transport = my_mailboxes
31947
31948The address is accepted if there is a file for the domain, and the local part
31949can be found in the file. The %domains% option is used to check for the file's
31950existence because %domains% is tested before the %local_parts% option (see
31951section <<SECTrouprecon>>). You can't use %require_files%, because that option
31952is tested after %local_parts%. The transport is as follows:
31953
31954 my_mailboxes:
31955 driver = appendfile
31956 file = /var/mail/$domain/$local_part
31957 user = mail
31958
31959This uses a directory of mailboxes for each domain. The %user% setting is
31960required, to specify which uid is to be used for writing to the mailboxes.
31961
31962The configuration shown here is just one example of how you might support this
31963requirement. There are many other ways this kind of configuration can be set
31964up, for example, by using a database instead of separate files to hold all the
31965information about the domains.
31966
31967
31968
31969[[SECTmulbox]]
31970Multiple user mailboxes
31971~~~~~~~~~~~~~~~~~~~~~~~
31972cindex:[multiple mailboxes]
31973cindex:[mailbox,multiple]
31974cindex:[local part,prefix]
31975cindex:[local part,suffix]
31976Heavy email users often want to operate with multiple mailboxes, into which
31977incoming mail is automatically sorted. A popular way of handling this is to
31978allow users to use multiple sender addresses, so that replies can easily be
31979identified. Users are permitted to add prefixes or suffixes to their local
31980parts for this purpose. The wildcard facility of the generic router options
31981%local_part_prefix% and %local_part_suffix% can be used for this. For
31982example, consider this router:
31983
31984 userforward:
31985 driver = redirect
31986 check_local_user
31987 file = $home/.forward
31988 local_part_suffix = -*
31989 local_part_suffix_optional
31990 allow_filter
31991
068aaea8 31992cindex:[$local_part_suffix$]
168e428f
PH
31993It runs a user's _.forward_ file for all local parts of the form
31994'username-\*'. Within the filter file the user can distinguish different
31995cases by testing the variable $local_part_suffix$. For example:
31996
31997 if $local_part_suffix contains -special then
31998 save /home/$local_part/Mail/special
31999 endif
32000
32001If the filter file does not exist, or does not deal with such addresses, they
32002fall through to subsequent routers, and, assuming no subsequent use of the
32003%local_part_suffix% option is made, they presumably fail. Thus, users have
32004control over which suffixes are valid.
32005
32006Alternatively, a suffix can be used to trigger the use of a different
32007_.forward_ file -- which is the way a similar facility is implemented in
32008another MTA:
32009
32010 userforward:
32011 driver = redirect
32012 check_local_user
32013 file = $home/.forward$local_part_suffix
32014 local_part_suffix = -*
32015 local_part_suffix_optional
32016 allow_filter
32017
32018If there is no suffix, _.forward_ is used; if the suffix is '-special', for
32019example, _.forward-special_ is used. Once again, if the appropriate file
32020does not exist, or does not deal with the address, it is passed on to
32021subsequent routers, which could, if required, look for an unqualified
32022_.forward_ file to use as a default.
32023
32024
32025
32026Simplified vacation processing
32027~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32028cindex:[vacation processing]
32029The traditional way of running the 'vacation' program is for a user to set up
32030a pipe command in a _.forward_ file
32031(see section <<SECTspecitredli>> for syntax details).
32032This is prone to error by inexperienced users. There are two features of Exim
32033that can be used to make this process simpler for users:
32034
32035- A local part prefix such as ``vacation-'' can be specified on a router which
32036can cause the message to be delivered directly to the 'vacation' program, or
32037alternatively can use Exim's ^autoreply^ transport. The contents of a user's
32038_.forward_ file are then much simpler. For example:
32039
32040 spqr, vacation-spqr
32041
32042- The %require_files% generic router option can be used to trigger a
32043vacation delivery by checking for the existence of a certain file in the
32044user's home directory. The %unseen% generic option should also be used, to
32045ensure that the original delivery also proceeds. In this case, all the user has
32046to do is to create a file called, say, _.vacation_, containing a vacation
32047message.
32048
32049Another advantage of both these methods is that they both work even when the
32050use of arbitrary pipes by users is locked out.
32051
32052
32053
32054Taking copies of mail
32055~~~~~~~~~~~~~~~~~~~~~
32056cindex:[message,copying every]
32057Some installations have policies that require archive copies of all messages to
32058be made. A single copy of each message can easily be taken by an appropriate
32059command in a system filter, which could, for example, use a different file for
32060each day's messages.
32061
32062There is also a shadow transport mechanism that can be used to take copies of
32063messages that are successfully delivered by local transports, one copy per
32064delivery. This could be used, 'inter alia', to implement automatic
32065notification of delivery by sites that insist on doing such things.
32066
32067
32068
32069Intermittently connected hosts
32070~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32071cindex:[intermittently connected hosts]
32072It has become quite common (because it is cheaper) for hosts to connect to the
32073Internet periodically rather than remain connected all the time. The normal
32074arrangement is that mail for such hosts accumulates on a system that is
32075permanently connected.
32076
32077Exim was designed for use on permanently connected hosts, and so it is not
32078particularly well-suited to use in an intermittently connected environment.
32079Nevertheless there are some features that can be used.
32080
32081
32082Exim on the upstream server host
32083~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32084It is tempting to arrange for incoming mail for the intermittently connected
32085host to remain on Exim's queue until the client connects. However, this
32086approach does not scale very well. Two different kinds of waiting message are
32087being mixed up in the same queue -- those that cannot be delivered because of
32088some temporary problem, and those that are waiting for their destination host
32089to connect. This makes it hard to manage the queue, as well as wasting
32090resources, because each queue runner scans the entire queue.
32091
32092A better approach is to separate off those messages that are waiting for an
32093intermittently connected host. This can be done by delivering these messages
32094into local files in batch SMTP, ``mailstore'', or other envelope-preserving
32095format, from where they are transmitted by other software when their
32096destination connects. This makes it easy to collect all the mail for one host
32097in a single directory, and to apply local timeout rules on a per-message basis
32098if required.
32099
32100On a very small scale, leaving the mail on Exim's queue can be made to work. If
32101you are doing this, you should configure Exim with a long retry period for the
32102intermittent host. For example:
32103
32104 cheshire.wonderland.fict.example * F,5d,24h
32105
32106This stops a lot of failed delivery attempts from occurring, but Exim remembers
32107which messages it has queued up for that host. Once the intermittent host comes
32108online, forcing delivery of one message (either by using the %-M% or %-R%
32109options, or by using the ETRN SMTP command (see section <<SECTETRN>>)
32110causes all the queued up messages to be delivered, often down a single SMTP
32111connection. While the host remains connected, any new messages get delivered
32112immediately.
32113
32114If the connecting hosts do not have fixed IP addresses, that is, if a host is
32115issued with a different IP address each time it connects, Exim's retry
32116mechanisms on the holding host get confused, because the IP address is normally
32117used as part of the key string for holding retry information. This can be
32118avoided by unsetting %retry_include_ip_address% on the ^smtp^ transport.
32119Since this has disadvantages for permanently connected hosts, it is best to
32120arrange a separate transport for the intermittently connected ones.
32121
32122
32123
32124Exim on the intermittently connected client host
32125~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32126The value of %smtp_accept_queue_per_connection% should probably be
32127increased, or even set to zero (that is, disabled) on the intermittently
32128connected host, so that all incoming messages down a single connection get
32129delivered immediately.
32130
32131cindex:[SMTP,passed connection]
32132cindex:[SMTP,multiple deliveries]
32133cindex:[multiple SMTP deliveries]
32134Mail waiting to be sent from an intermittently connected host will probably
32135not have been routed, because without a connection DNS lookups are not
32136possible. This means that if a normal queue run is done at connection time,
32137each message is likely to be sent in a separate SMTP session. This can be
32138avoided by starting the queue run with a command line option beginning with
32139%-qq% instead of %-q%. In this case, the queue is scanned twice. In the first
32140pass, routing is done but no deliveries take place. The second pass is a normal
32141queue run; since all the messages have been previously routed, those destined
32142for the same host are likely to get sent as multiple deliveries in a single
32143SMTP connection.
32144
32145
32146
32147////////////////////////////////////////////////////////////////////////////
32148////////////////////////////////////////////////////////////////////////////
32149
32150[[CHAPnonqueueing]]
32151[titleabbrev="Exim as a non-queueing client"]
32152Using Exim as a non-queueing client
32153-----------------------------------
32154cindex:[client, non-queueing]
32155cindex:[smart host,queueing; suppressing]
32156On a personal computer, it is a common requirement for all
32157email to be sent to a ``smart host''. There are plenty of MUAs that can be
32158configured to operate that way, for all the popular operating systems.
32159However, there are some MUAs for Unix-like systems that cannot be so
32160configured: they submit messages using the command line interface of
32161_/usr/sbin/sendmail_. Furthermore, utility programs such as 'cron' submit
32162messages this way.
32163
32164If the personal computer runs continuously, there is no problem, because it can
32165run a conventional MTA that handles delivery to the smart host, and deal with
32166any delays via its queueing mechanism. However, if the computer does not run
32167continuously or runs different operating systems at different times, queueing
32168email is not desirable.
32169
32170There is therefore a requirement for something that can provide the
32171_/usr/sbin/sendmail_ interface but deliver messages to a smart host without
32172any queueing or retrying facilities. Furthermore, the delivery to the smart
32173host should be synchronous, so that if it fails, the sending MUA is immediately
32174informed. In other words, we want something that extends an MUA that submits
32175to a local MTA via the command line so that it behaves like one that submits
32176to a remote smart host using TCP/SMTP.
32177
32178There are a number of applications (for example, there is one called 'ssmtp')
32179that do this job. However, people have found them to be lacking in various
32180ways. For instance, you might want to allow aliasing and forwarding to be done
32181before sending a message to the smart host.
32182
32183Exim already had the necessary infrastructure for doing this job. Just a few
32184tweaks were needed to make it behave as required, though it is somewhat of an
32185overkill to use a fully-featured MTA for this purpose.
32186
32187cindex:[%mua_wrapper%]
32188There is a Boolean global option called %mua_wrapper%, defaulting false.
32189Setting %mua_wrapper% true causes Exim to run in a special mode where it
32190assumes that it is being used to ``wrap'' a command-line MUA in the manner
32191just described. As well as setting %mua_wrapper%, you also need to provide a
32192compatible router and transport configuration. Typically there will be just one
32193router and one transport, sending everything to a smart host.
32194
32195When run in MUA wrapping mode, the behaviour of Exim changes in the
32196following ways:
32197
32198- A daemon cannot be run, nor will Exim accept incoming messages from 'inetd'.
32199In other words, the only way to submit messages is via the command line.
32200
32201- Each message is synchonously delivered as soon as it is received (%-odi% is
32202assumed). All queueing options (%queue_only%, %queue_smtp_domains%,
32203%control% in an ACL, etc.) are quietly ignored. The Exim reception process does
32204not finish until the delivery attempt is complete. If the delivery is
32205successful, a zero return code is given.
32206
32207- Address redirection is permitted, but the final routing for all addresses must
32208be to the same remote transport, and to the same list of hosts. Furthermore,
32209the return address (envelope sender) must be the same for all recipients, as
32210must any added or deleted header lines. In other words, it must be possible to
32211deliver the message in a single SMTP transaction, however many recipients there
32212are.
32213
32214- If these conditions are not met, or if routing any address results in a
32215failure or defer status, or if Exim is unable to deliver all the recipients
32216successfully to one of the smart hosts, delivery of the entire message fails.
32217
32218- Because no queueing is allowed, all failures are treated as permanent; there
32219is no distinction between 4##'xx' and 5##'xx' SMTP response codes from the
32220smart host. Furthermore, because only a single yes/no response can be given to
32221the caller, it is not possible to deliver to some recipients and not others. If
32222there is an error (temporary or permanent) for any recipient, all are failed.
32223
32224- If more than one smart host is listed, Exim will try another host after a
32225connection failure or a timeout, in the normal way. However, if this kind of
32226failure happens for all the hosts, the delivery fails.
32227
32228- When delivery fails, an error message is written to the standard error stream
32229(as well as to Exim's log), and Exim exits to the caller with a return code
32230value 1. The message is expunged from Exim's spool files. No bounce messages
32231are ever generated.
32232
32233- No retry data is maintained, and any retry rules are ignored.
32234
32235- A number of Exim options are overridden: %deliver_drop_privilege% is forced
32236true, %max_rcpt% in the smtp transport is forced to ``unlimited'',
32237%remote_max_parallel% is forced to one, and fallback hosts are ignored.
32238
32239The overall effect is that Exim makes a single synchronous attempt to deliver
32240the message, failing if there is any kind of problem. Because no local
32241deliveries are done and no daemon can be run, Exim does not need root
32242privilege. It should be possible to run it setuid to 'exim' instead of setuid
32243to 'root'. See section <<SECTrunexiwitpri>> for a general discussion about the
32244advantages and disadvantages of running without root privilege.
32245
32246
32247
32248
32249////////////////////////////////////////////////////////////////////////////
32250////////////////////////////////////////////////////////////////////////////
32251
32252[[CHAPlog]]
32253Log files
32254---------
32255cindex:[log,types of]
32256cindex:[log,general description]
32257Exim writes three different logs, referred to as the main log, the reject log,
32258and the panic log:
32259
32260- cindex:[main log]
32261The main log records the arrival of each message and each delivery in a single
32262line in each case. The format is as compact as possible, in an attempt to keep
32263down the size of log files. Two-character flag sequences make it easy to pick
32264out these lines. A number of other events are recorded in the main log. Some of
32265them are optional, in which case the %log_selector% option controls whether
32266they are included or not. A Perl script called 'eximstats', which does simple
32267analysis of main log files, is provided in the Exim distribution (see section
32268<<SECTmailstat>>).
32269
32270- cindex:[reject log]
32271The reject log records information from messages that are rejected as a result
32272of a configuration option (that is, for policy reasons).
32273The first line of each rejection is a copy of the line that is also written to
32274the main log. Then, if the message's header has been read at the time the log
32275is written, its contents are written to this log. Only the original header
32276lines are available; header lines added by ACLs are not logged. You can use the
32277reject log to check that your policy controls are working correctly; on a busy
32278host this may be easier than scanning the main log for rejection messages. You
32279can suppress the writing of the reject log by setting %write_rejectlog% false.
32280
32281- cindex:[panic log]
32282cindex:[system log]
32283When certain serious errors occur, Exim writes entries to its panic log. If the
32284error is sufficiently disastrous, Exim bombs out afterwards. Panic log entries
32285are usually written to the main log as well, but can get lost amid the mass of
32286other entries. The panic log should be empty under normal circumstances. It is
32287therefore a good idea to check it (or to have a 'cron' script check it)
32288regularly, in order to become aware of any problems. When Exim cannot open its
32289panic log, it tries as a last resort to write to the system log (syslog). This
32290is opened with LOG_PID+LOG_CONS and the facility code of LOG_MAIL. The
32291message itself is written at priority LOG_CRIT.
32292
32293Every log line starts with a timestamp, in the format shown in this example:
32294
32295 2001-09-16 16:09:47 SMTP connection from [127.0.0.1] closed by QUIT
32296
32297By default, the timestamps are in the local timezone. There are two
32298ways of changing this:
32299
32300- You can set the %timezone% option to a different time zone; in particular, if
32301you set
32302+
32303 timezone = UTC
32304+
32305the timestamps will be in UTC (aka GMT).
32306
32307- If you set %log_timezone% true, the time zone is added to the timestamp, for
32308example:
32309+
32310 2003-04-25 11:17:07 +0100 Start queue run: pid=12762
32311
32312
32313
32314
32315
32316[[SECTwhelogwri]]
32317Where the logs are written
32318~~~~~~~~~~~~~~~~~~~~~~~~~~
32319cindex:[log,destination]
32320cindex:[log,to file]
32321cindex:[log,to syslog]
32322cindex:[syslog]
32323The logs may be written to local files, or to syslog, or both. However, it
32324should be noted that many syslog implementations use UDP as a transport, and
32325are therefore unreliable in the sense that messages are not guaranteed to
32326arrive at the loghost, nor is the ordering of messages necessarily maintained.
32327It has also been reported that on large log files (tens of megabytes) you may
32328need to tweak syslog to prevent it syncing the file with each write -- on Linux
32329this has been seen to make syslog take 90% plus of CPU time.
32330
32331The destination for Exim's logs is configured by setting LOG_FILE_PATH in
32332_Local/Makefile_ or by setting %log_file_path% in the run time
32333configuration. This latter string is expanded, so it can contain, for example,
32334references to the host name:
32335
32336 log_file_path = /var/log/$primary_hostname/exim_%slog
32337
32338It is generally advisable, however, to set the string in _Local/Makefile_
32339rather than at run time, because then the setting is available right from the
32340start of Exim's execution. Otherwise, if there's something it wants to log
32341before it has read the configuration file (for example, an error in the
32342configuration file) it will not use the path you want, and may not be able to
32343log at all.
32344
32345The value of LOG_FILE_PATH or %log_file_path% is a colon-separated
32346list, currently limited to at most two items. This is one option where the
32347facility for changing a list separator may not be used. The list must always be
32348colon-separated. If an item in the list is ``syslog'' then syslog is used;
32349otherwise the item must either be an absolute path, containing `%s` at the
32350point where ``main'', ``reject'', or ``panic'' is to be inserted, or be empty,
32351implying the use of a default path.
32352
32353When Exim encounters an empty item in the list, it searches the list defined by
32354LOG_FILE_PATH, and uses the first item it finds that is neither empty nor
32355``syslog''. This means that an empty item in %log_file_path% can be used to
32356mean ``use the path specified at build time''. It no such item exists, log files
32357are written in the _log_ subdirectory of the spool directory. This is
32358equivalent to the setting:
32359
32360 log_file_path = $spool_directory/log/%slog
32361
32362If you do not specify anything at build time or run time, that is where the
32363logs are written.
32364
32365A log file path may also contain `%D` if datestamped log file names are in
32366use -- see section <<SECTdatlogfil>> below.
32367
32368Here are some examples of possible settings:
32369
32370&&&
32371`LOG_FILE_PATH=syslog ` syslog only
32372`LOG_FILE_PATH=:syslog ` syslog and default path
32373`LOG_FILE_PATH=syslog : /usr/log/exim_%s ` syslog and specified path
32374`LOG_FILE_PATH=/usr/log/exim_%s ` specified path only
32375&&&
32376
32377If there are more than two paths in the list, the first is used and a panic
32378error is logged.
32379
32380
32381
32382Logging to local files that are periodically ``cycled''
32383~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32384cindex:[log,cycling local files]
32385cindex:[cycling logs]
32386cindex:['exicyclog']
32387cindex:[log,local files; writing to]
32388Some operating systems provide centralized and standardised methods for cycling
32389log files. For those that do not, a utility script called 'exicyclog' is
32390provided (see section <<SECTcyclogfil>>). This renames and compresses the main
32391and reject logs each time it is called. The maximum number of old logs to keep
32392can be set. It is suggested this script is run as a daily 'cron' job.
32393
32394An Exim delivery process opens the main log when it first needs to write to it,
32395and it keeps the file open in case subsequent entries are required -- for
32396example, if a number of different deliveries are being done for the same
32397message. However, remote SMTP deliveries can take a long time, and this means
32398that the file may be kept open long after it is renamed if 'exicyclog' or
32399something similar is being used to rename log files on a regular basis. To
32400ensure that a switch of log files is noticed as soon as possible, Exim calls
32401'stat()' on the main log's name before reusing an open file, and if the file
32402does not exist, or its inode has changed, the old file is closed and Exim
32403tries to open the main log from scratch. Thus, an old log file may remain open
32404for quite some time, but no Exim processes should write to it once it has been
32405renamed.
32406
32407
32408
32409[[SECTdatlogfil]]
32410Datestamped log files
32411~~~~~~~~~~~~~~~~~~~~~
32412cindex:[log,datestamped files]
32413Instead of cycling the main and reject log files by renaming them
32414periodically, some sites like to use files whose names contain a datestamp,
32415for example, _mainlog-20031225_. The datestamp is in the form _yyyymmdd_.
32416Exim has support for this way of working. It is enabled by setting the
32417%log_file_path% option to a path that includes `%D` at the point where the
32418datestamp is required. For example:
32419
32420 log_file_path = /var/spool/exim/log/%slog-%D
32421 log_file_path = /var/log/exim-%s-%D.log
32422 log_file_path = /var/spool/exim/log/%D-%slog
32423
32424As before, `%s` is replaced by ``main'' or ``reject''; the following are examples
32425of names generated by the above examples:
32426
32427 /var/spool/exim/log/mainlog-20021225
32428 /var/log/exim-reject-20021225.log
32429 /var/spool/exim/log/20021225-mainlog
32430
32431When this form of log file is specified, Exim automatically switches to new
32432files at midnight. It does not make any attempt to compress old logs; you
32433will need to write your own script if you require this. You should not
32434run 'exicyclog' with this form of logging.
32435
32436The location of the panic log is also determined by %log_file_path%, but it
32437is not datestamped, because rotation of the panic log does not make sense.
32438When generating the name of the panic log, `%D` is removed from the string.
32439In addition, if it immediately follows a slash, a following non-alphanumeric
32440character is removed; otherwise a preceding non-alphanumeric character is
32441removed. Thus, the three examples above would give these panic log names:
32442
32443 /var/spool/exim/log/paniclog
32444 /var/log/exim-panic.log
32445 /var/spool/exim/log/paniclog
32446
32447
32448
32449
32450Logging to syslog
32451~~~~~~~~~~~~~~~~~
32452cindex:[log,syslog; writing to]
32453The use of syslog does not change what Exim logs or the format of its messages,
32454except in one respect. If %syslog_timestamp% is set false, the timestamps on
32455Exim's log lines are omitted when these lines are sent to syslog. Apart from
32456that, the same strings are written to syslog as to log files. The syslog
32457``facility'' is set to LOG_MAIL, and the program name to ``exim''
32458by default, but you can change these by setting the %syslog_facility% and
32459%syslog_processname% options, respectively. If Exim was compiled with
32460SYSLOG_LOG_PID set in _Local/Makefile_ (this is the default in
32461_src/EDITME_), then, on systems that permit it (all except ULTRIX), the
32462LOG_PID flag is set so that the 'syslog()' call adds the pid as well as
32463the time and host name to each line.
32464The three log streams are mapped onto syslog priorities as follows:
32465
32466- 'mainlog' is mapped to LOG_INFO
32467
32468- 'rejectlog' is mapped to LOG_NOTICE
32469
32470- 'paniclog' is mapped to LOG_ALERT
32471
32472Many log lines are written to both 'mainlog' and 'rejectlog', and some are
32473written to both 'mainlog' and 'paniclog', so there will be duplicates if
32474these are routed by syslog to the same place. You can suppress this duplication
32475by setting %syslog_duplication% false.
32476
32477Exim's log lines can sometimes be very long, and some of its 'rejectlog'
32478entries contain multiple lines when headers are included. To cope with both
32479these cases, entries written to syslog are split into separate 'syslog()'
32480calls at each internal newline, and also after a maximum of
32481870 data characters. (This allows for a total syslog line length of 1024, when
32482additions such as timestamps are added.) If you are running a syslog
32483replacement that can handle lines longer than the 1024 characters allowed by
32484RFC 3164, you should set
32485
32486 SYSLOG_LONG_LINES=yes
32487
32488in _Local/Makefile_ before building Exim. That stops Exim from splitting long
32489lines, but it still splits at internal newlines in 'reject' log entries.
32490
32491To make it easy to re-assemble split lines later, each component of a split
32492entry starts with a string of the form ``[<''n'>/<'m'>]' or ``[<''n'>\<'m'>]'
32493where <'n'> is the component number and <'m'> is the total number of components
32494in the entry. The / delimiter is used when the line was split because it was
32495too long; if it was split because of an internal newline, the \ delimiter is
32496used. For example, supposing the length limit to be 70 instead of 1000, the
32497following would be the result of a typical rejection message to 'mainlog'
32498(LOG_INFO), each line in addition being preceded by the time, host name, and
32499pid as added by syslog:
32500
32501 $smc\{[1/3] 2002-09-16 16:09:43 16RdAL-0006pc-00 rejected from [127.0.0.1] (ph10):
32502 [2/3] syntax error in 'From' header when scanning for sender: missing or ma
32503 [3/3] lformed local part in "<>" (envelope sender is <ph10@cam.example>)\}
32504
32505The same error might cause the following lines to be written to ``rejectlog''
32506(LOG_NOTICE):
32507
32508 $smc\{[1/14] 2002-09-16 16:09:43 16RdAL-0006pc-00 rejected from [127.0.0.1] (ph10):
32509 [2/14] syntax error in 'From' header when scanning for sender: missing or ma
32510 [3\14] lformed local part in "<>" (envelope sender is <ph10@cam.example>)
32511 [4\14] Recipients: ph10@some.domain.cam.example
32512 [5\14] P Received: from [127.0.0.1] (ident=ph10)
32513 [6\14] by xxxxx.cam.example with smtp (Exim 4.00)
32514 [7\14] id 16RdAL-0006pc-00
32515 [8\14] for ph10@cam.example; Mon, 16 Sep 2002 16:09:43 +0100
32516 [9\14] F From: <>
32517 [10\14] Subject: this is a test header
32518 [11\14] X-something: this is another header
32519 [12\14] I Message-Id: <E16RdAL-0006pc-00@xxxxx.cam.example>
32520 [13\14] B Bcc:
32521 [14/14] Date: Mon, 16 Sep 2002 16:09:43 +0100\}
32522
32523Log lines that are neither too long nor contain newlines are written to syslog
32524without modification.
32525
32526If only syslog is being used, the Exim monitor is unable to provide a log tail
32527display, unless syslog is routing 'mainlog' to a file on the local host and
32528the environment variable EXIMON_LOG_FILE_PATH is set to tell the monitor
32529where it is.
32530
32531
32532
32533Log line flags
32534~~~~~~~~~~~~~~
32535One line is written to the main log for each message received, and for each
32536successful, unsuccessful, and delayed delivery. These lines can readily be
32537picked out by the distinctive two-character flags that immediately follow the
32538timestamp. The flags are:
32539
32540&&&
32541`<=` message arrival
32542`=>` normal message delivery
32543`->` additional address in same delivery
32544`\*>` delivery suppressed by %-N%
32545`\*\*` delivery failed; address bounced
32546`==` delivery deferred; temporary problem
32547&&&
32548
32549
32550
32551Logging message reception
32552~~~~~~~~~~~~~~~~~~~~~~~~~
32553cindex:[log,reception line]
32554The format of the single-line entry in the main log that is written for every
32555message received is shown in the basic example below, which is split over
32556several lines in order to fit it on the page:
32557
32558 2002-10-31 08:57:53 16ZCW1-0005MB-00 <= kryten@dwarf.fict.example
32559 H=mailer.fict.example [192.168.123.123] U=exim
32560 P=smtp S=5678 id=<incoming message id>
32561
32562The address immediately following ``<='' is the envelope sender address. A bounce
32563message is shown with the sender address ``<>'', and if it is locally generated,
32564this is followed by an item of the form
32565
32566 R=<message id>
32567
32568which is a reference to the message that caused the bounce to be sent.
32569
32570cindex:[HELO]
32571cindex:[EHLO]
32572For messages from other hosts, the H and U fields identify the remote host and
32573record the RFC 1413 identity of the user that sent the message, if one was
32574received. The number given in square brackets is the IP address of the sending
32575host. If there is a single, unparenthesized host name in the H field, as
32576above, it has been verified to correspond to the IP address (see the
32577%host_lookup% option). If the name is in parentheses, it was the name quoted
32578by the remote host in the SMTP HELO or EHLO command, and has not been
32579verified. If verification yields a different name to that given for HELO or
32580EHLO, the verified name appears first, followed by the HELO or EHLO
32581name in parentheses.
32582
32583Misconfigured hosts (and mail forgers) sometimes put an IP address, with or
32584without brackets, in the HELO or EHLO command, leading to entries in
32585the log containing text like these examples:
32586
32587 H=(10.21.32.43) [192.168.8.34]
32588 H=([10.21.32.43]) [192.168.8.34]
32589
32590This can be confusing. Only the final address in square brackets can be relied
32591on.
32592
32593For locally generated messages (that is, messages not received over TCP/IP),
32594the H field is omitted, and the U field contains the login name of the caller
32595of Exim.
32596
068aaea8 32597[revisionflag="changed"]
168e428f
PH
32598cindex:[authentication,logging]
32599cindex:[AUTH,logging]
32600For all messages, the P field specifies the protocol used to receive the
068aaea8
PH
32601message. This is the value that is stored in $received_protocol$. In the case
32602of incoming SMTP messages, the value indicates whether or not any SMTP
32603extensions (ESMTP), encryption, or authentication were used. If the SMTP
32604session was encrypted, there is an additional X field that records the cipher
32605suite that was used.
32606
32607[revisionflag="changed"]
32608The protocol is set to ``esmptsa'' or ``esmtpa'' for messages received from
32609hosts that have authenticated themselves using the SMTP AUTH command. The first
32610value is used when the SMTP connection was encrypted (``secure''). In this case
32611there is an additional item A= followed by the name of the authenticator that
32612was used. If an authenticated identification was set up by the authenticator's
168e428f
PH
32613%server_set_id% option, this is logged too, separated by a colon from the
32614authenticator name.
32615
068aaea8 32616
168e428f 32617cindex:[size,of message]
068aaea8
PH
32618The id field records the existing message id, if present. The size of the
32619received message is given by the S field. When the message is delivered,
32620headers may be removed or added, so that the size of delivered copies of the
32621message may not correspond with this value (and indeed may be different to each
32622other).
168e428f
PH
32623
32624The %log_selector% option can be used to request the logging of additional
32625data when a message is received. See section <<SECTlogselector>> below.
32626
32627
32628
32629Logging deliveries
32630~~~~~~~~~~~~~~~~~~
32631cindex:[log,delivery line]
32632The format of the single-line entry in the main log that is written for every
32633delivery is shown in one of the examples below, for local and remote deliveries,
32634respectively. Each example has been split into two lines in order to fit
32635it on the page:
32636
32637 2002-10-31 08:59:13 16ZCW1-0005MB-00 => marv <marv@hitch.fict.example>
32638 R=localuser T=local_delivery
32639 2002-10-31 09:00:10 16ZCW1-0005MB-00 => monk@holistic.fict.example
32640 R=dnslookup T=remote_smtp H=holistic.fict.example [192.168.234.234]
32641
32642For ordinary local deliveries, the original address is given in angle brackets
32643after the final delivery address, which might be a pipe or a file. If
32644intermediate address(es) exist between the original and the final address, the
32645last of these is given in parentheses after the final address. The R and T
32646fields record the router and transport that were used to process the address.
32647
32648If a shadow transport was run after a successful local delivery, the log line
32649for the successful delivery has an item added on the end, of the form
32650
32651 ST=<shadow transport name>
32652
32653If the shadow transport did not succeed, the error message is put in
32654parentheses afterwards.
32655
068aaea8 32656cindex:[asterisk,after IP address]
168e428f 32657When more than one address is included in a single delivery (for example, two
068aaea8
PH
32658SMTP RCPT commands in one transaction) the second and subsequent addresses are
32659flagged with `->` instead of `=>`. When two or more messages are delivered down
32660a single SMTP connection, an asterisk follows the IP address in the log lines
32661for the second and subsequent messages.
168e428f
PH
32662
32663The generation of a reply message by a filter file gets logged as a ``delivery''
32664to the addressee, preceded by ``>''.
32665
32666The %log_selector% option can be used to request the logging of additional
32667data when a message is delivered. See section <<SECTlogselector>> below.
32668
32669
168e428f
PH
32670Discarded deliveries
32671~~~~~~~~~~~~~~~~~~~~
32672cindex:[discarded messages]
32673cindex:[message,discarded]
32674cindex:[delivery,discarded; logging]
32675When a message is discarded as a result of the command ``seen finish'' being
32676obeyed in a filter file which generates no deliveries, a log entry of the form
32677
32678 2002-12-10 00:50:49 16auJc-0001UB-00 => discarded
32679 <low.club@bridge.example> R=userforward
32680
32681is written, to record why no deliveries are logged. When a message is discarded
32682because it is aliased to ``:blackhole:'' the log line is like this:
32683
32684 1999-03-02 09:44:33 10HmaX-0005vi-00 => :blackhole:
32685 <hole@nowhere.example> R=blackhole_router
32686
32687
32688
32689
32690Deferred deliveries
32691~~~~~~~~~~~~~~~~~~~
32692When a delivery is deferred, a line of the following form is logged:
32693
32694 2002-12-19 16:20:23 16aiQz-0002Q5-00 == marvin@endrest.example
32695 R=dnslookup T=smtp defer (146): Connection refused
32696
32697In the case of remote deliveries, the error is the one that was given for the
32698last IP address that was tried. Details of individual SMTP failures are also
32699written to the log, so the above line would be preceded by something like
32700
32701 2002-12-19 16:20:23 16aiQz-0002Q5-00 Failed to connect to
32702 mail1.endrest.example [192.168.239.239]: Connection refused
32703
32704When a deferred address is skipped because its retry time has not been reached,
32705a message is written to the log, but this can be suppressed by setting an
32706appropriate value in %log_selector%.
32707
32708
32709
32710Delivery failures
32711~~~~~~~~~~~~~~~~~
32712cindex:[delivery,failure; logging]
32713If a delivery fails because an address cannot be routed, a line of the
32714following form is logged:
32715
32716 1995-12-19 16:20:23 0tRiQz-0002Q5-00 ** jim@trek99.example
32717 <jim@trek99.example>: unknown mail domain
32718
32719If a delivery fails at transport time, the router and transport are shown, and
32720the response from the remote host is included, as in this example:
32721
32722 2002-07-11 07:14:17 17SXDU-000189-00 ** ace400@pb.example R=dnslookup
32723 T=remote_smtp: SMTP error from remote mailer after pipelined
32724 RCPT TO:<ace400@pb.example>: host pbmail3.py.example
32725 [192.168.63.111]: 553 5.3.0 <ace400@pb.example>...
32726 Addressee unknown
32727
32728The word ``pipelined'' indicates that the SMTP PIPELINING extension was being
32729used. See %hosts_avoid_esmtp% in the ^smtp^ transport for a way of
32730disabling PIPELINING.
32731
32732The log lines for all forms of delivery failure are flagged with `\*\*`.
32733
32734
32735
32736Fake deliveries
32737~~~~~~~~~~~~~~~
32738cindex:[delivery,fake; logging]
32739If a delivery does not actually take place because the %-N% option has been
32740used to suppress it, a normal delivery line is written to the log, except that
32741``=>'' is replaced by ``\*>''.
32742
32743
32744
32745Completion
32746~~~~~~~~~~
32747A line of the form
32748
32749 2002-10-31 09:00:11 16ZCW1-0005MB-00 Completed
32750
32751is written to the main log when a message is about to be removed from the spool
32752at the end of its processing.
32753
32754
32755
32756
32757Summary of Fields in Log Lines
32758~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32759cindex:[log,summary of fields]
32760A summary of the field identifiers that are used in log lines is shown in
32761the following table:
32762
32763&&&
32764`A ` authenticator name (and optional id)
32765`C ` SMTP confirmation on delivery
32766`CV ` certificate verification status
32767`DN ` distinguished name from peer certificate
32768`DT ` on `=>` lines: time taken for a delivery
32769`F ` sender address (on delivery lines)
32770`H ` host name and IP address
32771`I ` local interface used
32772`id ` message id for incoming message
32773`P ` on `<=` lines: protocol used
32774` ` on `=>` and `\*\*` lines: return path
32775`QT ` on `=>` lines: time spent on queue so far
32776` ` on ``Completed'' lines: time spent on queue
32777`R ` on `<=` lines: reference for local bounce
32778` ` on `=>` `\*\*` and `==` lines: router name
32779`S ` size of message
32780`ST ` shadow transport name
32781`T ` on `<=` lines: message subject (topic)
32782` ` on `=>` `\*\*` and `==` lines: transport name
32783`U ` local user or RFC 1413 identity
32784`X ` TLS cipher suite
32785&&&
32786
32787
32788
32789Other log entries
32790~~~~~~~~~~~~~~~~~
32791Various other types of log entry are written from time to time. Most should be
32792self-explanatory. Among the more common are:
32793
32794- cindex:[retry,time not reached]
32795'retry time not reached'~~An address previously suffered a temporary error
32796during routing or local delivery, and the time to retry has not yet arrived.
32797This message is not written to an individual message log file unless it happens
32798during the first delivery attempt.
32799
32800- 'retry time not reached for any host'~~An address previously suffered
32801temporary errors during remote delivery, and the retry time has not yet arrived
32802for any of the hosts to which it is routed.
32803
32804- cindex:[spool directory,file locked]
32805'spool file locked'~~An attempt to deliver a message cannot proceed because
32806some other Exim process is already working on the message. This can be quite
32807common if queue running processes are started at frequent intervals. The
32808'exiwhat' utility script can be used to find out what Exim processes are
32809doing.
32810
32811- cindex:[error,ignored]
32812'error ignored'~~There are several circumstances that give rise to this
32813message:
32814
32815. Exim failed to deliver a bounce message whose age was greater than
32816%ignore_bounce_errors_after%. The bounce was discarded.
32817
32818. A filter file set up a delivery using the ``noerror'' option, and the delivery
32819failed. The delivery was discarded.
32820
32821. A delivery set up by a router configured with
32822+
32823 errors_to = <>
32824+
32825failed. The delivery was discarded.
32826
32827
32828
32829
32830
32831[[SECTlogselector]]
32832Reducing or increasing what is logged
32833~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32834cindex:[log,selectors]
32835By setting the %log_selector% global option, you can disable some of Exim's
32836default logging, or you can request additional logging. The value of
32837%log_selector% is made up of names preceded by plus or minus characters. For
32838example:
32839
32840 log_selector = +arguments -retry_defer
32841
32842The list of optional log items is in the following table, with the default
32843selection marked by asterisks:
32844
32845&&&
32846` address_rewrite ` address rewriting
32847` all_parents ` all parents in => lines
32848` arguments ` command line arguments
32849`\*connection_reject ` connection rejections
32850`\*delay_delivery ` immediate delivery delayed
32851` deliver_time ` time taken to perform delivery
32852` delivery_size ` add S=nnn to => lines
32853`\*dnslist_defer ` defers of DNS list (aka RBL) lookups
32854`\*etrn ` ETRN commands
32855`\*host_lookup_failed ` as it says
32856` ident_timeout ` timeout for ident connection
32857` incoming_interface ` incoming interface on <= lines
32858` incoming_port ` incoming port on <= lines
32859`\*lost_incoming_connection ` as it says (includes timeouts)
32860` outgoing_port ` add remote port to => lines
32861`\*queue_run ` start and end queue runs
32862` queue_time ` time on queue for one recipient
32863` queue_time_overall ` time on queue for whole message
32864` received_recipients ` recipients on <= lines
32865` received_sender ` sender on <= lines
32866`\*rejected_header ` header contents on reject log
32867`\*retry_defer ` ``retry time not reached''
32868` return_path_on_delivery ` put return path on => and \*\ lines
32869` sender_on_delivery ` add sender to => lines
32870`\*size_reject ` rejection because too big
32871`\*skip_delivery ` delivery skipped in a queue run
32872` smtp_confirmation ` SMTP confirmation on => lines
32873` smtp_connection ` SMTP connections
32874` smtp_incomplete_transaction` incomplete SMTP transactions
32875` smtp_protocol_error ` SMTP protocol errors
32876` smtp_syntax_error ` SMTP syntax errors
32877` subject ` contents of 'Subject:' on <= lines
32878` tls_certificate_verified ` certificate verification status
32879`\*tls_cipher ` TLS cipher suite on <= and => lines
32880` tls_peerdn ` TLS peer DN on <= and => lines
068aaea8 32881` unknown_in_list ` DNS lookup failed in list match
168e428f
PH
32882
32883` all ` all of the above
32884&&&
32885
32886More details on each of these items follows:
32887
32888- cindex:[log,rewriting]
32889cindex:[rewriting,logging]
32890%address_rewrite%: This applies both to global rewrites and per-transport
32891rewrites,
32892but not to rewrites in filters run as an unprivileged user (because such users
32893cannot access the log).
32894
32895- cindex:[log,full parentage]
32896%all_parents%: Normally only the original and final addresses are logged on
32897delivery lines; with this selector, intermediate parents are given in
32898parentheses between them.
32899
32900- cindex:[log,Exim arguments]
32901cindex:[Exim arguments, logging]
32902%arguments%: This causes Exim to write the arguments with which it was called
32903to the main log, preceded by the current working directory. This is a debugging
32904feature, added to make it easier to find out how certain MUAs call
32905_/usr/sbin/sendmail_. The logging does not happen if Exim has given up root
32906privilege because it was called with the %-C% or %-D% options. Arguments that
068aaea8 32907are empty or that contain white space are quoted. Non-printing characters are
168e428f
PH
32908shown as escape sequences. This facility cannot log unrecognized arguments,
32909because the arguments are checked before the configuration file is read. The
32910only way to log such cases is to interpose a script such as _util/logargs.sh_
32911between the caller and Exim.
32912
32913- cindex:[log,connection rejections]
32914%connection_reject%: A log entry is written whenever an incoming SMTP
32915connection is rejected, for whatever reason.
32916
32917- cindex:[log,delayed delivery]
32918cindex:[delayed delivery, logging]
32919%delay_delivery%: A log entry is written whenever a delivery process is not
32920started for an incoming message because the load is too high or too many
32921messages were received on one connection. Logging does not occur if no delivery
32922process is started because %queue_only% is set or %-odq% was used.
32923
32924- cindex:[log,delivery duration]
32925%deliver_time%: For each delivery, the amount of real time it has taken to
32926perform the actual delivery is logged as DT=<'time'>, for example, `DT=1s`.
32927
32928- cindex:[log,message size on delivery]
32929cindex:[size,of message]
32930%delivery_size%: For each delivery, the size of message delivered is added to
32931the ``=>'' line, tagged with S=.
32932
32933- cindex:[log,dnslist defer]
32934cindex:[DNS list,logging defer]
32935cindex:[black list (DNS)]
32936%dnslist_defer%: A log entry is written if an attempt to look up a host in a
32937DNS black list suffers a temporary error.
32938
32939- cindex:[log,ETRN commands]
32940cindex:[ETRN,logging]
32941%etrn%: Every legal ETRN command that is received is logged, before the ACL is
32942run to determine whether or not it is actually accepted. An invalid ETRN
32943command, or one received within a message transaction is not logged by this
32944selector (see %smtp_syntax_error% and %smtp_protocol_error%).
32945
32946- cindex:[log,host lookup failure]
32947%host_lookup_failed%: When a lookup of a host's IP addresses fails to find
32948any addresses, or when a lookup of an IP address fails to find a host name, a
32949log line is written. This logging does not apply to direct DNS lookups when
32950routing email addresses, but it does apply to ``byname'' lookups.
32951
32952- cindex:[log,ident timeout]
32953cindex:[RFC 1413,logging timeout]
32954%ident_timeout%: A log line is written whenever an attempt to connect to a
32955client's ident port times out.
32956
32957- cindex:[log,incoming interface]
32958cindex:[interface,logging]
32959%incoming_interface%: The interface on which a message was received is added to
32960the ``<='' line as an IP address in square brackets, tagged by I= and followed
32961by a colon and the port number. The local interface and port are also added to
32962other SMTP log lines, for example ``SMTP connection from'', and to rejection
32963lines.
32964
32965- cindex:[log,incoming remote port]
32966cindex:[port,logging remote]
32967cindex:[TCP/IP,logging incoming remote port]
068aaea8
PH
32968cindex:[$sender_fullhost$]
32969cindex:[$sender_rcvhost$]
168e428f
PH
32970%incoming_port%: The remote port number from which a message was received is
32971added to log entries and 'Received:' header lines, following the IP address in
32972square brackets, and separated from it by a colon. This is implemented by
32973changing the value that is put in the $sender_fullhost$ and
32974$sender_rcvhost$ variables. Recording the remote port number has become more
32975important with the widening use of NAT (see RFC 2505).
32976
32977- cindex:[log,dropped connection]
32978%lost_incoming_connection%: A log line is written when an incoming SMTP
32979connection is unexpectedly dropped.
32980
32981- cindex:[log,outgoing remote port]
32982cindex:[port,logging outgoint remote]
32983cindex:[TCP/IP,logging ougtoing remote port]
32984%outgoing_port%: The remote port number is added to delivery log lines (those
32985containing => tags) following the IP address. This option is not included in
32986the default setting, because for most ordinary configurations, the remote port
32987number is always 25 (the SMTP port).
32988
32989- cindex:[log,queue run]
32990cindex:[queue runner,logging]
32991%queue_run%: The start and end of every queue run are logged.
32992
32993- cindex:[log,queue time]
32994%queue_time%: The amount of time the message has been in the queue on the local
32995host is logged as QT=<'time'> on delivery (`=>`) lines, for example,
32996`QT=3m45s`. The clock starts when Exim starts to receive the message, so it
32997includes reception time as well as the delivery time for the current address.
32998This means that it may be longer than the difference between the arrival and
32999delivery log line times, because the arrival log line is not written until the
33000message has been successfully received.
33001
33002- %queue_time_overall%: The amount of time the message has been in the queue on
33003the local host is logged as QT=<'time'> on ``Completed'' lines, for
33004example, `QT=3m45s`. The clock starts when Exim starts to receive the
33005message, so it includes reception time as well as the total delivery time.
33006
33007- cindex:[log,recipients]
33008%received_recipients%: The recipients of a message are listed in the main log
33009as soon as the message is received. The list appears at the end of the log line
33010that is written when a message is received, preceded by the word ``for''. The
33011addresses are listed after they have been qualified, but before any rewriting
33012has taken place.
33013Recipients that were discarded by an ACL for MAIL or RCPT do not appear
33014in the list.
33015
33016- cindex:[log,sender reception]
33017%received_sender%: The unrewritten original sender of a message is added to
33018the end of the log line that records the message's arrival, after the word
33019``from'' (before the recipients if %received_recipients% is also set).
33020
33021- cindex:[log,header lines for rejection]
33022%rejected_header%: If a message's header has been received at the time a
33023rejection is written to the reject log, the complete header is added to the
33024log. Header logging can be turned off individually for messages that are
33025rejected by the 'local_scan()' function (see section <<SECTapiforloc>>).
33026
33027- cindex:[log,retry defer]
33028%retry_defer%: A log line is written if a delivery is deferred because a retry
33029time has not yet been reached. However, this ``retry time not reached'' message
33030is always omitted from individual message logs after the first delivery
33031attempt.
33032
33033- cindex:[log,return path]
33034%return_path_on_delivery%: The return path that is being transmitted with
33035the message is included in delivery and bounce lines, using the tag P=.
33036This is omitted if no delivery actually happens, for example, if routing fails,
33037or if delivery is to _/dev/null_ or to `:blackhole:`.
33038
33039- cindex:[log,sender on delivery]
33040%sender_on_delivery%: The message's sender address is added to every delivery
33041and bounce line, tagged by F= (for ``from'').
33042This is the original sender that was received with the message; it is not
33043necessarily the same as the outgoing return path.
33044
33045- cindex:[log,size rejection]
33046%size_reject%: A log line is written whenever a message is rejected because it
33047is too big.
33048
33049- cindex:[log,frozen messages; skipped]
33050cindex:[frozen messages,logging skipping]
33051%skip_delivery%: A log line is written whenever a message is skipped during a
33052queue run because it is frozen or because another process is already delivering
33053it.
33054cindex:[``spool file is locked'']
33055The message that is written is ``spool file is locked''.
33056
33057- cindex:[log,smtp confirmation]
33058cindex:[SMTP,logging confirmation]
33059%smtp_confirmation%: The response to the final ``.'' in the SMTP dialogue for
33060outgoing messages is added to delivery log lines in the form ``C="<''text'>"'. A
33061number of MTAs (including Exim) return an identifying string in this response.
33062
33063- cindex:[log,SMTP connections]
33064cindex:[SMTP,logging connections]
33065%smtp_connection%: A log line is written whenever an SMTP connection is
33066established or closed, unless the connection is from a host that matches
33067%hosts_connection_nolog%. (In contrast, %lost_incoming_connection% applies only
33068when the closure is unexpected.) This applies to connections from local
33069processes that use %-bs% as well as to TCP/IP connections. If a connection is
33070dropped in the middle of a message, a log line is always written, whether or
33071not this selector is set, but otherwise nothing is written at the start and end
33072of connections unless this selector is enabled.
33073+
33074For TCP/IP connections to an Exim daemon, the current number of connections is
33075included in the log message for each new connection, but note that the count is
33076reset if the daemon is restarted.
33077Also, because connections are closed (and the closure is logged) in
33078subprocesses, the count may not include connections that have been closed but
33079whose termination the daemon has not yet noticed. Thus, while it is possible to
33080match up the opening and closing of connections in the log, the value of the
33081logged counts may not be entirely accurate.
33082
33083- cindex:[log,SMTP transaction; incomplete]
33084cindex:[SMTP,logging incomplete transactions]
33085%smtp_incomplete_transaction%: When a mail transaction is aborted by
33086RSET, QUIT, loss of connection, or otherwise, the incident is logged,
33087and the message sender plus any accepted recipients are included in the log
33088line. This can provide evidence of dictionary attacks.
33089
33090- cindex:[log,SMTP protocol error]
33091cindex:[SMTP,logging protocol error]
33092%smtp_protocol_error%: A log line is written for every SMTP protocol error
33093encountered. Exim does not have perfect detection of all protocol errors
33094because of transmission delays and the use of pipelining. If PIPELINING has
33095been advertised to a client, an Exim server assumes that the client will use
33096it, and therefore it does not count ``expected'' errors (for example, RCPT
33097received after rejecting MAIL) as protocol errors.
33098
33099- cindex:[SMTP,logging syntax errors]
33100cindex:[SMTP,syntax errors; logging]
33101cindex:[SMTP,unknown command; logging]
33102cindex:[log,unknown SMTP command]
33103cindex:[log,SMTP syntax error]
33104%smtp_syntax_error%: A log line is written for every SMTP syntax error
33105encountered. An unrecognized command is treated as a syntax error. For an
33106external connection, the host identity is given; for an internal connection
33107using %-bs% the sender identification (normally the calling user) is given.
33108
33109- cindex:[log,subject]
33110cindex:[subject, logging]
33111%subject%: The subject of the message is added to the arrival log line,
33112preceded by ``T='' (T for ``topic'', since S is already used for ``size'').
33113Any MIME ``words'' in the subject are decoded. The %print_topbitchars% option
33114specifies whether characters with values greater than 127 should be logged
33115unchanged, or whether they should be rendered as escape sequences.
33116
33117- cindex:[log,certificate verification]
33118%tls_certificate_verified%: An extra item is added to <= and => log lines
33119when TLS is in use. The item is `CV=yes` if the peer's certificate was
33120verified, and `CV=no` if not.
33121
33122- cindex:[log,TLS cipher]
33123cindex:[TLS,logging cipher]
33124%tls_cipher%: When a message is sent or received over an encrypted connection,
33125the cipher suite used is added to the log line, preceded by X=.
33126
33127- cindex:[log,TLS peer DN]
33128cindex:[TLS,logging peer DN]
33129%tls_peerdn%: When a message is sent or received over an encrypted connection,
33130and a certificate is supplied by the remote host, the peer DN is added to the
33131log line, preceded by DN=.
33132
068aaea8
PH
33133[revisionflag="changed"]
33134- cindex:[log,DNS failure in list]
33135%unknown_in_list%: This setting causes a log entry to be written when the
33136result of a list match is failure because a DNS lookup failed.
168e428f
PH
33137
33138
33139Message log
33140~~~~~~~~~~~
33141cindex:[message,log file for]
33142cindex:[log,message log; description of]
33143In addition to the general log files, Exim writes a log file for each message
33144that it handles. The names of these per-message logs are the message ids, and
33145
33146cindex:[_msglog_ directory]
33147they are kept in the _msglog_ sub-directory of the spool directory. Each
33148message log contains copies of the log lines that apply to the message. This
33149makes it easier to inspect the status of an individual message without having
33150to search the main log. A message log is deleted when processing of the message
33151is complete,
33152
33153cindex:[%preserve_message_logs%]
33154unless %preserve_message_logs% is set, but this should be used only with
33155great care because they can fill up your disk very quickly.
33156
33157On a heavily loaded system, it may be desirable to disable the use of
33158per-message logs, in order to reduce disk I/O. This can be done by setting the
33159%message_logs% option false.
33160
33161
33162
33163////////////////////////////////////////////////////////////////////////////
33164////////////////////////////////////////////////////////////////////////////
33165
33166[[CHAPutils]]
33167Exim utilities
33168--------------
33169cindex:[utilities]
33170A number of utility scripts and programs are supplied with Exim and are
33171described in this chapter. There is also the Exim Monitor, which is covered in
33172the next chapter. The utilities described here are:
33173
33174[frame="none"]
33175`2`8`30`40~
33176,<<SECTfinoutwha>> , 'exiwhat' , list what Exim processes are doing
33177,<<SECTgreptheque>> , 'exiqgrep' , grep the queue
33178,<<SECTsumtheque>> , 'exiqsumm' , summarize the queue
33179,<<SECTextspeinf>> , 'exigrep' , search the main log
33180,<<SECTexipick>> , 'exipick' , select messages on various criteria
33181,<<SECTcyclogfil>> , 'exicyclog' , cycle (rotate) log files
33182,<<SECTmailstat>> , 'eximstats' , extract statistics from the log
33183,<<SECTcheckaccess>> , 'exim_checkaccess', check address acceptance from given IP
33184,<<SECTdbmbuild>> , 'exim_dbmbuild' , build a DBM file
33185,<<SECTfinindret>> , 'exinext' , extract retry information
33186,<<SECThindatmai>> , 'exim_dumpdb' , dump a hints database
33187,<<SECThindatmai>> , 'exim_tidydb' , clean up a hints database
33188,<<SECThindatmai>> , 'exim_fixdb' , patch a hints database
33189,<<SECTmailboxmaint>>, 'exim_lock' , lock a mailbox file
33190~~~~~
33191
068aaea8
PH
33192[revisionflag="changed"]
33193Another utility that might be of use to sites with many MTAs is Tom Kistner's
33194'exilog'. It provides log visualizations across multiple Exim servers. See
33195(*http://duncanthrax.net/exilog/[]*) for details.
33196
33197
33198
33199
168e428f
PH
33200
33201[[SECTfinoutwha]]
33202Finding out what Exim processes are doing (exiwhat)
33203~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33204cindex:['exiwhat']
33205cindex:[process, querying]
33206cindex:[SIGUSR1]
33207On operating systems that can restart a system call after receiving a signal
33208(most modern OS), an Exim process responds to the SIGUSR1 signal by writing
33209a line describing what it is doing to the file _exim-process.info_ in the
33210Exim spool directory. The 'exiwhat' script sends the signal to all Exim
33211processes it can find, having first emptied the file. It then waits for one
33212second to allow the Exim processes to react before displaying the results. In
33213order to run 'exiwhat' successfully you have to have sufficient privilege to
33214send the signal to the Exim processes, so it is normally run as root.
33215
33216*Warning*: This is not an efficient process. It is intended for occasional
33217use by system administrators. It is not sensible, for example, to set up a
33218script that sends SIGUSR1 signals to Exim processes at short intervals.
33219
33220
33221Unfortunately, the 'ps' command that 'exiwhat' uses to find Exim processes
33222varies in different operating systems. Not only are different options used,
33223but the format of the output is different. For this reason, there are some
33224system configuration options that configure exactly how 'exiwhat' works. If it
33225doesn't seem to be working for you, check the following compile-time options:
33226
33227&&&
33228`EXIWHAT_PS_CMD ` the command for running 'ps'
33229`EXIWHAT_PS_ARG ` the argument for 'ps'
33230`EXIWHAT_EGREP_ARG ` the argument for 'egrep' to select from 'ps' output
33231`EXIWHAT_KILL_ARG ` the argument for the 'kill' command
33232&&&
33233
33234An example of typical output from 'exiwhat' is
33235
33236 164 daemon: -q1h, listening on port 25
33237 10483 running queue: waiting for 0tAycK-0002ij-00 (10492)
33238 10492 delivering 0tAycK-0002ij-00 to mail.ref.example [10.19.42.42]
33239 (editor@ref.example)
33240 10592 handling incoming call from [192.168.243.242]
33241 10628 accepting a local non-SMTP message
33242
33243The first number in the output line is the process number. The third line has
33244been split here, in order to fit it on the page.
33245
33246
33247
33248[[SECTgreptheque]]
33249Selective queue listing (exiqgrep)
33250~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33251cindex:['exiqgrep']
33252cindex:[queue,grepping]
33253This utility is a Perl script contributed by Matt Hubbard. It runs
33254
33255 exim -bpu
33256
33257to obtain a queue listing with undelivered recipients only, and then greps the
33258output to select messages that match given criteria. The following selection
33259options are available:
33260
33261*-f*~<'regex'>::
33262Match the sender address. The field that is tested is enclosed in angle
33263brackets, so you can test for bounce messages with
33264
33265 exiqgrep -f '^<>$'
33266
33267*-r*~<'regex'>::
33268Match a recipient address. The field that is tested is not enclosed in angle
33269brackets.
33270
33271*-s*~<'regex'>::
33272Match against the size field.
33273
33274*-y*~<'seconds'>::
33275Match messages that are younger than the given time.
33276
33277*-o*~<'seconds'>::
33278Match messages that are older than the given time.
33279
33280*-z*::
33281Match only frozen messages.
33282
33283*-x*::
33284Match only non-frozen messages.
33285
33286///
33287End of list
33288///
33289
33290The following options control the format of the output:
33291
33292*-c*::
33293Display only the count of matching messages.
33294
33295*-l*::
33296Long format -- display the full message information as output by Exim. This is
33297the default.
33298
33299*-i*::
33300Display message ids only.
33301
33302*-b*::
33303Brief format -- one line per message.
33304
33305*-R*::
33306Display messages in reverse order.
33307
33308///
33309End of list
33310///
33311
33312There is one more option, %-h%, which outputs a list of options.
33313
33314
33315
33316[[SECTsumtheque]]
33317Summarising the queue (exiqsumm)
33318~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33319cindex:['exiqsumm']
33320cindex:[queue,summary]
33321The 'exiqsumm' utility is a Perl script which reads the output of 'exim
33322-bp' and produces a summary of the messages on the queue. Thus, you use it by
33323running a command such as
33324
33325 exim -bp | exiqsumm
33326
33327The output consists of one line for each domain that has messages waiting for
33328it, as in the following example:
33329
33330 3 2322 74m 66m msn.com.example
33331
33332Each line lists the number of
33333pending deliveries for a domain, their total volume, and the length of time
33334that the oldest and the newest messages have been waiting. Note that the number
33335of pending deliveries is greater than the number of messages when messages
33336have more than one recipient.
33337
33338A summary line is output at the end. By default the output is sorted on the
33339domain name, but 'exiqsumm' has the options %-a% and %-c%, which cause the
33340output to be sorted by oldest message and by count of messages, respectively.
33341
33342The output of 'exim -bp' contains the original addresses in the message, so
33343this also applies to the output from 'exiqsumm'. No domains from addresses
33344generated by aliasing or forwarding are included (unless the %one_time% option
33345of the ^redirect^ router has been used to convert them into ``top level''
33346addresses).
33347
33348
33349
33350
33351[[SECTextspeinf]]
33352Extracting specific information from the log (exigrep)
33353~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
068aaea8 33354[revisionflag="changed"]
168e428f
PH
33355cindex:['exigrep']
33356cindex:[log,extracts; grepping for]
33357The 'exigrep' utility is a Perl script that searches one or more main log
33358files for entries that match a given pattern. When it finds a match, it
33359extracts all the log entries for the relevant message, not just those that
33360match the pattern. Thus, 'exigrep' can extract complete log entries for a
33361given message, or all mail for a given user, or for a given host, for example.
068aaea8 33362The input files can be in Exim log format or syslog format.
168e428f
PH
33363
33364If a matching log line is not associated with a specific message, it is always
068aaea8 33365included in 'exigrep''s output. The usage is:
168e428f
PH
33366
33367 exigrep [-l] [-t<n>] <pattern> [<log file>] ...
33368
33369The %-t% argument specifies a number of seconds. It adds an additional
33370condition for message selection. Messages that are complete are shown only if
33371they spent more than <'n'> seconds on the queue.
33372
33373The %-l% flag means ``literal'', that is, treat all characters in the
33374pattern as standing for themselves. Otherwise the pattern must be a Perl
33375regular expression. The pattern match is case-insensitive. If no file names are
33376given on the command line, the standard input is read.
33377
33378If the location of a 'zcat' command is known from the definition of
068aaea8
PH
33379ZCAT_COMMAND in _Local/Makefile_, 'exigrep' automatically passes any file whose
33380name ends in COMPRESS_SUFFIX through 'zcat' as it searches it.
168e428f
PH
33381
33382
33383[[SECTexipick]]
33384Selecting messages by various criteria (exipick)
33385~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33386cindex:['exipick']
33387John Jetmore's 'exipick' utility is included in the Exim distribution. It
33388lists messages from the queue according to a variety of criteria. For details,
33389run:
33390
33391 exipick --help
33392
33393
33394
33395
33396[[SECTcyclogfil]]
33397Cycling log files (exicyclog)
33398~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33399cindex:[log,cycling local files]
33400cindex:[cycling logs]
33401cindex:['exicyclog']
33402The 'exicyclog' script can be used to cycle (rotate) 'mainlog' and
33403'rejectlog' files. This is not necessary if only syslog is being used, or if
33404you are using log files with datestamps in their names (see section
33405<<SECTdatlogfil>>). Some operating systems have their own standard mechanisms for
33406log cycling, and these can be used instead of 'exicyclog' if preferred.
33407
33408Each time 'exicyclog' is run the file names get ``shuffled down'' by one. If
33409the main log file name is _mainlog_ (the default) then when 'exicyclog' is
33410run _mainlog_ becomes _mainlog.01_, the previous _mainlog.01_ becomes
33411_mainlog.02_ and so on, up to a limit which is set in the script, and which
33412defaults to 10. Log files whose numbers exceed the limit are discarded. Reject
33413logs are handled similarly.
33414
33415If the limit is greater than 99, the script uses 3-digit numbers such as
33416_mainlog.001_, _mainlog.002_, etc. If you change from a number less than 99
33417to one that is greater, or 'vice versa', you will have to fix the names of
33418any existing log files.
33419
33420
33421If no _mainlog_ file exists, the script does nothing. Files that ``drop off''
33422the end are deleted. All files with numbers greater than 01 are compressed,
33423using a compression command which is configured by the COMPRESS_COMMAND
33424setting in _Local/Makefile_. It is usual to run 'exicyclog' daily from a
33425root %crontab% entry of the form
33426
33427 1 0 * * * su exim -c /usr/exim/bin/exicyclog
33428
33429assuming you have used the name ``exim'' for the Exim user. You can run
33430'exicyclog' as root if you wish, but there is no need.
33431
33432
33433
33434[[SECTmailstat]]
33435Mail statistics (eximstats)
33436~~~~~~~~~~~~~~~~~~~~~~~~~~~
33437cindex:[statistics]
33438cindex:['eximstats']
33439A Perl script called 'eximstats' is provided for extracting statistical
33440information from log files. The output is either plain text, or HTML.
33441Exim log files are also suported by the 'Lire' system produced by the
33442LogReport Foundation (*http://www.logreport.org[]*).
33443
33444The 'eximstats' script has been hacked about quite a bit over time. The
33445latest version is the result of some extensive revision by Steve Campbell. A
33446lot of information is given by default, but there are options for suppressing
33447various parts of it. Following any options, the arguments to the script are a
33448list of files, which should be main log files. For example:
33449
33450 eximstats -nr /var/spool/exim/log/mainlog.01
33451
33452By default, 'eximstats' extracts information about the number and volume of
33453messages received from or delivered to various hosts. The information is sorted
33454both by message count and by volume, and the top fifty hosts in each category
33455are listed on the standard output. Similar information, based on email
33456addresses or domains instead of hosts can be requested by means of various
33457options. For messages delivered and received locally, similar statistics are
33458also produced per user.
33459
33460The output also includes total counts and statistics about delivery errors, and
33461histograms showing the number of messages received and deliveries made in each
33462hour of the day. A delivery with more than one address in its envelope (for
33463example, an SMTP transaction with more than one RCPT command) is counted
33464as a single delivery by 'eximstats'.
33465
33466Though normally more deliveries than receipts are reported (as messages may
33467have multiple recipients), it is possible for 'eximstats' to report more
33468messages received than delivered, even though the queue is empty at the start
33469and end of the period in question. If an incoming message contains no valid
33470recipients, no deliveries are recorded for it. A bounce message is handled as
33471an entirely separate message.
33472
33473'eximstats' always outputs a grand total summary giving the volume and number
33474of messages received and deliveries made, and the number of hosts involved in
33475each case. It also outputs the number of messages that were delayed (that is,
33476not completely delivered at the first attempt), and the number that had at
33477least one address that failed.
33478
33479The remainder of the output is in sections that can be independently disabled
33480or modified by various options. It consists of a summary of deliveries by
33481transport, histograms of messages received and delivered per time interval
33482(default per hour), information about the time messages spent on the queue,
33483a list of relayed messages, lists of the top fifty sending hosts, local
33484senders, destination hosts, and destination local users by count and by volume,
33485and a list of delivery errors that occurred.
33486
33487The relay information lists messages that were actually relayed, that is, they
33488came from a remote host and were directly delivered to some other remote host,
33489without being processed (for example, for aliasing or forwarding) locally.
33490
33491There are quite a few options for 'eximstats' to control exactly what it
33492outputs. These are documented in the Perl script itself, and can be extracted
33493by running the command ^perldoc^ on the script. For example:
33494
33495 perldoc /usr/exim/bin/eximstats
33496
33497
33498
33499[[SECTcheckaccess]]
33500Checking access policy (exim_checkaccess)
33501~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33502cindex:['exim_checkaccess']
33503cindex:[policy control,checking access]
33504cindex:[checking access]
33505The %-bh% command line argument allows you to run a fake SMTP session with
33506debugging output, in order to check what Exim is doing when it is applying
33507policy controls to incoming SMTP mail. However, not everybody is sufficiently
33508familiar with the SMTP protocol to be able to make full use of %-bh%, and
33509sometimes you just want to answer the question 'Does this address have
33510access?' without bothering with any further details.
33511
33512The 'exim_checkaccess' utility is a ``packaged'' version of %-bh%. It takes
33513two arguments, an IP address and an email address:
33514
33515 exim_checkaccess 10.9.8.7 A.User@a.domain.example
33516
33517The utility runs a call to Exim with the %-bh% option, to test whether the
33518given email address would be accepted in a RCPT command in a TCP/IP
33519connection from the host with the given IP address. The output of the utility
33520is either the word ``accepted'', or the SMTP error response, for example:
33521
33522 Rejected:
33523 550 Relay not permitted
33524
33525When running this test, the utility uses `<>` as the envelope sender address
33526for the MAIL command, but you can change this by providing additional
33527options. These are passed directly to the Exim command. For example, to specify
33528that the test is to be run with the sender address 'himself@there.example'
33529you can use:
33530
33531....
33532exim_checkaccess 10.9.8.7 A.User@a.domain.example \
33533 -f himself@there.example
33534....
33535
33536Note that these additional Exim command line items must be given after the two
33537mandatory arguments.
33538
33539Because the %exim_checkaccess% uses %-bh%, it does not perform callouts while
33540running its checks. You can run checks that include callouts by using %-bhc%,
33541but this is not yet available in a ``packaged'' form.
33542
33543
33544
33545[[SECTdbmbuild]]
33546Making DBM files (exim_dbmbuild)
33547~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33548cindex:[DBM,building dbm files]
33549cindex:[building DBM files]
33550cindex:['exim_dbmbuild']
33551cindex:[lower casing]
33552cindex:[binary zero,in lookup key]
33553The 'exim_dbmbuild' program reads an input file containing keys and data in
33554the format used by the ^lsearch^ lookup (see section <<SECTsinglekeylookups>>).
33555It writes a DBM file using the lower-cased alias names as keys and the
33556remainder of the information as data. The lower-casing can be prevented by
33557calling the program with the %-nolc% option.
33558
33559A terminating zero is included as part of the key string. This is expected by
33560the ^dbm^ lookup type. However, if the option %-nozero% is given,
33561'exim_dbmbuild' creates files without terminating zeroes in either the key
33562strings or the data strings. The ^dbmnz^ lookup type can be used with such
33563files.
33564
33565The program requires two arguments: the name of the input file (which can be a
33566single hyphen to indicate the standard input), and the name of the output file.
33567It creates the output under a temporary name, and then renames it if all went
33568well.
33569
33570cindex:[USE_DB]
33571If the native DB interface is in use (USE_DB is set in a compile-time
33572configuration file -- this is common in free versions of Unix) the two file
33573names must be different, because in this mode the Berkeley DB functions create
33574a single output file using exactly the name given. For example,
33575
33576 exim_dbmbuild /etc/aliases /etc/aliases.db
33577
33578reads the system alias file and creates a DBM version of it in
33579_/etc/aliases.db_.
33580
33581In systems that use the 'ndbm' routines (mostly proprietary versions of Unix),
33582two files are used, with the suffixes _.dir_ and _.pag_. In this
33583environment, the suffixes are added to the second argument of
33584'exim_dbmbuild', so it can be the same as the first. This is also the case
33585when the Berkeley functions are used in compatibility mode (though this is not
33586recommended), because in that case it adds a _.db_ suffix to the file name.
33587
33588If a duplicate key is encountered, the program outputs a warning, and when it
33589finishes, its return code is 1 rather than zero, unless the %-noduperr% option
33590is used. By default, only the first of a set of duplicates is used -- this
33591makes it compatible with ^lsearch^ lookups. There is an option %-lastdup%
33592which causes it to use the data for the last duplicate instead. There is also
33593an option %-nowarn%, which stops it listing duplicate keys to %stderr%. For
33594other errors, where it doesn't actually make a new file, the return code is 2.
33595
33596
33597
33598
33599[[SECTfinindret]]
33600Finding individual retry times (exinext)
33601~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33602cindex:[retry,times]
33603cindex:['exinext']
33604A utility called 'exinext' (mostly a Perl script) provides the ability to fish
33605specific information out of the retry database. Given a mail domain (or a
33606complete address), it looks up the hosts for that domain, and outputs any retry
33607information for the hosts or for the domain. At present, the retry information
33608is obtained by running 'exim_dumpdb' (see below) and post-processing the
33609output. For example:
33610
33611 $ exinext piglet@milne.fict.example
33612 kanga.milne.fict.example:192.168.8.1 error 146: Connection refused
33613 first failed: 21-Feb-1996 14:57:34
33614 last tried: 21-Feb-1996 14:57:34
33615 next try at: 21-Feb-1996 15:02:34
33616 roo.milne.fict.example:192.168.8.3 error 146: Connection refused
33617 first failed: 20-Jan-1996 13:12:08
33618 last tried: 21-Feb-1996 11:42:03
33619 next try at: 21-Feb-1996 19:42:03
33620 past final cutoff time
33621
33622You can also give 'exinext' a local part, without a domain, and it
33623will give any retry information for that local part in your default domain.
33624A message id can be used to obtain retry information pertaining to a specific
33625message. This exists only when an attempt to deliver a message to a remote host
33626suffers a message-specific error (see section <<SECToutSMTPerr>>). 'exinext' is
33627not particularly efficient, but then it isn't expected to be run very often.
33628
33629The 'exinext' utility calls Exim to find out information such as the location
33630of the spool directory. The utility has %-C% and %-D% options, which are
33631passed on to the 'exim' commands. The first specifies an alternate Exim
33632configuration file, and the second sets macros for use within the configuration
33633file. These features are mainly to help in testing, but might also be useful in
33634environments where more than one configuration file is in use.
33635
33636
33637
33638
33639[[SECThindatmai]]
33640Hints database maintenance (exim_dumpdb, exim_fixdb, exim_tidydb)
33641~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33642cindex:[hints database,maintenance]
33643cindex:[maintaining Exim's hints database]
33644Three utility programs are provided for maintaining the DBM files that Exim
33645uses to contain its delivery hint information. Each program requires two
33646arguments. The first specifies the name of Exim's spool directory, and the
068aaea8 33647second is the name of the database it is to operate on. These are as follows:
168e428f
PH
33648
33649- 'retry': the database of retry information
33650
33651- 'wait-'<'transport name'>: databases of information about messages waiting
33652for remote hosts
33653
33654- 'callout': the callout cache
33655
068aaea8
PH
33656[revisionflag="changed"]
33657- 'ratelimit': the data for implementing the ratelimit ACL condition
33658
168e428f
PH
33659- 'misc': other hints data
33660
33661The 'misc' database is used for
33662
33663- Serializing ETRN runs (when %smtp_etrn_serialize% is set)
33664
33665- Serializing delivery to a specific host (when %serialize_hosts% is set in an
33666^smtp^ transport)
33667
33668
33669
33670exim_dumpdb
33671~~~~~~~~~~~
33672cindex:['exim_dumpdb']
33673The entire contents of a database are written to the standard output by the
33674'exim_dumpdb' program, which has no options or arguments other than the
33675spool and database names. For example, to dump the retry database:
33676
33677 exim_dumpdb /var/spool/exim retry
33678
33679Two lines of output are produced for each entry:
33680
33681 T:mail.ref.example:192.168.242.242 146 77 Connection refused
33682 31-Oct-1995 12:00:12 02-Nov-1995 12:21:39 02-Nov-1995 20:21:39 *
33683
33684The first item on the first line is the key of the record. It starts with one
33685of the letters R, or T, depending on whether it refers to a routing or
33686transport retry. For a local delivery, the next part is the local address; for
33687a remote delivery it is the name of the remote host, followed by its failing IP
33688address (unless %no_retry_include_ip_address% is set on the ^smtp^
33689transport). If the remote port is not the standard one (port 25), it is added
33690to the IP address. Then there follows an error code, an additional error code,
33691and a textual description of the error.
33692
33693The three times on the second line are the time of first failure, the time of
33694the last delivery attempt, and the computed time for the next attempt. The line
33695ends with an asterisk if the cutoff time for the last retry rule has been
33696exceeded.
33697
33698Each output line from 'exim_dumpdb' for the 'wait-''xxx' databases
33699consists of a host name followed by a list of ids for messages that are or were
33700waiting to be delivered to that host. If there are a very large number for any
33701one host, continuation records, with a sequence number added to the host name,
33702may be seen. The data in these records is often out of date, because a message
33703may be routed to several alternative hosts, and Exim makes no effort to keep
33704cross-references.
33705
33706
33707
33708exim_tidydb
33709~~~~~~~~~~~
068aaea8 33710[revisionflag="changed"]
168e428f 33711cindex:['exim_tidydb']
068aaea8
PH
33712The 'exim_tidydb' utility program is used to tidy up the contents of a hints
33713database. If run with no options, it removes all records that are more than 30
33714days old. The age is calculated from the date and time that the record was last
33715updated. Note that, in the case of the retry database, it is 'not' the time
33716since the first delivery failure. Information about a host that has been down
33717for more than 30 days will remain in the database, provided that the record is
33718updated sufficiently often.
33719
33720The cutoff date can be altered by means of the %-t% option, which must be
33721followed by a time. For example, to remove all records older than a week from
33722the retry database:
168e428f
PH
33723
33724 exim_tidydb -t 7d /var/spool/exim retry
33725
33726Both the 'wait-''xxx' and 'retry' databases contain items that involve
33727message ids. In the former these appear as data in records keyed by host --
33728they were messages that were waiting for that host -- and in the latter they
33729are the keys for retry information for messages that have suffered certain
33730types of error. When 'exim_tidydb' is run, a check is made to ensure that
33731message ids in database records are those of messages that are still on the
33732queue. Message ids for messages that no longer exist are removed from
33733'wait-''xxx' records, and if this leaves any records empty, they are
33734deleted. For the 'retry' database, records whose keys are non-existent
33735message ids are removed. The 'exim_tidydb' utility outputs comments on the
33736standard output whenever it removes information from the database.
33737
33738Certain records are automatically removed by Exim when they are no longer
33739needed, but others are not. For example, if all the MX hosts for a domain are
33740down, a retry record is created for each one. If the primary MX host comes back
33741first, its record is removed when Exim successfully delivers to it, but the
33742records for the others remain because Exim has not tried to use those hosts.
33743
33744It is important, therefore, to run 'exim_tidydb' periodically on all the
33745hints databases. You should do this at a quiet time of day, because it requires
33746a database to be locked (and therefore inaccessible to Exim) while it does its
33747work. Removing records from a DBM file does not normally make the file smaller,
33748but all the common DBM libraries are able to re-use the space that is released.
33749After an initial phase of increasing in size, the databases normally reach a
33750point at which they no longer get any bigger, as long as they are regularly
33751tidied.
33752
33753*Warning*: If you never run 'exim_tidydb', the space used by the hints
33754databases is likely to keep on increasing.
33755
33756
33757
33758
33759exim_fixdb
33760~~~~~~~~~~
33761cindex:['exim_fixdb']
33762The 'exim_fixdb' program is a utility for interactively modifying databases.
33763Its main use is for testing Exim, but it might also be occasionally useful for
33764getting round problems in a live system. It has no options, and its interface
33765is somewhat crude. On entry, it prompts for input with a right angle-bracket. A
33766key of a database record can then be entered, and the data for that record is
33767displayed.
33768
33769If ``d'' is typed at the next prompt, the entire record is deleted. For all
33770except the 'retry' database, that is the only operation that can be carried
33771out. For the 'retry' database, each field is output preceded by a number, and
33772data for individual fields can be changed by typing the field number followed
33773by new data, for example:
33774
33775 > 4 951102:1000
33776
33777resets the time of the next delivery attempt. Time values are given as a
33778sequence of digit pairs for year, month, day, hour, and minute. Colons can be
33779used as optional separators.
33780
33781
33782
33783
33784[[SECTmailboxmaint]]
33785Mailbox maintenance (exim_lock)
33786~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33787cindex:[mailbox,maintenance]
33788cindex:['exim_lock']
33789cindex:[locking mailboxes]
33790The 'exim_lock' utility locks a mailbox file using the same algorithm as
33791Exim. For a discussion of locking issues, see section <<SECTopappend>>.
33792'Exim_lock' can be used to prevent any modification of a mailbox by Exim or
33793a user agent while investigating a problem. The utility requires the name of
33794the file as its first argument. If the locking is successful, the second
33795argument is run as a command (using C's 'system()' function); if there is no
33796second argument, the value of the SHELL environment variable is used; if this
33797is unset or empty, _/bin/sh_ is run. When the command finishes, the mailbox
33798is unlocked and the utility ends. The following options are available:
33799
33800*-fcntl*:: Use 'fcntl()' locking on the open mailbox.
33801
33802*-flock*:: Use 'flock()' locking on the open mailbox, provided the operating
33803system supports it.
33804
33805*-interval*:: This must be followed by a number, which is a number of seconds;
33806it sets the interval to sleep between retries (default 3).
33807
33808*-lockfile*:: Create a lock file before opening the mailbox.
33809
33810*-mbx*:: Lock the mailbox using MBX rules.
33811
33812*-q*:: Suppress verification output.
33813
33814*-retries*:: This must be followed by a number; it sets the number of times to
33815try to get the lock (default 10).
33816
33817*-restore_time*:: This option causes %exim_lock% to restore the modified and
33818read times to the locked file before exiting. This allows you to access a
33819locked mailbox (for example, to take a backup copy) without disturbing the
33820times that the user subsequently sees.
33821
33822*-timeout*:: This must be followed by a number, which is a number of seconds;
33823it sets a timeout to be used with a blocking 'fcntl()' lock. If it is not set
33824(the default), a non-blocking call is used.
33825
33826*-v*:: Generate verbose output.
33827
33828If none of %-fcntl%, %-flock%, %-lockfile% or %-mbx% are given, the default is
33829to create a lock file and also to use 'fcntl()' locking on the mailbox, which
33830is the same as Exim's default. The use of %-flock% or %-fcntl% requires that
33831the file be writeable; the use of %-lockfile% requires that the directory
33832containing the file be writeable. Locking by lock file does not last for ever;
33833Exim assumes that a lock file is expired if it is more than 30 minutes old.
33834
33835The %-mbx% option can be used with either or both of %-fcntl% or %-flock%.
33836It assumes %-fcntl% by default.
33837MBX locking causes a shared lock to be taken out on the open mailbox, and an
33838exclusive lock on the file _/tmp/._'n'.'m' where 'n' and 'm' are
33839the device number and inode number of the mailbox file. When the locking is
33840released, if an exclusive lock can be obtained for the mailbox, the file in
33841_/tmp_ is deleted.
33842
33843The default output contains verification of the locking that takes place. The
33844%-v% option causes some additional information to be given. The %-q% option
33845suppresses all output except error messages.
33846
33847A command such as
33848
33849 exim_lock /var/spool/mail/spqr
33850
33851runs an interactive shell while the file is locked, whereas
33852
33853 exim_lock -q /var/spool/mail/spqr <<End
33854 <some commands>
33855 End
33856
33857runs a specific non-interactive sequence of commands while the file is locked,
33858suppressing all verification output. A single command can be run by a command
33859such as
33860
33861....
33862exim_lock -q /var/spool/mail/spqr \
33863 "cp /var/spool/mail/spqr /some/where"
33864....
33865
33866Note that if a command is supplied, it must be entirely contained within the
33867second argument -- hence the quotes.
33868
33869
33870
33871////////////////////////////////////////////////////////////////////////////
33872////////////////////////////////////////////////////////////////////////////
33873
33874[[CHAPeximon]]
33875The Exim monitor
33876----------------
068aaea8 33877cindex:[Exim monitor,description]
168e428f
PH
33878cindex:[X-windows]
33879cindex:['eximon']
33880cindex:[Local/eximon.conf]
33881cindex:[_exim_monitor/EDITME_]
33882The Exim monitor is an application which displays in an X window information
33883about the state of Exim's queue and what Exim is doing. An admin user can
33884perform certain operations on messages from this GUI interface; however all
33885such facilities are also available from the command line, and indeed, the
33886monitor itself makes use of the command line to perform any actions requested.
33887
33888
33889
33890Running the monitor
33891~~~~~~~~~~~~~~~~~~~
33892The monitor is started by running the script called 'eximon'. This is a shell
33893script that sets up a number of environment variables, and then runs the
33894binary called _eximon.bin_. The default appearance of the monitor window can
33895be changed by editing the _Local/eximon.conf_ file created by editing
33896_exim_monitor/EDITME_. Comments in that file describe what the various
33897parameters are for.
33898
33899The parameters that get built into the 'eximon' script can be overridden for a
33900particular invocation by setting up environment variables of the same names,
33901preceded by `EXIMON_`. For example, a shell command such as
33902
33903 EXIMON_LOG_DEPTH=400 eximon
33904
33905(in a Bourne-compatible shell) runs 'eximon' with an overriding setting of the
33906LOG_DEPTH parameter. If EXIMON_LOG_FILE_PATH is set in the
33907environment, it overrides the Exim log file configuration. This makes it
33908possible to have 'eximon' tailing log data that is written to syslog, provided
33909that MAIL.INFO syslog messages are routed to a file on the local host.
33910
33911X resources can be used to change the appearance of the window in the normal
33912way. For example, a resource setting of the form
33913
33914 Eximon*background: gray94
33915
33916changes the colour of the background to light grey rather than white. The
33917stripcharts are drawn with both the data lines and the reference lines in
33918black. This means that the reference lines are not visible when on top of the
33919data. However, their colour can be changed by setting a resource called
33920``highlight'' (an odd name, but that's what the Athena stripchart widget uses).
33921For example, if your X server is running Unix, you could set up lighter
33922reference lines in the stripcharts by obeying
33923
33924 xrdb -merge <<End
33925 Eximon*highlight: gray
33926 End
33927
33928
33929cindex:[admin user]
33930In order to see the contents of messages on the queue, and to operate on them,
33931'eximon' must either be run as root or by an admin user.
33932
33933The monitor's window is divided into three parts. The first contains one or
33934more stripcharts and two action buttons, the second contains a ``tail'' of the
33935main log file, and the third is a display of the queue of messages awaiting
33936delivery, with two more action buttons. The following sections describe these
33937different parts of the display.
33938
33939
33940
33941
33942The stripcharts
33943~~~~~~~~~~~~~~~
33944cindex:[stripchart]
33945The first stripchart is always a count of messages on the queue. Its name can
33946be configured by setting QUEUE_STRIPCHART_NAME in the
33947_Local/eximon.conf_ file. The remaining stripcharts are defined in the
33948configuration script by regular expression matches on log file entries, making
33949it possible to display, for example, counts of messages delivered to certain
33950hosts or using certain transports. The supplied defaults display counts of
33951received and delivered messages, and of local and SMTP deliveries. The default
33952period between stripchart updates is one minute; this can be adjusted by a
33953parameter in the _Local/eximon.conf_ file.
33954
33955The stripchart displays rescale themselves automatically as the value they are
33956displaying changes. There are always 10 horizontal lines in each chart; the
33957title string indicates the value of each division when it is greater than one.
33958For example, ``x2'' means that each division represents a value of 2.
33959
33960It is also possible to have a stripchart which shows the percentage fullness of
33961a particular disk partition, which is useful when local deliveries are confined
33962to a single partition.
33963
33964cindex:[%statvfs% function]
33965This relies on the availability of the 'statvfs()' function or equivalent in
33966the operating system. Most, but not all versions of Unix that support Exim have
33967this. For this particular stripchart, the top of the chart always represents
33968100%, and the scale is given as ``x10%''. This chart is configured by setting
33969SIZE_STRIPCHART and (optionally) SIZE_STRIPCHART_NAME in the
33970_Local/eximon.conf_ file.
33971
33972
33973
33974
33975Main action buttons
33976~~~~~~~~~~~~~~~~~~~
33977cindex:[size,of monitor window]
068aaea8 33978cindex:[Exim monitor,window size]
168e428f
PH
33979cindex:[window size]
33980Below the stripcharts there is an action button for quitting the monitor. Next
33981to this is another button marked ``Size''. They are placed here so that shrinking
33982the window to its default minimum size leaves just the queue count stripchart
33983and these two buttons visible. Pressing the ``Size'' button causes the window to
33984expand to its maximum size, unless it is already at the maximum, in which case
33985it is reduced to its minimum.
33986
33987When expanding to the maximum, if the window cannot be fully seen where it
33988currently is, it is moved back to where it was the last time it was at full
33989size. When it is expanding from its minimum size, the old position is
33990remembered, and next time it is reduced to the minimum it is moved back there.
33991
33992The idea is that you can keep a reduced window just showing one or two
33993stripcharts at a convenient place on your screen, easily expand it to show
33994the full window when required, and just as easily put it back to what it was.
33995The idea is copied from what the 'twm' window manager does for its
33996'f.fullzoom' action. The minimum size of the window can be changed by setting
33997the MIN_HEIGHT and MIN_WIDTH values in _Local/eximon.conf_.
33998
33999Normally, the monitor starts up with the window at its full size, but it can be
34000built so that it starts up with the window at its smallest size, by setting
34001START_SMALL=yes in _Local/eximon.conf_.
34002
34003
34004
34005The log display
34006~~~~~~~~~~~~~~~
34007cindex:[log,tail of; in monitor]
34008The second section of the window is an area in which a display of the tail of
34009the main log is maintained.
34010To save space on the screen, the timestamp on each log line is shortened by
34011removing the date and, if %log_timezone% is set, the timezone.
34012The log tail is not available when the only destination for logging data is
34013syslog, unless the syslog lines are routed to a local file whose name is passed
34014to 'eximon' via the EXIMON_LOG_FILE_PATH environment variable.
34015
34016The log sub-window has a scroll bar at its lefthand side which can be used to
34017move back to look at earlier text, and the up and down arrow keys also have a
34018scrolling effect. The amount of log that is kept depends on the setting of
34019LOG_BUFFER in _Local/eximon.conf_, which specifies the amount of memory
34020to use. When this is full, the earlier 50% of data is discarded -- this is much
34021more efficient than throwing it away line by line. The sub-window also has a
34022horizontal scroll bar for accessing the ends of long log lines. This is the
34023only means of horizontal scrolling; the right and left arrow keys are not
34024available. Text can be cut from this part of the window using the mouse in the
34025normal way. The size of this subwindow is controlled by parameters in the
34026configuration file _Local/eximon.conf_.
34027
34028Searches of the text in the log window can be carried out by means of the ^R
34029and ^S keystrokes, which default to a reverse and a forward search,
34030respectively. The search covers only the text that is displayed in the window.
34031It cannot go further back up the log.
34032
34033The point from which the search starts is indicated by a caret marker. This is
34034normally at the end of the text in the window, but can be positioned explicitly
34035by pointing and clicking with the left mouse button, and is moved automatically
34036by a successful search. If new text arrives in the window when it is scrolled
34037back, the caret remains where it is, but if the window is not scrolled back,
34038the caret is moved to the end of the new text.
34039
34040Pressing ^R or ^S pops up a window into which the search text can be typed.
34041There are buttons for selecting forward or reverse searching, for carrying out
34042the search, and for cancelling. If the ``Search'' button is pressed, the search
34043happens and the window remains so that further searches can be done. If the
34044``Return'' key is pressed, a single search is done and the window is closed. If
34045^C is typed the search is cancelled.
34046
34047The searching facility is implemented using the facilities of the Athena text
34048widget. By default this pops up a window containing both ``search'' and ``replace''
34049options. In order to suppress the unwanted ``replace'' portion for eximon, a
34050modified version of the %TextPop% widget is distributed with Exim. However, the
34051linkers in BSDI and HP-UX seem unable to handle an externally provided version
34052of %TextPop% when the remaining parts of the text widget come from the standard
34053libraries. The compile-time option EXIMON_TEXTPOP can be unset to cut out
34054the modified %TextPop%, making it possible to build Eximon on these systems, at
34055the expense of having unwanted items in the search popup window.
34056
34057
34058
34059The queue display
34060~~~~~~~~~~~~~~~~~
34061cindex:[queue,display in monitor]
34062The bottom section of the monitor window contains a list of all messages that
34063are on the queue, which includes those currently being received or delivered,
34064as well as those awaiting delivery. The size of this subwindow is controlled by
34065parameters in the configuration file _Local/eximon.conf_, and the frequency
34066at which it is updated is controlled by another parameter in the same file --
34067the default is 5 minutes, since queue scans can be quite expensive. However,
34068there is an ``Update'' action button just above the display which can be used to
34069force an update of the queue display at any time.
34070
34071When a host is down for some time, a lot of pending mail can build up for it,
34072and this can make it hard to deal with other messages on the queue. To help
34073with this situation there is a button next to ``Update'' called ``Hide''. If
34074pressed, a dialogue box called ``Hide addresses ending with'' is put up. If you
34075type anything in here and press ``Return'', the text is added to a chain of such
34076texts, and if every undelivered address in a message matches at least one
34077of the texts, the message is not displayed.
34078
34079If there is an address that does not match any of the texts, all the addresses
34080are displayed as normal. The matching happens on the ends of addresses so, for
34081example, 'cam.ac.uk' specifies all addresses in Cambridge, while
34082'xxx@foo.com.example' specifies just one specific address. When any hiding
34083has been set up, a button called ``Unhide'' is displayed. If pressed, it cancels
34084all hiding. Also, to ensure that hidden messages do not get forgotten, a hide
34085request is automatically cancelled after one hour.
34086
34087While the dialogue box is displayed, you can't press any buttons or do anything
34088else to the monitor window. For this reason, if you want to cut text from the
34089queue display to use in the dialogue box, you have to do the cutting before
34090pressing the ``Hide'' button.
34091
34092The queue display contains, for each unhidden queued message, the length of
34093time it has been on the queue, the size of the message, the message id, the
34094message sender, and the first undelivered recipient, all on one line. If it is
34095a bounce message, the sender is shown as ``<>''. If there is more than one
34096recipient to which the message has not yet been delivered, subsequent ones are
34097listed on additional lines, up to a maximum configured number, following which
34098an ellipsis is displayed. Recipients that have already received the message are
34099not shown.
34100
34101cindex:[frozen messages,display]
34102If a message is frozen, an asterisk is displayed at the left-hand side.
34103
34104The queue display has a vertical scroll bar, and can also be scrolled by means
34105of the arrow keys. Text can be cut from it using the mouse in the normal way.
34106The text searching facilities, as described above for the log window, are also
34107available, but the caret is always moved to the end of the text when the queue
34108display is updated.
34109
34110
34111
34112The queue menu
34113~~~~~~~~~~~~~~
34114cindex:[queue,menu in monitor]
34115If the %shift% key is held down and the left button is clicked when the mouse
34116pointer is over the text for any message, an action menu pops up, and the first
34117line of the queue display for the message is highlighted. This does not affect
34118any selected text.
34119
34120If you want to use some other event for popping up the menu, you can set the
34121MENU_EVENT parameter in _Local/eximon.conf_ to change the default, or
34122set EXIMON_MENU_EVENT in the environment before starting the monitor. The
34123value set in this parameter is a standard X event description. For example, to
34124run eximon using %ctrl% rather than %shift% you could use
34125
34126 EXIMON_MENU_EVENT='Ctrl<Btn1Down>' eximon
34127
34128The title of the menu is the message id, and it contains entries which act as
34129follows:
34130
34131- 'message log': The contents of the message log for the message are displayed in
34132a new text window.
34133
34134- 'headers': Information from the spool file that contains the envelope
34135information and headers is displayed in a new text window. See chapter
34136<<CHAPspool>> for a description of the format of spool files.
34137
34138- 'body': The contents of the spool file containing the body of the message are
34139displayed in a new text window. There is a default limit of 20,000 bytes to the
34140amount of data displayed. This can be changed by setting the BODY_MAX
34141option at compile time, or the EXIMON_BODY_MAX option at run time.
34142
34143- 'deliver message': A call to Exim is made using the %-M% option to request
34144delivery of the message. This causes an automatic thaw if the message is
34145frozen. The %-v% option is also set, and the output from Exim is displayed in
34146a new text window. The delivery is run in a separate process, to avoid holding
34147up the monitor while the delivery proceeds.
34148
34149- 'freeze message': A call to Exim is made using the %-Mf% option to request
34150that the message be frozen.
34151
34152- cindex:[thawing messages]
34153cindex:[unfreezing messages]
34154cindex:[frozen messages,thawing]
34155'thaw message': A call to Exim is made using the %-Mt% option to request that
34156the message be thawed.
34157
34158- cindex:[delivery,forcing failure]
34159'give up on msg': A call to Exim is made using the %-Mg% option to request
34160that Exim gives up trying to deliver the message. A bounce message is generated
34161for any remaining undelivered addresses.
34162
34163- 'remove message': A call to Exim is made using the %-Mrm% option to request
34164that the message be deleted from the system without generating a bounce
34165message.
34166
34167- 'add recipient': A dialog box is displayed into which a recipient address can
34168be typed. If the address is not qualified and the QUALIFY_DOMAIN parameter
34169is set in _Local/eximon.conf_, the address is qualified with that domain.
34170Otherwise it must be entered as a fully qualified address. Pressing RETURN
34171causes a call to Exim to be made using the %-Mar% option to request that an
34172additional recipient be added to the message, unless the entry box is empty, in
34173which case no action is taken.
34174
34175- 'mark delivered': A dialog box is displayed into which a recipient address can
34176be typed. If the address is not qualified and the QUALIFY_DOMAIN parameter
34177is set in _Local/eximon.conf_, the address is qualified with that domain.
34178Otherwise it must be entered as a fully qualified address. Pressing RETURN
34179causes a call to Exim to be made using the %-Mmd% option to mark the given
34180recipient address as already delivered, unless the entry box is empty, in which
34181case no action is taken.
34182
34183- 'mark all delivered': A call to Exim is made using the %-Mmad% option to mark
34184all recipient addresses as already delivered.
34185
34186- 'edit sender': A dialog box is displayed initialized with the current sender's
34187address. Pressing RETURN causes a call to Exim to be made using the %-Mes%
34188option to replace the sender address, unless the entry box is empty, in which
34189case no action is taken. If you want to set an empty sender (as in bounce
34190messages), you must specify it as ``<>''. Otherwise, if the address is not
34191qualified and the QUALIFY_DOMAIN parameter is set in
34192_Local/eximon.conf_, the address is qualified with that domain.
34193
34194When a delivery is forced, a window showing the %-v% output is displayed. In
34195other cases when a call to Exim is made, if there is any output from Exim (in
34196particular, if the command fails) a window containing the command and the
34197output is displayed. Otherwise, the results of the action are normally apparent
34198from the log and queue displays. However, if you set ACTION_OUTPUT=yes in
34199_Local/eximon.conf_, a window showing the Exim command is always opened, even
34200if no output is generated.
34201
34202The queue display is automatically updated for actions such as freezing and
34203thawing, unless ACTION_QUEUE_UPDATE=no has been set in
34204_Local/eximon.conf_. In this case the ``Update'' button has to be used to force
34205an update of the display after one of these actions.
34206
34207In any text window that is displayed as result of a menu action, the normal
34208cut-and-paste facility is available, and searching can be carried out using ^R
34209and ^S, as described above for the log tail window.
34210
34211
34212
34213
34214
34215
34216////////////////////////////////////////////////////////////////////////////
34217////////////////////////////////////////////////////////////////////////////
34218
34219[[CHAPsecurity]]
34220Security considerations
34221-----------------------
34222cindex:[security]
34223This chapter discusses a number of issues concerned with security, some of
34224which are also covered in other parts of this manual.
34225
34226For reasons that this author does not understand, some people have promoted
34227Exim as a ``particularly secure'' mailer. Perhaps it is because of the existence
34228of this chapter in the documentation. However, the intent of the chapter is
34229simply to describe the way Exim works in relation to certain security concerns,
34230not to make any specific claims about the effectiveness of its security as
34231compared with other MTAs.
34232
34233What follows is a description of the way Exim is supposed to be. Best efforts
34234have been made to try to ensure that the code agrees with the theory, but an
34235absence of bugs can never be guaranteed. Any that are reported will get fixed
34236as soon as possible.
34237
34238
34239Building a more ``hardened'' Exim
34240~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
34241cindex:[security,build-time features]
34242There are a number of build-time options that can be set in _Local/Makefile_
34243to create Exim binaries that are ``harder'' to attack, in particular by a rogue
34244Exim administrator who does not have the root password, or by someone who has
34245penetrated the Exim (but not the root) account. These options are as follows:
34246
34247- ALT_CONFIG_PREFIX can be set to a string that is required to match the
34248start of any file names used with the %-C% option. When it is set, these file
34249names are also not allowed to contain the sequence ``/../''. (However, if the
34250value of the %-C% option is identical to the value of CONFIGURE_FILE in
34251_Local/Makefile_, Exim ignores %-C% and proceeds as usual.) There is no
34252default setting for %ALT_CONFIG_PREFIX%.
34253+
34254If the permitted configuration files are confined to a directory to
34255which only root has access, this guards against someone who has broken
34256into the Exim account from running a privileged Exim with an arbitrary
34257configuration file, and using it to break into other accounts.
34258
34259- If ALT_CONFIG_ROOT_ONLY is defined, root privilege is retained for %-C%
34260and %-D% only if the caller of Exim is root. Without it, the Exim user may
34261also use %-C% and %-D% and retain privilege. Setting this option locks out
34262the possibility of testing a configuration using %-C% right through message
34263reception and delivery, even if the caller is root. The reception works, but by
34264that time, Exim is running as the Exim user, so when it re-execs to regain
34265privilege for the delivery, the use of %-C% causes privilege to be lost.
34266However, root can test reception and delivery using two separate commands.
34267ALT_CONFIG_ROOT_ONLY is not set by default.
34268
34269- If DISABLE_D_OPTION is defined, the use of the %-D% command line option
34270is disabled.
34271
34272- FIXED_NEVER_USERS can be set to a colon-separated list of users that are
34273never to be used for any deliveries. This is like the %never_users% runtime
34274option, but it cannot be overridden; the runtime option adds additional users
34275to the list. The default setting is ``root''; this prevents a non-root user who
34276is permitted to modify the runtime file from using Exim as a way to get root.
34277
34278
34279
34280
34281Root privilege
34282~~~~~~~~~~~~~~
34283cindex:[setuid]
34284cindex:[root privilege]
34285The Exim binary is normally setuid to root, which means that it gains root
34286privilege (runs as root) when it starts execution. In some special cases (for
34287example, when the daemon is not in use and there are no local deliveries), it
34288may be possible to run Exim setuid to some user other than root. This is
34289discussed in the next section. However, in most installations, root privilege
34290is required for two things:
34291
34292- To set up a socket connected to the standard SMTP port (25) when initialising
34293the listening daemon. If Exim is run from 'inetd', this privileged action is
34294not required.
34295
34296- To be able to change uid and gid in order to read users' _.forward_ files and
34297perform local deliveries as the receiving user or as specified in the
34298configuration.
34299
34300It is not necessary to be root to do any of the other things Exim does, such as
34301receiving messages and delivering them externally over SMTP, and it is
34302obviously more secure if Exim does not run as root except when necessary.
34303For this reason, a user and group for Exim to use must be defined in
34304_Local/Makefile_. These are known as ``the Exim user'' and ``the Exim group''.
34305Their values can be changed by the run time configuration, though this is not
34306recommended. Often a user called 'exim' is used, but some sites use 'mail'
34307or another user name altogether.
34308
34309Exim uses 'setuid()' whenever it gives up root privilege. This is a permanent
34310abdication; the process cannot regain root afterwards. Prior to release 4.00,
34311'seteuid()' was used in some circumstances, but this is no longer the case.
34312
34313After a new Exim process has interpreted its command line options, it changes
34314uid and gid in the following cases:
34315
34316- cindex:[%-C% option]
34317cindex:[%-D% option]
34318If the %-C% option is used to specify an alternate configuration file, or if
34319the %-D% option is used to define macro values for the configuration, and the
34320calling process is not running as root or the Exim user, the uid and gid are
34321changed to those of the calling process.
34322However, if ALT_CONFIG_ROOT_ONLY is defined in _Local/Makefile_, only
34323root callers may use %-C% and %-D% without losing privilege, and if
34324DISABLE_D_OPTION is set, the %-D% option may not be used at all.
34325
34326- cindex:[%-be% option]
34327cindex:[%-bf% option]
34328cindex:[%-bF% option]
34329If the expansion test option (%-be%) or one of the filter testing options
34330(%-bf% or %-bF%) are used, the uid and gid are changed to those of the
34331calling process.
34332
34333- If the process is not a daemon process or a queue runner process or a delivery
34334process or a process for testing address routing (started with %-bt%), the uid
34335and gid are changed to the Exim user and group. This means that Exim always
34336runs under its own uid and gid when receiving messages. This also applies when
34337testing address verification
34338cindex:[%-bv% option]
34339cindex:[%-bh% option]
34340(the %-bv% option) and testing incoming message policy controls (the %-bh%
34341option).
34342
34343- For a daemon, queue runner, delivery, or address testing process, the uid
34344remains as root at this stage, but the gid is changed to the Exim group.
34345
34346///
34347End of list
34348///
34349
34350The processes that initially retain root privilege behave as follows:
34351
34352- A daemon process changes the gid to the Exim group and the uid to the Exim
34353user after setting up one or more listening sockets. The 'initgroups()'
34354function is called, so that if the Exim user is in any additional groups, they
34355will be used during message reception.
34356
34357- A queue runner process retains root privilege throughout its execution. Its
34358job is to fork a controlled sequence of delivery processes.
34359
34360- A delivery process retains root privilege throughout most of its execution,
34361but any actual deliveries (that is, the transports themselves) are run in
34362subprocesses which always change to a non-root uid and gid. For local
34363deliveries this is typically the uid and gid of the owner of the mailbox; for
34364remote deliveries, the Exim uid and gid are used. Once all the delivery
34365subprocesses have been run, a delivery process changes to the Exim uid and gid
34366while doing post-delivery tidying up such as updating the retry database and
34367generating bounce and warning messages.
34368+
34369While the recipient addresses in a message are being routed, the delivery
34370process runs as root. However, if a user's filter file has to be processed,
34371this is done in a subprocess that runs under the individual user's uid and
34372gid. A system filter is run as root unless %system_filter_user% is set.
34373
34374- A process that is testing addresses (the %-bt% option) runs as root so that
34375the routing is done in the same environment as a message delivery.
34376
34377
34378
34379
34380[[SECTrunexiwitpri]]
34381Running Exim without privilege
34382~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
34383cindex:[privilege, running without]
34384cindex:[unprivileged running]
34385cindex:[root privilege,running without]
34386Some installations like to run Exim in an unprivileged state for more of its
34387operation, for added security. Support for this mode of operation is provided
34388by the global option %deliver_drop_privilege%. When this is set, the uid and
34389gid are changed to the Exim user and group at the start of a delivery process
34390(and also queue runner and address testing processes). This means that address
34391routing is no longer run as root, and the deliveries themselves cannot change
34392to any other uid.
34393
34394Leaving the binary setuid to root, but setting %deliver_drop_privilege% means
34395that the daemon can still be started in the usual way, and it can respond
34396correctly to SIGHUP because the re-invocation regains root privilege.
34397
34398An alternative approach is to make Exim setuid to the Exim user and also setgid
34399to the Exim group.
34400If you do this, the daemon must be started from a root process. (Calling
34401Exim from a root process makes it behave in the way it does when it is setuid
34402root.) However, the daemon cannot restart itself after a SIGHUP signal because
34403it cannot regain privilege.
34404
34405It is still useful to set %deliver_drop_privilege% in this case, because it
34406stops Exim from trying to re-invoke itself to do a delivery after a message has
34407been received. Such a re-invocation is a waste of resources because it has no
34408effect.
34409
34410If restarting the daemon is not an issue (for example, if %mua_wrapper% is set,
34411or 'inetd' is being used instead of a daemon), having the binary setuid to the
34412Exim user seems a clean approach, but there is one complication:
34413
34414In this style of operation, Exim is running with the real uid and gid set to
34415those of the calling process, and the effective uid/gid set to Exim's values.
34416Ideally, any association with the calling process' uid/gid should be dropped,
34417that is, the real uid/gid should be reset to the effective values so as to
34418discard any privileges that the caller may have. While some operating systems
34419have a function that permits this action for a non-root effective uid, quite a
34420number of them do not. Because of this lack of standardization, Exim does not
34421address this problem at this time.
34422
34423For this reason, the recommended approach for ``mostly unprivileged'' running is
34424to keep the Exim binary setuid to root, and to set %deliver_drop_privilege%.
34425This also has the advantage of allowing a daemon to be used in the most
34426straightforward way.
34427
34428If you configure Exim not to run delivery processes as root, there are a
34429number of restrictions on what you can do:
34430
34431- You can deliver only as the Exim user/group. You should explicitly use the
34432%user% and %group% options to override routers or local transports that
34433normally deliver as the recipient. This makes sure that configurations that
34434work in this mode function the same way in normal mode. Any implicit or
34435explicit specification of another user causes an error.
34436
34437- Use of _.forward_ files is severely restricted, such that it is usually
34438not worthwhile to include them in the configuration.
34439
34440- Users who wish to use _.forward_ would have to make their home directory and
34441the file itself accessible to the Exim user. Pipe and append-to-file entries,
34442and their equivalents in Exim filters, cannot be used. While they could be
34443enabled in the Exim user's name, that would be insecure and not very useful.
34444
34445- Unless the local user mailboxes are all owned by the Exim user (possible in
34446some POP3 or IMAP-only environments):
34447
34448* They must be owned by the Exim group and be writable by that group. This
34449implies you must set %mode% in the appendfile configuration, as well as the
34450mode of the mailbox files themselves.
34451
34452* You must set %no_check_owner%, since most or all of the files will not be
34453owned by the Exim user.
34454
34455* You must set %file_must_exist%, because Exim cannot set the owner correctly
34456on a newly created mailbox when unprivileged. This also implies that new
34457mailboxes need to be created manually.
34458
34459These restrictions severely restrict what can be done in local deliveries.
34460However, there are no restrictions on remote deliveries. If you are running a
34461gateway host that does no local deliveries, setting %deliver_drop_privilege%
34462gives more security at essentially no cost.
34463
34464If you are using the %mua_wrapper% facility (see chapter <<CHAPnonqueueing>>),
34465%deliver_drop_privilege% is forced to be true.
34466
34467
34468
34469
34470Delivering to local files
34471~~~~~~~~~~~~~~~~~~~~~~~~~
34472Full details of the checks applied by ^appendfile^ before it writes to a file
34473are given in chapter <<CHAPappendfile>>.
34474
34475
34476
34477IPv4 source routing
34478~~~~~~~~~~~~~~~~~~~
34479cindex:[source routing,in IP packets]
34480cindex:[IP source routing]
34481Many operating systems suppress IP source-routed packets in the kernel, but
34482some cannot be made to do this, so Exim does its own check. It logs incoming
34483IPv4 source-routed TCP calls, and then drops them. Things are all different in
34484IPv6. No special checking is currently done.
34485
34486
34487
34488The VRFY, EXPN, and ETRN commands in SMTP
34489~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
34490Support for these SMTP commands is disabled by default. If required, they can
34491be enabled by defining suitable ACLs.
34492
34493
34494
34495
34496Privileged users
34497~~~~~~~~~~~~~~~~
34498cindex:[trusted user]
34499cindex:[admin user]
34500cindex:[privileged user]
34501cindex:[user,trusted]
34502cindex:[user,admin]
34503Exim recognises two sets of users with special privileges. Trusted users are
34504able to submit new messages to Exim locally, but supply their own sender
34505addresses and information about a sending host. For other users submitting
34506local messages, Exim sets up the sender address from the uid, and doesn't
34507permit a remote host to be specified.
34508
34509cindex:[%-f% option]
34510However, an untrusted user is permitted to use the %-f% command line option in
34511the special form %-f <>% to indicate that a delivery failure for the message
34512should not cause an error report. This affects the message's envelope, but it
34513does not affect the 'Sender:' header. Untrusted users may also be permitted to
34514use specific forms of address with the %-f% option by setting the
34515%untrusted_set_sender% option.
34516
34517Trusted users are used to run processes that receive mail messages from some
34518other mail domain and pass them on to Exim for delivery either locally, or over
34519the Internet. Exim trusts a caller that is running as root, as the Exim user,
34520as any user listed in the %trusted_users% configuration option, or under any
34521group listed in the %trusted_groups% option.
34522
34523Admin users are permitted to do things to the messages on Exim's queue. They
34524can freeze or thaw messages, cause them to be returned to their senders, remove
34525them entirely, or modify them in various ways. In addition, admin users can run
34526the Exim monitor and see all the information it is capable of providing, which
34527includes the contents of files on the spool.
34528
34529cindex:[%-M% option]
34530cindex:[%-q% option]
34531By default, the use of the %-M% and %-q% options to cause Exim to attempt
34532delivery of messages on its queue is restricted to admin users. This
34533restriction can be relaxed by setting the %no_prod_requires_admin% option.
34534Similarly, the use of %-bp% (and its variants) to list the contents of the
34535queue is also restricted to admin users. This restriction can be relaxed by
34536setting %no_queue_list_requires_admin%.
34537
34538Exim recognises an admin user if the calling process is running as root or as
34539the Exim user or if any of the groups associated with the calling process is
34540the Exim group. It is not necessary actually to be running under the Exim
34541group. However, if admin users who are not root or the Exim user are to access
34542the contents of files on the spool via the Exim monitor (which runs
34543unprivileged), Exim must be built to allow group read access to its spool
34544files.
34545
34546
34547
34548Spool files
34549~~~~~~~~~~~
34550cindex:[spool directory,files]
34551Exim's spool directory and everything it contains is owned by the Exim user and
34552set to the Exim group. The mode for spool files is defined in the
34553_Local/Makefile_ configuration file, and defaults to 0640. This means that
34554any user who is a member of the Exim group can access these files.
34555
34556
34557
34558Use of argv[0]
34559~~~~~~~~~~~~~~
34560Exim examines the last component of %argv[0]%, and if it matches one of a set
34561of specific strings, Exim assumes certain options. For example, calling Exim
34562with the last component of %argv[0]% set to ``rsmtp'' is exactly equivalent to
34563calling it with the option %-bS%. There are no security implications in this.
34564
34565
34566
34567Use of %f formatting
34568~~~~~~~~~~~~~~~~~~~~
34569The only use made of ``%f'' by Exim is in formatting load average values. These
34570are actually stored in integer variables as 1000 times the load average.
34571Consequently, their range is limited and so therefore is the length of the
34572converted output.
34573
34574
34575
34576Embedded Exim path
34577~~~~~~~~~~~~~~~~~~
34578Exim uses its own path name, which is embedded in the code, only when it needs
34579to re-exec in order to regain root privilege. Therefore, it is not root when it
34580does so. If some bug allowed the path to get overwritten, it would lead to an
34581arbitrary program's being run as exim, not as root.
34582
34583
34584
34585Use of sprintf()
34586~~~~~~~~~~~~~~~~
34587cindex:['sprintf()']
34588A large number of occurrences of ``sprintf'' in the code are actually calls to
34589'string_sprintf()', a function that returns the result in malloc'd store.
34590The intermediate formatting is done into a large fixed buffer by a function
34591that runs through the format string itself, and checks the length of each
34592conversion before performing it, thus preventing buffer overruns.
34593
34594The remaining uses of 'sprintf()' happen in controlled circumstances where
34595the output buffer is known to be sufficiently long to contain the converted
34596string.
34597
34598
34599
34600Use of debug_printf() and log_write()
34601~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
34602Arbitrary strings are passed to both these functions, but they do their
34603formatting by calling the function 'string_vformat()', which runs through
34604the format string itself, and checks the length of each conversion.
34605
34606
34607
34608Use of strcat() and strcpy()
34609~~~~~~~~~~~~~~~~~~~~~~~~~~~~
34610These are used only in cases where the output buffer is known to be large
34611enough to hold the result.
34612
34613
34614
34615
34616////////////////////////////////////////////////////////////////////////////
34617////////////////////////////////////////////////////////////////////////////
34618
34619[[CHAPspool]]
34620Format of spool files
34621---------------------
34622cindex:[format,spool files]
34623cindex:[spool directory,format of files]
34624cindex:[spool files, format of]
34625cindex:[spool files, editing]
34626A message on Exim's queue consists of two files, whose names are the message id
34627followed by -D and -H, respectively. The data portion of the message is kept in
34628the -D file on its own. The message's envelope, status, and headers are all
34629kept in the -H file, whose format is described in this chapter. Each of these
34630two files contains the final component of its own name as its first line. This
34631is insurance against disk crashes where the directory is lost but the files
34632themselves are recoverable.
34633
34634Some people are tempted into editing -D files in order to modify messages. You
34635need to be extremely careful if you do this; it is not recommended and you are
34636on your own if you do it. Here are some of the pitfalls:
34637
068aaea8
PH
34638[revisionflag="changed"]
34639- You must ensure that Exim does not try to deliver the message while you are
34640fiddling with it. The safest way is to take out a write lock on the -D file,
34641which is what Exim itself does, using ^^fcntl()^^. If you update the file in
34642place, the lock will be retained. If you write a new file and rename it, the
34643lock will be lost at the instant of rename.
168e428f 34644
068aaea8
PH
34645[revisionflag="changed"]
34646- cindex:[$body_linecount$]
34647If you change the number of lines in the file, the value of
34648$body_linecount$, which is stored in the -H file, will be incorrect. At
34649present, this value is not used by Exim, but there is no guarantee that this
34650will always be the case.
168e428f
PH
34651
34652- If the message is in MIME format, you must take care not to break it.
34653
34654- If the message is cryptographically signed, any change will invalidate the
34655signature.
34656
34657
34658Files whose names end with -J may also be seen in the _input_ directory (or
34659its subdirectories when %split_spool_directory% is set). These are journal
34660files, used to record addresses to which the message has been delivered during
34661the course of a delivery run. At the end of the run, the -H file is updated,
34662and the -J file is deleted.
34663
34664
34665Format of the -H file
34666~~~~~~~~~~~~~~~~~~~~~
34667cindex:[uid (user id),in spool file]
34668cindex:[gid (group id),in spool file]
34669The second line of the -H file contains the login name for the uid of the
34670process that called Exim to read the message, followed by the numerical uid and
34671gid. For a locally generated message, this is normally the user who sent the
34672message. For a message received over TCP/IP, it is normally the Exim user.
34673
34674The third line of the file contains the address of the message's sender as
34675transmitted in the envelope, contained in angle brackets. The sender address is
34676empty for bounce messages. For incoming SMTP mail, the sender address is given
34677in the MAIL command. For locally generated mail, the sender address is
34678created by Exim from the login name of the current user and the configured
34679%qualify_domain%. However, this can be overridden by the %-f% option or a
34680leading ``From'' line if the caller is trusted, or if the supplied address is
34681``<>'' or an address that matches %untrusted_set_senders%.
34682
34683The fourth line contains two numbers. The first is the time that the message
34684was received, in the conventional Unix form -- the number of seconds since the
34685start of the epoch. The second number is a count of the number of messages
34686warning of delayed delivery that have been sent to the sender.
34687
34688There follow a number of lines starting with a hyphen. These can appear in any
34689order, and are omitted when not relevant:
34690
34691%-acl% <'number'> <'length'>::
34692A line of this form is present for every ACL variable that is not empty. The
34693number identifies the variable; the %acl_c%*x* variables are numbered 0--9 and
34694the %acl_m%*x* variables are numbered 10--19. The length is the length of the
34695data string for the variable. The string itself starts at the beginning of the
34696next line, and is followed by a newline character. It may contain internal
34697newlines.
34698
34699%-active_hostname% <'hostname'>::
34700This is present if, when the message was received over SMTP, the value of
34701$smtp_active_hostname$ was different to the value of $primary_hostname$.
34702
34703%-allow_unqualified_recipient%::
34704This is present if unqualified recipient addresses are permitted in header
34705lines (to stop such addresses from being qualified if rewriting occurs at
34706transport time). Local messages that were input using %-bnq% and remote
34707messages from hosts that match %recipient_unqualified_hosts% set this flag.
34708
34709%-allow_unqualified_sender%::
34710This is present if unqualified sender addresses are permitted in header lines
34711(to stop such addresses from being qualified if rewriting occurs at transport
34712time). Local messages that were input using %-bnq% and remote messages from
34713hosts that match %sender_unqualified_hosts% set this flag.
34714
34715%-auth_id% <'text'>::
34716The id information for a message received on an authenticated SMTP connection
34717-- the value of the $authenticated_id$ variable.
34718
34719%-auth_sender% <'address'>::
34720The address of an authenticated sender -- the value of the
34721$authenticated_sender$ variable.
34722
34723%-body_linecount% <'number'>::
34724This records the number of lines in the body of the message, and is always
34725present.
34726
34727%-body_zerocount% <'number'>::
34728This records the number of binary zero bytes in the body of the message, and is
34729present if the number is greater than zero.
34730
34731%-deliver_firsttime%::
34732This is written when a new message is first added to the spool. When the spool
34733file is updated after a deferral, it is omitted.
34734
34735%-frozen% <'time'>::
34736cindex:[frozen messages,spool data]
34737The message is frozen, and the freezing happened at <'time'>.
34738
34739%-helo_name% <'text'>::
34740This records the host name as specified by a remote host in a HELO or EHLO
34741command.
34742
34743%-host_address% <'address'>.<'port'>::
34744This records the IP address of the host from which the message was received and
34745the remote port number that was used. It is omitted for locally generated
34746messages.
34747
34748%-host_auth% <'text'>::
34749If the message was received on an authenticated SMTP connection, this records
34750the name of the authenticator -- the value of the $sender_host_authenticated$
34751variable.
34752
34753%-host_lookup_failed%::
34754This is present if an attempt to look up the sending host's name from its IP
34755address failed. It corresponds to the $host_lookup_failed$ variable.
34756
34757%-host_name% <'text'>::
34758cindex:[reverse DNS lookup]
34759cindex:[DNS,reverse lookup]
34760This records the name of the remote host from which the message was received,
34761if the host name was looked up from the IP address when the message was being
34762received. It is not present if no reverse lookup was done.
34763
34764%-ident% <'text'>::
34765For locally submitted messages, this records the login of the originating user,
34766unless it was a trusted user and the %-oMt% option was used to specify an ident
34767value. For messages received over TCP/IP, this records the ident string
34768supplied by the remote host, if any.
34769
34770%-interface_address% <'address'>.<'port'>::
34771This records the IP address of the local interface and the port number through
34772which a message was received from a remote host. It is omitted for locally
34773generated messages.
34774
34775%-local%::
34776The message is from a local sender.
34777
34778%-localerror%::
34779The message is a locally-generated bounce message.
34780
34781%-local_scan% <'string'>::
34782This records the data string that was returned by the 'local_scan()' function
34783when the message was received -- the value of the $local_scan_data$ variable.
34784It is omitted if no data was returned.
34785
34786%-manual_thaw%::
34787The message was frozen but has been thawed manually, that is, by an explicit
34788Exim command rather than via the auto-thaw process.
34789
34790%-N%::
34791A testing delivery process was started using the %-N% option to suppress any
34792actual deliveries, but delivery was deferred. At any further delivery attempts,
34793%-N% is assumed.
34794
34795%-received_protocol%::
34796This records the value of the $received_protocol$ variable, which contains the
34797name of the protocol by which the message was received.
34798
34799%-sender_set_untrusted%::
34800The envelope sender of this message was set by an untrusted local caller (used
34801to ensure that the caller is displayed in queue listings).
34802
34803%-spam_score_int% <'number'>::
34804If a message was scanned by SpamAssassin, this is present. It records the value
34805of $spam_score_int$.
34806
34807%-tls_certificate_verified%::
34808A TLS certificate was received from the client that sent this message, and the
34809certificate was verified by the server.
34810
34811%-tls_cipher% <'cipher name'>::
34812When the message was received over an encrypted connection, this records the
34813name of the cipher suite that was used.
34814
34815%-tls_peerdn% <'peer DN'>::
34816When the message was received over an encrypted connection, and a certificate
34817was received from the client, this records the Distinguished Name from that
34818certificate.
34819
34820///
34821End of list
34822///
34823
34824Following the options there is a list of those addresses to which the message
34825is not to be delivered. This set of addresses is initialized from the command
34826line when the %-t% option is used and %extract_addresses_remove_arguments%
34827is set; otherwise it starts out empty. Whenever a successful delivery is made,
34828the address is added to this set. The addresses are kept internally as a
34829balanced binary tree, and it is a representation of that tree which is written
34830to the spool file. If an address is expanded via an alias or forward file, the
34831original address is added to the tree when deliveries to all its child
34832addresses are complete.
34833
34834If the tree is empty, there is a single line in the spool file containing just
34835the text ``XX''. Otherwise, each line consists of two letters, which are either
34836Y or N, followed by an address. The address is the value for the node of the
34837tree, and the letters indicate whether the node has a left branch and/or a
34838right branch attached to it, respectively. If branches exist, they immediately
34839follow. Here is an example of a three-node tree:
34840
34841 YY darcy@austen.fict.example
34842 NN alice@wonderland.fict.example
34843 NN editor@thesaurus.ref.example
34844
34845After the non-recipients tree, there is a list of the message's recipients.
34846This is a simple list, preceded by a count. It includes all the original
34847recipients of the message, including those to whom the message has already been
34848delivered. In the simplest case, the list contains one address per line. For
34849example:
34850
34851 4
34852 editor@thesaurus.ref.example
34853 darcy@austen.fict.example
34854 rdo@foundation
34855 alice@wonderland.fict.example
34856
34857However, when a child address has been added to the top-level addresses as a
34858result of the use of the %one_time% option on a ^redirect^ router, each line
34859is of the following form:
34860
34861&&&
34862<'top-level address'> <'errors_to address'> <'length'>,<'parent number'>#<'flag bits'>
34863&&&
34864
34865The 01 flag bit indicates the presence of the three other fields that follow
34866the top-level address. Other bits may be used in future to support additional
34867fields. The <'parent number'> is the offset in the recipients list of the
34868original parent of the ``one time'' address. The first two fields are the
34869envelope sender that is associated with this address and its length. If the
34870length is zero, there is no special envelope sender (there are then two space
34871characters in the line). A non-empty field can arise from a ^redirect^ router
34872that has an %errors_to% setting.
34873
34874
34875A blank line separates the envelope and status information from the headers
34876which follow. A header may occupy several lines of the file, and to save effort
34877when reading it in, each header is preceded by a number and an identifying
34878character. The number is the number of characters in the header, including any
34879embedded newlines and the terminating newline. The character is one of the
34880following:
34881
34882[frame="none"]
34883`-`--------`----------------------------------------------
34884 <'blank'>header in which Exim has no special interest
34885 `B` 'Bcc:' header
34886 `C` 'Cc:' header
34887 `F` 'From:' header
34888 `I` 'Message-id:' header
34889 `P` 'Received:' header -- P for ``postmark''
34890 `R` 'Reply-To:' header
34891 `S` 'Sender:' header
34892 `T` 'To:' header
34893 `*` replaced or deleted header
34894----------------------------------------------------------
34895
34896Deleted or replaced (rewritten) headers remain in the spool file for debugging
34897purposes. They are not transmitted when the message is delivered. Here is a
34898typical set of headers:
34899
34900 111P Received: by hobbit.fict.example with local (Exim 4.00)
34901 id 14y9EI-00026G-00; Fri, 11 May 2001 10:28:59 +0100
34902 049 Message-Id: <E14y9EI-00026G-00@hobbit.fict.example>
34903 038* X-rewrote-sender: bb@hobbit.fict.example
34904 042* From: Bilbo Baggins <bb@hobbit.fict.example>
34905 049F From: Bilbo Baggins <B.Baggins@hobbit.fict.example>
34906 099* To: alice@wonderland.fict.example, rdo@foundation,
34907 darcy@austen.fict.example, editor@thesaurus.ref.example
34908 109T To: alice@wonderland.fict.example, rdo@foundation.fict.example,
34909 darcy@austen.fict.example, editor@thesaurus.ref.example
34910 038 Date: Fri, 11 May 2001 10:28:59 +0100
34911
34912The asterisked headers indicate that the envelope sender, 'From:' header, and
34913'To:' header have been rewritten, the last one because routing expanded the
34914unqualified domain 'foundation'.
34915
34916
34917
34918
34919////////////////////////////////////////////////////////////////////////////
34920////////////////////////////////////////////////////////////////////////////
34921
34922[titleabbrev="Adding drivers or lookups"]
34923Adding new drivers or lookup types
34924----------------------------------
34925cindex:[adding drivers]
34926cindex:[new drivers, adding]
34927cindex:[drivers,adding new]
34928The following actions have to be taken in order to add a new router, transport,
34929authenticator, or lookup type to Exim:
34930
34931. Choose a name for the driver or lookup type that does not conflict with any
34932existing name; I will use ``newdriver'' in what follows.
34933
34934. Add to _src/EDITME_ the line
34935+
34936 <type>_NEWDRIVER=yes
34937+
34938where <'type'> is ROUTER, TRANSPORT, AUTH, or LOOKUP. If the
34939code is not to be included in the binary by default, comment this line out. You
34940should also add any relevant comments about the driver or lookup type.
34941
34942. Add to _src/config.h.defaults_ the line
34943+
34944 #define <type>_NEWDRIVER
34945
34946. Edit _src/drtables.c_, adding conditional code to pull in the private header
34947and create a table entry as is done for all the other drivers and lookup types.
34948
34949. Edit _Makefile_ in the appropriate sub-directory (_src/routers_,
34950_src/transports_, _src/auths_, or _src/lookups_); add a line for the new
34951driver or lookup type and add it to the definition of OBJ.
34952
34953. Create _newdriver.h_ and _newdriver.c_ in the appropriate sub-directory of
34954_src_.
34955
34956. Edit _scripts/MakeLinks_ and add commands to link the _.h_ and _.c_ files
34957as for other drivers and lookups.
34958
34959Then all you need to do is write the code! A good way to start is to make a
34960proforma by copying an existing module of the same type, globally changing all
34961occurrences of the name, and cutting out most of the code. Note that any
34962options you create must be listed in alphabetical order, because the tables are
34963searched using a binary chop procedure.
34964
34965There is a _README_ file in each of the sub-directories of _src_ describing
34966the interface that is expected.
34967
34968
34969
34970
34971////////////////////////////////////////////////////////////////////////////
34972////////////////////////////////////////////////////////////////////////////
34973
34974[title="Option index",role="option"]
34975Index
34976-----
34977
34978[title="Concept index",role="concept"]
34979Index
34980-----
34981
34982///////////////////////////////////////////////////////////////////////////////
34983Nothing needs to be included here except "Index" as pseudo chapter headings.
34984///////////////////////////////////////////////////////////////////////////////