my $reporter = Test::Reporter->new(
grade => $grade,
distribution => $localdir,
from => 'Jim Keenan (testing@yahoo.com)',
comments => $comment,
);
if ($opts{s}) {
print "Sending mail ...\n";
$reporter->send() || croak $reporter->errstr();
} else {
print $reporter->subject(), "\n";
print $reporter->from(), "\n";
print "\nREPORT:\n\n";
print $reporter->report, "\n";
print $reporter->grade(), "\n";
print "No mail sent\n";
}
####
Test::Reporter could not send the message.
####
Oct 9 14:18:50 localhost postfix/qmgr[4121]: A9D2D1BE8D1: from=, size=5678, nrcpt=1 (queue active)
Oct 9 14:18:50 localhost postfix/qmgr[4121]: C5ADB1BE8C7: from=, size=2377, nrcpt=1 (queue active)
Oct 9 14:18:53 localhost postfix/smtp[4392]: 86A811BE845: to=, relay=mx.develooper.com[63.251.223.176], delay=18391, status=deferred (host mx.develooper.com[63.251.223.176] said: 450 Could not resolve Macintosh.local (in reply to MAIL FROM command))
Oct 9 14:18:53 localhost postfix/smtp[4391]: 6A3691BE8DD: to=, relay=mx.develooper.com[63.251.223.176], delay=6317, status=deferred (host mx.develooper.com[63.251.223.176] said: 450 Could not resolve Macintosh.local (in reply to MAIL FROM command))
Oct 9 14:18:53 localhost postfix/smtp[4390]: 2B6511BE839: to=, relay=mx.develooper.com[63.251.223.176], delay=18512, status=deferred (host mx.develooper.com[63.251.223.176] said: 450 Could not resolve Macintosh.local (in reply to MAIL FROM command))
Oct 9 14:18:53 localhost postfix/smtp[4389]: 27FFE1BE850: to=, relay=mx.develooper.com[63.251.223.176], delay=18090, status=deferred (host mx.develooper.com[63.251.223.176] said: 450 Could not resolve Macintosh.local (in reply to MAIL FROM command))
Oct 9 14:18:53 localhost postfix/smtp[4393]: A9D2D1BE8D1: to=, relay=mx.develooper.com[63.251.223.176], delay=6813, status=deferred (host mx.develooper.com[63.251.223.176] said: 450 Could not resolve Macintosh.local (in reply to MAIL FROM command))
Oct 9 14:18:56 localhost postfix/smtp[4392]: C5ADB1BE8C7: to=, relay=mx.develooper.com[63.251.223.176], delay=6851, status=deferred (host mx.develooper.com[63.251.223.176] said: 450 Could not resolve Macintosh.local (in reply to MAIL FROM command))