gordo019
03-20-2002, 12:11 PM
I have a webpage with a form that inputs a mailing address and sends it to a CGI script, which passes the information on to an email address via sendmail. My script works fine on standard Unix servers but OSX's sendmail gives me the following error:
Mar 4 16:19:42 Coronapower sendmail[8553]: NOQUEUE: SYSERR(www): /etc/mail/sendmail.cf: line 81: fileclass: cannot open /etc/mail/local-host-names: Group writable directory
-OSX server user.
-other CGIs (without sendmail command) work.
I understand the whole Apple Mail Server thing is a mess. But is there some hack that will get my scripts working with Apple's default sendmail config?
Mar 4 16:19:42 Coronapower sendmail[8553]: NOQUEUE: SYSERR(www): /etc/mail/sendmail.cf: line 81: fileclass: cannot open /etc/mail/local-host-names: Group writable directory
-OSX server user.
-other CGIs (without sendmail command) work.
I understand the whole Apple Mail Server thing is a mess. But is there some hack that will get my scripts working with Apple's default sendmail config?