Re: [Exim] dial on demand despite queue remote domains

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Suresh Ramasubramanian
Ημερομηνία:  
Προς: j.bouma, exim-users
Αντικείμενο: Re: [Exim] dial on demand despite queue remote domains
On Tuesday, February 18, 2003 2:51 AM [GMT+0530=IST],
j.bouma@??? <j.bouma@???> wrote:

> remote address is sent from an outlook client via IMAP to exim for
> routing to a smarthost DOD is invoked despite the setting:
> queue_remote_domains = *. The message is queued properly on the
> outgoing queue awaiting a queue-runner so the invocation of DOD is
> useless and undesireable. I am well aware of exim not being designed
> to work on intermittently connected hosts but still could anyone
> explain me what happens ((DNS) lookups? (why?)), and tell me how to
> stop this behaviour. I have already tried setting the


Look at your send_to_gateway or whatever transport hands off mail to the
smarthost, and at the line beginning "route_list"

Does it do a lookup "bydns_a"? Change that to "byname", then restart exim
so that the exim.conf is reloaded.

    srs

> smarthost:
> driver = domainlist
> transport = remote_smtp
> route_list = "* smtp.myprovider.nl bydns_a"


yeah - that section above. change it ...

    srs