Hey,
I have properly configured Postfix as MTA on Ubuntu 14.04. I am able to send mail via below command
"echo "Body test email from 'hostname -f' "| mail -s "subject here" <my_personal_email-id>@gmail.com"
zabbix V3.2 is installed on the same server where postfix is installed but zabbix is not able to send mail even though I have properly configured media type and action. Even I don't find logs related to action in zabbix_server.log. Could be please tell me how to debug this further as even in audit log there is nothing.
Steps Performed:-
1) In Administration-> users-> "Admin" media is taken as email and send to "<my_personal_email-id>@gmail.com"
2) In Administration-> Media types
SMTP server : smtp.gmail.com
SMTP server port : 25
SMTP helo : gmail.com
SMTP email : <my_personal_email-id>@gmail.com
Connection security : STARTTLS
Authentication : NormalPassword
Username : <gmail_user_name>
Password : <gmail_passwd>
3) configuration of action
Below conditions are set in actions:
A Maintenance status not in maintenance
B Trigger = ubuntu_new: vfs_fs_size_root_trig
Below settings are done in operations as well as recovery operations
Operation type : send message
Send to Users : Admin (Zabbix Administrator)
Send only to : Email
I have properly configured Postfix as MTA on Ubuntu 14.04. I am able to send mail via below command
"echo "Body test email from 'hostname -f' "| mail -s "subject here" <my_personal_email-id>@gmail.com"
zabbix V3.2 is installed on the same server where postfix is installed but zabbix is not able to send mail even though I have properly configured media type and action. Even I don't find logs related to action in zabbix_server.log. Could be please tell me how to debug this further as even in audit log there is nothing.
Steps Performed:-
1) In Administration-> users-> "Admin" media is taken as email and send to "<my_personal_email-id>@gmail.com"
2) In Administration-> Media types
SMTP server : smtp.gmail.com
SMTP server port : 25
SMTP helo : gmail.com
SMTP email : <my_personal_email-id>@gmail.com
Connection security : STARTTLS
Authentication : NormalPassword
Username : <gmail_user_name>
Password : <gmail_passwd>
3) configuration of action
Below conditions are set in actions:
A Maintenance status not in maintenance
B Trigger = ubuntu_new: vfs_fs_size_root_trig
Below settings are done in operations as well as recovery operations
Operation type : send message
Send to Users : Admin (Zabbix Administrator)
Send only to : Email

Comment