[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: exim4 question



On Tue, 2006-04-11 at 10:55 -0500, Hugo Vanwoerkom wrote:
> Casey T. Deccio wrote:
> > What happens when you run:
> > 
> > exim4 -bt root
> > 
> /home/hugoTue Apr 11-10:51:14HDC3# exim4 -bt root
> R: smarthost for root@att.net.mx
> root@att.net.mx
>    router = smarthost, transport = remote_smtp_smarthost
>    host avasatt.att.net.mx [207.248.224.148]
>    host avasatt.att.net.mx [207.248.224.151]
>    host avasatt.att.net.mx [207.248.224.156]
>    host avasatt.att.net.mx [207.248.224.158]
> 


Hmmm, sounds like your configuration is hosed somewhere.  The smarthost
router should not be used for local domains.  If you look
in /etc/exim4/conf.d/router/200_exim4-config_primary , you should see
under "smarthost:" the follwing line:

domains = ! +local_domains

This means that the router will not be used, and will be passed on to
another to handle local transport.
In /var/lib/exim4/config.autogenerated , the value of MAIN_LOCAL_DOMAINS
should contain localhost.  If this is true, then is localhost is not
defined in your /etc/hosts file?

Casey




Reply to: