summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/newaliases.8
blob: a5b5b99135c59955f600372e0d041c0d7ffd5b10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
.\"	$OpenBSD: newaliases.8,v 1.2 2008/12/04 06:22:05 jmc Exp $
.\" Copyright (c) 1998-2001 Sendmail, Inc. and its suppliers.
.\"	All rights reserved.
.\" Copyright (c) 1983, 1997 Eric P. Allman.  All rights reserved.
.\" Copyright (c) 1985, 1990, 1993
.\"	The Regents of the University of California.  All rights reserved.
.\"
.\" By using this file, you agree to the terms and conditions set
.\" forth in the LICENSE file which can be found at the top level of
.\" the sendmail distribution.
.\"
.\"
.\"     $Sendmail: newaliases.1,v 8.19 2001/10/10 03:23:17 ca Exp $
.\"
.Dd $Mdocdate: December 4 2008 $
.Dt NEWALIASES 8
.Os
.Sh NAME
.Nm newaliases
.Nd rebuild the database for the mail aliases file
.Sh SYNOPSIS
.Nm newaliases
.Sh DESCRIPTION
.Nm
rebuilds the random access database for the mail aliases file
.Pa /etc/mail/aliases .
It must be run each time this file is changed
in order for the change to take effect.
.Pp
.Ex -std newaliases
.Sh FILES
.Bl -tag -width "/etc/mail/aliasesXXX" -compact
.It Pa /etc/mail/aliases
The mail aliases file.
.El
.Sh SEE ALSO
.Xr aliases 5 ,
.Xr mailer.conf 5 ,
.Xr makemap 8 ,
.Xr smtpd 8
.Sh HISTORY
This
.Nm
command first appeared in
.Ox 4.5
as a replacement for the
.Nm
command that was shipped with sendmail.