WorldClient is equipped with a built-in web server and therefore doesn’t require Internet Information Server (IIS) to operate. However, WorldClient does support IIS, and can therefore function as a ISAPI DLL. To configure WorldClient to operate under IIS:
1. Stop WorldClient. WorldClient cannot run using the included web server and in IIS at the same time.
2. Create a web site or virtual directory in IIS for the \WorldClient\HTML directory
3. Enable “Scripts and executables” permission and set WorldClient.dll as the default document.
4. Using Windows Explorer, give Full Control access to your MDaemon directory to the IWAM_ComputerName account.
5. If you have any email accounts that use NT domain authentication, edit your Local Security Policy to give IWAM_ComputerName the “Act as part of the operating system” user right.
6. If you are also running WebAdmin under IIS, edit WorldClient’s Domains.ini (located in \MDaemon\WorldClient\) and set the WebAdminURL key in the [Default:Settings] section to the URL of WebAdmin.
7. In MDaemon, go to Setup->WorldClient…->Web Server, and then click WorldClient is
running under IIS.作者: 钉子 时间: 2008-1-16 02:00
如何让WorldClient运行于IIS 6下 http://www.5dmail.net/bbs/thread-50208-1-1.html作者: Kyan 时间: 2008-1-17 22:20
我以 www.altn.com 為例,一步一步的告訴你們怎樣做,使 MD WorldClient 能在 IIS 下運行。
The following information on how to configure WorldClient to operate under IIS6 was taken from article #01465 of the MDaemon Knowledge Base at www.altn.com:
1. Open the Internet Information Services Management Console.
2. Right-click on Application Pools.
3. Choose New/Application Pool.
4. Name the Pool Alt-N and click the OK button.
5. Right-click on Alt-N.
6. Click on Properties.
7. Click on the Performance tab.
8. Uncheck the options for Shutdown worker processes after being idle for (time in minutes): and Limit the kernel request queue (number of requests).
9. Click on the Identity tab.
10. In the dropdown for Predefined, choose Local Service.
11. Click the OK button.
12. Right-click on Web Sites.
13. Choose New.
14. Click on Web Site. (This will launch a wizard)
15. Click on the Next button.
16. Type in a name for the site such as WorldClient.
17. Click on the Next button.
18. Click on the Next button again.
19. Browse to the Home directory: which will be C:\MDaemon\WorldClient\HTML with a default installation.
20. Click on the Next button.
21. Make sure the options for Read and Run Scripts are checked.
22. Click on the Next button.
23. Click on the Finish button.
24. Right click on the website you just made (WorldClient).
25. Choose Properties.
26. Click on the Documents tab.
27. Remove all listed documents.
28. Add WorldClient.dll.
29. Choose the Home Directory tab.
30. Choose Alt-N in the Application Pool dropdown.
31. Click the OK button.
32. Click on Web Service Extensions.
33. Enable All Unknown ISAPI Extension or Create a new one for WorldClient.DLL.