1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

「/etc/aliases」ファイル

Posted at

●「/etc/aliases」ファイルではメールのエイリアス(別名)を設定することが出来ます。

「/etc/aliases」ファイルの書式。

アカウント名: 受け取りユーザ名[,受け取りユーザ名 ...]

別名
・/ファイルのパス 指定したファイルにメールのメッセージを追加
・|コマンド 指定したコマンドにメールのメッセージを渡す(標準入力)
・user@domain 指定したメールアドレスにメールを転送
・:include:/ファイルのパス 指定したファイルに記述された内容を別名として読み込む

※「/etc/aliases」ファイルの変更を反映させるには「newaliases」コマンドを実行

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?