I have a single CentOS 7 server running Zimbra for my email.
Code: Select all
$ zmcontrol -v
Release 8.7.9_GA_1794.RHEL7_64_20170505054622 RHEL7_64 FOSS edition.
All was fine until a reboot 3 days ago and since then I've been chasing issues within the install. One of the updates included the selinux policies and I have tried running the server with selinux in permissive mode, but that makes no difference.
At the moment I cannot launch the admin web page as that just loads a blank page: https://zimbra:7071/zimbraAdmin/
The mailboxes are also unable to be accessed, even though all the zimbra services show as running.
Code: Select all
$ zmcontrol status
Host xxx.xxx.co.uk
amavis Running
antispam Running
antivirus Running
dnscache Running
ldap Running
logger Running
mailbox Running
memcached Running
mta Running
opendkim Running
proxy Running
service webapp Running
snmp Running
spell Running
stats Running
zimbra webapp Running
zimbraAdmin webapp Running
zimlet webapp Running
zmconfigd Running
A simple query gets the dreaded 503 Service Unavailable error.
Code: Select all
$ zmprov gs
ERROR: service.PROXY_ERROR (error while proxying request to target server: HTTP/1.1 503 Service Unavailable)
In the trace_log file I see the following.
Code: Select all
https:https://localhost:7071/service/admin/soap/AuthRequest RESPONSE 503 text/html;charset=iso-8859-1
What is this authentication process that is failing and which credentials should I be checking?
Regards,
Steve