Re: [EXIM] Non-local domains as subdomains of local domains

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Ephraim Silverberg
Fecha:  
A: Philip Hazel
Cc: exim-users
Asunto: Re: [EXIM] Non-local domains as subdomains of local domains
On Tue, 3 Feb 1998, Philip Hazel wrote:

>> The other alternatives are not desirable:
>>
>> 1. A hardcoded regular expression excluding non-local subdomains in
>>    local_domains since I can't mix lookups and regular expressions.

>
> I don't understand.


For example, if I wanted to exclude *.xx.cs.huji.ac.il and *.yy.cs.huji.ac.il,
I could do instead of *.cs.huji.ac.il in local_domains:

local_domains = ...:^(.*\.)?(?!(xx|yy)).\.cs.\.huji.\.ac.\.il$:...

but I couldn't do:

local_domains = ...:^(.*\.)?(?!dbm;/vol/db/excl_dom).\.cs.\.huji.\.ac.\.il$:...

Ephraim
___________________________________________________________________________
Ephraim Silverberg, CS System Group,          Phone number:   972-2-6585521
Hebrew University, Jerusalem, Israel.         Fax number:     972-2-6585439
WWW: http://www.cs.huji.ac.il/~ephraim        E-mail: ephraim@???


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