Intel Unite Solution - Enterprise Deployment Guide

Intel Unite® Solution Enterprise Deployment Guide v3.1.7  56 of 83 
8.7.3  Email Server Settings 
The Admin Portal defines the SMTP server in web.config xml file that is created when the Intel Unite 
application is installed on the server. Depending on where your SMTP server is configured, mailSettings 
have to be modified in the web.config xml file so that “host” points to your SMTP server. (By default, the 
Web.config xml file is located in C:\Program Files (x86)\Intel\Intel Unite\PinServer.). 
Ensure the SMTP email Server is configured under IIS, and that the setting is correct to work with the 
application during the Enterprise Server pre-installation. 
The settings in the file are as follows: 
<mailSettings> 
<smtp from="noreply@uniteserver.com" deliveryMethod="Network"> 
<network enableSsl="false" host="smtp.myco.com" port="25" 
userName="noreply@uniteserver.com" password="pass" /> 
</smtp> 
</mailSettings> 
8.7.4  Alerting and Monitoring 
The Enterprise Server offers Alerting and Monitoring services. This is an opt-in service and is configured in 
the Admin Portal. 
Any device that is configured for alerts will be monitored and if it has not checked in within the warning 
threshold an email will be sent to specified users. 
To opt in to receive emails about inactive devices, make sure that the Notifications role has been assigned 
to the user in Admin Portal. To opt a device into being monitored, add the key EnableReporting to its 
metadata and set the value to True. 
The warning threshold is configured in Management > Server Properties and defaults to 60 minutes. 
InactiveCount: If user wants to get an immediate email in the next check it should be set to a low number. 
The email address (smtp from) and email server (host) must be specified in the clocktower.exe.config file, 
which is located in: /productfiles/release/clocktower.exe.config. (By default the location of the 
clocktower.exe xml config file is C:\Program Files (x86)\Intel\Intel Unite\ClockTower) 
The settings in the file are as follows: 
<mailSettings> 
<smtp from="noreply@uniteserver.com" deliveryMethod="Network"> 
<network enableSsl="false" host="smtp.myco.com" port="25" 
userName="noreply@uniteserver.com" password="pass" /> 
</smtp> 
</mailSettings> 










