Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: exim: users

Remote Domains Not Supported

 

 

exim users RSS feed   Index | Next | Previous | View Threaded


jasonj at ivieinc

Feb 7, 2006, 10:37 AM

Post #1 of 5 (1997 views)
Permalink
Remote Domains Not Supported

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 [at] ivieinc 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/


msherman at projectile

Feb 7, 2006, 10:58 AM

Post #2 of 5 (1970 views)
Permalink
Re: Remote Domains Not Supported [In reply to]

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 [at] ivieinc 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

--
## 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/


mh+exim-users at zugschlus

Feb 9, 2006, 1:17 AM

Post #3 of 5 (1956 views)
Permalink
Re: Remote Domains Not Supported [In reply to]

On Tue, 07 Feb 2006 13:58:12 -0500, Marc Sherman
<msherman [at] projectile> wrote:
>Jason Johnson wrote:
>> 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 [at] ivieinc 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

The OP has chosen a "local mail only" feature set and is now
complaining about getting what he asked for.

The answer would be "dpkg-reconfigure exim4-config" and select a
better suited profile.

Greetings
Marc

--
-------------------------------------- !! No courtesy copies, please !! -----
Marc Haber | " Questions are the | Mailadresse im Header
Mannheim, Germany | Beginning of Wisdom " | http://www.zugschlus.de/
Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fon: *49 621 72739834

--
## 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/


c.giesers at giesers

Jun 21, 2009, 7:46 AM

Post #4 of 5 (1718 views)
Permalink
Re: Remote Domains Not Supported [In reply to]

On 2006-02-09 09:17, Marc Haber wrote:
> On Tue, 07 Feb 2006 13:58:12 -0500, Marc Sherman
> <msherman@???> wrote:
> >Jason Johnson wrote:
> >> 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
>
> The OP has chosen a "local mail only" feature set and is now
> complaining about getting what he asked for.
>
> The answer would be "dpkg-reconfigure exim4-config" and select a
> better suited profile.
>
> Greetings
> Marc



Thxal for your reply, I had the same problem and google linked me to
this Mail, mailing boxes outside of this network now works perfect.

Just have to figure out now how I can mail the Exchange server in this
network.

It currently says: "2009-06-21 16:42:45 1MIOFp-0006hQ-8R **
c.gi...@gie....de: Unrouteable address"

Any Ideas?



Regards

- Christof

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


michaelh at jaswin

Jun 22, 2009, 5:18 PM

Post #5 of 5 (1717 views)
Permalink
Re: Remote Domains Not Supported [In reply to]

> It currently says: "2009-06-21 16:42:45 1MIOFp-0006hQ-8R **
> c.gi...@gie....de: Unrouteable address"
>
> Any Ideas?
>
I don't think sequential dots are allowed in the domain of an address
(actually, I don't think you are supposed to have them in the local part
either, but that isn't generally enforced too strictly).

Or are you trying to sanitise the address? if so, don't. If you were
getting any other error you might think about replacing the address with
something [at] example (rather than an address that is very broken), but
changing the address when you are getting an error relating to the
address is going to make it pretty much impossible to diagnose.

Calling "exim -bt someone [at] example" or "exim -d+all -bt
someone [at] example" will give more information about how it is trying
to route the message.

*Michael Heydon - IT Administrator *
michaelh [at] jaswin <mailto:michaelh [at] jaswin>

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

exim users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.