All, I'm running MacOS X 10.3, Apache Web Server. With this upgrade Apple changed from Sendmail to Postfix. My cgi's are used with submitted html forms. They are not working. I had the following code for Sendmail and it worked fine:
$SENDMAIL = '/usr/sbin/sendmail';
I have tried the following...
I get the following errors from mail.log file:
Jun 11 03:00:02 gmcc sendmail[715]: NOQUEUE: SYSERR(ac7902): /ect/mail/sendmail.cf: line 0: cannot open: No such file or directory
Jun 11 03:15:01 gmcc sendmail[744]: NOQUEUE: SYSERR(root): /ect/mail/sendmail.cf: line 0: cannot open: No such file...
I just upgrade to MacOS X 10.1.5 and the sendmail app of UNIX will not send the following script to said email address client.
#!/usr/bin/perl
# Use Pre-Build CGI Routines
# ----------------------------
use CGI;
$q = new CGI;
# Set Initial Variables
# -----------------------...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.