Nagios E-Mail Settings are not working
-
nagioskdvz
- Posts: 7
- Joined: Mon Apr 11, 2016 4:03 am
Re: Nagios E-Mail Settings are not working
Hey
it does not work.
100.0.10.124 is the IP of our SMTP Server that we do use, and port 25 is correct.
We use another nagios tool at our Company and i have used the same email Setting as they do..
But it just doesn't send emails :/
it does not work.
100.0.10.124 is the IP of our SMTP Server that we do use, and port 25 is correct.
We use another nagios tool at our Company and i have used the same email Setting as they do..
But it just doesn't send emails :/
-
nagioskdvz
- Posts: 7
- Joined: Mon Apr 11, 2016 4:03 am
Re: Nagios E-Mail Settings are not working
I found the Problem!
My IP was correct, and the port was either.
But I had to edit the "email.php" at /var/WWW/html/nagioslogserver/System/libraries.
The field var $crlf is set to "\n" per Default but it Needs to be "\r\n" for RFC 2045 compliant.
And the E-Mail Setting was not correct. In the left field I had to put in the Hostname (nagios-log-Server) and in the right field it must be "[email protected]"
I had changed this earlier this day and now it works fine.
Thanks for your Support.
My IP was correct, and the port was either.
But I had to edit the "email.php" at /var/WWW/html/nagioslogserver/System/libraries.
The field var $crlf is set to "\n" per Default but it Needs to be "\r\n" for RFC 2045 compliant.
And the E-Mail Setting was not correct. In the left field I had to put in the Hostname (nagios-log-Server) and in the right field it must be "[email protected]"
I had changed this earlier this day and now it works fine.
Thanks for your Support.
You do not have the required permissions to view the files attached to this post.
Re: Nagios E-Mail Settings are not working
Ah, looks like you had to dive into it, great to see you were able to get it working!
Closing this out now, but feel free to make a new thread if you need any assistance in the future.
Closing this out now, but feel free to make a new thread if you need any assistance in the future.
Former Nagios Employee