1 / 15

Exchange Server 2007 の Autodiscover で自動構成できない !! を回避するために

Exchange Server 2007 の Autodiscover で自動構成できない !! を回避するために. 概要. 主なお問合せの内容 ドメインに参加していないクライアントに対する設定 プロキシサーバーが導入されている環境での対処方法 インターネットからの利用方法 自動構成機能 ( Autodiscover ) について 自動構成機能 ( Autodiscover ) の流れ 取得する情報 (XML) アクセスする URL. 自動構成機能 ( Autodiscover ) について.

sarah
Download Presentation

Exchange Server 2007 の Autodiscover で自動構成できない !! を回避するために

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Exchange Server 2007 の Autodiscoverで自動構成できない!!を回避するために

  2. 概要 • 主なお問合せの内容 • ドメインに参加していないクライアントに対する設定 • プロキシサーバーが導入されている環境での対処方法 • インターネットからの利用方法 • 自動構成機能 (Autodiscover) について • 自動構成機能 (Autodiscover) の流れ • 取得する情報 (XML) • アクセスする URL

  3. 自動構成機能 (Autodiscover) について • Exchange2007/Outlook2007 の新機能 • Outlook のプロファイル自動作成 • サービスの URL 取得

  4. 自動構成機能 (Autodiscover) の流れ 「ドメイン参加時」 CASのアドレス ドメイン コントローラー アクセス先 URL の要求 Autodiscover ExchangeServer(ClientAccessRole)

  5. 自動構成機能 (Autodiscover) の流れ 「インターネット経由」 Internet ドメイン コントローラー ExchangeServer(ClientAccessRole)

  6. 自動構成機能 (Autodiscover) の URL contoso.com ktakeda@

  7. 自動構成機能 (Autodiscover) の URL Name does not exist IP アドレス DNS クエリ ClientAccessRole contoso.com ktakeda@ Internet https://contoso.com/autodiscover/autodiscover.xml

  8. 自動構成機能 (Autodiscover) の URL Name does not exist IP アドレス DNS クエリ ClientAccessRole contoso.com autodiscover. Internet https://autodiscover.contoso.com/autodiscover/autodiscover.xml

  9. 自動構成機能 (Autodiscover) の URL IP アドレス DNS クエリ _autodiscover. _tcp. ClientAccessRole contoso.com Internet https://mail.contoso.com/autodiscover/autodiscover.xml

  10. SRV Record • ドメイン:<SMTP ドメイン名> • サービス:_autodiscover • プロトコル:_tcp • ポート番号:<ポート番号 (443)> • ホスト:<CAS の FQDN> • *サポート技術情報939184(2007 年 6 月 27 日のロールアップ) または Outlook2007SP1。 • SRV レコード参照に関する技術情報は、サポート技術情報 956528、940881にて公開。

  11. 名前解決、アクセスの制御 • ExcludeScpLookup • ExcludeHttpsRootDomain • ExcludeHttpsAutoDiscoverDomain • ExcludeHttpRedirect • ExcludeSrvRecord * サポート技術情報 948981

  12. 自動構成機能 (Autodiscover) の流れ「Local Autodiscover」 • LocalXML HKEY_CURRENT_USER\Software\ Microsoft\Office\12.0\ Outlook\AutoDiscover 値の名前:PreferLocalXML 値の種類:REG_DWORD 値:1 値の名前:<SMTPDomainName> 値の種類: 文字列 値:<XML のパス>

  13. 取得する情報 (XML) <?xml version="1.0" encoding="utf-8"?> <Autodiscoverxmlns="http://schemas.microsoft.com/exchange/autodiscover/responseschema/2006"> <Response xmlns="http://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a"> <Account> <AccountType>email</AccountType> <Action>settings</Action> <Protocol> <Type>EXCH</Type> <Server>server</Server> <ASUrl>server/ews/exchange.asmx</ASUrl> <OOFUrl>server/ews/exchange.asmx</OOFUrl> <OABUrl>server/5ee6abf1-57d3-42ed-b008-cb3b2f2d8c03ab</OABUrl> </Protocol> </Account> </Response></Autodiscover>

  14. アクセスする URL • https://<CAS FQDN>/Autodiscover/Autodiscover.xml (*1) • https://<smtp-address-domain>/ autodiscover/autodiscover.xml • http(s)://autodiscover.<smtp-address-domain>/ autodiscover/autodiscover.xml • https://<DNS SRV レコードで解決した FQDN>/ autodiscover/autodiscover.xml (*2) 例: ktakeda@contoso.com https://contoso.com/autodiscover/autodiscover.xml https://autodiscover.contoso.com/ autodiscover/autodiscover.xml *1: ドメイン参加時 *2: KB 939184(2007 年 6 月 27 日のロールアップ) または Outlook2007SP1

More Related