File: newaliases.1

package info (click to toggle)
manpages-ja 0.5.0.0.20221215%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 29,304 kB
  • sloc: perl: 161; makefile: 61
file content (50 lines) | stat: -rw-r--r-- 1,495 bytes parent folder | download | duplicates (6)
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
49
50
.\" 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: doc/ja_JP.eucJP/man/man1/newaliases.1,v 1.8 2001/07/29 05:14:51 horikawa Exp $
.\"
.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
から登場しました。