doc/documentation/manual-pages/ja/man1/newaliases.1
Sergio Carlavilla Delgado 989d921f5d Migrate doc to Hugo/AsciiDoctor
I'm very pleased to announce the release of
our new website and documentation using
the new toolchain with Hugo and AsciiDoctor.

To get more information about the new toolchain
please read the FreeBSD Documentation Project Primer[1],
Hugo docs[2] and AsciiDoctor docs[3].

Acknowledgment:
Benedict Reuschling <bcr@>
Glen Barber <gjb@>
Hiroki Sato <hrs@>
Li-Wen Hsu <lwhsu@>
Sean Chittenden <seanc@>
The FreeBSD Foundation

[1] https://docs.FreeBSD.org/en/books/fdp-primer/
[2] https://gohugo.io/documentation/
[3] https://docs.asciidoctor.org/home/

Approved by:    doceng, core
2021-01-26 00:31:29 +01:00

59 lines
1.3 KiB
Groff

.\" 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.
.\"
.\"
.\" $Id: newaliases.1,v 1.10 2002-03-31 07:00:08 horikawa Exp $
.\" $FreeBSD$
.\"
.TH NEWALIASES 1 "$Date: 2002-03-31 07:00:08 $"
.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
メールエイリアスファイル
.PP
注: エイリアスデータベースの作成に
.B makemap
を使用
.B しないでください。
.B newaliases
は、
.B sendmail
が必要な特殊なトークンをデータベース中に含めます。
.SH 関連項目
aliases(5),
sendmail(8)
.SH 歴史
.B newaliases
コマンドは
4.0BSD
から登場しました。