Make verify=helo do the verification on the fly it if was not done
[exim.git] / src / util / README
CommitLineData
21d59bc5
PH
1$Cambridge: exim/src/util/README,v 1.1 2005/05/24 11:20:40 ph10 Exp $
2
3The "util" directory in the Exim distribution
4---------------------------------------------
5
6This directory contains some small scripts that people have contributed which
7may be useful to others. They are probably not usable immediately without at
8least some minor editing. Take them as starting points.
9
10cramtest.pl
11-----------
12
13A Perl script to help with debugging CRAM-MD5 authentication.
14
15logargs.sh
16----------
17
18A shell script to interpose between a caller and Exim, to find out what command
19line arguments it is trying to use.
20
21mkcdb.pl
22--------
23
24A Perl script for a converting flat file into a format that is suitable for
25processing by cdbmake into a cdb file. It has some advantages over the
26cdbmake-12 awk script.
27
28unknownuser.sh
29--------------
30
31This is historical, dating to the time when people tried to send back a helpful
32message when an incoming message's recipient was unknown. It recalls a
33different age...
34
35====