1.\" Copyright (c) 1985, 1990, 1993
2.\"	The Regents of the University of California.  All rights reserved.
3.\"
4.\" %sccs.include.redist.roff%
5.\"
6.\"     @(#)newaliases.1	8.4 (Berkeley) 02/22/94
7.\"
8.Dd
9.Dt NEWALIASES 1
10.Os BSD 4
11.Sh NAME
12.Nm newaliases
13.Nd rebuild the data base for the mail aliases file
14.Sh SYNOPSIS
15.Nm newaliases
16.Sh DESCRIPTION
17.Nm Newaliases
18rebuilds the random access data base for the mail aliases file
19.Pa /etc/aliases .
20It must be run each time this file is changed in order
21for the change to take effect.
22.Pp
23.Nm Newaliases
24is identical to
25.Dq Li "sendmail -bi" .
26.Pp
27The
28.Nm newaliases
29utility exits 0 on success, and >0 if an error occurs.
30.Sh FILES
31.Bl -tag -width /etc/aliases -compact
32.It Pa /etc/aliases
33The mail aliases file
34.El
35.Sh SEE ALSO
36.Xr aliases 5 ,
37.Xr sendmail 8
38.Sh HISTORY
39The
40.Nm newaliases
41command appeared in
42.Bx 4.0 .
43