All,

I am trying to send a message using the php library phpmailer from one of our debian web servers. I configure the script to use the mail() function, which apparently by default hands off the message to the local MTA if at all possible. The script itself reports successful delivery to exim, which I have confirmed by the following being found in `/var/log/exim4/mainlog`:

"[EMAIL PROTECTED] R=nonlocal: Mailing to remote domains not supported"

It then ends up permanently rejected for delivery in `www-data`'s local mailbox.

In this situation, how do I allow exim to send mail to any address at any domain? Is there a particular configuration directive (as I imagine there is) I need to be aware of?

Thank you in advance,
Jason


--
## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to