summaryrefslogtreecommitdiff
path: root/src/util/README
blob: 7fd04f2dce9a1c443871319e07c1722663614f0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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...

====