How to disable webmail interface for single account?

billau

Well-Known Member
Dec 24, 2003
63
0
156
Brisbane, Australia
Is it possible to disable webmail interfaces or any other options like fantastico ...FTP...etc for only one account in a server????


Yes! it is possible for the you need to ssh the server and do the following ::

(For example if you want to disable 'Horde' and 'Neomail' for the user 'amal')

vi /var/cpanel/users/bill

Then add the following lines ::

skiphorde = 1
skipneomail = 1

(Here '1' is for disable and '0' is for enable)

Then restart your cpanel service. Thats it .