Re: [EXIM] Relaying control -- configuration advice needed

Top Page
Delete this message
Reply to this message
Author: Philip Hazel
Date:  
To: David Osborne
CC: exim-users
Subject: Re: [EXIM] Relaying control -- configuration advice needed
On Mon, 1 Dec 1997, David Osborne wrote:

> I got the impression from earlier messages to the list that by including the
> dot as in *.nottingham, only one level of subdomain would be matched below
> nottingham, and not machine.subdomain.nottingham, but I've probably got that
> wrong.


The * matching is purely textual; it does not understand components.
As * can match nothing, you _could_ use *nott.ac.uk to match plain
"nott.ac.uk" as well as "anything.you.like.nott.ac.uk", but it would
also match "hardknott.ac.uk", which you probably don't want. Thus you
should probably have "nott.ac.uk:*.nott.ac.uk".

-- 
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/ ***