Re: [exim] Remote Domains Not Supported

Top Page
Delete this message
Reply to this message
Author: Marc Sherman
Date:  
To: exim-users
Subject: Re: [exim] Remote Domains Not Supported
Jason Johnson wrote:
> 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`:
>
>     "jasonj@??? R=nonlocal: Mailing to remote domains not 
> supported"


The nonlocal router is unique to the Debian configuration. You should
re-post this question to the Debian exim mailing list, which is
documented in /usr/share/doc/exim4-base/README.Debian.gz

- Marc