Exchange2003 OWA 将HTTPS转为HTTP访问!〖罗斌我的工做经验谈〗

 
   为什么要作HTTPS?1、安全。2、OWA修改密码所必须。3、其余。
   要求:1.把HTTPS://mail.domain.com/exchange/ 变为http://mail.domain.com/ 访问。
               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>
 
将以上https://mail.domain.com/exchange/,改为您的站点就能够了。保存为您新建的网站的目录下index.htm。
 
注意,若是一个IIS有多个网站的话,建议用主机头区分。
相关文章
相关标签/搜索