Hi,
I just started with Zabbix out of curiosity.
So far so good and it is pretty straid forward to work with.
Having said, I'm not able to get smtp.gmail.com to work for notification.
I have installed zabbix server 5.0.6 on a RaspberryPi
Gmail via SSMTP works as expected.
i.e.
does work
But when I configure Zabbix with gmail it i'm not able to connect. In the dialog box and /var/log/zabbix/zabbix_server.log I see the following error:
failed to send email: Couldn't connect to server: Failed to connect to gmail.com port 587: Connection timed out
via Administration -> media types -> email i have used the following settings:
Besides these settings I also changed my google settings 'access les secure apps'
What am I doing wrong?
Thank you for your time and possible answers
Regs, Diet
I just started with Zabbix out of curiosity.
So far so good and it is pretty straid forward to work with.
Having said, I'm not able to get smtp.gmail.com to work for notification.
I have installed zabbix server 5.0.6 on a RaspberryPi
Gmail via SSMTP works as expected.
i.e.
Code:
echo "hello" | SSMTP [email protected]
But when I configure Zabbix with gmail it i'm not able to connect. In the dialog box and /var/log/zabbix/zabbix_server.log I see the following error:
failed to send email: Couldn't connect to server: Failed to connect to gmail.com port 587: Connection timed out
via Administration -> media types -> email i have used the following settings:
Code:
Name: Email Type: Email SMTP server: [email protected] SMTP server port: 587 SMTP helo: smtp.gmail.com SMTP email: <mail>@gmail.com Connection security:STARTTLS Authentication: Username and password Username: <mail>@gmail.com Password: <pwd> Message format: HTML/Plain text Description: Test ABC
What am I doing wrong?
Thank you for your time and possible answers

Regs, Diet
Comment