If I want to match all local domains in the form
local_domains=*.yoyo.org
but want a few exceptions, for instance I dont want mitnick.yoyo.org or
lairg.yoyo.org to be treated as local, what is the best way to do this?
I have tried using
local_domains="lsearch;exeptionlist:\
*.yoyo.org"
with the exeptionlist containing key:value pairs for the domains I dont
want local like this:
mitnick.yoyo.org:
lairg.yoyo.org:
and have also tried using 'no' and 'false' as the values but exim appears
only to be interested in the existance of the key regardless of the value.
Is there a way to do this?
steve
--
*** Exim information can be found at
http://www.exim.org/ ***