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

Using SMTP Mail Relay instead of Exchange

$
0
0

I am trying to use an SMTP Mail Relay instead of Exchange (due to licensing issue) for the FIM Service to send out notification and approval e-mails. So, in the FIM config file, I changed the Mail Server configuration from:

    <add key="mailServer" value="https://XXXX/ews/exchange.asmx" />
    <add key="isExchange" value="1" />

 to:

   <add key="mailServer" value="smtp.lab.XXX.com" />
    <add key="isExchange" value="0" />

Then I restarted the FIM Service. However, the mail feature has stopped working after switching to the mail relay. Is there any further configuration work needed somewhere else?


Viewing all articles
Browse latest Browse all 6944

Trending Articles



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