BSD 4_3_Reno release
[unix-history] / usr / src / usr.sbin / sendmail / src / newaliases.1
CommitLineData
5325ced3 1.\" Copyright (c) 1985, 1990 The Regents of the University of California.
e23029c3 2.\" All rights reserved.
99ef3c2a 3.\"
1c15e888
C
4.\" Redistribution and use in source and binary forms are permitted provided
5.\" that: (1) source distributions retain this entire copyright notice and
6.\" comment, and (2) distributions including binaries display the following
7.\" acknowledgement: ``This product includes software developed by the
8.\" University of California, Berkeley and its contributors'' in the
9.\" documentation or other materials provided with the distribution and in
10.\" all advertising materials mentioning features or use of this software.
11.\" Neither the name of the University nor the names of its contributors may
12.\" be used to endorse or promote products derived from this software without
13.\" specific prior written permission.
14.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
15.\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
16.\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
e23029c3 17.\"
1c15e888 18.\" @(#)newaliases.1 6.4 (Berkeley) 7/24/90
99ef3c2a 19.\"
1c15e888 20.Dd July 24, 1990
5325ced3
CL
21.Dt NEWALIASES 1
22.Os BSD 4
23.Sh NAME
24.Nm newaliases
25.Nd rebuild the data base for the mail aliases file
26.Sh SYNOPSIS
27.Nm newaliases
28.Sh DESCRIPTION
29.Nm Newaliases
99ef3c2a 30rebuilds the random access data base for the mail aliases file
5325ced3 31.Pa /etc/aliases .
9db7d79d 32It must be run each time
5325ced3 33.Pa /etc/aliases
9db7d79d 34is changed in order
99ef3c2a 35for the change to take effect.
5325ced3
CL
36.Sh SEE ALSO
37.\" .Xr aliases 5 ,
38.Xr sendmail 8
39.Sh HISTORY
40.Nm Newaliases
41appeared in 4.0 BSD.