Daniel Flaum:
> /notifier@dev1\.example\.com/         [email protected]
> /.+@dev1\.example\.com/               [email protected]
> /.*@.*/                               firehose@localhost

As documented in virtual(5), virtual_alias_maps is expanded recursively
(see WikiPedia for "recursion").

Therefore the wild-card rule at the end match all lookup results
from the first two rules.

Don't use wild-card rules.

As documented in regexp_table(5) and pcre_table(5), Postfix does
support conditional expressions.

        Wietse

Reply via email to