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