Frank DiGennaro: > All; > > I've made progress with this problem. By adding virtual_alias_maps = > regexp:/etc/postfix/virtual_users at the bottom of main.cf and adding the > regexps below, and running "postmap /etc/postfix/virtual_users ", the two > catch-alls work fine, but the "longer" matches do not and ultimately they > get delivered to the catch-all address. I'm almost there. What am I missing? > > Thanks in advance;
Maybe you can show what you did. It is easy to make regexp mistakes. Note that regexp and pcre tables are parsed in the specified order, and that the first match wins. You can test stuff with the postmap command. postmap -q email-address pcre:/path/to/file Wietse