Re: [Exim] relay_domains, second and sub-level domains

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Jim Knoble
Fecha:  
A: exim-users
Asunto: Re: [Exim] relay_domains, second and sub-level domains
How about:

relay_domains = example.com : *.example.com

?

--
jim knoble
jmknoble@???

På 2000-Mar-07 klokka 08:04:43 +0000 skrivet Marc Haber:

: Is there any easy possibility to have exim relay to example.com _and_
: *.example.com? I find relay_domains = *example.com too broad (since it
: would also relay so someexample.com) and my colleagues probably won't
: eat a regular expression like ^(.*\.)?example.com$.