If I want to use a smtp gateway instead of a Exchange web services, how shoud I configure the Microsoft.ResourceManagement.Service.exe.config file?
I got a these from my MailAdmin:
gateway smart host address: server.domain.com
port tcp/25
no authentication
These are Microsoft.ResourceManagement.Service.exe.config configurations.
<p><addkey="mailServer"value="server.domain.com"/><addkey="isExchange"value="0"/></p><p>Should I configure SMTP E-mail in IIS too to get this working?</p><p>Now when MIM tries to send email, it just says</p><preclass="prettyprint">System.Net.Mail.SmtpFailedRecipientException: Mailbox unavailable. The server response was: 5.7.1 Unable to relay.