Quantcast
Channel: Forum Microsoft Identity Manager
Viewing all articles
Browse latest Browse all 1783

Use SMTP instead of Exchange MIM2016SP1

$
0
0

So I went in to Microsoft.ResourceManagement.Service.exe.config and updated the following:

<appSettings>
    <!-- Setup adds entries -->
    <add key="mailServer" value="sw20smtp.ourdomain.com" />
    <add key="isExchange" value="0" />
    <add key="sendAsAddress" value="svc-mimservice@ourdomain.com" />

I then get the following in the event viewer after I restart the FIMService:

The Forefront Identity Manager Service cannot connect with Exchange because required configuration is missing.
The mailServer configuration setting in the Forefront Identity Manager Service application configuration file is missing or not a valid URI.
Ensure an XML Node with this XPath exists and has inner text that is a valid URI representing the Exchange server:
/configuration/appSettings/add[@key='mailServer']
For example,

<configuration><appSettings><add key="mailServer" value="http://www.contoso.com/ews/exchange.asmx" /></appSettings></configuration>;

What is my issue??? Any insight would be great!!

Thanks


Viewing all articles
Browse latest Browse all 1783

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>