I have a cgi application that works on one redhat machine (7.0 workstation) but fails on the other (7.0 enterprise).
What fails is the code:
$smtp = Net::SMTP->new(‘smtp.csulb.edu’,Debug=>1) || print “$!”;
results in “Operation in progress”.It never completes.
I can do “telnet smtp.csulb.edu 25” just fine, so the smtp server is reachable. Sendmail also works just fine. I am stumped.