为什么要作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有多个网站的话,建议用主机头区分。