Re: [EXIM] virtual domain help

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Philip Hazel
Fecha:  
A: Mark Seuffert (Pirates)
Cc: exim-users
Asunto: Re: [EXIM] virtual domain help
On Thu, 29 Oct 1998, Mark Seuffert (Pirates) wrote:

>    route_list = "*.another.de mail.another.de byname"
>                   ^
> After I removed the "." it worked! :) Because mails for 
> "foo@???" could not be matched from the expression above. I 
> think with "relay_domains" it has to be similar? Thx for comments.


You are correct. The "." is not treated specially. However, it would be
safer to say

relay_domains = another.de:*.another.de

because *another.de also matches abcdanother.de. Unless of course you
actually want that.


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



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