Page 1 of 1

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

Posted: Sat Sep 17, 2016 8:56 am
by chris ben
Is there any way to disable horde and squirrelmail for a specific cPanel user?

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

Posted: Sat Sep 17, 2016 9:05 am
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.