Debian install results debian netinstall with linux26 boot parameter.
setup base system with static ip, bind running but not configured.
apt-get remove exim4 (get rid of mta)
/etc/hosts looks like
127.0.0.1 localhost.localdomain localhost
192.16.36.40 mail.mydomain.com mail
/etc/resolv.conf
search localdomain
nameserver 192.168.36.40
(all ipv6 is commented out)
apt-get remove exim
rm -rf /etc/init.d/exim4
rm -rf /etc/exim4
rm -rf /etc/rc2.d/S20exim4
apt-get install openssl
apt-get install libstdc++6
apt-get install libxml2-dev
apt-get install sudo
apt-get install curl
apt-get install fetchmail
apt-get install libgmp3
tar zxvf zcs-3.0.0_GA_156.DEBIAN3.1.tgz
cd zcs
sh ./install.sh
Yes to all installs, yes to system modification
____
problem: after install mta stopped, saying it couldn't bind.
on reboot when doing a zmcontrol status:
cannot determine status exiting zimbra@mail
ping of mail.mydomain.com returns success to 192.168.36.40
zmhostname returns mail.mydomain.com |