在 Exchange 2013 中启用 POP3

适用于:Exchange Server 2013

了解如何使用 Microsoft 管理控制台 (MMC) 或 Exchange 命令行管理程序 (EMS) 在 Exchange 2016 中启用 POP3 客户端连接。

安装 Exchange Server 2016 时,POP3 客户端连接未启用。 若要启用 POP3 客户端连接,需要启动两个 POP3 服务:Microsoft Exchange POP3 服务和 Microsoft Exchange POP3 后端服务。 启用 POP3 时,Exchange 2016 使用安全套接字层 (SSL) 在端口 110 和端口 995 上接受不安全的 POP3 客户端通信。

在运行邮箱服务器角色的同一 Exchange 2016 计算机上管理 POP3 和 POP3 后端服务。 在 Exchange 2016 中,客户端访问服务是邮箱服务器角色的一部分,这样你就无需单独管理这些服务。

有关如何设置 POP3 和 IMAP4 的详细信息,请参阅 2013 Exchange Server中的 POP3 和 IMAP4

开始前,有必要了解什么?

提示

是否有任何疑问? 在 Exchange 论坛中寻求帮助。 访问 Exchange Server 的论坛。

使用 Microsoft 管理控制台 (MMC) 启用 POP3

在运行邮箱服务器角色的计算机上:

  1. In the Services snap-in, in the console tree, click Services (Local).

  2. 在结果窗格中,右键单击“ Microsoft Exchange POP3”,然后单击“ 属性”。

  3. 在结果窗格中,右键单击“ Microsoft Exchange POP3 后端”,然后单击“ 属性”。

  4. On the General tab, under Startup type, select Automatic, and then click Apply.

  5. Under Service status, click Start, and then click OK.

使用 Exchange 命令行管理程序启用 POP3

在运行邮箱服务器角色的计算机上:

  1. 将 Microsoft Exchange POP3 服务设置为自动启动。

    Set-service msExchangePOP3 -startuptype automatic
    
  2. 启动 Microsoft Exchange POP3 服务。

    Start-service msExchangePOP3
    
  3. 将 Microsoft Exchange POP3 后端服务设置为自动启动。

    Set-service msExchangePOP3BE -startuptype automatic
    
  4. 启动 Microsoft Exchange POP3 后端服务。

    Start-service msExchangePOP3BE
    

如何知道操作成功?

在 Exchange 2016 邮箱服务器上,打开 Windows 任务管理器。 在“ 服务 ”选项卡上,如果启用了 POP3,MSExchangePOP3MSExchangePOP3BE 的状态将显示为 “正在运行 ”。