首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件开发 >

zabbix配备邮件发送提醒

2013-04-26 
zabbix配置邮件发送提醒一.安装配置sendmail,使ubuntu能发送邮件?1.安装2个必安装包?Apt-get install send

zabbix配置邮件发送提醒

一.安装配置sendmail,使ubuntu能发送邮件

?

1.安装2个必安装包

?

Apt-get install sendmail

?

Apt-get install sendmail-cf

?

?

#cat /etc/hosts

?127.0.0.1 ? ? ? mail.qq.com ? ?localhost.localdomain ? ?localhost

?

?

#cat /etc/mail/access?

Connect:localhost.localdomain ? ? ? ? ? RELAY

Connect:localhost ? ? ? ? ? ? ? ? ? ? ? RELAY

Connect:127.0.0.1

Connect:mail.qq.com ? ? ? ? ? ? ? ? RELAY

?

?# cat /etc/mail/local-host-names?

mail.qq.com

?

/etc/init.d/sendmail restart

热点排行