<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.6003" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face="Courier New" size=2>Hello </FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>Recently i posted to the list about a 
problem with php mail function not working on a new box. This was finally solved 
by using the following in php.ini </FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>sendmail_path = /usr/sbin/sendmail -t -i -f 
<A 
href="mailto:postmaster@somedomain.com">postmaster@somedomain.com</A></FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>I previously had two other boxes where this 
was not necessary and functioned fine with just sendmail_path = 
/usr/sbin/sendmail</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>Something has now changed on these boxes 
and i now have to use</FONT></DIV>
<DIV><FONT face="Courier New" size=2>sendmail_path = /usr/sbin/sendmail -t -i -f 
</FONT><A href="mailto:postmaster@somedomain.com"><FONT face="Courier New" 
size=2>postmaster@somedomain.com</FONT></A><FONT face="Courier New" 
size=2> in order for the php mail function to work.</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>a new problem has cropped up on these two 
boxes. I use phplist to run three mailing lists. Previously i had bounce 
handling on each list managed by the script simply by setting up a mail box 
and specify a return path and bounce email address in the script. It worked 
great.</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>Now what happens is the return emails all 
come back to the postmaster email specified in php.ini, the settings in the 
script are being overwritten and bounce handling no longer works.</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>Any suggestions please. What worked fine 
once has stopped and has caused havoc with the mailing scripts!</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>Regards</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>Mark</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2> </DIV>
<DIV><BR></DIV></FONT>
<DIV><FONT face="Courier New" size=2></FONT> </DIV></BODY></HTML>