Hi,
Until last week, I used Zabbix 5.0 LTS on a zabbix web and a zabbix server docker via docker-compose.
I had several actions working, using the following configuration mail configuration.
After the upgrade, using docker-compose, e-mails are not sent.
The docker log shows `failed to send email: Timeout was reached: Connection timed out after 40001 milliseconds`.
I tried changing the port from 587 to 465 and 25.
I tried setting the username and password again.
Running `telnet email-smtp.eu-west-1.amazonaws.com 587` results in `220 email-smtp.amazonaws.com ESMTP SimpleEmailService-d-23UDTQ3MO 5GJgwrIGumdOLTspYliE`. I don't expect that suddenly something changed in the network so the SMTP service should be available.
I tried turning off authentication.
I tried creating a new media type using the same settings.
Please help.
Thanks in advance.
Until last week, I used Zabbix 5.0 LTS on a zabbix web and a zabbix server docker via docker-compose.
I had several actions working, using the following configuration mail configuration.
After the upgrade, using docker-compose, e-mails are not sent.
The docker log shows `failed to send email: Timeout was reached: Connection timed out after 40001 milliseconds`.
I tried changing the port from 587 to 465 and 25.
I tried setting the username and password again.
Running `telnet email-smtp.eu-west-1.amazonaws.com 587` results in `220 email-smtp.amazonaws.com ESMTP SimpleEmailService-d-23UDTQ3MO 5GJgwrIGumdOLTspYliE`. I don't expect that suddenly something changed in the network so the SMTP service should be available.
I tried turning off authentication.
I tried creating a new media type using the same settings.
Please help.
Thanks in advance.
Comment