source: trunk/third/nmh/man/conflict.man @ 12455

Revision 12455, 1.6 KB checked in by danw, 26 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r12454, which included commits to RCS files with non-trunk default branches.
Line 
1.\"
2.\" %nmhwarning%
3.\" $Id: conflict.man,v 1.1.1.1 1999-02-07 18:14:19 danw Exp $
4.\"
5.\" include the -mh macro file
6.so %etcdir%/tmac.h
7.\"
8.TH CONFLICT %manext8% MH.6.8 [%nmhversion%]
9.SH NAME
10conflict \- search for alias/password conflicts
11.SH SYNOPSIS
12.in +.5i
13.ti -.5i
14%libdir%/conflict
15\%[\-search\ directory]
16.br
17\%[\-mail\ name]
18\%[aliasfiles...]
19\%[\-version]
20\%[\-help]
21.in -.5i
22.SH DESCRIPTION
23\fIConflict\fR is a program that checks to see if the interface between
24\fInmh\fR and transport system is in good shape
25
26\fIConflict\fR also checks for maildrops in %mailspool% which do not
27belong to a valid user.  It assumes that no user name will start with
28`.', and thus ignores files in %mailspool% which begin with `.'.  It also
29checks for entries in the \fIgroup\fR\0(5) file which do not belong
30to a valid user, and for users who do not have a valid group number.
31In addition duplicate users and groups are noted.
32
33If the `\-mail\ name' switch is used, then the results will be sent
34to the specified \fIname\fR.  Otherwise, the results are sent to the
35standard output.
36
37The `\-search\ directory' switch can be used to search directories
38other than %mailspool% and to report anomalies in those directories.
39The `\-search\ directory' switch can appear more than one time in an
40invocation to \fIconflict\fR.
41
42\fIConflict\fR should be run under  \fIcron\fR\0(8), or whenever system
43accounting takes place.
44.Fi
45^%etcdir%/mts.conf~^nmh mts configuration file
46^/etc/passwd~^List of users
47^/etc/group~^List of groups
48^%bindir%/mhmail~^Program to send mail
49^%mailspool%/~^Directory of mail drop
50.Pr
51None
52.Sa
53mh\-alias(5)
54.De
55`aliasfiles' defaults to %etcdir%/MailAliases
56.Co
57None
58.En
Note: See TracBrowser for help on using the repository browser.