I made sure the zimbra_identity file exists in /opt/zimbra/.ssh
Code:
-rw-r--r-- 1 root root 644 Sep 21 17:44 authorized_keys
-rw------- 1 root root 668 Sep 21 17:44 zimbra_identity
-rw-r----- 1 root root 607 Sep 21 17:44 zimbra_identity.pub
I changed the ownership to zimbra based on this thread Emails Queue Fatal Error ( /opt/zimbra/.ssh/zimbra_identity don't exist)
new result
Code:
-rw-r--r-- 1 root root 644 Sep 21 17:44 authorized_keys
-rw------- 1 zimbra zimbra 668 Sep 21 17:44 zimbra_identity
-rw-r----- 1 root root 607 Sep 21 17:44 zimbra_identity.pub
restarted zimbra services
mail queue now gives the following error:
Message: system failure: server mail.mydomain.com zimbraRemoteManagementPrivateKeyPath (/opt/zimbra/.ssh/zimbra_identity) does not exist
Error code: service.FAILURE
Method: ZmCsfeCommand.prototype.invoke
Details:soap:Receiver
I've regenerated the keys several times.