76
79

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 5 years have passed since last update.

Postfixのメールキューを確認、削除する方法

Posted at

AWSから誤って大量のメールを(自分に)送信してしまったが、Postfixのキューにたまってた。

引用および参考

キューの確認

$ sudo postqueue -p

キューの削除

$ sudo postsuper -d QUEUE_ID

キューの全削除

$ sudo postsuper -d ALL

キューの強制送信

$ sudo postfix flush
76
79
1

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
76
79

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?