zoukankan      html  css  js  c++  java
  • Exchange 2010 and Outlook 2003

    When you upgrade your organization to Exchange 2010, your clients running Outlook 2007 or later versions will automatically be compatible with the change to RPC Client Access, since they support RPC encryption by default.

    Outlook 2003 doesn’t use RPC encryption, however, and RPC Client Access requires it by default. If you haven't turned off RPC encryption, your users will need to configure Outlook 2003 for RPC encryption or you'll need to use a Group Policy to force Outlook 2003 to use RPC encryption.  

    To configure Outlook 2003 to use RPC encryption, use the following steps.

    1. Click Tools > E-Mail Accounts > View or Change an Existing Account.

    2. Select the account and click More Settings.

    3. Select the Security tab.

    4. Select Encrypt data between Microsoft Office Outlook and Microsoft Exchange Server.

    5. Click OK

    Or you can disable RPC encryption on the CAS Servers, off course I do not recommend this but it is doable.

    Set-RpcClientAccess –Server <ServerIdParameter> –EncryptionRequired $false

    To verify the RPC encryption status at you server, simply perform:

    Get-RPCClientAccess –Server <ServerIdParameter>

    One more thing, for outlook 2003 compatibility with Exchange 2010 you have to consider that UDP notification support was removed from Exchange 2010. As a result, Outlook 2003 can only use polling notifications in online mode. This will result in a slight delay in updates to item status (30 seconds on average with up to a one-minute delay) when changes are made to items in a mailbox accessed by Outlook 2003. There are two workarounds for this issue:

    · Use Outlook 2003 in Cached Exchange Mode. 

    · Adjust the polling interval on the Client Access server. This will impact the performance of the Client Access server.


    Posted 03-14-2010 6:07 PM by Samer AlOtaiby

    Filed under: Exchange 2010 and Outlook 2003, Exchange 2010

  • 相关阅读:
    JVM 参数(转)
    redis 事务
    redis 命令
    Redis配置文件参数说明(转)
    zookeeper原理(转)
    数字证书原理 转载
    证书 签名 验签 实例
    SSL双向认证java实现 (转)
    详细介绍Java垃圾回收机制 转载
    Java Socket重要参数讲解 (转载)
  • 原文地址:https://www.cnblogs.com/jjkv3/p/3090596.html
Copyright © 2011-2022 走看看