RE: Server hangs during form processing--Sendmail

2002-03-26 Thread Steven Vargas
Problem solved. Thanks for those that emailed me to the right direction. sendmail.cf was configured incorrectly. -Original Message- From: Steven Vargas [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 2:02 AM To: [EMAIL PROTECTED] Subject: Server hangs during form processing

Server hangs during form processing--Sendmail

2002-03-25 Thread Steven Vargas
I figured that the culprit is forking or executing to Sendmail, but why does it work on all our other test servers, and hangs on the Solaris box running Apache? This is one version: open(MAIL, "| /usr/lib/sendmail -t") || die "No sendmail available: $!\n"; select(MAIL); $| = 1; print MAIL "To: $r