Today I tried to set up the email router for one of our customers.
I opened the email router configuration manager and tried to load the data in the last step / last tab.
I failed with a message "The caller was not authenticated by the service".
Very annoying... but after googeling a while I found multiple posts that mention an issue with the Windows loopback check.
Following the lines below resolved it without an issue:
To specify the host names that are mapped to the loopback address and can connect to Web sites on your computer, follow these steps:
I opened the email router configuration manager and tried to load the data in the last step / last tab.
I failed with a message "The caller was not authenticated by the service".
Very annoying... but after googeling a while I found multiple posts that mention an issue with the Windows loopback check.
Following the lines below resolved it without an issue:
To specify the host names that are mapped to the loopback address and can connect to Web sites on your computer, follow these steps:
- Click Start, click Run, type regedit, and then click OK.
- In Registry Editor, locate and then click the following registry key:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\MSV1_0
- Right-click MSV1_0, point to New, and then click Multi-String Value.
- Type BackConnectionHostNames, and then press ENTER.
- Right-click BackConnectionHostNames, and then click Modify.
- In the Value data box, type the host name or the host names for the sites that are on the local computer, and then click OK.
- Quit Registry Editor, and then restart the IISAdmin Service.
In the Value data box, type the host name or the host names for the sites that are on the local computer, and then click OK
ReplyDeletewhat do you mean? the UNC of the CRM server or the name of the website? If the last: inc https://? So something like https://crm.site.com/live?
Only the CRM Server host name or host header e.g. mycrm.site.com
ReplyDelete