---
title: "Disable POP3 mail service on server"
description: "In this article I'll show you how you can disable the POP3 mail service on your server, so that if you want to ensure all of your users are only utilizing IMAP for their email accounts this can be..."
url: https://www.inmotionhosting.com/support/email/disable-pop3-mail-service-on-server/
date: 2013-03-22
modified: 2021-08-16
author: "InMotion Hosting Contributor"
categories: ["Email"]
type: post
lang: en
---

# Disable POP3 mail service on server

In this article I’ll show you how you can disable the POP3 mail service on your server, so that if you want to ensure all of your users are only utilizing IMAP for their email accounts this can be enforced server-side.

Please note that the ability to disable the POP3 mail service is only available to VPS (Virtual Private Server) or dedicated server customers, as on shared servers the POP3 mail service has to remain available for other users. You also need to have [root access](/support/server/ssh/root-access-faq/) to your server as well.

## POP3 vs IMAP

**POP3** or the Post Office Protocol is the older of the two types of mail protocols, it’s primarily used when users are connecting from a single device, and its default behaviour is to download all messages to the local user’s computer and remove them from the server.

**IMAP** or the Internet Mail Access Protocol is a newer mail protocol, it’s a good option when users are connecting from multiple devices and need to sync their mail on the server-side. By default all messages are stored on the server, and then each IMAP client simply retreives the server-side list of messages and views them, when deleting a message from an IMAP account it removes the message from the server, also removing it from any other IMAP clients connecting to the same account.

## Disabling POP3 mail service via WHM

Following the steps below, I’ll show you how you can easily disable the POP3 mail service on your VPS or dedicated server with your root access.

1. [Log into WHM](/support/edu/whm/log-into-whm/).
2. [![click on mailserver configuration](https://www.inmotionhosting.com/support/wp-content/uploads/2013/03/website_how-to_disable-pop3_click-on-mailserver-configuration.png)](/support/wp-content/uploads/2013/03/website_how-to_disable-pop3_click-on-mailserver-configuration.png) Up in the top-left find box, type in **mailserver**.Then click on **Mailserver Configuration**.
3. [![un-check pop3 click on save](https://www.inmotionhosting.com/support/wp-content/uploads/2013/03/website_how-to_disable-pop3_un-check-pop3-click-on-save.png)](/support/wp-content/uploads/2013/03/website_how-to_disable-pop3_un-check-pop3-click-on-save.png) Beside **Protocols Enabled**, un-check both **POP3D** and **POP3DSSL**. Then scroll to the bottom of the page and click on **Save**. After that the Courier mail server will restart with POP3 being disabled.

You should now know how to disable the POP3 mail service via WHM on your server.
