Quote:
|
Originally Posted by phoenix What is on that line 490 & what's in the install log? |
line 490 has the following(bolded):
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";
install.log contains nothing.