Fabio Viero wrote:
> Hi
>
> I need to do something like this:
>
> Someone sends an e-mail to u...@domain.com
> Someone gets a reply from postfix saying "User has moved to
> newu...@newdomain.com"
> I need postfix to STILL deliver the message to u...@domain.com (which
> doesn't happens)
>
> I tried using relocated with virtual aliases, transport with virtual
> aliases but neither worked (or were not correctly configured). I can
> send the reply informing that the user has moved, but cannot make
> postfix still deliver the original message. I want this because the
> users had not actually moved yet, itÅ› going to be a gradual process.
>
> Any insights on the subject?
>   
Use a virtual alias like:
u...@example.com   newu...@new.example.com,u...@example.com

You did not give concrete examples so I'm assuming you did not list the
original address in the virtual alias.

Brian

Reply via email to