NetXMS Support Forum

English Support => Feature Requests => Topic started by: Santosh Khanna on November 09, 2013, 06:54:17 PM

Title: SMTP authentication
Post by: Santosh Khanna on November 09, 2013, 06:54:17 PM
Hi,

Does Netxms has SMTP authentication feature,

Can we send e-mail notification via gmail etc.

How's it possible ?
Title: Re: SMTP authentication
Post by: Alex Kirhenshtein on November 11, 2013, 11:34:50 AM
Not out of the box. You need to setup local relaying server, or configure remote server to allow relaying from NetXMS's IP without authorisation.
For local relay:
* UNIX setup — most installs already include some kind of MTA available (Postfix, Exim, Sendmail, e.t.c.), you just need to reconfigure it to send mail via smarthost. For instructions just search google for "postfix smarthost authentication" (change "postfix" to your favourite MTA).
* Windows setup — I use http://emailrelay.sourceforge.net/
Title: Re: SMTP authentication
Post by: Santosh Khanna on November 12, 2013, 12:28:35 PM
Sir,

Thanks a lot for sparing your valuable time to reply