nagios使用sendmail发送邮件
发表于:2024-11-27 作者:热门IT资讯网编辑
编辑最后更新 2024年11月27日,1.安装sendmailyum install -y sendmail*2.编辑配置vi /etc/mail.rcset [email protected] smtp=smtp.163.com
1.安装sendmail
yum install -y sendmail*
2.编辑配置
vi /etc/mail.rcset [email protected] smtp=smtp.163.comset smtp-auth-user=mailuser smtp-auth-password=xxxxxset smtp-auth=login
3.重启服务
/etc/init.d/sendmail reload
4.测试
echo "nagios test" |mail [email protected]