> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Ted Cooper
> Sent: Thursday, April 17, 2008 7:19 PM
> To: [email protected]
> Subject: Re: [exim] Not local Domain treated as local
> 
> Craig Jackson wrote:
> > Processing should stop and the bounce should indicate to 
> the sender what
> > the problem really is. When the sender sees "unable to relay" he is
> > confused. If the sender saw something like "Unable to 
> contact domain" it
> > might make a little more sense.
> 
> The message that is returned is entirely based on your configuration 
> file. When attempting to send through my server from an authenticated 
> user to "[EMAIL PROTECTED]", I get a message back saying "Unrouteable 
> address". A non-authenticated user will get a message saying 
> "unable to 
> relay" (and wont be able to complete the transaction anyway) :P
> 
> Run a faked session with debugging turned on and find out 
> what is really 
> happening
> 

# exim -bt [EMAIL PROTECTED]
 exim -bt [EMAIL PROTECTED]
[EMAIL PROTECTED]
    <-- [EMAIL PROTECTED]
    <-- [EMAIL PROTECTED]
  router = save_all, transport = save_all
[EMAIL PROTECTED]
    <-- [EMAIL PROTECTED]
  router = save_outgoing, transport = save_all
[EMAIL PROTECTED]
    <-- [EMAIL PROTECTED]
    <-- [EMAIL PROTECTED]
  router = smart_host_last, transport = exchange_smtp
  host 192.168.193.22 [192.168.193.22]

Here are the relevant routers from my config in order.

save_outgoing:
   driver = accept
   domains = ! +local_domains
   headers_add = X-NOMAIL-Saved: True
   transport = save_all
   unseen

dnslookup:
   driver = dnslookup
   headers_remove = Received
   domains = ! +local_domains
   transport = remote_smtp
   ignore_target_hosts = 0.0.0.0 : 127.0.0.0/8

save_all:
   driver = accept
   headers_add = X-Cheetah-Saved: True
   transport = save_all
   headers_remove = X-SA-ret
   unseen

smart_host_last:
   driver = manualroute
   transport = exchange_smtp
   route_list = * 192.168.193.22

This doesn't tell me much.

Craig

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

Reply via email to