How to Enable or Disable POP3 Access for a User

Microsoft Exchange Server 2007 will reach end of support on April 11, 2017. To stay supported, you will need to upgrade. For more information, see Resources to help you upgrade your Office 2007 servers and clients.

 

Applies to: Exchange Server 2007, Exchange Server 2007 SP1, Exchange Server 2007 SP2, Exchange Server 2007 SP3

This topic describes how to enable or disable Post Office Protocol version 3 (POP3) access for a user on the computer that is running Microsoft Exchange Server 2007 that has the Client Access server role installed and the POP3 service enabled. In the original release (RTM) version of Exchange 2007, you could only enable or disable POP3 access for a user by using the Exchange Management Shell. In Exchange 2007 Service Pack 1 (SP1), you can also enable or disable POP3 access for a user by using the Exchange Management Console. Steps for doing this are included in this topic.

Note

After you have enabled or disabled POP3 access for a user, you must restart the POP3 service. For more information about how to restart the POP3 service, see How to Start and Stop the POP3 Service.

Before You Begin

To perform the following procedure on a computer that has the POP3 service enabled, the account you use must be delegated the Exchange Server Administrator role and membership in the local Administrator 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

Exchange 2007 SP1

To use the Exchange Management Console to enable or disable POP3 access for a user

  1. In the console tree, expand Recipient Configuration, and then click Mailbox.

  2. In the work pane, click the POP3 and IMAP4 tab.

  3. In the work pane, select POP3 and then, in the action pane, click Properties.

  4. On the <Mailbox Name> Properties page, on the Mailbox Features tab, click POP3.

  5. Depending on whether you want the mailbox user to have POP3 access to Exchange 2007, click Enable or Disable.

  6. Click Apply, and then click OK to save your changes.

To use the Exchange Management Shell to enable or disable POP3 access for a user

  • To enable POP3 for a user, run the following command:

    Set-CASMailbox -Identity <User_E-mail_Address> -PopEnabled $true
    
  • To disable POP3 for a user, run the following command:

    Set-CASMailbox -Identity <User_E-mail_Address> -PopEnabled $false
    

For more information about syntax and parameters, see Set-CASMailbox

Exchange 2007 RTM

To use the Exchange Management Shell to enable or disable POP3 access for a user

  • To enable POP3 for a user, run the following command:

    Set-CASMailbox -Identity <User_E-mail_Address> -PopEnabled $true
    
  • To disable POP3 for a user, run the following command:

    Set-CASMailbox -Identity <User_E-mail_Address> -PopEnabled $false
    

For more information about syntax and parameters, see Set-CASMailbox (RTM).

For More Information

For more information about how to manage POP3 settings, see Managing POP3 and IMAP4.