|
|||
|
enabling specific mail client for specifc domain
hello,
when user logs in 2095, multiple mail client is showed there (roundcube/horde/squirelmail). It is ok for all my clients except a single. suppose, the domain is xyz.com. when he/she logs into there, he should see only roundcube while all other customers see all of them. is it possible and if yes, how? thanks in advance. |
|
|||
|
You can enable and disable webmail applications as per user accounts.
Suppose the username is xyzco for your domain xyz.com, first login to SSH into the server as root, and edit the file mentioned below: pico /var/cpanel/users/xyzco Now, if you want to disable all webmail applications and enable roundcube mail, you would need to add following lines: skiphorde=1 skipsqmail=1 skiprcmail=0 Next, you'll need to restart cPanel, you can normally do this by doing : /etc/init.d/cpanel restart Now, when the user xyzco logs into webmail, they only see roundcube mail, and not the other two. |
|
|||
|
thank a lot dear. that is exactly what I was looking for.
|
|
|||
|
Quote:
i just tried your tips however no luck. i made changes and restarted cpanel service. but still see all the three. here portion of the file: Quote:
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to enabling and disabling mail delivery confirmations | Bulent Tekcan | cPanel and WHM Discussions | 1 | 05-02-2006 03:01 AM |
| help enabling and installing c client | Stealth6669 | cPanel and WHM Discussions | 2 | 03-26-2006 04:43 PM |
| Enabling cpanel login from client domains | teds | cPanel and WHM Discussions | 3 | 09-02-2004 03:42 PM |
| SMTP - How to block specific domain for sending mail? | netlook | cPanel and WHM Discussions | 0 | 06-08-2004 03:15 AM |
| Deliver only messages to a specific domain in Mail queue | NetX | cPanel and WHM Discussions | 0 | 02-07-2004 11:53 AM |