Linux:Zimbra备份返回错误ServiceException:系统故障:身份验证期间发生异常
时间:2020-02-23 14:40:04 来源:igfitidea点击:
Zimbra备份出现此错误:
2013-11-13 11:26:32,788 INFO [qtp1377413258-164433:https://0.0.0.0:7071/service/admin/soap/GetMailQueueInfoRequest] [[email protected];mid=15;ip=0.0.0.0;ua=ZimbraWebClient - GC30 (Mac);] SoapEngine - handler exception com.zimbra.common.service.ServiceException: system failure: exception during auth {RemoteManager: mail.theitroad.com->[email protected]:22} ExceptionId:qtp1377413258-164433:https://0.0.0.0:7071/service/admin/soap/GetMailQueueInfoRequest:1384359992787:2ad736ecb0b90e52 Code:service.FAILURE
这可能是由于Zimbra用户无法建立到服务器的环回SSH连接而引起的。
Zimbra依靠网络接口IP建立与自己的连接。
这可能在以下情况下发生:
You changed the default SSH port and you did not changed it in /etc/ssh/ssh_config You restricted the connections to specific users with "AllowUsers"; or "AllowGroups"; Your firewall is blocking the connection
我不建议允许" zimbra"用户从任何地方通过SSH登录,因此,您应仅在/etc/ssh/sshd_config中将其限制为服务器IP,如下所示:
AllowUsers [email protected]
(用服务器IP替换0.0.0.0)