计划自动在 Outlook 2010 中配置用户帐户

 

适用于: Office 2010

上一次修改主题: 2016-11-29

自动发现和常规设置发现是两个可以在 Microsoft Outlook 2010 中自动配置用户帐户的发现机制。

本文内容:


  • 概述


  • 结合使用自动发现与 DNS


  • 自动发现交易记录汇总


  • 自动发现 XML 架构


  • 通用设置发现

概述

与 Microsoft Office Outlook 2007 一样,Outlook 2010 能够自动配置用户帐户。Outlook 2010 使用这两种发现机制之一来自动配置帐户:自动发现和常规设置发现。

自动发现是基于标准的 XML 文件,可由 Internet 服务提供商或公司管理员配置,或由 Microsoft Exchange Server 2007 或 Microsoft Exchange Server 2010 中的客户端访问服务器角色等服务动态生成。这是用于设置发现的建议机制,因为它提供了最佳性能。由于设置由邮件服务器的管理员明确且有意定义,它也减少了在客户端计算机上出现配置错误的可能性。

常规设置发现不能进行太多可配置且不太复杂,但世界各地均基于常规设置来配置大多数邮件服务器。它首先尝试加密连接。如果这些连接失败,它会提示用户尝试使用未加密连接,并再次尝试不加密的相同服务器。目前,许多 ISP 不需要加密,但启用了加密,以便用户可以通过使用加密配置他们的帐户。

