爲什麼要作HTTPS?1、安全。2、OWA修改密碼所必須。3、其餘。
2.把OWA的默認Title改爲《XXX公司郵件服務器》。
實現步驟:
新建一個站點,默認首頁指向以下代碼的htm文件。
<html>
<head>
<meta http-equiv="Content-Language" content="zh-CN">
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<title>深圳市XXX有限公司郵件系統</title>
</head>
<frameset framespacing="0" border="0" rows="0" frameborder="0">
<frame name="main" src=https://mail.domain.com/exchange scrolling="auto" noresize>
</frameset>
</html>
注意,若是一個IIS有多個網站的話,建議用主機頭區分。