On 9/26/2011 2:34 PM, Randy Ramsdell wrote:

> 
> /etc/postfix/virtual:
>      #f...@example.com  stays itself.
>      f...@example.com    f...@example.com

OK.

> 
>      #b...@example.com  goes elsewhere.
>      b...@example.com    other@elsewhere

you need an identity mapping for other@elsewhere, or it will be
rewritten by the catchall.

        other@elsewhere  other@elsewhere


As was stated before, lookups to virtual_alias_maps are recursive.
Recursion stops when either there is no match (which will never
happen with a catchall), or the input key matches the output (which
is why you need a 1-1 or "identity" entry).


  -- Noel Jones


> 
> /etc/postfix/virtual.pcre:
>      # Everything else goes to the mailsink.
>      /./            mails...@example.net
> 
> ?
> 

Reply via email to