well, I had to reinstall sendmail so that I could get fetchmail to install. Anyway, upon doing the zimbra install I got
Code:
Setting defaults...Can't call method "answer" on an undefined value at /opt/zimbra/libexec/zmsetup.pl line 529.
line 529 is in the midst of a loop,
Code:
(isEnabled("zimbra-mta")) {
my @answer = $ans->answer;
foreach my $a (@answer) {
if ($a->type eq "MX") {
my $h = getDnsRecords ($a->exch
my @ha = $h->answer;
foreach $h (@ha) {
if ($h->type eq 'A') {
progress "\tMX: line 529 is "my @ha = $h->answer;"
So my guess is that I have a partial install now of zimbra, which is probably worse than a bombed installation.