I have been trying to configure librenms to receive alerts in my mail, but I have not been able to achieve it.
I tried with mail and sendmail and I had no luck, but I don’t know how to configure with smtp.
Please help.
I have been trying to configure librenms to receive alerts in my mail, but I have not been able to achieve it.
I tried with mail and sendmail and I had no luck, but I don’t know how to configure with smtp.
Please help.
Can you telnet to the e-mail server port 25 and send a test e-mail?
telnet example.com 25
ehlo example.com
mail from: [email protected]
rcpt to: [email protected], [email protected]
data
Subject: My Telnet Test Email
Hello,
This is an email sent by using the telnet command.
Your friend,
Me
.
Hi,
From what account you’ll be sending those messages to?
You can easily configure it to send it from your gmail to… your gmail
SMTP server: smtp.gmail.com
SMTP Port: 587
Encryption: TLS
SMTP Auth username: your login
SMTP Auth password: your password
Make sure that you go to http://accounts.google.com/ and under Security tab find “App passwords”. Add new one, name it “LibreNMS” and use THAT password in Libre.
You should be fine