Migdiradmin
Verified User
- Joined
- Jan 5, 2020
- Messages
- 152
Hi how can i force webmail/rondcube to another port to not use 443.
Regards
Regards
Plus... every user will have to add the new port to the url.This can be done with a custom virtualhost setup but this requires knowing how to setup a custom virtualhost and knowing how to configure it.
But why do you want it on the different port? webmail/roundcube is a website page so…
{
http_port 2095
https_port 2096
}
ocean.mxroute.com:2096 {
redir https://sunfire.mxrouting.net/webmail
tls /etc/caddy/mxroute.com.cert.combined /etc/caddy/mxroute.com.key
}
Security reasons only admin check this server emails, and in csf almost every port are blocked only IP admin can access to other ports.This can be done with a custom virtualhost setup but this requires knowing how to setup a custom virtualhost and knowing how to configure it.
But why do you want it on the different port? webmail/roundcube is a website page so…
Thanks, where i can add that code?While I'm sure that DA has built-in support for a much easier way to do this, I did something similar not long ago. But it wasn't to move it from 443, it was to let it also work on port 2096 because I had migrated uses from cPanel and wanted their bookmarks to still work. So I installed Caddy and put this in my Caddyfile:
I'm not suggesting for a moment that it's the "right" solution for you, but when I needed to think outside of the box this was what I did to a similar end.