Exchange 2010自动发现DNSconfiguration

我无法使Exchange 2010的自动发现工作。 我们的电子邮件帐户是name @ company .com ,我们的AD是company .local

当我在图标上打开Outlook 2010和Ctrl + RMK并select“testing电子邮件自动configuration”时,我看到:

[email protected] Attempting URL https://exchange1.COMPANY.LOCAL/Autodiscover/Autodiscover.xml found through SCP Autodiscover to https://exchange1.COMPANY.LOCAL/Autodiscover/Autodiscover.xml starting GetLastError=12007; httpStatus=0. Autodiscover to https://exchange1.COMPANY.LOCAL/Autodiscover/Autodiscover.xml Failed (0x800C8203) Autodiscover to https://company.com/autodiscover/autodiscover.xml starting GetLastError=12029; httpStatus=0 Autodiscover to https://company.com/autodiscover/autodiscover.xml Failed (0x800C8203) Autodiscover to https://autodiscover.company.com/autodiscover/autodiscover.xml starting GetLastError=12007; httpStatus=0. Autodiscover to https://autodiscover.company.com/autodiscover/autodiscover.xml Failed (0x800C8203) Local autodiscover for company.com starting Local autodiscover for company.com Failed (0x8004010F) Redirect check to http://autodiscover.company.com/autodiscover/autodiscover.xml starting Srv Record lookup for http://autodiscover.company.com/autodiscover/autodiscover.xml Failed (0x80072EE7) Srv Record lookup for company.com starting Srv Record lookup for company.com Failed (0x8004010F) 

如果我通过客户端电脑上的浏览器去:

 https://exchange1/Autodiscover/autodiscover.xml 

我看到一个XML回复(所以我猜这是应该使用的自动发现URL)(exchange1是servername。)。 这是我在浏览器中看到的:

  <?xml version="1.0" encoding="utf-8" ?> - <Autodiscover xmlns="http://schemas.microsoft.com/exchange/autodiscover/responseschema/2006"> - <Response> - <Error Time="15:21:30.8211336" Id="2980235674"> <ErrorCode>600</ErrorCode> <Message>Invalid Request</Message> <DebugData /> </Error> </Response> </Autodiscover> 

当我尝试这个:

  https://exchange1.company.local/Autodiscover/autodiscover.xml 

它要求我的用户名/密码,如果我input他们,我看到相同的XML消息。 现在在我的DC在DNSpipe理器我有这样的:

 DCSERVER - Forward Lookup Zones -- _msdcs.COMPANY.LOCAL --- dc --- domains --- gc --- pdc -- COMPANY.LOCAL --- _msdcs --- sites --- _tcp <--------- --- _udp --- DomainDnsZones --- ForestDnsZones 

在COMPANY.LOCAL> _tcp下,我添加了一个SRVlogging:

 _autodiscover Service Location (SRV) [0][0][443] exchange1.company.local static 

任何人都可以看到我失踪或错误configuration?

更新:

1) Get-AutodiscoverVirtualDirectory

给我:

 Name Server InternalUrl ---- ------ ----------- Autodiscover (Default Web Site) EXCHANGE1 

看起来我需要设置一个InternalUrl也。 它是否正确?:

 Set-AutodiscoverVirtualDirectory -Identity 'Autodiscover (Default Web Site)' -InternalUrl 'https://autodiscover.company.local' 

2)

在DNSpipe理器中,我只在本文中提到了_tcp中的SRV _autodiscoverlogging。 这够了吗? 或者,我应该在“正向查找区域> COMPANY.LOCAL”中添加这些设置的Alogging吗?

 Name: autodiscover Type: Host (A) Data: <ip of exchange> 

那么在Exchange方面呢…什么是configuration为内部/外部URL? 在“autodiscover.company.com”(或内部的autodiscover.company.local)的DNS中是否有DNSlogging?您的SSL证书是否同时列出了两个名称?

如果您希望客户端也能够从外部自动发现,请设置internalURL并在内部和外部创buildAlogging(使用autodiscover.company.com)。