On 9/26/2011 2:34 PM, Randy Ramsdell wrote: > > /etc/postfix/virtual: > #[email protected] stays itself. > [email protected] [email protected]
OK. > > #[email protected] goes elsewhere. > [email protected] 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. > /./ [email protected] > > ? >
