Archive for February 4th, 2008

Happy Chinese New Year


I’d like to wish all of my friends who are celebrating Chinese New Year on this coming 7th and 8th Feb, A happy,healthy,prosperous years ahead and may your all wishes come true. 新年快乐。

Monday, February 4th, 2008

CentOS : Switching default MTA to Postfix

This a just a short note for my own reference. :)

1) Install postfix
# yum install postfix

2) Set default MTA to Postix via this command
# alternatives –set mta /usr/sbin/sendmail.postfix

3) Autostart Postfix (Optional but you really want to do it)
# chkconfig –levels 235 sendmail off
# chkconfig –levels 235 postfix on
# /etc/init.d/sendmail stop
# /etc/init.d/postfix start

Monday, February 4th, 2008