How to disable webmail redirects per subdomain?
I have several subdomains that are serving up webmail urls. Is it possible to disable these and only allow the webmail url to exist in the primary domain?
Examples:
https://example.com/webmail - legit, redirects to https://example.com:2096
But these urls: https://api.example.com/webmail & https://portal.example.com/webmail
Redirect me to: https://api.example.com:2096 / https://portal.example.com:2096 - and yet they are all the same instance of webmail. The same user for example.com:2096 can login to the same account on api.example.com:2096. How/Where can I disable these forward redirects to the same webmail instance?
-
They are not redirecting "to the same webmail", you can login to your webmail using any domain (or subdomain) that exists in the server.
It's the email address and it's password that redirects you to your webmail.0 -
ok, good to know. but how can I disable webmail on the subdomains or those redirects from happening?
0 -
Unfortunately there isn't a way to do that. If the domain points to your server, it can be used to access webmail as it listens for all connections.
0
Please sign in to leave a comment.
Comments
3 comments