postfix コマンド
# 起動 停止/etc/init.d/postfix [start|stop|restart]# DB ファイル作成postmap recipient_mail_accespostmap internal_senders_access# /etc/aliasesをdbファイルにするpostalias /etc/aliasesnewaliases# キューの確認mailq# キューの数を確認mailq | grep "^-" | wc -l# キューの削除postsuper -d [ALL | キューID]# キューの中身確認postcat -q キューID# メッセージをholdキューに退避postsuper -h ALL# 特定のキューをholdから戻すpostsuper -H キューID |