7fd04f2dce9a1c443871319e07c1722663614f0d
[exim.git] / src / util / README
1 $Cambridge: exim/src/util/README,v 1.1 2005/05/24 11:20:40 ph10 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 unknownuser.sh
29 --------------
30
31 This is historical, dating to the time when people tried to send back a helpful
32 message when an incoming message's recipient was unknown. It recalls a
33 different age...
34
35 ====