I am trying to set up web mail for users on my server. I want them to be able to access RoundCube, but I have cPanel installed so the only way to access RoundCube is after logging in to cPanel. Since I do not want my users logging into cPanel? I could fake the session variables for a cPanel login, but I don't want my users to have access to anything in cPanel. Or should I try to install another webmail client? Will that even work?
Just setup your own install of RoundCube.
i had the same issue, but was able to use a URL that took users directly to roundcube log in.
It is something like https://mywebsite.com:2096/3rdparty/roundcube/index.php
Only issue is when you log out and then log back in, you may end up in cPanel until the autoload times out.