Re: [EXIM] configuration question

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Philip Hazel
Fecha:  
A: petro
Cc: exim-users
Asunto: Re: [EXIM] configuration question
On Tue, 25 Nov 1997 petro@??? wrote:

>    # route mail for NYU domains to aristotle
>    forwardaristotle:
>      driver = domainlist,
>      transport = remote_smtp;
>      search_type = lsearch,
>      route_file = /usr/exim/aristroutes

>
> /usr/exim/aristroutes reads:
>
>    nyuhs.net:lhh.net:nydh.net:nyumc.net:hjd.net    aristotle       byname


Wrong syntax. That file should be

   nyuhs.net:     aristotle  byname
   lhh.net:       aristotle  byname


etc. The effect is that it isn't matching the domain correctly.

I will try to make the manual clearer.

-- 
Philip Hazel                   University Computing Service,
ph10@???             New Museums Site, Cambridge CB2 3QG,
P.Hazel@???          England.  Phone: +44 1223 334714



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