Problem Statement
1. Install the SMTP Server feature along with any required roles. *NOTE: Utilize Server Manager to accomplish this task.
2. Edit the Microsoft.ResourceManagement.Service.exe XML configuration file. *NOTE: File is found in %programfiles%\Microsoft Forefront Identity Manager\2010\Service folder on the machine running the FIM Service. See image below.
3. Configure SMTP relay in the IIS 6.0 manager to "All except the list below" and ensure the checkbox for "Allow all computers which successfully authenticate to relay, regardless of the list above" is checked.
a. Under Administrative Tools select Internet Information Services (IIS) 6.0 Manager
b. View the Properties of the SMTP Virtual Server and select the Access Tab
c. Review the Relay Restrictions
i. Place dot beside “All except the list below”
ii. Ensure the check is beside “Allow all computers which successfully authenticate to relay, regardless of the list above.”
d. Click Ok, and Ok to get back to IIS 6.0 Manager
4. Restart the FIM Service
1. Open an Administrative Command-Prompt
2. Type telnet localhost 25
3. Press the ENTER key
4. Review results
telnet localhost 25 RSET EHLO MAIL FROM:FIMSERVICE@contoso.com RCPT TO:user@contoso.com DATA hello this is a test