|
| | Subject: | Re: redirecting a single email address/alias (not a whole domain) | | Group: | Postfix-users | | From: | (Wietse Venema) | | Date: | 13 Mar 2008 |
andy k:
[ Charset ISO-8859-1 unsupported, converting... ]
>
> Hi All,
>
> I have a postfix install which handles email for abc.org. Most of the incoming email to this domain is simply forwarded to a corresponding address at xyz.org, using the aliases file. I would like to redirect incoming emails for joe (currently forwarded to joe) to a different mail server, def.org, but not affect the handling of any other incoming email for abc.org.
Use a virtual alias map, NOT a virtual alias DOMAIN.
/etc/postfix/main.cf:
virtual_alias_maps = hash:/etc/postfix/virtual
/etc/postfix/virtual:
joe joe
Wietse
|