Update documentation for 4.61 and some of the preparation tools.
[exim.git] / doc / doc-txt / NewStuff
CommitLineData
4f578862 1$Cambridge: exim/doc/doc-txt/NewStuff,v 1.98 2006/04/04 14:03:50 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
4f578862
PH
14The documentation is up-to-date for the 4.61 release. Major new features since
15the 4.60 release are:
16
17. An option called disable_ipv6, to disable the use of IPv6 completely.
18
19. An increase in the number of ACL variables to 20 of each type.
20
21. A change to use $auth1, $auth2, and $auth3 in authenticators instead of $1,
22 $2, $3, (though those are still set) because the numeric variables get used
23 for other things in complicated expansions.
24
25. The default for rfc4131_query_timeout has been changed from 30s to 5s.
26
27. It is possible to use setclassresources() on some BSD OS to control the
28 resources used in pipe deliveries.
29
30. A new ACL modifier called add_header, which can be used with any verb.
31
32. More errors are detectable in retry rules.
33
34There are a number of other additions too.
71fafd95 35
7e66e54d 36
425ae40f 37Version 4.60
b5aea5e1
PH
38------------
39
425ae40f
PH
40The documentation is up-to-date for the 4.60 release. Major new features since
41the 4.50 release are:
1a46a8c5 42
425ae40f 43. Support for SQLite.
1a46a8c5 44
425ae40f 45. Support for IGNOREQUOTA in LMTP.
1a46a8c5 46
425ae40f 47. Extensions to the "submission mode" features.
1a46a8c5 48
425ae40f 49. Support for Client SMTP Authorization (CSA).
1a46a8c5 50
425ae40f 51. Support for ratelimiting hosts and users.
b5aea5e1 52
425ae40f 53. New expansion items to help with the BATV "prvs" scheme.
b5aea5e1 54
425ae40f 55. A "match_ip" condition, that matches an IP address against a list.
35edf2ff 56
425ae40f 57There are many more minor changes.
495ae4b0
PH
58
59****