Postfixの起動
# /etc/init.d/postfix start
Postfixの停止
# /etc/init.d/postfix stop
chkconfigでPostfixがサーバ再起動時に自動起動する設定になっているか確認
# chkconfig --list
chkconfigに追加
# chkconfig postfix on
Postfix の設定ファイルを変更した場合は、変更を反映するために Postfix を再起動。
# /etc/init.d/postfix restartこちらもあわせてどうぞ