DH parameters update, new values & default
[exim.git] / src / util / README
1 The "util" directory in the Exim distribution
2 ---------------------------------------------
3
4 This directory contains some small scripts that people have contributed which
5 may be useful to others. They are probably not usable immediately without at
6 least some minor editing. Take them as starting points.
7
8 cramtest.pl
9 -----------
10
11 A Perl script to help with debugging CRAM-MD5 authentication.
12
13 logargs.sh
14 ----------
15
16 A shell script to interpose between a caller and Exim, to find out what command
17 line arguments it is trying to use.
18
19 mkcdb.pl
20 --------
21
22 A Perl script for a converting flat file into a format that is suitable for
23 processing by cdbmake into a cdb file. It has some advantages over the
24 cdbmake-12 awk script.
25
26 ratelimit.pl
27 ------------
28
29 A Perl script for computing peak sending rates from a log file. This is for
30 use with the ratelimit ACL condition, so that you can get some idea of what a
31 reasonable limit would be before deploying the feature.
32
33 unknownuser.sh
34 --------------
35
36 This is historical, dating to the time when people tried to send back a helpful
37 message when an incoming message's recipient was unknown. It recalls a
38 different age...
39
40 ====