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?

More than 3 years have passed since last update.

Postfixメモ

Last updated at Posted at 2020-11-30

deferredキューに滞留しているメールが再送を何日で諦めるかはこの設定値で決まる。
以下は5日の場合

$ postconf | grep -i lifetime
bounce_queue_lifetime = 5d
maximal_queue_lifetime = 5d
滞留メールを見る
# postqueue -p

個別にメールをHOLDする
# postsuper -h キューID

HOLD中のメールをキューに入れ直す(キューIDが変わる)
# postsuper -r キューID

HOLDキューにあるメールを全て再送する
# postsuper -H ALL
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?