0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

[Linux] メール管理_送信・確認_mail, mailq

Posted at

mailコマンド

$ mail [オプション] [宛先]
オプション 由来 説明
default send/read mail メール送信または受信ボックスの確認を行う
※何も指定しなければ受信ボックス(/var/mail/ユーザ)を読む
-s subject メールの件名(Subject)を指定
例:mail -s "確認" user@example.com
-c cc (carbon copy) CC(カーボンコピー)を指定して送信
例:mail -s "報告" -c cc@example.com user@example.com

mailqコマンド

$ mailq
オプション 由来 説明
default mail queue status 送信待ちのメールキューを一覧表示
sendmailpostfixのスプールを確認するのに利用
-v verbose 詳細表示

Ping-t

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?