[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Mailform.pl - RaQ4R
- Subject: [cobalt-users] Mailform.pl - RaQ4R
- From: "Richard Sidlin \(Help Plc\)" <richard@xxxxxxxxxxx>
- Date: Thu Jul 11 23:01:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
I've put a mailform.pl script on a virtual accessed by form at
http://www.xxxxx.net/proof/frameset.html , but I'm getting the error:
close mailprog: $?=256,$!= at
/home/sites/site79/web/proof/cgi-bin/formmail.pl line 532
This could be because I haven't specified:
a. Perl interpretter, eg. #!/usr/bin/perl
b. The sendmail path, eg. $mailprog = '/usr/lib/sendmail';
c. Or sendmail binary path. eg. $mailprog = '/usr/sbin/sendmail';
Can you help?
Richard Sidlin