chkconfig

/sbin/chkconfig --level 235 postfix on

/sbin/chkconfig --level 2 sendmail off
/sbin/chkconfig --level 3 sendmail off
/sbin/chkconfig --level 4 sendmail off
/sbin/chkconfig --level 5 sendmail off
chkconfig --list
chkconfig --add

■参考chkconfig
http://www.turbolinux.co.jp/dcforum/DCForumID11/6109.html

#!/bin/sh
#
# clamd (clamd の機能)
#
# chkconfig: 2345 99 95
# description: (clamd の詳しい説明)
#
# securlevel: -
(注)
# chkconfig: ABCDEF G H
A〜F: サービスを起動するランレベル
G: サービスの起動優先順位
H: サービスの停止優先順位

「 man chkconfig 」コマンドで詳しい説明を見ることができます。(英語ですが)



# securlevel: K
K: セキュアレベル
(turboservice コマンドでセキュリティレベルによる設定を
行う場合に使用: 大きい数値のものほど安全性が高いと見なされる)

(参考)
ドキュメントCD 「設定ガイド」--> 「サービスの設定」