LoginSignup
0
0

More than 5 years have passed since last update.

メールキューの確認と削除・強制再送

Last updated at Posted at 2016-12-01

はじめに

久々にpostfixのキューを確認しようと思ったらど忘れしていたので関連事項をメモしておくことにした。

コマンド列挙

キューの確認

# postqueue -p

特定のキューの削除

# postsuper -d <キューID>

全てのキューの削除

# postsuper -d ALL

強制再送

# postfix flush

まとめ

メモ以外の何物でも無い。

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