有关如何部署和管理 Exchange Server 2007 自动发现服务的信息,请参阅动发现服务概述:Exchange 2007 帮助 (https://go.microsoft.com/fwlink/p/?linkId=183290)。有关 Exchange Server 2010 的信息,请参见了解自动发现服务:Exchange 2010 帮助 (https://go.microsoft.com/fwlink/p/?linkId=183289)。

结合使用自动发现与 DNS

Outlook 2010 中的自动发现是放置在两个位置之一的 XML 文件,具体取决于用户提供的域名。对于 Internet,自动发现依赖于域名系统 (DNS) 来查找 XML 文件。XML 文件的位置取决于用户提供的电子邮件地址。例如,如果针对用户的电子邮件地址输入 barbara@contoso.com,Outlook 2010 会在以下位置按以下顺序查找 XML 文件︰

  1. https://contoso.com/autodiscover/autodiscover.xml

  2. https://autodiscover.contoso.com/autodiscover/autodiscover.xml

如果你的公司在根域(如 contoso.com)也有一个网站,使用第二个选项(自动发现“主机 (A) 资源记录”解决方案)可以在分开的服务器上运行 Web 服务器和自动发现文件或服务。对于较小的公司,可以忽略其他拥有单独 DNS 记录的管理,一台服务器可以同时运行网站和自动发现服务(例如,上面列出的选项 1)。

必须使用安全套接字层 (SSL) 建立连接,并且必须存在有效的 SSL 证书。SSL 是必需的,因为一家公司或 Internet 服务提供商 (ISP) 可以选择仅加密访问他们的邮件服务器。在这种情况下,如果 Outlook 2010 首先检查非 SSL 位置或允许故障转移到非 SSL 位置,且用户在易受攻击的安全情况(如中间人攻击)下键入电子邮件地址和密码,Outlook 2010 中的自动配置服务会在允许使用非 SSL 连接时成为连接链中最弱的链接,从而可能削弱安全性。如果没有加密的连接,自动配置服务可能允许非加密网站配置邮件服务器设置,并允许使用用户名和密码对非加密站点进行身份验证。相反,自动发现协议需要 SSL 以维护与要求安全配置例程的公司和 ISP 的兼容性。

但是,如果一家公司或 ISP 选择托管很多的电子邮件域,对于存储设置的安全网站,Outlook 2010 可以遵循 HTTP 重定向或未加密的 DNS 服务 (SRV) 资源记录(此 DNS SRV 记录查找功能包含在 Office Outlook 2007 Service Pack 1 及更高版本中)。例如,假设 contoso.com 是托管电子邮件域,并且托管服务在 hoster.com 上运行自动发现文件。在这种情况下,autodiscover 前缀可用于托管公司以将 Outlook 2010 定向到包含自动发现设置的安全站点。

在这两个示例中,用户将在 Outlook 2010 中看到警告对话框,指出它们将被重定向到 autodiscover.hoster.com 以进行服务器设置。对话框提供选项以允许重定向并允许用户忽略有关重定向网站(在此示例中为 autodiscover.hoster.com)的将来提示。

自动发现协议详细信息

在配置有服务连接点 (SCP) 的域环境中,将首先执行 SCP 查阅。否则,第一次连接尝试始终是 domain 的 HTTPS POST 动词,用户在其中输入电子邮件地址 e-mail@domain。如果成功检索设置,则没有额外的网络调用。如果不检索这些设置,将对 autodiscover.domain 执行 HTTPS POST 动词。如果不从该网站中检索设置,仅对 autodiscover.domain 网站执行最终 HTTP GET 和 DNS SRV 记录查找。此 HTTP GET 和 DNS SRV 记录查找只可以重定向到一个安全站点。(如果设置在 HTTP 位置存在,Outlook 2010 不会配置它们,因为连接未加密。)

Outlook 2010 可以跟踪任何类型的最多 10 个重定向。即,可以跟踪 HTTPS POST 重定向、HTTP GET 重定向或者使用本文后面所述的自动发现重定向 XML 架构标记。如果重定向 10 次后仍无法获取这些设置,设置发现将失败。

静态 XML 与Web 服务 XML

使用 POST 动词,以便 Outlook 2010 可以向动态 Web 服务发出请求,如 Exchange 2007 和 Exchange Server 2010 中的客户端访问服务器角色。但是,如果静态 XML 文件足够或者你未运行自动发现 Web 服务,从任何 Web 服务器的自定义 405(不支持 POST 动词)响应返回的 XML 响应也适用于 Outlook 2010 使用的配置 XML。

在本地使用自动发现

可以在你的计算机上配置注册表以查找定义服务器设置的本地 XML 文件。但是,我们强烈建议将设置托管在实时服务器上,以便可以轻松地对其进行更新。出于测试目的,向注册表中添加条目可以强制 Outlook 2010 使用本地 XML 文件配置未在服务器上配置的电子邮件域。服务器会覆盖本地 XML 以获得更好的安全性和配置控制能力。

例如,为了从本地 XML 文件提供 contoso.com 电子邮件地址设置,可以配置以下注册表值:

[HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Outlook\Autodiscover] "contoso.com"="%PROGRAMFILES%\Microsoft Office\Office14\contoso.xml"

在此示例中,XML 设置文件位于此处:%PROGRAMFILES%\Microsoft Office\Office14\contoso.xml。本文后面提供示例 XML 设置文件。

XML 设置优先级

Outlook 2010 根据自动发现 XML 设置文件中定义服务器的顺序来配置服务器类型。例如,如果邮件服务提供商允许用户使用 POP3 协议和 IMAP 协议登录,但倾向于用户使用 POP3 协议,POP3 设置应首先列在自动发现文件中。

自动发现交易记录汇总

Outlook 2010 中自动发现设置发现的操作顺序归纳如下:

  1. 如果计算机已加入某个域,自动从 Active Directory 目录服务检索电子邮件地址。

  2. 检索 Exchange Server 计算机的名称(如果找到),并存储名称以供将来使用。

  3. 查找对应于用户电子邮件地址的服务连接点 (SCP) 对象或 SCP 指针对象,并找到要连接到的正确自动发现服务器。然后,连接到服务器并检索设置。

  4. 如果上一步骤失败,请尝试自动发现 XML 的 DNS 发现(允许 10 次重定向)。

    1. HTTPS POST:https://domain/autodiscover/autodiscover.xml

    2. HTTPS POST:https://autodiscover.domain/autodiscover/autodiscover.xml

    3. 尝试本地 XML 查询并使用本地计算机上找到的 XML(如果存在)。

    4. HTTP GET:http://autodiscover.domain/autodiscover/autodiscover.xml(仅用于跟踪重定向,不获取设置)

    5. DNS SRV 查找:_autodiscover._tcp.domain(仅用于按照重定向找到 SRV 资源记录指向)

  5. 如果上一步骤失败,但在步骤 2 中找到 Exchange Server 计算机的名称,请根据 Exchange Server 计算机的名称配置 Exchange 帐户

  6. 如果上一步骤不适用,尝试使用常规设置发现,如本文后面的常规设置发现中所述。

自动发现 XML 架构

Outlook 2010 中的自动发现 XML 架构如以下部分所述。

由 Outlook 发送的 POST 请求

检索 XML 设置以配置电子邮件帐户时,Outlook 2010 始终使用 POST 动词。HTTP POST 如以下代码示例所示。

<!-- REQUEST TO SERVER. In HTTP POST DATA -->
<?xml version="1.0" encoding="utf-8" ?>
<Autodiscover xmlns="https://schemas.microsoft.com/exchange/autodiscover/outlook/requestschema/2006">
<Request>
<AcceptableResponseSchema>https://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a</AcceptableResponseSchema>

<!-- EMailAddress: Optional
This tag indicates the user's email address.
-->
<EMailAddress>JohnDoe@sample.com</EMailAddress>
</Request>
</Autodiscover>

XML 响应架构

服务器会以多种方式响应 Outlook 2010 POST。如果静态 XML 文件充足,如 Internet 服务提供商 (ISP) 提供的 POP3 服务,其中所有用户具有相同的服务器名称,那么具有 XML 内容的自定义 405 POST 错误消息就已足够如果正在运行自动发现服务,可以根据上一部分显示的用户 POST 动态计算响应。无论如何,响应架构如下面的代码示例中所示。

<!-- RESPONSE FROM THE SERVER -->
<?xml version="1.0" encoding="utf-8" ?>
<Autodiscover xmlns="https://schemas.microsoft.com/exchange/autodiscover/responseschema/2006">
<!-- Response: Required
This tag serves as an indication that the retrieved XML is an Autodiscovery Response
-->
<Response xmlns="https://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a">
<!-- User: Optional
This tag gives user-specific information.  Autodiscover must be UTF-8 encoded.
-->
<User>
<!-- DisplayName: Optional
The server may have a good formal display name.  The client can decide to accept it or change it.  This will save the user time in the default case.
-->
<DisplayName>John Doe</DisplayName>
</User>

<!-- Account: Required
This tag specifies the type of account, such as Email vs Newsgroups, vs SIP server, etc.
-->
<Account>
<!-- AccountType: Required
This value indicates the type of the account.
VALUES:
email: The values under this Account tag indicate configuration settings for an email server.
nntp: The values under this Account tag indicate configuration settings for a NNTP server. (not used by Outlook 2007)
-->
<AccountType>email | nntp</AccountType>

<!-- Action: Required
This value indicates if the goal of this account results is to provide the settings or redirect to another web server that can provide results.
VALUES:
redirectUrl: If this value is specified, then the URL tag will specify the http: or https: URL containing the Autodiscover results to be used.  In order to prevent the server from being able to send the client into an infinite loop, the client should stop redirecting after 10 redirects.
redirectAddr: If this value is specified, then the XML tag will specify the e-mail address that Outlook should use to execute Autodiscover again.  In other words, the server is telling the client that the e-mail address the client should really be using for Autodiscover is not the one that was posted, but the one specified in this tag. 
settings: If this value is specified, then the XML will contain the settings needed to configure the account.  The settings will primarily be under the PROTOCOL tag.
-->
<Action>redirectUrl | redirectAddr | settings</Action>

<!-- RedirectUrl: Required if ACTION tag has value of 'redirectUrl'. Otherwise this tag must not exist.
The value will be a https: URL that the client should use to obtain the Autodiscover settings or a http: URL that the client should use for further redirection.
-->
<RedirectUrl>redirect.URL</RedirectUrl>

<!-- RedirectAddr: Required if ACTION tag has value of 'redirectAddr'. Otherwise this tag must not exist.
The value will be an email address that the client should use to rediscover settings using the Autodiscover protocol.
-->
<RedirectAddr>email@address</RedirectAddr>

<!-- Image: Optional
This is a JPG picture to brand the ISP configuration experience with. The client can choose whether or not they download this picture to display. (not used by Outlook 2007)
-->
<Image>http://path.to.image.com/image.jpg</Image>

<!-- ServiceHome: Optional
This is a link to the ISP's Home Page. The client can choose whether or not they expose this link to the user. (not used by Outlook 2007)
-->
<ServiceHome>http://web.page.com</ServiceHome>

<!-- Protocol: Required if ACTION tag has value of 'settings'. Otherwise, this tag must not exist.
The tag encloses the specifications for a single account type.  The list of Protocol tags are in order of preference of the server.  The client may over ride the preference.
-->
<Protocol>
<!-- TYPE: Required.
The value here specifies what kind of mail account is being configured.
POP3: The protocol to connect to this server is POP3. Only applicable for AccountType=email.
SMTP: The protocol to connect to this server is SMTP. Only applicable for AccountType=email.
IMAP: The protocol to connect to this server is IMAP. Only applicable for AccountType=email.
DAV: The protocol to connect to this server is DAV. Only applicable for AccountType=email.
WEB: Email is accessed from a web browser using an URL from the SERVER tag. Only applicable for AccountType=email. (not used by Outlook 2007)
NNTP: The protocol to connect to this server is NNTP. Only applicable for AccountType=nntp. (not used by Outlook 2007)
-->
<Type>POP3 | SMTP | IMAP | DAV | WEB | NNTP</Type>

<!-- ExpirationDate: Optional.
The value here specifies the last date which these settings should be used. After that date, the settings should be rediscovered via Autodiscover again. If no value is specified, the default will be no expiration.
-->
<ExpirationDate>YYYYMMDD</ExpirationDate>

<!-- TTL: Optional.
The value here specifies the time to live in hours that these settings are valid for. After that time has elapsed (from the time the settings were retrieved), the settings should be rediscovered via Autodiscovery again. A value of 0 indicates that no rediscovery will be required. If no value is specified, the default will be a TTL of 1 hour.
-->
<TTL>168</TTL>

<!-- Server: Required.
The value here specifies the name of the mail server corresponding to the server type specified above.
For protocols such as POP3, SMTP, IMAP, or NNTP, this value will be either a hostname or an IP address.
For protocols such as DAV or WEB, this will be an URL.
-->
<Server>mail.contoso.com</Server> <!--IP Addr or DNS name of server-->

<!-- Port: Optional.
The value specifies the Port number to use.  If no value is specified, the default settings will be used depending on the mail server type.  This value is not used if the SERVER tag contains an URL.
-->
<Port>110</Port>

<!-- LoginName: Optional.
This value specifies the user's login.  If no value is specified, the default will be set to the string preceding the '@' in the email address.  If the Login name contains a domain, the format should be <Username>@<Domain>.  Such as JoeUser@SalesDomain.
-->
<LoginName>johndoe</LoginName>

<!-- DomainRequired: Optional.  Default is off.
If this value is true, then a domain is required during authentication.  If the domain is not specified in the LOGINNAME tag, or the LOGINNAME tag was not specified, the user will need to enter the domain before authentication will succeed.
-->
<DomainRequired>on | off</DomainRequired>

<!-- DomainName: Optional.
This value specifies the user's domain. If no value is specified, the default authentication will be to use the e-mail address as a UPN format <Username>@<Domain>. Such as JoeUser@SalesDomain.
-->
<DomainName></DomainName>

<!-- SPA: (Secure Password Authentication) Optional.
This value specifies whether or not secure password authentication is needed.
If unspecified, the default is set to on.
-->
<SPA>on | off</SPA>

<!-- SSL: Optional.
This value specifies whether secure login is needed.
If unspecified, the default is set to on.
-->
<SSL>on | off</SSL>

<!-- AuthRequired: Optional.
This value specifies whether authentication is needed (password).
If unspecified, the default is set to on.
-->
<AuthRequired>on | off</AuthRequired> <!-- Optional: Is Authentication required? -->

<!-- UsePOPAuth: Optional.
This value can only be used for SMTP types.
If specified, then the authentication information provided for the POP3 type account will also be used for SMTP.
-->
<UsePOPAuth>on | off</UsePOPAuth>

<!-- SMTPLast: Optional.  Default is off.
If this value is true, then the SMTP server requires that email be downloaded before sending email via the SMTP server.  This is often required because the SMTP server verifies that the authentication succeeded when downloading email.
-->
<SMTPLast>on | off</SMTPLast>
</Protocol>
</Account>
</Response>
</Autodiscover>

示例 XML 响应

返回的 XML 响应取决于 ISP 定义的配置。

具有 POP3 和 SMTP 服务的 ISP

下面的 XML 文件将在以下位置之一配置为自定义 405 错误响应 https://contoso.com/autodiscover/autodiscover.xmlhttps://autodiscover.contoso.com/autodiscover/autodiscover.xml。

<?xml version="1.0" encoding="utf-8" ?>
<Autodiscover xmlns="https://schemas.microsoft.com/exchange/autodiscover/responseschema/2006">
<Response xmlns="https://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a">
<Account>
<AccountType>email</AccountType>
<Action>settings</Action>
<Protocol>
<Type>POP3</Type>
<Server>mail.contoso.com</Server>
<Port>995</Port>
<DomainRequired>off</DomainRequired>
<SPA>off</SPA>
<SSL>on</SSL>
<AuthRequired>on</AuthRequired>
</Protocol>
<Protocol>
<Type>SMTP</Type>
<Server>mail.contoso.com</Server>
<Port>587</Port>
<DomainRequired>off</DomainRequired>
<SPA>off</SPA>
<SSL>on</SSL>
<AuthRequired>on</AuthRequired>
<UsePOPAuth>on</UsePOPAuth>
<SMTPLast>on</SMTPLast>
</Protocol>
</Account>
</Response>
</Autodiscover>

具有 POP3、IMAP 和 SMTP 服务的 ISP,客户端首选 POP3

将完全按照上一节中所述配置下面的 XML 文件。

<?xml version="1.0" encoding="utf-8" ?>
<Autodiscover xmlns="https://schemas.microsoft.com/exchange/autodiscover/responseschema/2006">
<Response xmlns="https://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a">
<Account>
<AccountType>email</AccountType>
<Action>settings</Action>
<Protocol>
<Type>POP3</Type>
<Server>mail.contoso.com</Server>
<Port>995</Port>
<DomainRequired>off</DomainRequired>
<SPA>off</SPA>
<SSL>on</SSL>
<AuthRequired>on</AuthRequired>
</Protocol>
<Protocol>
<Type>IMAP</Type>
<Server>mail.contoso.com</Server>
<Port>993</Port>
<DomainRequired>off</DomainRequired>
<SPA>off</SPA>
<SSL>on</SSL>
<AuthRequired>on</AuthRequired>
</Protocol>
<Protocol>
<Type>SMTP</Type>
<Server>mail.contoso.com</Server>
<Port>587</Port>
<DomainRequired>off</DomainRequired>
<SPA>off</SPA>
<SSL>on</SSL>
<AuthRequired>on</AuthRequired>
<UsePOPAuth>on</UsePOPAuth>
<SMTPLast>on</SMTPLast>
</Protocol>
</Account>
</Response>
</Autodiscover>

XML 重定向到常规 XML 文件位置

若要将用户重定向到常规 XML 文件位置,应在托管域的位置(未加密的 URL)配置下面的 XML 文件。通过使用该 XML 文件,将向用户显示一条消息以向他们解释他们将被重定向到另一个站点进行自动发现设置。

例如,如果托管域位置为提供 contoso.com 电子邮件地址的 hoster.com,该文件将位于 http://autodiscover.contoso.com/autodiscover/autodiscover.xml。在此示例中,文件的内容如下面的代码示例中所示。

<?xml version="1.0" encoding="utf-8" ?>
<Autodiscover xmlns="https://schemas.microsoft.com/exchange/autodiscover/responseschema/2006">
<Response xmlns="https://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a">
<Account>
<AccountType>email</AccountType>
<Action>redirectUrl</Action>
<RedirectUrl>https://autodiscover.hoster.com/autodiscover/autodiscover.xml</RedirectUrl>
</Account>
</Response>
</Autodiscover>

通过在源位置配置普通 HTTP 302 重定向来重定向用户。Outlook 2010 遵循 XML 响应中的 302 重定向和 redirectUrl 标记。

请注意,所有自动发现响应的 XML 文件内容必须命名为 Autodiscover.xml。

常规设置发现

如果在 Outlook 2010 中自动配置用户帐户所需的设置无法使用上述自动发现部分中所述的方法找到,可通过常规名称和众所周知的端口来使用回退算法检测服务器。

在 Outlook 2010 中,Webmail 帐户默认将帐户类型设置为 IMAP(对于支持 IMAP 的 Webmail 帐户),如 Google Gmail。如果用户希望使用 POP3 设置,通过选择“添加新帐户”对话框中的“手动配置服务器设置”选项由 Outlook 2010 确定设置后,可以手动调整协议设置。若要让用户可以轻松地选择此选项,提供 POP3 和 IMAP 协议的邮件服务提供商应为每个协议使用相同的服务器名称。然后,用户只需更改一个选择框,即可从 IMAP 切换到 POP3。

Outlook 2010 尝试各种并行传入和传出服务器设置,以使性能最大化,同时尽量减少用户等待时间。下表中列出了 Outlook 2010 尝试为用户配置的设置。首先尝试所有加密设置,并互相排斥。然后,尝试未加密的设置(如果用户同意)。

IMAP 设置

首先,尝试加密设置。对于 IMAP 服务器,连接排列如下表中所示。

服务器 用户名 端口 TLS/SSL SPA

mail.domain

email@domain

993

SSL

SPA

email@domain

993

SSL

无 SPA

email@domain

993

TLS

SPA

email@domain

993

TLS

无 SPA

email@domain

143

SSL

SPA

email@domain

143

SSL

无 SPA

email@domain

143

TLS

SPA

email@domain

143

TLS

无 SPA

email

993

SSL

SPA

email

993

SSL

无 SPA

email

993

TLS

SPA

email

993

TLS

无 SPA

电子邮件

143

SSL

SPA

电子邮件

143

SSL

无 SPA

电子邮件

143

TLS

SPA

电子邮件

143

TLS

无 SPA

imap.domain

email@domain

993

SSL

SPA

email@domain

993

SSL

无 SPA

email@domain

993

TLS

SPA

email@domain

993

TLS

无 SPA

email@domain

143

SSL

SPA

email@domain

143

SSL

无 SPA

email@domain

143

TLS

SPA

email@domain

143

TLS

无 SPA

email

993

SSL

SPA

email

993

SSL

无 SPA

email

993

TLS

SPA

email

993

TLS

无 SPA

email

143

SSL

SPA

email

143

SSL

无 SPA

email

143

TLS

SPA

email

143

TLS

无 SPA

domain

email@domain

993

SSL

SPA

email@domain

993

SSL

无 SPA

email@domain

993

TLS

SPA

email@domain

993

TLS

无 SPA

email@domain

143

SSL

SPA

email@domain

143

SSL

无 SPA

email@domain

143

TLS

SPA

email@domain

143

TLS

无 SPA

email

993

SSL

SPA

email

993

SSL

无 SPA

email

993

TLS

SPA

email

993

TLS

无 SPA

email

143

SSL

SPA

email

143

SSL

无 SPA

email

143

TLS

SPA

email

143

TLS

无 SPA

接下来,用户要求继续尝试未加密的连接后,尝试未加密的排列。Outlook 2010 尝试配置的未加密 IMAP 设置如下表所示。

服务器 用户名 端口 TLS/SSL SPA

mail.domain

email@domain

143

最浅

SPA

email@domain

143

最浅

无 SPA

email

143

最浅

SPA

email

143

最浅

无 SPA

imap.domain

email@domain

143

最浅

SPA

email@domain

143

最浅

无 SPA

email

143

最浅

SPA

email

143

最浅

无 SPA

domain

email@domain

143

最浅

SPA

email@domain

143

最浅

无 SPA

email

143

最浅

SPA

email

143

最浅

无 SPA

POP3 设置

首先,尝试加密设置。对于 POP3 服务器,连接排列如下表中所示。

服务器 用户名 端口 TLS/SSL SPA

mail.domain

email@domain

995

SSL

SPA

email@domain

995

SSL

无 SPA

email@domain

995

TLS

SPA

email@domain

995

TLS

无 SPA

email@domain

110

SSL

SPA

email@domain

110

SSL

无 SPA

email@domain

110

TLS

SPA

email@domain

110

TLS

无 SPA

email

995

SSL

SPA

email

995

SSL

无 SPA

email

995

TLS

SPA

email

995

TLS

无 SPA

email

110

SSL

SPA

email

110

SSL

无 SPA

email

110

TLS

SPA

email

110

TLS

无 SPA

pop3.domain

email@domain

995

SSL

SPA

email@domain

995

SSL

无 SPA

email@domain

995

TLS

SPA

email@domain

995

TLS

无 SPA

email@domain

110

SSL

SPA

email@domain

110

SSL

无 SPA

email@domain

110

TLS

SPA

email@domain

110

TLS

无 SPA

email

995

SSL

SPA

email

995

SSL

无 SPA

email

995

TLS

SPA

email

995

TLS

无 SPA

email

110

SSL

SPA

email

110

SSL

无 SPA

email

110

TLS

SPA

email

110

TLS

无 SPA

pop.domain

email@domain

995

SSL

SPA

email@domain

995

SSL

无 SPA

email@domain

995

TLS

SPA

email@domain

995

TLS

无 SPA

email@domain

110

SSL

SPA

email@domain

110

SSL

无 SPA

email@domain

110

TLS

SPA

email@domain

110

TLS

无 SPA

email

995

SSL

SPA

email

995

SSL

无 SPA

email

995

TLS

SPA

email

995

TLS

无 SPA

email

110

SSL

SPA

email

110

SSL

无 SPA

email

110

TLS

SPA

email

110

TLS

无 SPA

domain

email@domain

995

SSL

SPA

email@domain

995

SSL

无 SPA

email@domain

995

TLS

SPA

email@domain

995

TLS

无 SPA

email@domain

110

SSL

SPA

email@domain

110

SSL

无 SPA

email@domain

110

TLS

SPA

email@domain

110

TLS

无 SPA

email

995

SSL

SPA

email

995

SSL

无 SPA

email

995

TLS

SPA

email

995

TLS

无 SPA

email

110

SSL

SPA

email

110

SSL

无 SPA

email

110

TLS

SPA

email

110

TLS

无 SPA

接下来,用户要求继续尝试未加密的连接后,尝试未加密的排列。Outlook 2010 尝试配置的未加密 POP3 设置如下表所示。

服务器 用户名 端口 TLS/SSL SPA

mail.domain

email@domain

110

最浅

SPA

email@domain

110

最浅

无 SPA

email

110

最浅

SPA

email

110

最浅

无 SPA

pop3.domain

email@domain

110

最浅

SPA

email@domain

110

最浅

无 SPA

email

110

最浅

SPA

email

110

最浅

无 SPA

pop.domain

email@domain

110

最浅

SPA

email@domain

110

最浅

无 SPA

email

110

最浅

SPA

email

110

最浅

无 SPA

domain

email@domain

110

最浅

SPA

email@domain

110

最浅

无 SPA

email

110

最浅

SPA

email

110

最浅

无 SPA

SMTP 设置

首先,尝试加密设置。对于 SMTP 服务器,连接排列如下表中所示。

服务器 用户名 端口 TLS/SSL SPA

mail.domain

email@domain

587

SSL

SPA

email@domain

587

SSL

无 SPA

email@domain

587

TLS

SPA

email@domain

587

TLS

无 SPA

email@domain

25

SSL

SPA

email@domain

25

SSL

无 SPA

email@domain

25

TLS

SPA

email@domain

25

TLS

无 SPA

email

587

SSL

SPA

email

587

SSL

无 SPA

email

587

TLS

SPA

email

587

TLS

无 SPA

email

25

SSL

SPA

email

25

SSL

无 SPA

email

25

TLS

SPA

email

25

TLS

无 SPA

匿名

587

SSL

不适用

匿名

587

TLS

不适用

匿名

25

SSL

不适用

匿名

25

TLS

不适用

smtp.domain

email@domain

587

SSL

SPA

email@domain

587

SSL

无 SPA

email@domain

587

TLS

SPA

email@domain

587

TLS

无 SPA

email@domain

25

SSL

SPA

email@domain

25

SSL

无 SPA

email@domain

25

TLS

SPA

email@domain

25

TLS

无 SPA

email

587

SSL

SPA

email

587

SSL

无 SPA

email

587

TLS

SPA

email

587

TLS

无 SPA

email

25

SSL

SPA

email

25

SSL

无 SPA

email

25

TLS

SPA

email

25

TLS

无 SPA

匿名

587

SSL

不适用

匿名

587

TLS

不适用

匿名

25

SSL

不适用

匿名

25

TLS

不适用

domain

email@domain

587

SSL

SPA

email@domain

587

SSL

无 SPA

email@domain

587

TLS

SPA

email@domain

587

TLS

无 SPA

email@domain

25

SSL

SPA

email@domain

25

SSL

无 SPA

email@domain

25

TLS

SPA

email@domain

25

TLS

无 SPA

email

587

SSL

SPA

email

587

SSL

无 SPA

email

587

TLS

SPA

email

587

TLS

无 SPA

email

25

SSL

SPA

email

25

SSL

无 SPA

email

25

TLS

SPA

email

25

TLS

无 SPA

匿名

587

SSL

不适用

匿名

587

TLS

不适用

匿名

25

SSL

不适用

匿名

25

TLS

不适用

接下来,用户要求继续尝试未加密的连接后,尝试未加密的排列。Outlook 2010 尝试配置的未加密 SMTP 设置如下表所示。

服务器 用户名 端口 TLS/SSL SPA

mail.domain

email@domain

25

最浅

SPA

email@domain

25

最浅

无 SPA

email

25

最浅

SPA

email

25

最浅

无 SPA

匿名

25

最浅

不适用

smtp.domain

email@domain

25

最浅

SPA

email@domain

25

最浅

无 SPA

email

25

最浅

SPA

email

25

最浅

无 SPA

匿名

25

最浅

不适用

domain

email@domain

25

最浅

SPA

email@domain

25

最浅

无 SPA

email

25

最浅

SPA

email

25

最浅

无 SPA

匿名

25

最浅

不适用