postfix コマンド
# 起動 停止
/etc/init.d/postfix [start|stop|restart]

# DB ファイル作成
postmap recipient_mail_acces
postmap internal_senders_access

# /etc/aliasesをdbファイルにする
postalias /etc/aliases
newaliases

# キューの確認
mailq

# キューの数を確認
mailq | grep "^-" | wc -l

# キューの削除
postsuper -d [ALL | キューID]

# キューの中身確認
postcat -q キューID

# メッセージをholdキューに退避
postsuper -h ALL

# 特定のキューをholdから戻す
postsuper -H キューID
おすすめの記事