Is there any way to disable Horde or other webmail applications for users who don’t want them? Let’s say the user’s username is Sunil, first you will need to SSH into the server as root, now use your favorite editor, and edit the file:#/var/cpane/users/Sunil

Now, if you wanted to disable all webmail applications and enable SquirrelMail, you would add these lines:

skiphorde=1
skipsqmail=0
skipneomail=1

Next, you’ll need to restart cPanel, you can normally do this by doing :

#/etc/init.d/Cpanel restart

NOTE: Now, when the user Sunil logs into webmail, he’ll only see Squirrelmail and not two other options he doesn’t use!

Popular Posts You May Read

Explore more hosting insights, tips and industry updates.

vShield Detect Unprotected Sensitive Data and Protect it Automatically

The high availability of VMware vSphere has improved. The site recovery manager is an automated…

TikiWiki CMS/Groupware

Tikiwiki is a content management system, which allows you to create wiki-based websites. This application…

How to install NPM on Windows

How to install NPM on Windows

In this article, we will explain how to install NPM on Windows. To install NPM…