Page 1 of 1

Unable to access Zimbra web console

Posted: Mon Jun 11, 2018 4:54 pm
by balasahu
Hi,

I have installed zibmra on CentOS 7 and unable to access the Zimbra web console. getting below error while checking the status :

Code: Select all

[root@myserver ~]# systemctl status zimbra
   zimbra.service - LSB: Zimbra mail service
   Loaded: loaded (/etc/rc.d/init.d/zimbra; bad; vendor preset: disabled)
   Active: active (exited) since vie 2017-06-30 11:43:34 -04; 19min ago
     Docs: man:systemd-sysv-generator(8)
  Process: 834 ExecStart=/etc/rc.d/init.d/zimbra start (code=exited, 
status=0/SUCCESS)

jun 30 11:42:03 mail zimbra[834]: Starting opendkim...Done.
jun 30 11:42:03 mail zimbra[834]: Starting snmp...Done.
jun 30 11:42:05 mail zimbra[834]: Starting spell...Done.
jun 30 11:42:10 mail zimbra[834]: Starting mta...Done.
jun 30 11:42:12 mail zimbra[834]: Starting stats...Done.
jun 30 11:42:23 mail zimbra[834]: Starting service webapp...Done.
jun 30 11:42:29 mail zimbra[834]: Starting zimbra webapp...Done.
jun 30 11:42:30 mail zimbra[834]: Starting zimbraAdmin webapp...Done.
jun 30 11:42:30 mail zimbra[834]: Starting zimlet webapp...Done.
jun 30 11:43:35 mail systemd[1]: Started LSB: Zimbra mail service.
Any Solution ???

Thanks

Re: Unable to access Zimbra web console

Posted: Mon Jun 11, 2018 6:37 pm
by phoenix
balasahu wrote:installed zibmra on CentOS 7 and unable to access the Zimbra web console. getting below error while checking the status :
What error do you think you're seeing there? As far as I can see it's just showing that ZCS has started unless I'm missing something obvious. The correct method for finding the status of the services is to run the following command(s):

Code: Select all

su - zimbra
zmcontrol status
If any of them are stopped then look in the log files for some clues about the problem.

Re: Unable to access Zimbra web console

Posted: Tue Jun 12, 2018 5:06 am
by gigapros
Hello,

The output attached by you is just showing that Zimbra is running.

I would suggest you to first stop your server's Firewall temporarily and then check if you are able to access Zimbra's web console or not. For stopping the firewall in Centos 7 please run the following command:

===
systemctl stop firewalld
===

If you are able to access Zimbra after stopping the firewall then you need to allow the port 7071 in the firewall.