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 .
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 .