From 06eaf4bc6b9f90795f9d0e99a8672b0823a8cd9a Mon Sep 17 00:00:00 2001 From: Tom Kistner Date: Wed, 16 Jan 2008 09:51:00 +0000 Subject: [PATCH] add documentation for expanded spamd_servers option - also removed some trailing whitespace --- doc/doc-src/spec.src | 631 ++++++++++++++++++++++--------------------- 1 file changed, 318 insertions(+), 313 deletions(-) diff --git a/doc/doc-src/spec.src b/doc/doc-src/spec.src index dd7685689..0daf0909f 100644 --- a/doc/doc-src/spec.src +++ b/doc/doc-src/spec.src @@ -1,4 +1,4 @@ -. $Cambridge: exim/doc/doc-src/spec.src,v 1.8 2005/02/17 11:58:25 ph10 Exp $ +. $Cambridge: exim/doc/doc-src/spec.src,v 1.9 2008/01/16 09:51:00 tom Exp $ . .set version "4.50" .set previousversion "4.40" @@ -388,12 +388,12 @@ As the program develops, there may be features in newer versions that have not yet made it into this document, which is updated only when the most significant digit of the fractional part of the version number changes. Specifications of new features that are not yet in this manual are placed in the file -\(doc/NewStuff)\ in the Exim distribution. +\(doc/NewStuff)\ in the Exim distribution. .em Some features may be classified as `experimental'. These may change incompatibly while they are developing, or even be withdrawn. For this reason, -they are not documented in this manual. Information about experimental features +they are not documented in this manual. Information about experimental features can be found in the file \(doc/experimental.txt)\. .nem @@ -429,29 +429,29 @@ available in other formats (HTML, PostScript, PDF, and Texinfo). Section .index web site .index FTP site .em -The primary distribution site for Exim is currently the University of +The primary distribution site for Exim is currently the University of Cambridge's FTP site, whose contents are described in \*Where to find the Exim distribution*\ below. In addition, there is a .if ~~html [(A HREF="http://www.exim.org/")] .fi -web site +web site .if ~~html [(/A)] .fi -and an +and an .if ~~html [(A HREF="ftp://ftp.exim.org/")] .fi -FTP site +FTP site .if ~~html [(/A)] .fi -at \exim.org\. These are now also hosted at the University of Cambridge. +at \exim.org\. These are now also hosted at the University of Cambridge. The \exim.org\ site was previously hosted for a number of years by Energis Squared, formerly Planet Online Ltd, whose support I gratefully acknowledge. -As well as Exim distribution tar files, the Exim web site contains a number of +As well as Exim distribution tar files, the Exim web site contains a number of differently formatted versions of the documentation, including the .index FAQ .if ~~html @@ -471,7 +471,7 @@ Exim wiki. .else Exim wiki (\?http://www.exim.org/eximwiki/?\). .fi -We hope that this will make it easier for Exim users to contribute examples, +We hope that this will make it easier for Exim users to contribute examples, tips, and know-how for the benefit of others. .nem @@ -647,8 +647,8 @@ other means. .em Although Exim does have basic facilities for scanning incoming messages, these are not comprehensive enough to do full virus or spam scanning. Such operations -are best carried out using additional specialized software packages. If you -compile Exim with the content-scanning extension, straightforward interfaces to +are best carried out using additional specialized software packages. If you +compile Exim with the content-scanning extension, straightforward interfaces to a number of common scanners are provided. .nem .endp @@ -979,7 +979,7 @@ specifying policy controls on incoming mail: Exim 4 (unlike previous versions of Exim) implements policy controls on incoming mail by means of \*Access Control Lists*\ (ACLs). Each list is a series of statements that may either grant or deny access. ACLs can be used at -several places in the SMTP dialogue while receiving a message from a remote +several places in the SMTP dialogue while receiving a message from a remote host. However, the most common places are after each \\RCPT\\ command, and at the very end of the message. The sysadmin can specify conditions for accepting or rejecting individual recipients or the entire message, respectively, at @@ -990,8 +990,8 @@ An ACL is also available for locally generated, non-SMTP messages. In this case, the only available actions are to accept or deny the entire message. .nextp .em -When Exim is compiled with the content-scanning extension, facilities are -provided in the ACL mechanism for passing the message to external virus and/or +When Exim is compiled with the content-scanning extension, facilities are +provided in the ACL mechanism for passing the message to external virus and/or spam scanning software. The result of such a scan is passed back to the ACL, which can then use it to decide what to do with the message. .nem @@ -1004,7 +1004,7 @@ accepted, the list of recipients can be modified by the function. .nextp .em Using the \*local@_scan()*\ mechanism is another way of calling external -scanner software. The \SA-Exim\ add-on package works this way. It does not +scanner software. The \SA-Exim\ add-on package works this way. It does not require Exim to be compiled with the content-scanning extension. .nem .nextp @@ -1958,13 +1958,13 @@ be logged. .index content scanning||specifying at build time .em -Exim's interfaces for calling virus and spam scanning sofware directly from -access control lists are not compiled by default. If you want to include these +Exim's interfaces for calling virus and spam scanning sofware directly from +access control lists are not compiled by default. If you want to include these facilities, you need to set .display asis WITH_CONTENT_SCAN=yes .endd -in your \(Local/Makefile)\. For details of the facilities themselves, see +in your \(Local/Makefile)\. For details of the facilities themselves, see chapter ~~CHAPexiscan. .nem @@ -2797,7 +2797,7 @@ the controlling terminal, even when no debugging is specified. Run Exim in expansion testing mode. Exim discards its root privilege, to prevent ordinary users from using this mode to read otherwise inaccessible files. If no arguments are given, Exim runs interactively, prompting for lines -of data. +of data. .em If Exim was built with \\USE@_READLINE\\=yes in \(Local/Makefile)\, it tries to load the \libreadline\ library dynamically whenever the \-be-\ option is @@ -2832,7 +2832,7 @@ to be tested, and a test message must be supplied on the standard input. If there are no message-dependent tests in the filter, an empty file can be supplied. .em -If you want to test a system filter file, use \-bF-\ instead of \-bf-\. You can +If you want to test a system filter file, use \-bF-\ instead of \-bf-\. You can use both \-bF-\ and \-bf-\ on the same command, in order to test a system filter and a user filter in the same run. For example: .display asis @@ -2866,8 +2866,8 @@ be set by means of additional command line options (see the next four options). .em .option bfd #<> -This sets the domain of the recipient address when a filter file is being -tested by means of the \-bf-\ option. The default is the value of +This sets the domain of the recipient address when a filter file is being +tested by means of the \-bf-\ option. The default is the value of \$qualify@_domain$\. .option bfl #<> @@ -2879,12 +2879,12 @@ actually being delivered. .option bfp #<> This sets the prefix of the local part of the recipient address when a filter -file is being tested by means of the \-bf-\ option. The default is an empty +file is being tested by means of the \-bf-\ option. The default is an empty prefix. .option bfp #<> This sets the suffix of the local part of the recipient address when a filter -file is being tested by means of the \-bf-\ option. The default is an empty +file is being tested by means of the \-bf-\ option. The default is an empty suffix. .em @@ -2904,8 +2904,8 @@ exim -bh 10.9.8.7.1234 exim -bh fe80::a00:20ff:fe86:a061.5678 .endd .em -When an IPv6 address is given, it is converted into canonical form. In the case -of the second example above, the value of \$sender@_host@_address$\ after +When an IPv6 address is given, it is converted into canonical form. In the case +of the second example above, the value of \$sender@_host@_address$\ after conversion to the canonical form is \"fe80:0000:0000:0a00:20ff:fe86:a061.5678"\. .nem @@ -3238,9 +3238,9 @@ details of the failure are output, because these might contain sensitive information such as usernames and passwords for database lookups. If no arguments are given, Exim runs in an interactive manner, prompting with a -right angle bracket for addresses to be tested. +right angle bracket for addresses to be tested. .em -Unlike the \-be-\ test option, you cannot arrange for Exim to use the +Unlike the \-be-\ test option, you cannot arrange for Exim to use the \*readline()*\ function, because it is running as \*root*\ and there are security issues. .nem @@ -3277,7 +3277,7 @@ specific lookup types), the drivers that are included in the binary, and the name of the run time configuration file that is in use. .em -As part of its operation, \-bV-\ causes Exim to read and syntax check its +As part of its operation, \-bV-\ causes Exim to read and syntax check its configuration file. However, this is a static check only. It cannot check values that are to be expanded. For example, although a misspelt ACL verb is detected, an error in the verb's arguments is not. You cannot rely on \-bV-\ @@ -3300,9 +3300,9 @@ failure are output, because these might contain sensitive information such as usernames and passwords for database lookups. If no arguments are given, Exim runs in an interactive manner, prompting with a -right angle bracket for addresses to be verified. +right angle bracket for addresses to be verified. .em -Unlike the \-be-\ test option, you cannot arrange for Exim to use the +Unlike the \-be-\ test option, you cannot arrange for Exim to use the \*readline()*\ function, because it is running as \*exim*\ and there are security issues. .nem @@ -3354,8 +3354,8 @@ the caller. However, if \\ALT@_CONFIG@_ROOT@_ONLY\\ is defined in Exim is root. .em That is, the Exim user is no longer privileged in this regard. This build-time -option is not set by default in the Exim source distribution tarbundle. -However, if you are using a `packaged' version of Exim (source or binary), the +option is not set by default in the Exim source distribution tarbundle. +However, if you are using a `packaged' version of Exim (source or binary), the packagers might have enabled it. .nem @@ -3532,7 +3532,7 @@ between \-F-\ and the <> is optional. This option sets the address of the envelope sender of a locally-generated message (also known as the return path). The option can normally be used only by a trusted user, but \untrusted@_set@_sender\ can be set to allow untrusted -users to use it. +users to use it. .em Processes running as root or the Exim user are always trusted. Other trusted users are defined by the \trusted@_users\ or \trusted@_groups\ options. @@ -3808,7 +3808,7 @@ messages, which means that the accepting process automatically starts a delivery process for each message received, but does not wait for the delivery processes to finish. .em -When all the messages have been received, the reception process exits, leaving +When all the messages have been received, the reception process exits, leaving the delivery processes to finish in their own time. The standard output and error streams are closed at the start of each delivery process. .nem @@ -3827,7 +3827,7 @@ a locally-generated message. (For the daemon it is exactly the same as \-odb-\.) A delivery process is automatically started to deliver the message, and Exim waits for it to complete before proceeding. .em -The original Exim reception process does not finish until the delivery +The original Exim reception process does not finish until the delivery process for the final message has ended. The standard error stream is left open during deliveries. .nem @@ -3835,9 +3835,9 @@ However, like \-odb-\, this option has no effect if \queue@_only@_override\ is false and one of the queueing options in the configuration file is in effect. .em -If there is a temporary delivery error during foreground delivery, the message -is left on the queue for later delivery, and the original reception process -exists. See chapter ~~CHAPnonqueueing for a way of setting up a restricted +If there is a temporary delivery error during foreground delivery, the message +is left on the queue for later delivery, and the original reception process +exists. See chapter ~~CHAPnonqueueing for a way of setting up a restricted configuration that never queues messages. .nem @@ -3984,7 +3984,7 @@ option sets the received protocol value that is stored in \$received@_protocol$\. However, this applies only when \-bs-\ is not used. For interactive SMTP input (\-bs-\), the protocol is always .em -`local-' followed by one of the standard SMTP protocol names (see the +`local-' followed by one of the standard SMTP protocol names (see the description of \$received@_protocol$\ in section ~~SECTexpvar). .nem For \-bS-\ (batch SMTP) however, the protocol can be set by \-oMr-\. @@ -4311,10 +4311,10 @@ compatibility with Sendmail. .option tls-on-connect .index TLS||use without STARTTLS .index TLS||automatic start -This option is available when Exim is compiled with TLS support. +This option is available when Exim is compiled with TLS support. .em It forces all incoming SMTP connections to behave as if the incoming port is -listed in the \tls@_on@_connect@_ports\ option. See section ~~SECTsupobssmt and +listed in the \tls@_on@_connect@_ports\ option. See section ~~SECTsupobssmt and chapter ~~CHAPTLS for further details. .nem @@ -4366,7 +4366,7 @@ control. .em If a syntax error is detected while reading the configuration file, Exim writes a message on the standard error, and exits with a non-zero return code. -The message is also written to the panic log. \**Note**\: only simple syntax +The message is also written to the panic log. \**Note**\: only simple syntax errors can be detected at this time. The values of any expanded options are not checked until the expansion happens, even when the expansion does not actually alter the string. @@ -4501,7 +4501,7 @@ leading white space) are treated as comments and are ignored. \**Note**\: a @# character other than at the beginning of a line is not treated specially, and does not introduce a comment. -Any non-comment line can be continued by ending it with a backslash. +Any non-comment line can be continued by ending it with a backslash. .em Note that the general rule for whitespace means that trailing white space after the backslash is ignored, and leading white space at the start of continuation @@ -4855,28 +4855,28 @@ confined to circumstances where they really are needed. .section Empty items in lists .rset SECTempitelis "~~chapter.~~section" .index list||empty item in -An empty item at the end of a list is always ignored. In other words, trailing +An empty item at the end of a list is always ignored. In other words, trailing separator characters are ignored. Thus, the list in .display asis senders = user@domain : .endd -contains only a single item. If you want to include an empty string as one item -in a list, it must not be the last item. For example, this list contains three +contains only a single item. If you want to include an empty string as one item +in a list, it must not be the last item. For example, this list contains three items, the second of which is empty: .display asis senders = user1@domain : : user2@domain .endd \**Note**\: there must be whitespace between the two colons, as otherwise they -are interpreted as representing a single colon data character (and the list -would then contain just one item). If you want to specify a list that contains +are interpreted as representing a single colon data character (and the list +would then contain just one item). If you want to specify a list that contains just one, empty item, you can do it as in this example: .display asis senders = : .endd -In this case, the first item is empty, and the second is discarded because it +In this case, the first item is empty, and the second is discarded because it is at the end of the list. .nem - + .section Format of driver configurations .rset SECTfordricon "~~chapter.~~section" @@ -5794,7 +5794,7 @@ above. The syntax requirements for the two cases are described in chapters Two different styles of data lookup are implemented: .numberpars $. The \*single-key*\ style requires the specification of a file in which to look, -and a single key to search for. +and a single key to search for. .em The key must be a non-empty string for the lookup to succeed. .nem @@ -6013,7 +6013,7 @@ many of them are given in later sections. .numberpars $. .index DNS||as a lookup type .index lookup||DNS -\%dnsdb%\: This does a DNS search for +\%dnsdb%\: This does a DNS search for .em one or more records whose domain names are given in the supplied query. The resulting data is the contents of the records. @@ -6247,7 +6247,7 @@ subject key is always followed by a dot. .index lookup||caching .index caching||lookup data .em -Exim caches all lookup results in order to avoid needless repetition of +Exim caches all lookup results in order to avoid needless repetition of lookups. However, because (apart from the daemon) Exim operates as a collection of independent, short-lived processes, this caching applies only within a single Exim process. There is no inter-process caching facility. @@ -6327,15 +6327,15 @@ by the new separator at the start of the query. For example: .display asis ${lookup dnsdb{>: a=host1.example}} .endd -It is permitted to specify a space as the separator character. Further +It is permitted to specify a space as the separator character. Further whitespace is ignored. .index SRV record||in \%dnsdb%\ lookup -For SRV records, the priority, weight, port, and host name are returned for +For SRV records, the priority, weight, port, and host name are returned for each record, separated by spaces. .index MX record||in \%dnsdb%\ lookup -For MX records, both the preference value and the host name are returned for +For MX records, both the preference value and the host name are returned for each record, separated by a space. However, if you want only host names, you can use the pseudo-type MXH: .display asis @@ -6352,7 +6352,7 @@ error). In other words, it may return the name servers for a top-level domain, but it never returns the root name servers. If there are no NS records for the top-level domain, the lookup fails. Consider these examples: .display asis -${lookup dnsdb{zns=xxx.quercite.com}} +${lookup dnsdb{zns=xxx.quercite.com}} ${lookup dnsdb{zns=xxx.edu}} .endd Assuming that in each case there are no NS records for the full domain name, @@ -6385,7 +6385,7 @@ to see if the rest of the string is precisely one IPv6 address. In this case, it does not treat it as a list. The data from each lookup is concatenated, with newline separators by default, -in the same way that multiple DNS records for a single item are handled. A +in the same way that multiple DNS records for a single item are handled. A different separator can be specified, as described above. The \%dnsdb%\ lookup fails only if all the DNS lookups fail. If there is a @@ -6620,9 +6620,9 @@ backwards compatibility. This timeout (specified as a number of seconds) is enforced from the client end for operations that can be carried out over a network. Specifically, it applies to network connections and calls to the \*ldap@_result()*\ function. If the value is greater than zero, it is used if -\\LDAP@_OPT@_NETWORK@_TIMEOUT\\ is defined in the LDAP headers (OpenLDAP), or -if \\LDAP@_X@_OPT@_CONNECT@_TIMEOUT\\ is defined in the LDAP headers (Netscape -SDK 4.1). A value of zero forces an explicit setting of `no timeout' for +\\LDAP@_OPT@_NETWORK@_TIMEOUT\\ is defined in the LDAP headers (OpenLDAP), or +if \\LDAP@_X@_OPT@_CONNECT@_TIMEOUT\\ is defined in the LDAP headers (Netscape +SDK 4.1). A value of zero forces an explicit setting of `no timeout' for Netscape SDK; for OpenLDAP no action is taken. The \\TIME\\ parameter (also a number of seconds) is passed to the server to @@ -6841,8 +6841,8 @@ the queries. If a MySQL query is issued that does not request any data (an insert, update, or delete command), the result of the lookup is the number of rows affected. .em -\**Warning**\: this can be misleading. If an update does not actually change -anything (for example, setting a field to the value it already has), the result +\**Warning**\: this can be misleading. If an update does not actually change +anything (for example, setting a field to the value it already has), the result is zero because no rows are affected. .nem @@ -6891,10 +6891,10 @@ general facilities that apply to all four kinds of list. .index expansion||of lists .em Each list is expanded as a single string before it is used. The result of -expansion must be a list, possibly containing empty items, which is split up +expansion must be a list, possibly containing empty items, which is split up into separate items for matching. By default, colon is the separator character, but this can be varied if necessary. See sections ~~SECTlistconstruct and -~~SECTempitelis for details of the list syntax; the second of these discusses +~~SECTempitelis for details of the list syntax; the second of these discusses the way you specify empty list items. .nem @@ -7681,7 +7681,7 @@ detected by a regular expression that matches an empty string, .em and by a query-style lookup that succeeds when \$sender@_address$\ is empty. -The following kinds of address list pattern can match any address, including +The following kinds of address list pattern can match any address, including the empty address that is characteristic of bounce message senders: .nem .numberpars $. @@ -7756,8 +7756,8 @@ domain independently, as described in a bullet point below. .em -The following kinds of address list pattern can match only non-empty addresses. -If the subject address is empty, a match against any of these pattern types +The following kinds of address list pattern can match only non-empty addresses. +If the subject address is empty, a match against any of these pattern types always fails. .nem @@ -7991,9 +7991,9 @@ using \-be-\ for reading files to which they do not have access. .rset SECTforexpfai "~~chapter.~~section" .index expansion||forced failure A number of expansions that are described in the following section have -alternative `true' and `false' substrings, enclosed in curly brackets. Which -one is used depends on some condition that is evaluated as part of the -expansion. If, instead of a `false' substring, the word `fail' is used (not in +alternative `true' and `false' substrings, enclosed in curly brackets. Which +one is used depends on some condition that is evaluated as part of the +expansion. If, instead of a `false' substring, the word `fail' is used (not in curly brackets), the entire string expansion fails in a way that can be detected by the code that requested the expansion. This is called `forced expansion failure', and its consequences depend on the circumstances. In some @@ -8277,8 +8277,8 @@ ${if eq {$local_part}{postmaster} {yes}{no} } The second string need not be present; if it is not and the condition is not true, the item is replaced with nothing. Alternatively, the word `fail' may be present instead of the second string (without any curly brackets). In this -case, the expansion is forced to fail if the condition is not true (see section -~~SECTforexpfai). +case, the expansion is forced to fail if the condition is not true (see section +~~SECTforexpfai). .em If both strings are omitted, the result is the string \"true"\ if the condition @@ -8330,7 +8330,7 @@ If the lookup succeeds, <> is expanded and replaces the entire item. During its expansion, the variable \$value$\ contains the data returned by the lookup. Afterwards it reverts to the value it had previously (at the outer level it is empty). If the lookup fails, <> is expanded and replaces -the entire item. If @{<>@} is omitted, the replacement is the empty +the entire item. If @{<>@} is omitted, the replacement is the empty string on failure. If <> is provided, it can itself be a nested lookup, thus providing a mechanism for looking up a default value when the original lookup fails. @@ -8559,7 +8559,7 @@ the simpler operator notation that avoids some of the braces: .endd The second number is optional (in both notations). .em -If it is absent in the simpler format, the preceding underscore must also be +If it is absent in the simpler format, the preceding underscore must also be omitted. .nem @@ -8900,7 +8900,7 @@ only characters in the range 33--126, and no instances of the characters .display asis ? = ( ) < > @ , ; : \ " . [ ] _ .endd -it is not modified. Otherwise, the result is the RFC 2047 encoding of the +it is not modified. Otherwise, the result is the RFC 2047 encoding of the string, .em using as many `coded words' as necessary to encode all the characters. @@ -9059,7 +9059,7 @@ If the length is 40, Exim assumes that it is a hexadecimal encoding of the SHA-1 digest. If the length is not 28 or 40, the comparison fails. .nextp .index \*crypt()*\ -\@{crypt@}\ calls the \*crypt()*\ function, +\@{crypt@}\ calls the \*crypt()*\ function, .em which traditionally used to use only the first eight characters of the password. However, in modern operating systems this is no longer true, and in @@ -9068,9 +9068,9 @@ many cases the entire password is used, whatever its length. .nextp .index \*crypt16()*\ \@{crypt16@}\ calls the \*crypt16()*\ function (also known as \*bigcrypt()*\), -which +which .em -was orginally created to use up to 16 characters of the password. Again, in +was orginally created to use up to 16 characters of the password. Again, in modern operating systems, more characters may be used. .nem .endp @@ -9359,8 +9359,8 @@ set \\RADIUS@_CONFIG@_FILE\\ in \(Local/Makefile)\ to specify the location of the Radius client configuration file in order to build Exim with Radius support. .em -With just that one setting, Exim expects to be linked with the \radiusclient\ -library. You can also link Exim with the \libradius\ library that comes with +With just that one setting, Exim expects to be linked with the \radiusclient\ +library. You can also link Exim with the \libradius\ library that comes with FreeBSD. To do this, set .display asis RADIUS_LIB_TYPE=RADLIB @@ -9503,7 +9503,7 @@ chapter ~~CHAProutergeneric for more details. \**Note**\: the contents of \$address@_data$\ are visible in user filter files. .em -If \$address@_data$\ is set when the routers are called from an ACL to verify +If \$address@_data$\ is set when the routers are called from an ACL to verify a recipient address, the final value is still in the variable for subsequent conditions and modifiers of the ACL statement. If routing the address caused it to be redirected to just one address, the child address is also routed as part @@ -9512,10 +9512,10 @@ from the child's routing. If \$address@_data$\ is set when the routers are called from an ACL to verify a sender address, the final value is also preserved, but this time in -\$sender@_address@_data$\, to distinguish it from data from a recipient +\$sender@_address@_data$\, to distinguish it from data from a recipient address. -In both cases (recipient and sender verification), the value does not persist +In both cases (recipient and sender verification), the value does not persist after the end of the current ACL statement. If you want to preserve these values for longer, you can save them in ACL variables. .nem @@ -9775,7 +9775,7 @@ name of the first host. This variable is set to the remote host's IP address whenever \$host$\ is set for a remote connection. .em -It is also set to the IP address that is being checked when the +It is also set to the IP address that is being checked when the \ignore@_target@_hosts\ option is being processed. .nem @@ -9798,11 +9798,11 @@ message comes from a remote host and there is an attempt to look up the host's name from its IP address, and the attempt is not successful, one of these variables is set to `1'. .numberpars $. -If the lookup receives a definite negative response (for example, a DNS lookup +If the lookup receives a definite negative response (for example, a DNS lookup succeeded, but no records were found), \$host@_lookup@_failed$\ is set to `1'. .nextp -If there is any kind of problem during the lookup, such that Exim cannot -tell whether or not the host name is defined (for example, a timeout for a DNS +If there is any kind of problem during the lookup, such that Exim cannot +tell whether or not the host name is defined (for example, a timeout for a DNS lookup), \$host@_lookup@_deferred$\ is set to `1'. .endp Looking up a host's name from its IP address consists of more than just a @@ -9948,11 +9948,11 @@ been read. .em .tempindent 0 -\$log@_inodes$\: The number of free inodes in the disk partition where Exim's +\$log@_inodes$\: The number of free inodes in the disk partition where Exim's log files are being written. The value is recalculated whenever the variable is referenced. If the relevant file system does not have the concept of inodes, the value of is -1. See also the \check@_log@_inodes\ option. - + .tempindent 0 \$log@_space$\: The amount of free space (as a number of kilobytes) in the disk partition where Exim's log files are being written. The value is recalculated @@ -9971,8 +9971,8 @@ other times, this variable is empty. .em .tempindent 0 -\$malware@_name$\: This variable is available when Exim is compiled with the -content-scanning extension. It is set to the name of the virus that was found +\$malware@_name$\: This variable is available when Exim is compiled with the +content-scanning extension. It is set to the name of the virus that was found when the ACL \malware\ condition is true (see section ~~SECTscanvirus). .nem @@ -10007,7 +10007,7 @@ body while it is being delivered. The format and maximum size are as for \$message@_body@_size$\: When a message is being delivered, this variable contains the size of the body in bytes. The count starts from the character after the blank line that separates the body from the header. Newlines are -included in the count. See also \$message@_size$\, \$body@_linecount$\, and +included in the count. See also \$message@_size$\, \$body@_linecount$\, and \$body@_zerocount$\. .tempindent 0 @@ -10171,7 +10171,7 @@ The value is copied after recipient rewriting has happened, but before the .tempindent 0 \$received@_protocol$\: When a message is being processed, this variable -contains the name of the protocol by which it was received. +contains the name of the protocol by which it was received. .em Most of the names used by Exim are defined by RFCs 821, 2821, and 3848. They start with `smtp' (the client used \\HELO\\) or `esmtp' (the client used @@ -10187,8 +10187,8 @@ encrypted SMTP session. The name `smtps' is also used for the rare situation where the client initially uses \\EHLO\\, sets up an encrypted connection using \\STARTTLS\\, and then uses \\HELO\\ afterwards. -The \-oMr-\ option provides a way of specifying a custom protocol name for -messages that are injected locally by trusted callers. This is commonly used to +The \-oMr-\ option provides a way of specifying a custom protocol name for +messages that are injected locally by trusted callers. This is commonly used to identify messages that are being re-injected after some kind of scanning. .nem @@ -10239,7 +10239,7 @@ in these two cases: In a system filter file. .nextp .em -In the ACLs associated with the \\DATA\\ command, that is, the ACLs defined by +In the ACLs associated with the \\DATA\\ command, that is, the ACLs defined by \acl@_smtp@_predata\ and \acl@_smtp@_data\. .nem .endp @@ -10374,12 +10374,12 @@ or if the forward lookup does not yield the original IP address, \$sender@_host@_name$\ remains empty, and \$host@_lookup@_failed$\ is set to `1'. .em -However, if either of the lookups cannot be completed (for example, there is a -DNS timeout), \$host@_lookup@_deferred$\ is set to `1', and +However, if either of the lookups cannot be completed (for example, there is a +DNS timeout), \$host@_lookup@_deferred$\ is set to `1', and \$host@_lookup@_failed$\ remains set to `0'. -Once \$host@_lookup@_failed$\ is set to `1', Exim does not try to look up the -host name again if there is a subsequent reference to \$sender@_host@_name$\ +Once \$host@_lookup@_failed$\ is set to `1', Exim does not try to look up the +host name again if there is a subsequent reference to \$sender@_host@_name$\ in the same Exim process, but it does try again if \$sender@_host@_deferred$\ is set to `1'. .nem @@ -10443,11 +10443,11 @@ the string, to improve the formatting of the ::Received:: header. .em .tempindent 0 \$sender@_verify@_failure$\: In an ACL, when a sender verification fails, this -variable contains information about the failure. The details are the same as +variable contains information about the failure. The details are the same as for \$recipient@_verify@_failure$\. .tempindent 0 -\$smtp@_active@_hostname$\: During an SMTP session, this variable contains the +\$smtp@_active@_hostname$\: During an SMTP session, this variable contains the value of the active host name, as specified by the \smtp@_active@_hostname\ option. The value of \$smtp@_active@_hostname$\ is saved with any message that is received, so its value can be consulted during routing and delivery. @@ -10486,7 +10486,7 @@ spool files are being written. The value is recalculated whenever the variable is referenced. If the relevant file system does not have the concept of inodes, the value of is -1. See also the \check@_spool@_inodes\ option. - + .tempindent 0 \$spool@_space$\: The amount of free space (as a number of kilobytes) in the disk partition where Exim's spool files are being written. The value is @@ -10685,25 +10685,25 @@ terminating newline. .em .section Use of standard output and error by Perl .index Perl||standard output and error -You should not write to the standard error or output streams from within your -Perl code, as it is not defined how these are set up. In versions of Exim -before 4.50, it is possible for the standard output or error to refer to the +You should not write to the standard error or output streams from within your +Perl code, as it is not defined how these are set up. In versions of Exim +before 4.50, it is possible for the standard output or error to refer to the SMTP connection during message reception via the daemon. Writing to this stream is certain to cause chaos. From Exim 4.50 onwards, the standard output and -error streams are connected to \(/dev/null)\ in the daemon. The chaos is +error streams are connected to \(/dev/null)\ in the daemon. The chaos is avoided, but the output is lost. .index Perl||\warn\, use of -The Perl \warn\ statement writes to the standard error stream by default. Calls +The Perl \warn\ statement writes to the standard error stream by default. Calls to \warn\ may be embedded in Perl modules that you use, but over which you have no control. When Exim starts up the Perl interpreter, it arranges for output -from the \warn\ statement to be written to the Exim main log. You can change -this by including appropriate Perl magic somewhere in your Perl code. For +from the \warn\ statement to be written to the Exim main log. You can change +this by including appropriate Perl magic somewhere in your Perl code. For example, to discard \warn\ output completely, you need this: .display asis $SIG{__WARN__} = sub { }; .endd -Whenever a \warn\ is obeyed, the anonymous subroutine is called. In this +Whenever a \warn\ is obeyed, the anonymous subroutine is called. In this example, the code for the subroutine is empty, so it does nothing, but you can include any Perl code that you like. The text of the \warn\ message is passed as the first subroutine argument. @@ -10878,8 +10878,8 @@ because 465 is the usual port number used by the legacy clients. There is also a command line option \-tls-on-connect-\, which forces all ports to behave in this way when a daemon is started. -\**Warning**\: Setting \tls@_on@_connect@_ports\ does not of itself cause the -daemon to listen on those ports. You must still specify them in +\**Warning**\: Setting \tls@_on@_connect@_ports\ does not of itself cause the +daemon to listen on those ports. You must still specify them in \daemon@_smtp@_ports\, \local@_interfaces\, or the \-oX-\ option. (This is because \tls@_on@_connect@_ports\ applies to \inetd\ connections as well as to connections via the daemon.) @@ -11467,8 +11467,8 @@ a \\MAIL\\ command. See chapter ~~CHAPACL for details of ACLs, and chapter .em .index MIME content scanning||ACL for .conf acl@_smtp@_mime string$**$ unset -This option is available when Exim is built with the content-scanning -extension. It defines the ACL that is run for each MIME part in a message. See +This option is available when Exim is built with the content-scanning +extension. It defines the ACL that is run for each MIME part in a message. See section ~~SECTscanmimepart for details. .conf acl@_smtp@_predata string$**$ unset @@ -11714,11 +11714,11 @@ See \check@_spool@_space\ below. .index disk space, checking .index spool directory||checking space The four \check@_...\ options allow for checking of disk resources before a -message is accepted. +message is accepted. .em -When any of these options are set, they apply to all incoming messages. If you -want to apply different checks to different kinds of message, you can do so -by testing the the variables \$log@_inodes$\, \$log@_space$\, +When any of these options are set, they apply to all incoming messages. If you +want to apply different checks to different kinds of message, you can do so +by testing the the variables \$log@_inodes$\, \$log@_space$\, \$spool@_inodes$\, and \$spool@_space$\ in an ACL with appropriate additional conditions. .nem @@ -11766,7 +11766,7 @@ intervals specified by this option. The data is a colon-separated list of times after which to send warning messages. .em If the value of the option is an empty string or a zero time, no warnings are -sent. +sent. .nem Up to 10 times may be given. If a message has been on the queue for longer than the last time, the last interval between the times is used to compute @@ -11841,8 +11841,8 @@ You can make it apply to reverse lookups by a setting such as this: dns_again_means_nonexist = *.in-addr.arpa .endd .em -This option applies to all DNS lookups that Exim does. The \%dnslookup%\ router -has some options of its own for controlling what happens when lookups for MX or +This option applies to all DNS lookups that Exim does. The \%dnslookup%\ router +has some options of its own for controlling what happens when lookups for MX or SRV records give temporary errors. These more specific options are applied after the global option. .nem @@ -12018,7 +12018,7 @@ retries. .index \(/etc/passwd)\, multiple reading of .em -You should not set this option greater than zero if your user information is in +You should not set this option greater than zero if your user information is in a traditional \(/etc/passwd)\ file, because it will cause Exim needlessly to search the file multiple times for non-existent users, and also cause delay. .nem @@ -12332,12 +12332,12 @@ has been built with LDAP support. .index ::From:: header line||disabling checking of When a message is submitted locally (that is, not over a TCP/IP connection) by an untrusted user, Exim removes any existing ::Sender:: header line, and checks -that the ::From:: header line matches +that the ::From:: header line matches .em the login of the calling user and the domain specified by \qualify@_domain\. -\**Note**\: An unqualified address (no domain) in the ::From:: header in a -locally submitted message is automatically qualified by Exim, unless the +\**Note**\: An unqualified address (no domain) in the ::From:: header in a +locally submitted message is automatically qualified by Exim, unless the \-bnq-\ command line option is used. .nem @@ -12389,10 +12389,10 @@ See \local@_from@_prefix\ above. This option controls which network interfaces are used by the daemon for listening; they are also used to identify the local host when routing. Chapter ~~CHAPinterfaces contains a full description of this option and the related -options +options .em \daemon@_smtp@_ports\, \extra@_local@_interfaces\, \hosts@_treat@_as@_local\, -and \tls@_on@_connect@_ports\. +and \tls@_on@_connect@_ports\. .nem The default value for \local@_interfaces\ is .display asis @@ -12734,13 +12734,13 @@ admin user unless \prod@_requires@_admin\ is set false. See also .index address||qualification This option specifies the domain name that is added to any envelope sender addresses that do not have a domain qualification. It also applies to -recipient addresses if \qualify@_recipient\ is not set. +recipient addresses if \qualify@_recipient\ is not set. .em Unqualified addresses are accepted by default only for locally-generated messages. -Qualification is also applied to addresses in header lines such as ::From:: and -::To:: for locally-generated messages, unless the \-bnq-\ command line option +Qualification is also applied to addresses in header lines such as ::From:: and +::To:: for locally-generated messages, unless the \-bnq-\ command line option is used. .nem @@ -13178,11 +13178,11 @@ This option is provided for multi-homed servers that want to masquerade as several different hosts. At the start of an SMTP connection, its value is expanded and used instead of the value of \$primary@_hostname$\ in SMTP responses. For example, it is used as domain name in the response to an -incoming \\HELO\\ or \\EHLO\\ command. +incoming \\HELO\\ or \\EHLO\\ command. .em It is also used in \\HELO\\ commands for callout verification. -The active hostname is placed in the \$smtp__active__hostname$\ variable, which -is saved with any messages that are received. It is therefore available for use +The active hostname is placed in the \$smtp__active__hostname$\ variable, which +is saved with any messages that are received. It is therefore available for use in routers and transports when the message is later delivered. .nem @@ -13208,7 +13208,7 @@ positive response to an SMTP connection. The default setting is: .em smtp_banner = $smtp_active_hostname ESMTP Exim \ $version_number $tod_full -.nem +.nem .endd Failure to expand the string causes a panic error. If you want to create a multiline response to the initial SMTP connection, use `@\n' in the string at @@ -13245,7 +13245,7 @@ attacks by SYN flooding. The SMTP protocol specification requires the client to wait for a response from the server at certain points in the dialogue. Without \\PIPELINING\\ these synchronization points are after every command; with \\PIPELINING\\ they are -fewer, but they still exist. +fewer, but they still exist. Some spamming sites send out a complete set of SMTP commands without waiting for any response. Exim protects against this by rejecting a message if the @@ -13257,7 +13257,7 @@ detect many instances. .em The check can be globally disabled by setting \smtp@_enforce@_sync\ false. -If you want to disable the check selectively (for example, only for certain +If you want to disable the check selectively (for example, only for certain hosts), you can do so by an appropriate use of a \control\ modifier in an ACL (see section ~~SECTcontrols). See also \pipelining@_advertise@_hosts\. .nem @@ -13971,12 +13971,12 @@ on by `+caseful' as a list item. See section ~~SECTcasletadd for more details. The value of the \$local@_part$\ variable is forced to lower case while a router is running unless \caseful@_local@_part\ is set. When a router assigns an address to a transport, the value of \$local@_part$\ when the transport runs -is the same as it was in the router. Similarly, when a router generates child +is the same as it was in the router. Similarly, when a router generates child addresses by aliasing or forwarding, the values of \$original@_local@_part$\ and \$parent@_local@_part$\ are those that were used by the redirecting router. -This option applies to the processing of an address by a router. When a -recipient address is being processed in an ACL, there is a separate \control\ +This option applies to the processing of an address by a router. When a +recipient address is being processed in an ACL, there is a separate \control\ modifier that can be used to specify case-sensitive processing within the ACL (see section ~~SECTcontrols). .nem @@ -14035,7 +14035,7 @@ condition = ${if >{$message_age}{600}{true}{}} If the expansion fails (other than forced failure) delivery is deferred. Some of the other precondition options are common special cases that could in fact -be specified using \condition\. +be specified using \condition\. .conf debug@_print string$**$ unset @@ -14243,7 +14243,7 @@ addresses. Because, like all host lists, the value of \ignore@_target@_hosts\ is expanded before use as a list, it is possible to make it dependent on the domain that is being routed. .em -During its expansion, \$host@_address$\ is set to the IP address that is being +During its expansion, \$host@_address$\ is set to the IP address that is being checked. .nem @@ -14483,7 +14483,7 @@ user is not permitted to read one of the directories on the file's path. \*stat()*\ can yield \\EACCES\\ for a file in an NFS directory that is mounted without root access. .em -In this case, if a check for access by a particular user is requested, Exim +In this case, if a check for access by a particular user is requested, Exim creates a subprocess that runs as that user, and tries the check again in that process. @@ -14859,7 +14859,7 @@ address for the \%local@_delivery%\ transport. .set runningfoot "dnslookup router" .index \%dnslookup%\ router .index routers||\%dnslookup%\ -The \%dnslookup%\ router looks up the hosts that handle mail for the +The \%dnslookup%\ router looks up the hosts that handle mail for the recipient's domain in the DNS. A transport must always be set for this router, unless \verify@_only\ is set. @@ -14955,7 +14955,7 @@ have an additional `weight' feature which some people might find useful when trying to split an SMTP load between hosts of different power. .em -See section ~~SECTprowitdnsloo above for a discussion of Exim's behaviour when +See section ~~SECTprowitdnsloo above for a discussion of Exim's behaviour when there is a DNS lookup error. .nem @@ -15747,9 +15747,9 @@ timeout. The standard output of the command is connected to a pipe, which is read when the command terminates. It should consist of a single line of output, -containing up to five fields, separated by white space. +containing up to five fields, separated by white space. .em -The maximum length of the line is 1023 characters. Longer lines are silently +The maximum length of the line is 1023 characters. Longer lines are silently truncated. .nem The first field is one of the following words (case-insensitive): @@ -16132,10 +16132,10 @@ text associated with the failure. For example, an alias file might contain: X.Employee: :fail: Gone away, no forwarding address .endd In the case of an address that is being verified from an ACL or as the subject -of a +of a .index \\VRFY\\||error text, display of \\VRFY\\ command, the text is included in the SMTP error response by -default. +default. .em .index \\EXPN\\||error text, display of The text is not included in the response to an \\EXPN\\ command. @@ -16241,9 +16241,9 @@ and the \fail\ command may be used in a filter file. Setting this option allows Exim to interpret redirection data that starts with `@#Exim filter' or `@#Sieve filter' as a set of filtering instructions. There are some features of Exim filter files that some administrators may wish to -lock out; see the \forbid@_filter@_xxx\ options below. +lock out; see the \forbid@_filter@_xxx\ options below. .em -It is also possible to lock out Exim filters or Sieve filters while allowing +It is also possible to lock out Exim filters or Sieve filters while allowing the other type; see \forbid@_exim@_filter\ and \forbid@_sieve@_filter\. .nem @@ -16360,7 +16360,7 @@ list. .em .conf forbid@_exim@_filter boolean false -If this option is set true, only Sieve filters are permitted when +If this option is set true, only Sieve filters are permitted when \allow@_filter\ is true. .nem @@ -16405,7 +16405,7 @@ to make use of \readsocket\ items. .conf forbid@_filter@_reply boolean false If this option is true, this router may not generate an automatic reply -message. Automatic replies can be generated only from Exim +message. Automatic replies can be generated only from Exim .em or Sieve filter files, not from traditional forward files. .nem @@ -16430,7 +16430,7 @@ forward file. This option is forced to be true if \one@_time\ is set. .em .conf forbid@_sieve@_filter boolean false -If this option is set true, only Exim filters are permitted when +If this option is set true, only Exim filters are permitted when \allow@_filter\ is true. .nem @@ -16695,19 +16695,19 @@ configuration, and these override anything that comes from the router. .section Concurrent deliveries .index concurrent deliveries .index simultaneous deliveries -If two different messages for the same local recpient arrive more or less -simultaneously, the two delivery processes are likely to run concurrently. When -the \%appendfile%\ transport is used to write to a file, Exim applies locking -rules to stop concurrent processes from writing to the same file at the same +If two different messages for the same local recpient arrive more or less +simultaneously, the two delivery processes are likely to run concurrently. When +the \%appendfile%\ transport is used to write to a file, Exim applies locking +rules to stop concurrent processes from writing to the same file at the same time. -However, when you use a \%pipe%\ transport, it is up to you to arrange any +However, when you use a \%pipe%\ transport, it is up to you to arrange any locking that is needed. Here is a silly example: .display asis my_transport: driver = pipe command = /bin/sh -c 'cat >>/some/file' -.endd +.endd This is supposed to write the message at the end of the file. However, if two messages arrive at the same time, the file will be scrambled. You can use the \exim@_lock\ utility program (see section ~~SECTmailboxmaint) to lock a file @@ -16907,7 +16907,7 @@ checked, since this option does not automatically suppress them. .index transport||header lines, removing .em This option specifies a string that is expanded into a list of header names; -these headers are omitted from the message as it is transported, as described +these headers are omitted from the message as it is transported, as described in section ~~SECTheadersaddrem. Header removal can also be specified by routers. If the result of the expansion is an empty string, or if the expansion is forced to fail, no action is taken. Other expansion failures are treated as @@ -17108,7 +17108,7 @@ also before any processing implied by the settings of \check@_string\ and \escape@_string\ in the \%appendfile%\ or \%pipe%\ transports. .em -The standard error for the filter process is set to the same destination as its +The standard error for the filter process is set to the same destination as its standard output; this is read and written to the message's ultimate destination. .nem @@ -17151,7 +17151,7 @@ For remote deliveries this is the Exim uid/gid by default. .em The command should normally yield a zero return code. A non-zero code is taken to mean that the transport filter failed in some way. Delivery of the message -is deferred. It is not possible to cause a message to be bounced from a +is deferred. It is not possible to cause a message to be bounced from a transport filter. .nem @@ -17477,7 +17477,7 @@ When this option is true, Exim attempts to create any missing superior directories for the file that it is about to write. A created directory's mode is given by the \directory@_mode\ option. .em -The group ownership of a newly created directory is highly dependent on the +The group ownership of a newly created directory is highly dependent on the operating system (and possibly the file system) that is being used. For example, in Solaris, if the parent directory has the setgid bit set, its group is propagated to the child; if not, the currently set group is used. However, @@ -17639,9 +17639,9 @@ accident, and Exim attempts to remove it. .conf mailbox@_filecount string$**$ unset .index mailbox||specifying size of .index size||of mailbox -If this option is set, it is expanded, and the result is taken as the current -number of files in the mailbox. It must be a decimal number, optionally -followed by K or M. This provides a way of obtaining this information from an +If this option is set, it is expanded, and the result is taken as the current +number of files in the mailbox. It must be a decimal number, optionally +followed by K or M. This provides a way of obtaining this information from an external source that maintains the data. .conf mailbox@_size string$**$ unset @@ -17649,8 +17649,8 @@ external source that maintains the data. .index size||of mailbox If this option is set, it is expanded, and the result is taken as the current size the mailbox. It must be a decimal number, optionally followed by K or M. -This provides a way of obtaining this information from an external source that -maintains the data. This is likely to be helpful for maildir deliveries where +This provides a way of obtaining this information from an external source that +maintains the data. This is likely to be helpful for maildir deliveries where it is computationally expensive to compute the size of a mailbox. .nem @@ -18189,11 +18189,11 @@ the parent directory instead of the current directory when calculating the amount of space used. .em -One problem with delivering into a multi-file mailbox is that it is -computationally expensive to compute the size of the mailbox for quota -checking. Various approaches have been taken to reduce the amount of work -needed. The next two sections describe two of them. A third alternative is to -use some external process for maintaining the size data, and use the expansion +One problem with delivering into a multi-file mailbox is that it is +computationally expensive to compute the size of the mailbox for quota +checking. Various approaches have been taken to reduce the amount of work +needed. The next two sections describe two of them. A third alternative is to +use some external process for maintaining the size data, and use the expansion of the \mailbox@_size\ option as a way of importing it into Exim. .nem @@ -18296,7 +18296,7 @@ expanding the contents of the \directory@_file\ option. The \%autoreply%\ transport is not a true transport in that it does not cause the message to be transmitted. Instead, it generates a new mail message. .em -If the router that passes the message to this transport does not have the +If the router that passes the message to this transport does not have the \unseen\ option set, the original message (for the current recipient) is not delivered anywhere. However, when the \unseen\ option is set on the router that passes the message to this transport, routing of the address continues, so @@ -18448,7 +18448,7 @@ example: .display asis subject = Re: $h_subject: .endd -There is a danger in doing this, however. It may allow a third party to +There is a danger in doing this, however. It may allow a third party to subscribe your users to an opt-in mailing list, provided that the list accepts bounce messages as subscription confirmations. Well-managed lists require a non-bounce message to confirm a subscription, so the danger is relatively @@ -18552,7 +18552,7 @@ necessary, running as the user \*exim*\. .index transports||\%pipe%\ .index \%pipe%\ transport The \%pipe%\ transport is used to deliver messages via a pipe to a command -running in another process. +running in another process. .em One example is the use of \%pipe%\ as a pseudo-remote transport for passing messages to some other @@ -18567,7 +18567,7 @@ the local part of the address (as usual), and the command that is run is specified by the \command\ option on the transport. .nextp .em -If the \batch@_max\ option is set greater than 1 (the default), the transport +If the \batch@_max\ option is set greater than 1 (the default), the transport can be called upon to handle more than one address in a single run. In this case, \$local@_part$\ is not set (because it is not unique). However, the pseudo-variable \$pipe@_addresses$\ (described in section ~~SECThowcommandrun @@ -18594,9 +18594,9 @@ the local delivery environment. .em .section Concurrent delivery -If two messages arrive at almost the same time, and both are routed to a pipe -delivery, the two pipe transports may be run concurrently. You must ensure that -any pipe commands you set up are robust against this happening. If the commands +If two messages arrive at almost the same time, and both are routed to a pipe +delivery, the two pipe transports may be run concurrently. You must ensure that +any pipe commands you set up are robust against this happening. If the commands write to a file, the \exim@_lock\ utility might be of use. .nem @@ -18826,7 +18826,7 @@ return code that is neither zero nor one of the return codes listed in \temp@_errors\ (that is, the delivery failed), the first line of output is written to the main log. .em -This option and \log@_output\ are mutually exclusive. Only one of them may be +This option and \log@_output\ are mutually exclusive. Only one of them may be set. .nem @@ -19306,8 +19306,8 @@ delivery in cases where there are temporary delivery errors. Section .em .conf hosts@_max@_try@_hardlimit integer 50 -This is an additional check on the maximum number of IP addresses that Exim -tries for any one delivery. Section ~~SECTvalhosmax describes its use and why +This is an additional check on the maximum number of IP addresses that Exim +tries for any one delivery. Section ~~SECTvalhosmax describes its use and why it exists. .nem @@ -19528,7 +19528,7 @@ when setting up an outgoing encrypted connection. (There is a global option of the same name for controlling incoming connections.) The values of \$host$\ and \$host@_address$\ are set to the name and address of the server during the expansion. See chapter ~~CHAPTLS for details of TLS; note that this option is -used in different ways by OpenSSL and GnuTLS (see sections ~~SECTreqciphssl and +used in different ways by OpenSSL and GnuTLS (see sections ~~SECTreqciphssl and ~~SECTreqciphgnu). .em For GnuTLS, the order of the ciphers is a preference order. @@ -19565,8 +19565,8 @@ expansion of this option. See chapter ~~CHAPTLS for details of TLS. .index host||maximum number to try .index limit||hosts, maximum number tried .em -There are two options that are concerned with the number of hosts that are -tried when an SMTP delivery takes place. They are \hosts@_max@_try\ and +There are two options that are concerned with the number of hosts that are +tried when an SMTP delivery takes place. They are \hosts@_max@_try\ and \hosts@_max@_try@_hardlimit\. .nem @@ -19590,7 +19590,7 @@ arrived do not count, and in addition, addresses that are past their retry limits are also not counted, even when they are tried. This means that when some IP addresses are past their retry limits, more than the value of \hosts@_max@_retry\ may be tried. The reason for this behaviour is to ensure -that all IP addresses are considered before timing out an email address (but +that all IP addresses are considered before timing out an email address (but see below for an exception). Secondly, when the \hosts@_max@_try\ limit is reached, Exim looks down the host @@ -19621,9 +19621,9 @@ already been reached. The above logic means that \hosts@_max@_try\ is not a hard limit, and in particular, Exim normally eventually tries all the IP addresses before timing -out an email address. When \hosts@_max@_try\ was implemented, this seemed a -reasonable thing to do. Recently, however, some lunatic DNS configurations have -been set up with hundreds of IP addresses for some domains. It can +out an email address. When \hosts@_max@_try\ was implemented, this seemed a +reasonable thing to do. Recently, however, some lunatic DNS configurations have +been set up with hundreds of IP addresses for some domains. It can take a very long time indeed for an address to time out in these cases. The \hosts@_max@_try@_hardlimit\ option was added to help with this problem. @@ -19660,7 +19660,7 @@ One situation in which Exim does $it{not} automatically rewrite a domain is when it is the name of a CNAME record in the DNS. The older RFCs suggest that such a domain should be rewritten using the `canonical' name, and some MTAs do this. The new RFCs do not contain this suggestion. - + .section Explicitly configured address rewriting This chapter describes the rewriting rules that can be used in the main rewrite section of the configuration file, and also in the generic @@ -20202,7 +20202,7 @@ asterisk, which matches any error. The errors that can be tested for are: \rcpt@_4xx\: A 4\*xx*\ error was received for an outgoing \\RCPT\\ command. Either the first or both of the x's can be given as specific digits, for example: \"rcpt@_45x"\ or \"rcpt@_436"\. For example, to recognize 452 errors -given to \\RCPT\\ commands by a particular host, and have retries every ten +given to \\RCPT\\ commands by a particular host, and have retries every ten minutes and a one-hour timeout, you could set up a retry rule of this form: .display asis the.host.name rcpt_452 F,1h,10m @@ -20233,11 +20233,11 @@ record timed out. \timeout@_connect\: A connection attempt timed out. .tempindent 0 -\timeout@_MX\: There was a timeout while connecting or during an SMTP session +\timeout@_MX\: There was a timeout while connecting or during an SMTP session with a host obtained from an MX record. .tempindent 0 -\timeout@_A\: There was a timeout while connecting or during an SMTP session +\timeout@_A\: There was a timeout while connecting or during an SMTP session with a host not obtained from an MX record. .tempindent 0 @@ -20250,7 +20250,7 @@ with a host not obtained from an MX record. .index quota||error testing in retry rule .index retry||quota error testing .tempindent 0 -\quota@_\<