Cleaned up message_id().
[mmh] / man / conflict.man
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 STATUS
21 .B Conflict is deprecated and will be removed from the next nmh release.
22 .SH DESCRIPTION
23 .B Conflict
24 is a program that checks to see if the interface between
25 .B nmh
26 and the transport system is in good shape
27 .PP
28 .B Conflict
29 also checks for maildrops in %mailspool% which do not
30 belong to a valid user.  It assumes that no user name will start with
31 `.', and thus ignores files in %mailspool% which begin with `.'.  It also
32 checks for entries in the
33 .BR group (5)
34 file which do not belong
35 to a valid user, and for users who do not have a valid group number.
36 In addition duplicate users and groups are noted.
37 .PP
38 If the
39 .B \-mail
40 .I name
41 switch is used, then the results will be sent
42 to the specified
43 .IR name .
44 Otherwise, the results are sent to the standard output.
45 .PP
46 The
47 .B \-search
48 .I directory
49 switch can be used to search directories
50 other than %mailspool% and to report anomalies in those directories.
51 The
52 .B \-search
53 .I directory
54 switch can appear more than one time in an
55 invocation to
56 .BR conflict .
57 .PP
58 .B Conflict
59 should be run under
60 .BR cron (8),
61 or whenever system accounting takes place.
62
63 .SH FILES
64 .fc ^ ~
65 .nf
66 .ta \w'%etcdir%/ExtraBigFileName  'u
67 ^%etcdir%/mts.conf~^nmh mts configuration file
68 ^/etc/passwd~^List of users
69 ^/etc/group~^List of groups
70 ^%bindir%/mhmail~^Program to send mail
71 ^%mailspool%/~^Directory of mail drop
72 .fi
73
74 .SH "PROFILE COMPONENTS"
75 None
76
77 .SH "SEE ALSO"
78 mh\-alias(5)
79
80 .SH "DEFAULTS"
81 .nf
82 .RB ` aliasfiles "' defaults to %etcdir%/MailAliases"
83 .fi
84
85 .SH CONTEXT
86 None