RE: [exim] Domain List and wild cards

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Mark Smith
Date:  
À: exim-users
Sujet: RE: [exim] Domain List and wild cards

> I've tried the following domainlist versions, but none seem to work:
>
> domainlist local_domains = ^domain-*-01
> domainlist local_domains = \N^domain-*-01\N
>
> 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.
>
> What totally obvious point am I missing?
>


Replace the "*" with "."

- Mark