[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Mailform.pl - RaQ4R



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