Search found 5 matches

by drzoidberg
Sat Feb 25, 2017 4:00 pm
Forum: Administrators
Topic: How to configure Zimbra behind an Hardware Firewall
Replies: 11
Views: 8103

Re: How to configure Zimbra behind an Hardware Firewall

Hello guys, If you want to have more zimbra servers behind firewall, what reverse proxy server do you use? Which way to split/forward these ports 25, 143, 465, 587, 993, 995 to more x zimbra servers. Proxy server in reverse mode does this thing, right? I want to use 1 domain = 1 zimbra server. Behin...
by drzoidberg
Wed Aug 17, 2016 2:18 pm
Forum: Administrators
Topic: SSL Certificate Deployment Issue on Zimbra 8.7
Replies: 6
Views: 18491

Re: SSL Certificate Deployment Issue on Zimbra 8.7

L. Mark Stone wrote:Looks like the zimbra user account doesn't have sufficient permissions over the crt files in /tmp.

Code: Select all

chown zimbra.zimbra /tmp/*.crt
chmod 666 /tmp/*.crt
Solved that! Amazing!
What a newbie mistake..., thank you very much for help.
by drzoidberg
Tue Aug 16, 2016 3:56 pm
Forum: Administrators
Topic: SSL Certificate Deployment Issue on Zimbra 8.7
Replies: 6
Views: 18491

Re: SSL Certificate Deployment Issue on Zimbra 8.7

Veidit wrote:Have you tried to do it as root?

Code: Select all

[root@mail tmp]# /opt/zimbra/bin/zmcertmgr deploycrt comm /tmp/commercial.crt /tmp/ca_chain.crt
zmcertmgr: ERROR: no longer runs as root!
by drzoidberg
Sun Aug 14, 2016 6:05 pm
Forum: Administrators
Topic: SSL Certificate Deployment Issue on Zimbra 8.7
Replies: 6
Views: 18491

SSL Certificate Deployment Issue on Zimbra 8.7

Hi all, I have an issue with deployment of SSL certificate. Anyone same problem? When I use GUI deployment, its says some error about RemoteManager port 22 so I followed Single-Node Commercial Certificate recommended steps from https://wiki.zimbra.com/wiki/Administration_Console_and_CLI_Certificate_...