共用方式為


啟用 Exchange 2016 的 IMAP4

適用於:Exchange Server 2013

瞭解如何使用 Microsoft Management Console (MMC) 或 Exchange Management Shell (EMS) ,在 Exchange 2016 中啟用 IMAP4 用戶端連線。

當您安裝Exchange Server 2016 時,不會啟用 IMAP4 用戶端連線。 若要啟用 IMAP4 用戶端連線,您必須啟動兩個 IMAP 服務:Microsoft Exchange IMAP4 服務和 Microsoft Exchange IMAP4 後端服務。 當您啟用 IMAP4 時,Exchange 2016 會使用安全通訊端層 (SSL) ,在埠 143 和埠 993 上接受不安全的 IMAP4 用戶端通訊。

您可以在執行信箱伺服器角色的相同 Exchange 2016 電腦上管理 IMAP4 和 IMAP4 後端服務。 在 Exchange 2016 中,用戶端存取服務是信箱伺服器角色的一部分,因此您不再個別管理服務。

如需如何設定 POP3 和 IMAP4 的詳細資訊,請參閱Exchange Server 2013 中的 POP3 和 IMAP4

開始之前有哪些須知?

提示

有問題嗎? 在 Exchange 論壇中尋求協助。 瀏覽 Exchange Server 的論壇。

使用 Microsoft Management Console (MMC) 啟用 IMAP4

在執行信箱伺服器角色的電腦上:

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

  2. In the result pane, right-click Microsoft Exchange IMAP4, and then click Properties.

  3. In the result pane, right-click Microsoft Exchange IMAP4 Backend, and then click Properties.

  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 管理命令介面啟用 IMAP4

在執行信箱伺服器角色的電腦上:

  1. 設定自動啟動 Microsoft Exchange IMAP4 服務。

    Set-service msExchangeIMAP4 -startuptype automatic
    
  2. 啟動 Microsoft Exchange IMAP4 服務。

    Start-service msExchangeIMAP4
    
  3. 設定自動啟動 Microsoft Exchange IMAP4 後端服務。

    Set-service msExchangeIMAP4BE -startuptype automatic
    
  4. 啟動 Microsoft Exchange IMAP4 後端服務。

    Start-service msExchangeIMAP4BE
    

如何知道這是否正常運作?

在 Exchange 2016 信箱伺服器上,開啟 [Windows 工作管理員]。 在 [服務] 索引標籤上,如果啟IMAP4,MSExchangeIMAP4MSExchangeIMAP4BE的狀態會顯示為 [正在執行]。