Line 459 It only creates the log file it contains no text.
The bolded Line is 459.
elsif (isEnabled("zimbra-mta")) {
my @answer = $ans->answer;
foreach my $a (@answer) {
if ($a->type eq "MX") {
my $h = getDnsRecords ($a->exchange,'A'); my @ha = $h->answer;
foreach $h (@ha) {
if ($h->type eq 'A') {
progress "\tMX: ".$a->exchange." (".$h->address.")\n";
Thanks,
Jeremy |