could we disable neomail and SquirrelMail for one user account only?
Is it possible?
thank you
could we disable neomail and SquirrelMail for one user account only?
Is it possible?
thank you
I would like to know as well.
Here the solution from cpanelfaq.com
::::----------------------------------------------------------------------------------------------:::::
Let's say the user's username is janedoe, first you will need to SSH into the server as root, now use your favorite editor, and edit the file:
/var/cpane/users/johndoe
Now, if you wanted to disable all webmail applications and enable squirrelmail, you would add these lines:
skiphorde=1
skipsqmail=0
skipneomail=1
Next, you'll need to restart cPanel, you can normally do this by doing :
/etc/init.d/cpanel restart
Now, when the user janedoe logs into webmail, she'll only see Squirrelmail, and not two other options she doesn't use!
::::----------------------------------------------------------------------------------------------:::::
cpanel Help
So I'd have to do that for each and every one of my 324 users!?
...or disable what yyou don't want globally in WHM > tweak settings.
the steps that i posted is only to disable neomail or SquirrelMail or horde for ONE user account only, not all usersOriginally Posted by xWho
![]()
I tried this...
BWLIMIT=524288000000
DEMO=0
DNS=domain.net
DNS1=domain.domain.net
DNS2=domain.org
FEATURELIST=default
HASCGI=1
IP=xxx
LANG=english
MAXADDON=unlimited
MAXFTP=unlimited
MAXLST=unlimited
MAXPARK=unlimited
MAXPOP=500
MAXSQL=50
MAXSUB=unlimited
OWNER=root
PLAN=PackageName
RS=x
STARTDATE=1161741308
USER=blahuser
skiphorde=1
skipsqmail=1
skipneomail=1
I did the above to enable only Roundcube. I ran /scripts/updateuserdomains, service cpanel restart and squirrelmail / horde still appear. Using cpanel stable latest release.
blue|fusion is right ->> WHM >> Server Configuration >> Tweak Settings, section Mail.
we're talking about ONE USER here, pay attention