如何在 Outlook for Mac 中抑制自动发现重定向警告

在Mac 中使用 Outlook 和 Office 365时,您可能会收到提示 — Outlook 已重定向到服务器 autodiscover-s.outlook.com 以获取您帐户的新设置,是否允许此服务器配置您的设置(Outlook was redirected to the server autodiscover-s.outlook.com to get new settings for your account, Do you want to allow this server to configure your settings)?在这篇文章中,我将展示如何使用Office 365Mac中禁用或启用Outlook的(Outlook)自动发现(Auto Discover)

Outlook 被重定向到服务器 autodiscover-s.outlook.com 以获取您帐户的新设置(Outlook was redirected to the server autodiscover-s.outlook.com to get new settings for your account)

如何在 Outlook for Mac 中抑制自动发现重定向警告

显示的 URL 是 https://autodiscover-s.outlook.com/autodiscover/autodiscover.xml。仅当您信任交换来源或管理员指示您这样做时,您才应单击允许。(Allow)

您可以选中该框并单击允许(Allow)或拒绝。如果您不选中该框,则每次启动Outlook时都会提示您。

如何在Outlook for Mac中抑制(Mac)自动发现重定向(AutoDiscover Redirect)警告

Microsoft Outlook 2016 for Mac连接到Office 365帐户时,自动发现将从(Autodiscover)HTTP重定向到HTTPS。这是您收到警告消息的地方。如果您选择允许并信任来源,则不会再次提示您。

使用Office 365Mac中禁用或启用Outlook自动发现(Auto Discover)

假设您不想要,并且您的管理员也建议不要这样做,那么您可以在此处如何禁用Mac上(Mac)Outlook的自动发现提示。请按照(Follow)以下步骤操作:

  • 如果 Outlook 正在运行,请退出它。
  • Press Command + Spacebar,然后键入Terminal
  • 当它出现在搜索中时,使用向下箭头选择它,然后打开它。
  • (Enter)在终端窗口中(Terminal)输入以下命令,然后按Enter
defaults write com.microsoft.Outlook TrustO365AutodiscoverRedirect -bool true
  • 关闭终端。

如果要禁用,请改用false

TrustO365AutodiscoverRedirect(TrustO365AutodiscoverRedirect)选项可以配置为使用以下值:

Settings ValueDetails
trueDon’t prompt for trusted Office 365 endpoints. Outlook defines what URLs are trusted, and this is not configurable.
falseOutlook will use the default behavior, which is to prompt when Autodiscover Redirects occur.
if the value is not presentOutlook will use the default behavior, which is to prompt when Autodiscover Redirects occur.

发布此内容后,您将不会收到任何有关允许和信任Mac版Outlook的URL源的消息。

I hope this bit helps!



About the author

我是一名硬件工程师,专门从事iPhone、iPad等苹果产品的设计和开发。我在 iOS 和边缘设备以及 Git 和 Swift 等软件开发工具方面都有经验。我在这两个领域的技能使我对 Apple 设备操作系统 (OS) 如何与应用程序和数据源进行交互有了深刻的理解。此外,我在 Git 方面的经验使我能够处理代码版本控制系统,这有助于在开发软件时提高效率和生产力。



Related posts