<html><head><meta name="Generator" content="PSI HTML/CSS Generator"/>
<style type="text/css"><!--
body{font-family:'Arial';font-size:10pt;font-color:'#000000';}
LI{display:list-item;margin:0.00in;}
p{display:block;margin:0.00in;}
--></style>
</head><BODY ><div><SPAN style="font-size:10pt;">good question Michael.</SPAN></div>
<div> </div>
<div><SPAN style="font-size:10pt;">Here is the script I am trying:</SPAN></div>
<div> </div>
<div><SPAN style="font-size:10pt;"><a href="http://www.floopo.com/">http://www.floopo.com/</a></SPAN></div>
<div> </div>
<div><SPAN style="font-size:10pt;">I will look at the php as well and see if that can be changed.</SPAN></div>
<div> </div>
<div> </div>
<div><SPAN style="font-size:10pt;">t</SPAN></div>
<div><SPAN style="font-size:10pt;"><br /><br /></span></div>
<div><SPAN style="font-size:10pt;color:navy;">> Hi Tony,</SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> I still have no answer to getting email off a bx box.</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> Using a php script I get errors when trying to get the box to</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> send an email as in: Sep  9 10:31:37 bx03 sendmail[4255]:</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> n89GVbiF004255:</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> from=<apache@bx03.s1i.net>, size=246, class=0, nrcpts=0,</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1] Sep  9</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> 10:31:37 bx03</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">></SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">> Why is the script sending email as apache@bx03.s1i.net? That user</SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">> of course doesn't exist, hence he cannot send.</SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">></SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">> There are dozens of ways how you can send emails from a PHP script.</SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">> And most - if not all of them - allow you to define a valid sender</SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">> address. Please do that.</SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">></SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">> For examples see this:</SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">></SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">> <a href="http://www.php.net/manual/en/function.mail.php">http://www.php.net/manual/en/function.mail.php</a></SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">></SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">> Especially example #2 and #3 on that page.</SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">></SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">> For something much better than the stock mail() function (sending</SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">> emails from a PHP script with SMTP-Auth and optionally with SSL)</SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">> see this:</SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">></SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">> <a href="http://email.about.com/od/emailprogrammingtips/qt/et073006.htm">http://email.about.com/od/emailprogrammingtips/qt/et073006.htm</a></SPAN></div>
</body></html>