• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.gitignoreH A D28-Sep-202131 32

READMEH A D28-Sep-20211.1 KiB4128

chunking_fixqueue_finalnewlines.plH A D28-Sep-20215 KiB161117

cramtest.plH A D28-Sep-20211.7 KiB6127

gen_pkcs3.cH A D28-Sep-20215.8 KiB268200

logargs.shH A D28-Sep-2021667 274

mkcdb.plH A D28-Sep-20212.2 KiB9466

ocsp_fetch.plH A D28-Sep-20212.3 KiB8569

proxy_protocol_client.plH A D28-Sep-20217.2 KiB252198

ratelimit.plH A D28-Sep-20214.6 KiB160125

renew-opendmarc-tlds.shH A D28-Sep-20214.2 KiB12958

unknownuser.shH A D28-Sep-2021916 333

README

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
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
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====
41