Hi Mike,
Are you sure sendmail is up and running ok on the box?

joel

-----Original Message-----
From: Mike Butler [mailto:[EMAIL PROTECTED]] 
Sent: 13 January 2003 14:18
To: [EMAIL PROTECTED]
Subject: Problem Installing the NMS FormMail program


I'm trying to install the NMS FormMail program on a clients web site. I
think that I have done everything correctly but when I test the script I
get the following error message:

Application Error
An error has occurred in the program

close sendmail pipe failed, mailprog=[/usr/sbin/sendmail -oi -t] at
/usr/home/rf/.public_html/cgi-bin/FormMail.pl line 645.

Here is the code that the error is referencing:

sub email_end {
  if (defined $smtp) {
    smtp_command(".");
    smtp_command("QUIT");
    undef $smtp;
  } else {
    close SENDMAIL or die "close sendmail pipe failed,
mailprog=[$mailprog]";  <<== Line 645
  }
}

Does anyone have any suggestions about how to debug this? Is it a
problem with sendmail?

Thanks so much,

  - Mike

Thanks,

  - Mike

---
Mike Butler
Web: http://www.hotlux.com and http://www.mikyo.com

Email: [EMAIL PROTECTED]


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.408 / Virus Database: 230 - Release Date: 24/10/2002
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.408 / Virus Database: 230 - Release Date: 24/10/2002
 


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to