doc/ja_JP.eucJP/man/man1/newaliases.1
Kazuo Horikawa cb5d1a9147 Replace jpman project specific RCS keyword with $FreeBSD.
jpman project specific RCS keyword (jpman %Id) is obsolete,
after manual entries are stored in freefall CVS repository.
This old Id is useless and more worse it confuses users and bug reporters.
So, this old Id is removed.

Submitted by:jpman project <man-jp@jp.FreeBSD.org>
2001-05-14 01:10:24 +00:00

50 lines
1.2 KiB
Groff

.\" Copyright (c) 1998, 1999 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.
.\"
.\"
.\" %Id: newaliases.1,v 8.15.28.1 2000/12/14 23:08:15 gshapiro Exp %
.\" $FreeBSD$
.\"
.TH NEWALIASES 1 "%Date: 2000/12/14 23:08:15 %"
.SH 名称
newaliases
\- メールエイリアスのデータベースを再構築する
.SH 書式
.B newaliases
.SH 解説
.B newaliases
は、
/etc/mail/aliases
ファイルに記述されているメール
エイリアスのデータベースを再構築します。
/etc/mail/aliases
の内容を変更したときには、その内容を反映させるために、
このコマンドを実行しなければなりません。
.PP
.B newaliases
は、
``sendmail \-bi''
とまったく同じです。
.Sh 戻り値
.B newaliases
は、成功すると 0 を、エラーが起きた場合は 0 より大きな値を
返します。
.SH 関連ファイル
.TP 2i
/etc/mail/aliases
メールエイリアスファイル
.SH 関連項目
aliases(5),
sendmail(8)
.SH 歴史
.B newaliases
コマンドは
4.0BSD
から登場しました。