1. 請先到 apache 網站下載 apache2 來安裝.
2. 到 C:\Program files\Apache groups\Apache2\conf 目錄下, 找到 httpd.conf 檔, 用編輯器打開, 找到 # DirectoryIndex, 在之前插入以下設定 (假設 C:/RaidenWebMail 就是我們安裝 RaidenWebmail ISAPI 的目錄)
AddHandler isapi-isa .dll
ISAPIFakeAsync on
Alias /webmail/ "C:/RaidenWebMail/bin/"
<Directory "C:/RaidenWebMail/bin/">
Options ExecCGI
AllowOverride None
Order allow,deny
Allow from all
DirectoryIndex raidenwebmail.dll
</Directory>
存檔後, 重新啟動 Apache2 後即可擁有一虛擬目錄 webmail 指到實體路徑 C:/RaidenWebMail/bin/ , 除非您有指定預設文件有 raidenwebmail.dll, 否則都要指定檔名才能連到 webmail (如:http://localhost/webmail/raidenwebmail.dll ).
3. 打開您的瀏覽器連到 http://localhost/webmail/ 看看能不能連到 webmail.
4. 輸入帳號密碼看看能不能登入進去, 倘若不行, 通常有幾個原因.
- Login failed! Webmail can not fetch user data at this time, because of Socket Error # 10061 Connection refused.[3]
表示無法連到 Webmail ISAPI 設定中所指定的 RMHI Server (也就是雷電MAILD遠端控制台), 可能是設定錯誤導致無法連到或遠端控制台沒啟動.
- Login failed! Webmail can not fetch user data at this time, because of Your ip address is not allowed!
表示雷電MAILD 的 RMHI 介面允許 IP 列表並不允許目前的 ISAPI 來對遠端控制台連線.
感謝您看完此篇文章
回知識庫首頁
最近更新日期: 2006/06/11 |