Thanks for you reply, however there were numerous issues with the VM as well, so I put it down to that and then decided to use the situation as a disaster recovery exercise. This is the Open Source version 7, SLES 64 bit version of Zimbra I am using.
There are only 3 user accounts, only one of which has any data worth talking about, the mailbox is some 600 Mb.
So ........ using this
» Zimbra :: Blog as my guide.
I turned off the old machine ( I already had a current backup)
Set up new VM, same OS (SLES 11.1 64), host name, IP etc. But slightly different specs (RAM, CPU disk size)
Configured the OS, installed sysstat, configured DNS.
Turned off postfix, disabled it.
Did the dummy install, using install.sh -s option.
Removed the install with rm -rf /opt/zimbra
rsynced my backup to /opt/zimbra
Ran zmfixperms -extended from /opt/zimbra/libexec
Re-installed and selected Yes to upgrade.
Noted the install seemed to hang at the end, after "setting up crontab ........... done" nothing happened. After 20 minutes of nothing I ctrl C the task.
Ran zmcontrol status everything looked fine.
Logged in to Zimbra admin, again everything looked fine, except errors in the queue's and stats, it was unable to get any info.
Logged into the web mail page, no problems, sent an email
from Zimbra ........... waited & waited, nothing came.
Sent an email
to my Zimbra address, it arrived promptly.
Checked the domain from MX check, ran smtp test etc, all good.
Checked the details of the error message on the queues ........ aha! /opt/zimbra/.ssh access denied or similar, checked permissions ....... no Zimbra.
ran chown -R zimbra:zimbra /opt/zimbra/.ssh
Refreshed queues, got green bar, no errors.
The email I sent
from Zimbra turned up, sent another email from Zimbra, no problems.
Logged in another PC and started Zimbra Desktop, it connected fine.
So, it seems the restore has been successful.
All the Accounts are fine, Mail data seems fine, calendar, contacts etc. All good.
It was a most interesting exercise and I have gained some valuable experience from this.
Thanks to the Zimbra Blog for the info.