Hi. I've been trying to set up a formmail but i've run into some sort of problem. the formmail i'm trying to use is the free one from
http://www.scriptarchive.com/ with the following Variables:
#!/usr/bin/perl
$mailprog = '/usr/lib/sendmail -i -t';
When trying to use it i get this error:
"Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@xxx.xx and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log."
the server error log:
[error] (13)Permission denied: exec of /home/e-smith/files/primary/cgi-bin/formmail.cgi failed
[error] [client xxx.xxx.xxx.xxx] Premature end of script headers: /home/e-smith/files/primary/cgi-bin/formmail.cgi
Anybody know what to do about this?