OSEC

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

From: Office (inbox0003hotmail.com)
Date: Sat Mar 01 2003 - 14:25:49 CST


i removed sendmail as it was causing problems at bootup.
but php usually uses sendmail to send mail and with redhat 8 the default
path is:

    /usr/sbin/sendmail -t -i

i have changed the php sendmail_path to

    /usr/sbin/postfix -t -i

postfix is there, but that doesn't work. maybe the -t -i is wrong?
anybody out there know how to do this?