关闭sendmail或者postfix

service sendmail stop
chkconfig sendmail off
service postfix stop
chkconfig postfix off
安装mailx
yum install mailx

备注:
使用外部邮箱账号时,不需要启动sendmail或者postfix
如果在sendmail或者postfix启动的同时使用外部邮箱发送报警邮件,首先会读取外部邮箱

设置mailx发信账号
yum -y install mailx
ln -s /bin/mailx /bin/mail
vim /etc/mail.rc
#服务端转发邮件到指定邮箱
set [email protected]

#填写发送邮箱服务器地址smtp
set smtp=smtp.163.com

#个人邮箱用户
set [email protected]
#个人邮箱密码
set smtp-auth-password=****
set smtp-auth=login