and an alias file that contains, as its last line:
root: admins@???
This is all working, but I'd like to write the domainlist more concisely,
because potentially the domainlist could become very long. I'd like to do
something like:
domainlist local_domains = domain-*-01
This does not work. Here's a snippet from 'exim -bt -d root':
route_item = !+local_domains domain-D-01
domain-A-01 in "domain-*-01"? no (end of list)
domain-A-01 in "!+local_domains"? yes (end of list)
So the mail gets routed to domain-D-01 which is not what I want.
I've tried the following domainlist versions, but none seem to work:
Can I use wildcards in a domainlist? It seems from the documentation that I
can, from the 4th and 5th bullet points in section '10.8 Domain Lists' of
the manual.