View Single Post
  #3 (permalink)  
Old 06-06-2006, 01:49 PM
molson150 molson150 is offline
New Member
 
Posts: 3
Default 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
Reply With Quote