Revision 19204,
1.3 KB
checked in by zacheiss, 21 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r19203,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | .\" Copyright (c) 1998-2001 Sendmail, Inc. and its suppliers. |
---|
2 | .\" All rights reserved. |
---|
3 | .\" Copyright (c) 1983, 1997 Eric P. Allman. All rights reserved. |
---|
4 | .\" Copyright (c) 1985, 1990, 1993 |
---|
5 | .\" The Regents of the University of California. All rights reserved. |
---|
6 | .\" |
---|
7 | .\" By using this file, you agree to the terms and conditions set |
---|
8 | .\" forth in the LICENSE file which can be found at the top level of |
---|
9 | .\" the sendmail distribution. |
---|
10 | .\" |
---|
11 | .\" |
---|
12 | .\" $Id: newaliases.1,v 1.1.1.1 2003-04-08 15:06:26 zacheiss Exp $ |
---|
13 | .\" |
---|
14 | .TH NEWALIASES 1 "$Date: 2003-04-08 15:06:26 $" |
---|
15 | .SH NAME |
---|
16 | newaliases |
---|
17 | \- rebuild the data base for the mail aliases file |
---|
18 | .SH SYNOPSIS |
---|
19 | .B newaliases |
---|
20 | .SH DESCRIPTION |
---|
21 | .B Newaliases |
---|
22 | rebuilds the random access data base for the mail aliases file |
---|
23 | /etc/mail/aliases. It must be run each time this file is changed |
---|
24 | in order for the change to take effect. |
---|
25 | .PP |
---|
26 | .B Newaliases |
---|
27 | is identical to ``sendmail -bi''. |
---|
28 | .PP |
---|
29 | The |
---|
30 | .B newaliases |
---|
31 | utility exits 0 on success, and >0 if an error occurs. |
---|
32 | .PP |
---|
33 | Notice: do |
---|
34 | .B not |
---|
35 | use |
---|
36 | .B makemap |
---|
37 | to create the aliases data base, because |
---|
38 | .B newaliases |
---|
39 | puts a special token into the data base that is required by |
---|
40 | .B sendmail. |
---|
41 | .SH FILES |
---|
42 | .TP 2i |
---|
43 | /etc/mail/aliases |
---|
44 | The mail aliases file |
---|
45 | .SH SEE ALSO |
---|
46 | aliases(5), sendmail(8) |
---|
47 | .SH HISTORY |
---|
48 | The |
---|
49 | .B newaliases |
---|
50 | command appeared in 4.0BSD. |
---|
Note: See
TracBrowser
for help on using the repository browser.