Applies to: Exchange Server 2010 SP3, Exchange Server 2010 SP2

Topic Last Modified: 2012-07-23

When you install Microsoft Exchange Server 2010, the IMAP4 service isn't started. You can set it to start automatically by using the Services snap-in in Microsoft Management Console (MMC) or by using the Shell.

Looking for other management tasks related to setting up POP3 and IMAP4? Check out Managing POP3 and IMAP4.

Use Microsoft Management Console to enable IMAP4

You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "POP3 and IMAP4" entry in the Client Access Permissions topic.

  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. On the General tab, under Startup type, select Automatic, and then click Apply.

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

Use the Shell to enable IMAP4

You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "POP3 and IMAP4" entry in the Client Access Permissions topic.

This example enables IMAP4 on the local Client Access server.

  1. This command configures the IMAP4 service to start automatically.

    Copy Code
    Set-service msExchangeIMAP4 -startuptype automatic
    
  2. This command starts the IMAP4 service.

    Copy Code
    Start-service msExchangeIMAP4
    

Other Tasks