Wrong Zimbra admin port

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
User avatar
maxxer
Outstanding Member
Outstanding Member
Posts: 224
Joined: Fri Oct 04, 2013 2:12 am
Contact:

Wrong Zimbra admin port

Post by maxxer »

Hi.
My account is a Zimbra admin, so in the dropdown menu I get on top-right when clicking on my name I have the Admin Console.

When clicking there I get a new browser window with https://zimbradomain:9071, and connection fails. Manually changing the browser port to 7071 obviously works. But I don't know where does 9071 comes from!

I've checked on the server settings:

Code: Select all

zimbra@zimbra:~$ zmprov gcf zimbraAdminPort
zimbraAdminPort: 7071
zimbra@zimbra:~$ zmprov gs $(zmhostname) zimbraAdminPort
zimbraAdminPort: 7071
where else can I search for this setting? thanks
User avatar
DualBoot
Elite member
Elite member
Posts: 1326
Joined: Mon Apr 18, 2016 8:18 pm
Location: France - Earth
ZCS/ZD Version: ZCS FLOSS - 8.8.15 Mutli servers
Contact:

Re: Wrong Zimbra admin port

Post by DualBoot »

Hello,

you should check if the admin access is proxyfied.

Regards,
User avatar
maxxer
Outstanding Member
Outstanding Member
Posts: 224
Joined: Fri Oct 04, 2013 2:12 am
Contact:

Re: Wrong Zimbra admin port

Post by maxxer »

I've been using proxy since some time now but I always accessed 7071 for admin console. I think it has stopped working since the upgrade to 8.8.10. Anyway I found this wiki page and fixed with

Code: Select all

zmprov mcf zimbraWebClientAdminReference https://zimbra.domain.com:7071
GrnEyedDvl
Posts: 11
Joined: Wed Dec 05, 2018 7:34 am

Re: Wrong Zimbra admin port

Post by GrnEyedDvl »

I had this problem once on a machine with multiple domains. The first domain setup would work fine, the domains setup after that failed.
User avatar
DualBoot
Elite member
Elite member
Posts: 1326
Joined: Mon Apr 18, 2016 8:18 pm
Location: France - Earth
ZCS/ZD Version: ZCS FLOSS - 8.8.15 Mutli servers
Contact:

Re: Wrong Zimbra admin port

Post by DualBoot »

And this attribute , what value is set ?

Code: Select all

zmprov gacf zimbraReverseProxyAdminEnabled
User avatar
maxxer
Outstanding Member
Outstanding Member
Posts: 224
Joined: Fri Oct 04, 2013 2:12 am
Contact:

Re: Wrong Zimbra admin port

Post by maxxer »

DualBoot wrote:And this attribute , what value is set ?

Code: Select all

$ zmprov gcf zimbraReverseProxyAdminEnabled
zimbraReverseProxyAdminEnabled: FALSE
Post Reply