I'm far from a Linux expert and understanding/following the syntax in the install files takes me huge amounts of time. However, I have managed to track down that the install process is using the following line to determine the version of each package:
Code:
dpkg -s {zimbra-package} Taking a look at the packages, the following line:
Code:
dpkg -s zimbra-ldap
produces the output:
Code:
Package: zimbra-ldap
Status: install ok installed
Priority: optional
Section: Mail
Maintainer: build@zimbra.com
Architecture: i386
Version: 6.0.4_GA_2038.UBUNTU6
Depends: zimbra-core
Description: Best email money can buy
Does this process actually reflect whats in the /opt/zimbra directories or simply the last version to go through the dpkg install process?