Applies to: Exchange Server 2007 SP3, Exchange Server 2007 SP2, Exchange Server 2007 SP1, Exchange Server 2007
Topic Last Modified: 2007-08-30

This topic explains how to enable the Internet Message Access Protocol version 4rev1 (IMAP4) service for Microsoft Exchange Server 2007. When you install Exchange 2007, the IMAP4 service is not started. To enable the IMAP4 service, you can use the Services snap-in in Microsoft Management Console (MMC) or the Exchange Management Shell.

Before You Begin

To perform this procedure, the account you use must be delegated the Exchange Server Administrator role and membership in the local Administrators group for the target server.

For more information about permissions, delegating roles, and the rights that are required to administer Exchange 2007, see Permission Considerations.

Procedure

To use Microsoft Management Console to enable IMAP4

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

  2. In the results 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.

To use the Exchange Management Shell to enable IMAP4

  1. Run the following command:

    Copy Code
    Set-service msExchangeIMAP4 -startuptype automatic
    
  2. Run the following command:

    Copy Code
    Start-service msExchangeIMAP4
    

For More Information