how to disable horde and squirrelmail for a cpanel user ??

Discussions related with hosting control panels used, which include cPanel, Plesk, Directadmin etc..

Moderator: Staff

Post Reply
chris ben
Posts: 0
Joined: Fri Sep 16, 2016 10:09 am

how to disable horde and squirrelmail for a cpanel user ??

Post by chris ben »

Is there any way to disable horde and squirrelmail for a specific cPanel user?


Martin
Posts: 36
Joined: Fri Sep 16, 2016 10:34 am

Re: how to disable horde and squirrelmail for a cpanel user ??

Post by Martin »

You can disable horde and squirrelmail for a specific cPanel account if you have server root access

1. Log into your cpanel server via SSH

2. Go to /var/cpanel/users/ directory

3. Edit the file of that user using vi editor

vi chris

add the below lines

skiphorde=1
skipsqmail=0
skiprcmail=1

4. Above lines will disable horde and squirrelmail. Save the file and exit.

5. Restart cPanel service and try accessing webmail interface of that user.


If you are looking for assistance in server management, please get in touch with our support.
Post Reply