服务器系统是centos6.5 zabbix版本是3.0.4 根据 网上教程配置好邮件脚本后,触发发送邮件的时候报错: Support for SMTP authentication was not compiled in 官网说的是 To make SMTP authentication options available, Zabbix server should be compiled with the –with-libcurl compilation option with cURL…
1.修改zabbix server hostname声明:在配置zabbix的Email报警之前,需要将sendmail使用的域名进行相应的修改,系统默认为localhost.localdomain,其实不改也行,不过有些pop3服务器会过滤掉来自localhost.localdomain的邮件,导致邮件不能正常查收,所以,最好是改一下 hostname,确保邮件发送的成功率.# vim /etc/hosts 127.0.0.1 zabbix.qsquant.com localhost.loca…