Do agree with you urbanx.
Uxbox, this is not an answer and a solution to propose to downgrade from lenny to etch, as lenny is the new version that more and more people install or upgrade.
Furthermore, I would say that zimbra as a company tool coud be redevelopped to be installed on a debian lenny or ubuntu jaunty jackalope. Ans this will be a projet in // that will never be released probably.
For end users, the best thing is to try to find a patch or choose to use another application.
To conclude, this is a solution to downgrade.
Urbanx, i have the same problem and here is what i found on
Forum de la communauté Zimbra francophone / Installation de Zimbra sur Debian 5.0 Lenny (in french but it is easy to understand) ->
J'ai écrit cette procédure pour un ami, donc j'en fais profiter tout le monde
Ajouter les sources de Etch dans le fichiers /etc/apt/sources.list
deb
Index of /debian etch main
deb-src
Index of /debian etch main
deb
Debian -- Security Information etch/updates main
deb-src
Debian -- Security Information etch/updates main
deb
Index of /debian lenny main
deb-src
Index of /debian lenny main
deb
Debian -- Security Information lenny/updates main
deb-src
Debian -- Security Information lenny/updates main
deb
Index of /debian-volatile lenny/volatile main
deb-src
Index of /debian-volatile lenny/volatile main
Mettre à jour la base Aptitude
aptitude update
Downgrader la version de Perl
aptitude install perl=5.8.8-7etch6
(Attention, aptitude souffre actuellement d'un bug, les paquets gelés sont malgrés tout mis à jour. Donc ne pas effectuer d'upgrade avant la correction d'aptitude. Ce problème est corrigé dans la version expérimental d'aptitude)
(
#511086 - "aptitude hold" doesn't work in Lenny - Debian Bug report logs)
Installer les paquets
prérequis par Zimbra :
aptitude install sudo fetchmail openssl libltdl3 libgmp3c2 libexpat1
Déinstaller Exim
/etc/init.d/exim stop
aptitude purge exim4
Modifier le fichier /etc/hosts pour que celui-ci contienne le nom de domaine si ce n'est pas le cas
127.0.0.1 localhost
192.168.1.19 zimbra.sfxteam.org zimbra
Télécharger le fichier d'installation de Zimbra pour Debian (prendre le lien sur le site de Zimbra :
Open Source Edition Downloads: Enterprise Messaging and Collaboration Software by Zimbra)
wget
http://h.yimg.com/lo/downloads/5.0.14_G … 135618.tgz
Décompresser le fichier
tar xzfv zcs-5.0.14_GA_2850.DEBIAN4.0.20090303135618.tgz
cd zcs-5.0.14_GA_2850.DEBIAN4.0.20090303135618
Modifier le fichier bin/get_plat_tag.sh pour faire passer notre Debian 5.0 pour une 4.0
grep "5.0" /etc/debian_version > /dev/null 2>&1
if [ $? = 0 ]; then
echo "DEBIAN4.0${i}"
exit 0
Lancer le script d'install
./install.sh
Répondre Yes à toutes les questions
Configurer le mot de passe
Sauvegarder la configuration
Quitter
Actually this is still working for me but I carry on.