PDA

View Full Version : Alerts not send by email


MBear
26-11-2004, 08:37
Alerts not send by email :(

Alexei
26-11-2004, 14:21
Make sure that all parameters for SMTP (email) server have correct values. Also, check zabbix_suckerd's log file for any error or warning messages.

MBear
30-11-2004, 06:55
zabbix_suckerd:
Error receiving initial string from SMTP server.
Error sending alert ID [1668]

Alexei
02-12-2004, 12:50
The message means that ZABBIX has succesfully connected to a SMTP server, but the SMTP server didn't send welcome string back within 10 (hardcoded) seconds.

Try to telnet smptp_server 25 to see what's wrong. I think the SMTP server spends too much time doing reverse DNS lookup for incoming connections.