Redhat 7.0 problems with Perl Net::SMTP - TechRepublic
General discussion
November 5, 2001 at 07:23 AM
wziemer

Redhat 7.0 problems with Perl Net::SMTP

by wziemer . Updated 24 years, 2 months ago

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.

This discussion is locked

All Comments