Rest of the MMDF-style mail drop support removal.
[mmh] / man / conflict.man8
1 .\"
2 .\" %nmhwarning%
3 .\"
4 .TH CONFLICT %manext8% "%nmhdate%" MH.6.8 [%nmhversion%]
5 .SH NAME
6 conflict \- search for alias/password conflicts
7 .SH SYNOPSIS
8 .HP 5
9 .na
10 .B %libdir%/conflict
11 .RB [ \-search
12 .IR directory ]
13 .RB [ \-mail
14 .IR name ]
15 .RB [ \-version ]
16 .RB [ \-help ]
17 .RI [ aliasfiles
18 \&...]
19 .ad
20 .SH DESCRIPTION
21 .B Conflict
22 is a program that checks to see if the interface between
23 .B nmh
24 and the transport system is in good shape
25 .PP
26 .B Conflict
27 also checks for maildrops in %mailspool% which do not
28 belong to a valid user.  It assumes that no user name will start with
29 `.', and thus ignores files in %mailspool% which begin with `.'.  It also
30 checks for entries in the
31 .BR group (5)
32 file which do not belong
33 to a valid user, and for users who do not have a valid group number.
34 In addition duplicate users and groups are noted.
35 .PP
36 If the
37 .B \-mail
38 .I name
39 switch is used, then the results will be sent
40 to the specified
41 .IR name .
42 Otherwise, the results are sent to the standard output.
43 .PP
44 The
45 .B \-search
46 .I directory
47 switch can be used to search directories
48 other than %mailspool% and to report anomalies in those directories.
49 The
50 .B \-search
51 .I directory
52 switch can appear more than one time in an
53 invocation to
54 .BR conflict .
55 .PP
56 .B Conflict
57 should be run under
58 .BR cron (8),
59 or whenever system accounting takes place.
60
61 .SH FILES
62 .fc ^ ~
63 .nf
64 .ta \w'%etcdir%/ExtraBigFileName  'u
65 ^%etcdir%/mts.conf~^nmh mts configuration file
66 ^/etc/passwd~^List of users
67 ^/etc/group~^List of groups
68 ^%bindir%/mhmail~^Program to send mail
69 ^%mailspool%/~^Directory of mail drops
70 .fi
71
72 .SH "PROFILE COMPONENTS"
73 None
74
75 .SH "SEE ALSO"
76 mh\-alias(5)
77
78 .SH "DEFAULTS"
79 None
80
81 .SH CONTEXT
82 None