Re: [EXIM] Using ETRN with Exim?

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Philip Hazel
Fecha:  
A: Conor Mc Goveran
Cc: D. J. Birchall, exim-users
Asunto: Re: [EXIM] Using ETRN with Exim?
On Wed, 7 Oct 1998, Conor Mc Goveran wrote:

> > 1998-10-06 16:03:06 0zQdK5-00003Z-00 lowest MX record for xxx.com points to local host
> > 1998-10-06 16:03:06 0zQdK5-00003Z-00 == coby3@??? R=lookuphost defer (-1): lowest numbered MX record points to local host
> > 1998-10-06 16:03:06 0zQdK5-00003Z-00 Frozen


>       Basically your problem here is MX records.


Indeed. The MX record for the domain points to your host, but you have
not put the domain in local_domains, so it thinks it is a remote domain.
You have not set up a domainlist router to tell it what to do with mail
for that domain, so it goes away and looks up the MX records to find out
what to do with it - and the MX records point to the local host...

Either (a) You must make the domain local and handle it with a director;

Or     (b) You must set up some router *before* the default lookuphost 
           router (typically a domainlist router) to handle the domain.
           Check out the second-last example in the chapter on the 
           domainlist router (chapter 27). 


-- 
Philip Hazel            University of Cambridge Computing Service,
ph10@???      Cambridge, England. Phone: +44 1223 334714.



--
*** Exim information can be found at http://www.exim.org/ ***