SystemMen - Zimbra change password redirect port 8443 to 443? Why do you need to do that? And how to do it?
In Zimbra mail, when the user clicks on the Change Password menu. Another window will appear for users to change their password.
Zimbra change password redirect port 8443 to 443
However, this service window runs on port 8443. Most administrators of Zimbra mail system will not open this port because the fewer ports you open, the better.
So what to do? In order for the service to run normally, we will redirect this service to port 443 along with the web port.
First, you switch to user Zimbra.
[root@mail ~]# su zimbra
There will be 2 ways to do it here.
One, you want to set up Global, which will apply to all domains in the mail system. Change yourdomain.com
to match your system.
[zimbra@mail ~]$ zmprov mcf zimbraPublicServiceHostname mail.yourdomain.com [zimbra@mail ~]$ zmprov mcf zimbraPublicServicePort 443 [zimbra@mail ~]$ zmprov mcf zimbraPublicServiceProtocol https [zimbra@mail ~]$ zmcontrol restart
Two, you just want to set up for a domain only.
[zimbra@mail ~]$ zmprov md yourdomain.com zimbraPublicServiceHostname mail.yourdomain.com [zimbra@mail ~]$ zmprov md yourdomain.com zimbraPublicServiceProtocol https [zimbra@mail ~]$ zmprov md yourdomain.com zimbraPublicServicePort 443 [zimbra@mail ~]$ zmcontrol restart
I prefer to use the second way. Because, in fact, the mail system can run a lot of domains and the Global setup often carries more risks.
Conclusion
For some people who just build Zimbra mail systems, you may encounter an error that cannot access the password change window. Because you have not changed the service port for it. This article will help you solve that.
«« Fix snx: error while loading shared libraries: libpam.so.0How to migrate mail data from Google GSuite to Zimbra »»