Dear all,
I’m trying to set up email alerting in my LibreNMS 24.9.0 Docker installation.
After setting the Global SMTP options and the “Mail” alert transport, LibreNMS can’t connect to my email server correctly.
I want to use SMTPS protocol over port 465 with authentication, but my email server refuses to talk to LibreNMS due to the fact that it uses TLSV1 that I denied on my Postfix Server.
Here is the log of Postfix Server
2024-11-13T08:55:58.497150+01:00 postfix postfix/submissions/smtpd[55688]: connect from librenms [192.168.1.100]
2024-11-13T08:55:58.523761+01:00 postfix postfix/submissions/smtpd[55688]: SSL_accept error from librenms [192.168.1.100]: -1
2024-11-13T08:55:58.523887+01:00 postfix postfix/submissions/smtpd[55688]: warning: TLS library problem: error:0A000418:SSL routines::tlsv1 alert unknown ca:../ssl/record/rec_layer_s3.c:1599:SSL alert number 48:
2024-11-13T08:55:58.523980+01:00 postfix postfix/submissions/smtpd[55688]: lost connection after CONNECT from librenms [192.168.1.100]
2024-11-13T08:55:58.524130+01:00 postfix postfix/submissions/smtpd[55688]: disconnect from librenms [192.168.1.100] commands=0/0
How to disable TLSV1 and TLS v1.1 and force LibreNMS use TLS v1.2 or higher?