diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-05-24 11:20:40 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-05-24 11:20:40 +0000 |
commit | 21d59bc5e5c2332fed420840d80028b7cec3981a (patch) | |
tree | e51710dba65785251574efef23d3d44318e38fb6 /src/util/README | |
parent | 415c8f3b2abccd8f04b0095551919adf142e6eee (diff) |
Put DPC's mkcdb script (with tabs removed) into the util directory, and
also created a README file for that directory.
Diffstat (limited to 'src/util/README')
-rw-r--r-- | src/util/README | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/src/util/README b/src/util/README new file mode 100644 index 000000000..7fd04f2dc --- /dev/null +++ b/src/util/README @@ -0,0 +1,35 @@ +$Cambridge: exim/src/util/README,v 1.1 2005/05/24 11:20:40 ph10 Exp $ + +The "util" directory in the Exim distribution +--------------------------------------------- + +This directory contains some small scripts that people have contributed which +may be useful to others. They are probably not usable immediately without at +least some minor editing. Take them as starting points. + +cramtest.pl +----------- + +A Perl script to help with debugging CRAM-MD5 authentication. + +logargs.sh +---------- + +A shell script to interpose between a caller and Exim, to find out what command +line arguments it is trying to use. + +mkcdb.pl +-------- + +A Perl script for a converting flat file into a format that is suitable for +processing by cdbmake into a cdb file. It has some advantages over the +cdbmake-12 awk script. + +unknownuser.sh +-------------- + +This is historical, dating to the time when people tried to send back a helpful +message when an incoming message's recipient was unknown. It recalls a +different age... + +==== |