how to disable horde and squirrelmail for a cpanel user ??
Moderator: Staff
how to disable horde and squirrelmail for a cpanel user ??
Is there any way to disable horde and squirrelmail for a specific cPanel user?
cPanel Server Management
@ 30$ Onwards
@ 30$ Onwards
Re: how to disable horde and squirrelmail for a cpanel user ??
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.
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.