add manual pages, correct copyright notices
[unix-history] / usr / src / usr.sbin / sendmail / src / newaliases.1
CommitLineData
e23029c3
KB
1.\" Copyright (c) 1985 The Regents of the University of California.
2.\" All rights reserved.
99ef3c2a 3.\"
e23029c3
KB
4.\" Redistribution and use in source and binary forms are permitted
5.\" provided that the above copyright notice and this paragraph are
6.\" duplicated in all such forms and that any documentation,
7.\" advertising materials, and other materials related to such
8.\" distribution and use acknowledge that the software was developed
9.\" by the University of California, Berkeley. The name of the
10.\" University may not be used to endorse or promote products derived
11.\" from this software without specific prior written permission.
12.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
13.\" IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
14.\" WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
15.\"
16.\" @(#)newaliases.1 6.3 (Berkeley) %G%
99ef3c2a 17.\"
967f2b7b 18.TH NEWALIASES 1 ""
99ef3c2a
KM
19.UC 4
20.SH NAME
21newaliases \- rebuild the data base for the mail aliases file
22.SH SYNOPSIS
23.B newaliases
24.SH DESCRIPTION
9db7d79d 25.I Newaliases
99ef3c2a 26rebuilds the random access data base for the mail aliases file
9db7d79d
KM
27.IR /usr/lib/aliases .
28It must be run each time
29.I /usr/lib/aliases
30is changed in order
99ef3c2a
KM
31for the change to take effect.
32.SH SEE ALSO
9db7d79d 33aliases(5), sendmail(8)