txmedic03 Posted March 7, 2006 Share Posted March 7, 2006 I am running a suse linux 9.1 professional box with apache2/php4 and for some reason the mail() function is returning successful, but the messages never reach the destination. I have checked the reference from the php.ini file to the sendmail and it is correct. Is there something more I need to do? Quote Link to comment Share on other sites More sharing options...
shocker-z Posted March 7, 2006 Share Posted March 7, 2006 hmmm... maby if you run your own mailserver you should try sending an email to a local domain like yourname@yourdomain.com also look at the sendmail log to see if there is an error there. There are lots of log analysers out there that you can use just search google for sendmail log Quote Link to comment Share on other sites More sharing options...
txmedic03 Posted March 7, 2006 Author Share Posted March 7, 2006 [!--quoteo(post=352433:date=Mar 7 2006, 03:49 AM:name=shocker-z)--][div class=\'quotetop\']QUOTE(shocker-z @ Mar 7 2006, 03:49 AM) [snapback]352433[/snapback][/div][div class=\'quotemain\'][!--quotec--]hmmm... maby if you run your own mailserver you should try sending an email to a local domain like yourname@yourdomain.com also look at the sendmail log to see if there is an error there. There are lots of log analysers out there that you can use just search google for sendmail log[/quote]Actually I could run SMTPd, POP3d, POP2d and/or IMAP4d; but currently I am not. I was under the impression that the idea was you didn't need a SMTPd if you had sendmail. I will check the sendmail log, though. Thanks for the tip. If I get this resolved soon I can go back to working on my scripts and be a happy little coder. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.