Wietse Venema:
> Indiana Jones:
> >How can I forward all e-mail messages sent to a particular address
> >on my domain to another address on another domain?
> 
> /etc/postfix/main.cf:
>     virtual_alias_maps = hash:/etc/postfix/virtual
> 
> /etc/postfix/virtual:
>    us...@example1.com us...@example2.com
> 
> Execute "postmap /etc/postfix/virtual" after editing the file.

This response assumes that you know how to create or edit a file.
The file is just one example of how Postfix can look up information.
See http://www.postfix.org/DATABASE_README.html for other examples.

        Wietse

Reply via email to