Difference between revisions of "CentOS 7.x Admin console server encountered error while accessing mail queue"

From Notes_Wiki
(Created page with "<yambe:breadcrumb self="Admin console server encountered error">CentOS_7.x_Troubleshooting_Zimbra_issues|Troubleshooting Zimbra issues</yambe:breadcrumb> =CentOS 7.x Admin con...")
 
m
 
Line 1: Line 1:
<yambe:breadcrumb self="Admin console server encountered error">CentOS_7.x_Troubleshooting_Zimbra_issues|Troubleshooting Zimbra issues</yambe:breadcrumb>
[[Main Page|Home]] > [[CentOS]] > [[CentOS 7.x]] > [[CentOS 7.x email configuration|Email configuration]] > [[CentOS 7.x Zimbra configuration|Zimbra configuration]] > [[CentOS 7.x Troubleshooting Zimbra issues|Troubleshooting]] > [[CentOS 7.x Admin console server encountered error while accessing mail queue]]
=CentOS 7.x Admin console server encountered error while accessing mail queue=


It is possible to receive error messages while accessing mail queue and some other portions of Zimbra Admin web UI at https://<server>:7071/ port.  Possible error message can be like:
It is possible to receive error messages while accessing mail queue and some other portions of Zimbra Admin web UI at https://<server>:7071/ port.  Possible error message can be like:
Line 29: Line 28:




<yambe:breadcrumb self="Admin console server encountered error">CentOS_7.x_Troubleshooting_Zimbra_issues|Troubleshooting Zimbra issues</yambe:breadcrumb>
[[Main Page|Home]] > [[CentOS]] > [[CentOS 7.x]] > [[CentOS 7.x email configuration|Email configuration]] > [[CentOS 7.x Zimbra configuration|Zimbra configuration]] > [[CentOS 7.x Troubleshooting Zimbra issues|Troubleshooting]] > [[CentOS 7.x Admin console server encountered error while accessing mail queue]]

Latest revision as of 15:56, 28 August 2022

Home > CentOS > CentOS 7.x > Email configuration > Zimbra configuration > Troubleshooting > CentOS 7.x Admin console server encountered error while accessing mail queue

It is possible to receive error messages while accessing mail queue and some other portions of Zimbra Admin web UI at https://<server>:7071/ port. Possible error message can be like:

Server error encountered
Message: system failure: exception during auth {RemoteManager: mail.example.com->zimbra@mail.example.com:22} Error code: service.FAILURE Method: [unknown] Details:soap:Receiver 

Other possible errors are like:

Message: system failure: server mail.example.com 
zimbraRemoteManagementPrivateKeyPath (/opt/zimbra/.ssh/zimbra_identity) does not exist Error 
code: service.FAILURE Details:soap:Receiver

To solve the problem create Zimbra auth keys using:

su – zimbra
zmsshkeygen
zmupdateauthkeys


Refer:



Home > CentOS > CentOS 7.x > Email configuration > Zimbra configuration > Troubleshooting > CentOS 7.x Admin console server encountered error while accessing mail queue