Enable or Disable POP3 Access for a User
Applies to: Exchange Server 2010
You can enable or disable POP3 for a user.
Note
After you've enabled or disabled POP3 for a user, you must restart the Microsoft Exchange POP3 service. For more information about how to restart the POP3 service, see Start and Stop the IMAP4 Service.
Looking for other management tasks related to managing user mailboxes? Check out Managing User Mailboxes.
Looking for other management tasks related to setting up POP3 and IMAP4? Check out Managing POP3 and IMAP4.
Use the EMC to enable or disable POP3 for a user
You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "Recipient provisioning permissions" section in the Mailbox Permissions topic.
- In the console tree, navigate to Recipient Configuration > Mailbox.
- In the result pane, select the user for whom you want to enable or disable POP3.
- In the action pane, under the name of the user, click Properties.
- In <User> Properties, on the Mailbox Features tab, click POP3, and then click either Enable or Disable.
- Click OK.
Use the Shell to enable or disable POP3 for a user
You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "Recipient provisioning permissions" section in the Mailbox Permissions topic.
This example enables POP3 for the user John Smith.
Set-CASMailbox -Identity "John Smith" -POPEnabled $true
This example disables POP3 for the user John Smith.
Set-CASMailbox -Identity "John Smith" -POPEnabled $false
For detailed information about syntax and parameters, see Set-CASMailbox.
Other Tasks
After you enable or disable POP3 for a user, you may also want to: