1MAKE_MD5(HERMES)                                              MAKE_MD5(HERMES)
2
3
4

NAME

6       make_md5 - Generate MD5 checksums for given set of users.
7

SYNOPSIS

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

DESCRIPTION

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

OPTIONS

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

FILES

48       /etc/imapd.conf
49

AUTHORS

51       David Carter (dpc22@cam.ac.uk)
52
53
54
55                                       8                      MAKE_MD5(HERMES)
Impressum