ServersManでは初期状態でsendmailが動いている。
これでもいいかもしれないが、私はPostfixの方が好きで設定が楽なので、
sendmail停止
/etc/rc.d/init.d/sendmail stop
/sbin/chkconfig sendmail off
Postfixインストール
yum install postfix
最後にMTA切り替え作業
[root@***]# /usr/sbin/alternatives --config mta
There are 2 programs which provide 'mta'.
Selection Command
-----------------------------------------------
*+ 1 /usr/sbin/sendmail.sendmail
2 /usr/sbin/sendmail.postfix
Enter to keep the current selection[+], or type selection number: 2 <- 2を入れる
これでsendmailからPostfixに切り替わる。