ユーザ用ツール

サイト用ツール


ubuntu-server-10-04:postfix

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
ubuntu-server-10-04:postfix [2010/10/29 21:03] adminubuntu-server-10-04:postfix [2010/10/30 14:28] (現在) – [スパムの踏み台チェック] admin
行 200: 行 200:
  
   * 参考: [[http://www.postfix-jp.info/origdocs/antispam.html|Postfix antispam]]   * 参考: [[http://www.postfix-jp.info/origdocs/antispam.html|Postfix antispam]]
 +
 +
 +===== root 宛てのメールを転送 =====
 +
 +root にメールを送信されても受信する機会がないので、root 宛てのメールはシステム管理をするユーザに転送する。
 +
 +<code>
 +$ sudo vi /etc/aliases
 +</code>
 +root 宛てのメッセージを他のユーザに転送する。
 +<code>
 +# See man 5 aliases for format
 +postmaster:    root
 +
 +root:   foobar
 +</code>
 +
 +/etc/aliases を編集した後に以下のコマンドで設定を適用する。
 +<code>
 +$ sudo newaliases
 +</code>
 +
 +
  
 ===== 参考 ===== ===== 参考 =====
  
 [[https://help.ubuntu.com/10.04/serverguide/C/postfix.html|公式ドキュメント Postfix インストール]] [[https://help.ubuntu.com/10.04/serverguide/C/postfix.html|公式ドキュメント Postfix インストール]]
ubuntu-server-10-04/postfix.1288353826.txt.gz · 最終更新: 2010/10/29 21:03 by admin