cPanel webmail on port 2096

mejay

Verified User
Joined
Mar 1, 2020
Messages
5
I see in the docs where I can redirect :2096 to /webmail or /roundcube so that cPanel saved shortcuts to webmail continue working, and that works perfectly.

However, I would like to keep :2096 in the address bar instead of the address bar changing to /webmail.

The reason is that the Edge/Chrome password manager matches up the website using the :2096 and when that is no longer present, it does not automatically give the user their previously saved password.

What is the best way to keep :2096 directly in the address bar instead of doing a redirect?
 
Since nothing on your server is actually listening on port 2096 I don't think anything will work.

You could make the webserver listen on 2096 as well and then you could end up with :2096/webmail.
 
Back
Top