Thursday, 12 December 2013

How to disable webmail interface for single account

If you want to disable any of the webmail interface for a particular  account you can follow the procedure given below.
Login to shell as Root
For example if you want to disable ‘Horde’ and ‘Neomail’ for the user ‘test’
Open the file:
vi /var/cpanel/users/test
Then add the following lines ::
skiphorde = 1
skipneomail = 1
skipsqmail=0
save the file and exit.
Note: ‘1′ is for disable and ‘0′ is for enable
The line “skipsqmail=0″ is not required if it is already enabled.
Then restart the cpanel
service cpanel restart or /etc/init.d/cpanel restart Thats it
This will disable ‘Horde’ and ‘Neomail’ for the user ‘test’ for all email accounts under that hosting account.

No comments:

Post a Comment