On Thu, Oct 24, 2013 at 10:42:07AM +0200, Ralf Hildebrandt wrote:
> * Louis-David Mitterrand <[email protected]>:
> > Hi,
> >
> > I have a virtual_alias_maps with a pcre entry like
> >
> > /^(info|contact|etc)@/ localuser
> >
> > and it delivers [email protected] to localuser even though
> > 'anydomain.com' is not in virtual_alias_domains, is that normal?
>
> Yes.
So I have to write (and maintain) that entry like this?
/^(info|contact|etc)@(domain1|domain2|domain3|etc).com$/ localuser
Is there a better way?