Daniel Flaum: > /notifier@dev1\.example\.com/ notify-l...@groups.example.com > /.+@dev1\.example\.com/ a.per...@example.com > /.*@.*/ 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