I've been troubleshooting mail for a couple of days and searching every mail list archive/documentation/etc I could find. Hoping someone can help me troubleshoot my mail sending problem. I can't get the PHP mail function to send mail properly - even to addresses on the local host.

I'm using Apache with PHP and sendmail.  I've verified the following:

1. sendmail properly receives and sends e-mail
2. aliases are setup properly and translated fine when receiving incoming e-mail from the Internet.


Here's what happens (two problems):

calling mail() with an aliased address from PHP causes sendmail to respond with the following error in /var/log/maillog:

Jan 30 18:09:17 cognitiongroup sendmail[40125]: k0V29HhI040125: k0V29HhJ040125: DSN: User unknown

As I mention above, when sending e-mail to the address in question via SMTP to the same sendmail server the mail is received fine.


If I have mail() send e-mail to an un-aliased address, sendmail says the mail is delivered but it doesn't show up in the mail box.


Thanks in advance!

Richard

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to