Hi,
Since I'm so happy

with the 64 bit Ubuntu build of Zimbra I thought I would share my experiences with it so far.
Installation gave the error message:
Can't locate Tie/Hash.pm in @INC (@INC contains: /opt/zimbra/z.......
Code:
apt-get install libtie-ixhash-perl
fixed this.
Incoming mail did not get delivered to the users' inbox, instead they ended up in the deferred queue. The error message in /var/log/mail.log was:
451 4.5.0 Error in processing, id=16530-01, parts_decode_ext FAILED: Unix utility file(1) not available, but is needed at (eval 85) line 113. (in reply to end of DATA command))
Code:
apt-get install file
and restarting zimbra fixed this.
So tip for improvement: Check for existence of packages
libtie-ixhash-perl and
file and don't proceed installation unless they are installed.
Another tip is to automatically install the missing dependencies.
If that's not possible, it would be helpful if the message containing the names of the missing packages were separated by spaces so that they are easy targets for double-click-copy and paste.
regards Bart.