Exchange 2013 配置MAPI OVER HTTP

不知为什么51cto工具栏没法正常显示,只能用文字表述了。web

环境:api

  1. exchange server 2013 最新cu
    2.outlook 2016 最新更新

说明:
1.exchange2013默认没有启用MAPI OVER HTTP 而是使用的RPC OVER HTTPS
2.exchange2016默认启用MAPI OVER HTTP 链接,只须要配置externalurl便可使用服务器

1、查看当前outlook使用的链接方式状态
固然默认状况下是rpc/httpide

2、在服务器端查看MAPIvirtualdirectory设置工具

get-mapivirturaldirectory

3、设置mapi的虚拟目录
set-mapivirturaldirectory -identity "exchangeservername\mapi (default web site) " -externalurl "https://mail.***.com/mapi" -iisauthenticationmethods negotiateurl

4、查看组织配置是否启用mapioverhttp支持(13没有默认开启,须要手动开启)
get-organizationconfig | select-object mapihttpenabled
set-organizationconfig -mapihttpenabled $truecode

5、重启服务器
我执行的重启服务器操做,具体没研究哪几个服务重启能够起做用server

6、重启outlook
从新启动outlook查看链接状态发现已经切换为HTTP协议,服务器名称也是链接到了mapi的虚拟目录上。rpc

相关文章
相关标签/搜索