Matt Holgate: > It seemed like the catchall address was getting triggered for e.g. > d...@theirdomain.com. I'm guessing I need to put the catchall rule at > the top?
As documented in the virtual(5) manpage, virtual alias lookups are recursive (the result of lookup is subject to alias lookup). Recursion for address X terminates when a lookup for address X produces no result or when the result contains address X. To prevent an address from matching the wild-card, specify a one-on-one mapping: f...@example.com f...@example.com @example.com something-e...@example.com Wietse