Quote:
Originally Posted by hmcm2006
Is there a way to set it so people can only use RoundCube to log onto and manage their emails?
|
Glad to hear that you've got it working now, without knowing what type of account you have, I can't really answer with a definite solution, though here are a few solutions depending on the type of account.
Edit *** *Since* you have a reseller account, you can go to the branding editor, select the style that you want to use, and then go to edit style.
To hide Roundcube, insert the following CSS:
HTML Code:
#roundcube_cell {display:none;}
To hide SquirrelMail, insert the following CSS:
HTML Code:
#sqmail_cell{display:none;}
To hide Horde, insert the following CSS:
HTML Code:
#horde_cell{display:none;}
This could be also be achieved by the support staff if they were to do these alterations to a specific branding, then change your account to match it, though that decision would inevitably be down to support.
If you are on a VPS, then you can use the Tweak Settings in WHM, and disable the webmail clients you don't wish to use.