The way I have install Zimbra on Suse (SLES) 10.1 was to do the following:
-Run the install.sh with the -s option, which is Software only installation.
-vi /opt/zimbra/libexec/zmsetup.pl and look for the line that contains "if ($platform =~ /SuSE|openSUSE|SLES/) { `chmod 640 /etc/sudoers`;}" and change is the 640 to 440.
-Then run zmsetup.pl
I also found that I had to do the same with upgrading the software.
Using this method I have been able to setup a multi-server environment using SLES 10.1 for two LDAPs, two MTAs, and three mailbox servers. |