Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Postfix

Status
Not open for further replies.

jr7138

Technical User
Jun 10, 2002
3
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top