If a message is older than the "first failed" time when computing a
[exim.git] / doc / doc-txt / NewStuff
CommitLineData
064a94c9 1$Cambridge: exim/doc/doc-txt/NewStuff,v 1.81 2006/02/08 16:10:46 ph10 Exp $
495ae4b0
PH
2
3New Features in Exim
4--------------------
5
6This file contains descriptions of new features that have been added to Exim,
7but have not yet made it into the main manual (which is most conveniently
8updated when there is a relatively large batch of changes). The doc/ChangeLog
9file contains a listing of all changes, including bug fixes.
10
7e66e54d
PH
11Version 4.61
12------------
13
14PH/01 There is a new global option called disable_ipv6, which does exactly what
15 its name implies. If set true, even if the Exim binary has IPv6 support,
c8ea1597
PH
16 no IPv6 activities take place. AAAA records are never looked up for host
17 names given in manual routing data or elsewhere. AAAA records that are
18 received from the DNS as additional data for MX records are ignored. Any
19 IPv6 addresses that are listed in local_interfaces, manualroute route
7e66e54d
PH
20 data, etc. are also ignored. If IP literals are enabled, the ipliteral
21 router declines to handle IPv6 literal addresses.
22
064a94c9 23PH/02 There are now 20 of each type of ACL variable by default (instead of 10).
47ca6d6c
PH
24 It is also possible to change the numbers by setting ACL_CVARS and/or
25 ACL_MVARS in Local/Makefile. Backward compatibility is maintained if you
26 upgrade to this release with existing messages containing ACL variable
27 settings on the queue. However, going in the other direction
28 (downgrading) will not be compatible; the values of ACL variables will be
29 lost.
30
064a94c9
PH
31PH/03 If quota_warn_message contains a From: header, Exim now refrains from
32 adding the default one. Similarly, if it contains a Reply-To: header, the
33 errors_reply_to option, if set, is not used.
34
7e66e54d 35
425ae40f 36Version 4.60
b5aea5e1
PH
37------------
38
425ae40f
PH
39The documentation is up-to-date for the 4.60 release. Major new features since
40the 4.50 release are:
1a46a8c5 41
425ae40f 42. Support for SQLite.
1a46a8c5 43
425ae40f 44. Support for IGNOREQUOTA in LMTP.
1a46a8c5 45
425ae40f 46. Extensions to the "submission mode" features.
1a46a8c5 47
425ae40f 48. Support for Client SMTP Authorization (CSA).
1a46a8c5 49
425ae40f 50. Support for ratelimiting hosts and users.
b5aea5e1 51
425ae40f 52. New expansion items to help with the BATV "prvs" scheme.
b5aea5e1 53
425ae40f 54. A "match_ip" condition, that matches an IP address against a list.
35edf2ff 55
425ae40f 56There are many more minor changes.
495ae4b0
PH
57
58****