OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Sendmail wrapper

From: Alejandro Kurchis (alejandro_facultadyahoo.com.ar)
Date: Wed Nov 22 2006 - 07:56:12 CST


Dear all, I need to use a PHP script in order to send mails with the
mail function, and so I have to edit the [mail function] section from
php.ini:

[mail function]
;For Win32 only
;SMTP = localhost
;For Win32 only
;sendmail_from = meexample.com
;For UNIX only
;sendmail_path =

So in sendmail_path I have to put the location of the sendmail wrapper
of Postfix.

I can't find anything in Google about this, so can you help me what to
do in order to install and configure the sendmail wrapper to send mails
with a PHP script??

Really thanks,

Alejandro