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 with no luck.
$POSTFIX = '/usr/sbin/postfix';
$mail = '/usr/sbin/postfix';
$smtp_server = 'dasmtp.sbc.com';
I could use some help here.
Thanks
jr7138
$SENDMAIL = '/usr/sbin/sendmail';
I have tried the following with no luck.
$POSTFIX = '/usr/sbin/postfix';
$mail = '/usr/sbin/postfix';
$smtp_server = 'dasmtp.sbc.com';
I could use some help here.
Thanks
jr7138