What should I do?
Quoting Wietse Venema <[email protected]>:
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:
[email protected] [email protected]
Execute "postmap /etc/postfix/virtual" after edinting the file.
Wietse
