Reviewed by: Japanese Online Manual Project <man-jp@jp.FreeBSD.ORG> Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
53 lines
1.2 KiB
Groff
53 lines
1.2 KiB
Groff
.\" Copyright (c) 1998 Sendmail, Inc. 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.
|
|
.\"
|
|
.\"
|
|
.\" @(#)newaliases.1 8.10 (Berkeley) 5/19/1998
|
|
.\" jpman %Id: newaliases.1,v 1.2 1997/05/07 02:31:13 mutoh Stab %
|
|
.\"
|
|
.Dd May 19, 1998
|
|
.Dt NEWALIASES 1
|
|
.Os BSD 4
|
|
.Sh 名称
|
|
.Nm newaliases
|
|
.Nd メールエイリアスのデータベースを再構築する
|
|
.Pp
|
|
.Sh 書式
|
|
.Nm newaliases
|
|
.Sh 解説
|
|
.Nm newaliases
|
|
は、
|
|
.Pa /etc/aliases
|
|
ファイルに記述されているメール
|
|
エイリアスのデータベースを再構築します。
|
|
.Pa /etc/aliases
|
|
の内容を変更したときには、その内容を反映させるために、
|
|
このコマンドを実行しなければなりません。
|
|
.Pp
|
|
.Nm newaliases
|
|
は、
|
|
.Dq Li sendmail \-bi
|
|
とまったく同じです。
|
|
.Sh 戻り値
|
|
.Nm newaliases
|
|
は、成功すると 0 を、エラーが起きた場合は 0 より大きな値を
|
|
返します。
|
|
.Sh 関連ファイル
|
|
.Bl -tag -width /etc/aliases -compact
|
|
.It Pa /etc/aliases
|
|
メールエイリアスファイル
|
|
.El
|
|
.Sh 関連項目
|
|
.Xr aliases 5 ,
|
|
.Xr sendmail 8
|
|
.Sh 歴史
|
|
.Nm
|
|
コマンドは
|
|
.Bx 4.0
|
|
から登場しました。
|