1MAKE_MD5(8)                 System Manager's Manual                MAKE_MD5(8)
2
3
4
5 *
6

NAME

8       make_md5 - Generate MD5 checksums for given set of users.
9

SYNOPSIS

11       make_md5 [ -C config-file ] [ -D md5_dir ] [ -k count ] [ -f input_file
12       ] [ -m offset ] [ -M modulo ] [ -v ] [ userid...  ]
13

DESCRIPTION

15       Generate MD5 checksums for messages given set of users. Works as incre‐
16       mental   update:   reads   in   existing  set  of  MD5  checksums  from
17       md5_dir/u/userid (hashed on  first  letter  of  userid)  if  that  file
18       exists.  Scans  account  looking  for  new  messages,  and then updates
19       record.
20
21       The MD5 checksums which are generated are used to test integrity of the
22       master, replica and backup systems on Hermes.
23

OPTIONS

25       -C config-file
26              Read configuration options from config-file.
27
28       -D md5_dir
29              Read  and write MD5 checksums from md5_dir, overrides configura‐
30              tion file setting of the same name.
31
32       -k count
33              Concurrency level: run up to count asynchronous child processes.
34
35       -f input_file
36              List of accounts to process: use in place of command line  argu‐
37              ments.
38
39       -m offset
40              Regenerate  given  fraction  of the user database in combination
41              with -M below.
42
43       -M modulo
44              Regenerate MD5 checksums for given fraction  of  user  database.
45              Allows for rolling consisency checks.
46
47       -v     Verbose mode.
48

FILES

50       /etc/imapd.conf
51

AUTHORS

53       David Carter (dpc22@cam.ac.uk)
54
55
56
57CMU                              Project Cyrus                     MAKE_MD5(8)
Impressum