Zimbra change password redirect port 8443 to 443

by Daniel Pham
Published: Updated:

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
Zimbra change password redirect port 8443 to 443.

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.

(This is an article from my old blog that has been inactive for a long time, I don’t want to throw it away so I will keep it and hope it helps someone).

0 0 votes
Article Rating

You may also like

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments

DevOps Lite is a personal blog specializing in technology with main topics about DevOps, DevSecOps, SRE and System Administrator. Articles are shared for free and contributed to the community.

SUPPORT US

FOLLOW US

Subscribe my Newsletter for new blog posts. Stay updated from your inbox!

© 2021-2024 DevOpsLite.com – All rights reserved.

Please write sources “DevOpsLite.com” when using articles from this website.

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Accept Read More

0
Would love your thoughts, please comment.x
()
x

Adblock Detected

Please support us by disabling your AdBlocker extension from your browsers for our website.