Previous patch for $reply_address was incomplete and wrong. This fixes
[exim.git] / doc / doc-txt / NewStuff
CommitLineData
c8ea1597 1$Cambridge: exim/doc/doc-txt/NewStuff,v 1.79 2005/12/12 11:02:44 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
23
425ae40f 24Version 4.60
b5aea5e1
PH
25------------
26
425ae40f
PH
27The documentation is up-to-date for the 4.60 release. Major new features since
28the 4.50 release are:
1a46a8c5 29
425ae40f 30. Support for SQLite.
1a46a8c5 31
425ae40f 32. Support for IGNOREQUOTA in LMTP.
1a46a8c5 33
425ae40f 34. Extensions to the "submission mode" features.
1a46a8c5 35
425ae40f 36. Support for Client SMTP Authorization (CSA).
1a46a8c5 37
425ae40f 38. Support for ratelimiting hosts and users.
b5aea5e1 39
425ae40f 40. New expansion items to help with the BATV "prvs" scheme.
b5aea5e1 41
425ae40f 42. A "match_ip" condition, that matches an IP address against a list.
35edf2ff 43
425ae40f 44There are many more minor changes.
495ae4b0
PH
45
46****