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