NetXMS Support Forum

English Support => Feature Requests => Topic started by: Felipe on October 01, 2015, 06:42:28 PM

Title: Configure NetXMS to use a local SMTP Relay
Post by: Felipe on October 01, 2015, 06:42:28 PM
Hello Guys

I'm testing NetXMS features and I want to receive an email when the Usage of System Memory is higher than 80%. I've already configured the Event Procesing Policy, Actions Configuration and I'm already receiving alerts on Console. I configured Windows SMTP Server (running on the same server where NetXMS is configured) to work as a relay, testesd using telnet and it's working, but the emails from NetXMS don't arrive, so I think the problem is about the configuration of Server Variables.

Does anyone know the variables I have to set in order to make NetXMS to sent the emails to the local relay?

So far I configured these ones:

SMTPFromAddr        [email]@[domain].com
SMTPFromName       NetXMS Server                   
SMTPPort               25
SMTPRetyCount       1                     
SMTPServer            127.0.0.1

Thanks
Title: Re: Configure NetXMS to use a local SMTP Relay
Post by: Felipe on October 05, 2015, 05:32:49 PM
The problem was solved!

Guess what: I just needed to restart NetXMS Server and the email notification worked (and also some personalized alarms I created. They were not working before, but after the server was restarted, everything was ok...)!