I successfully configured Postfix to deliver messages to
virtual mailboxes.
I can set aliases and pipes inside /etc/postfix/virtual and mailboxes inside /etc/postfix/virtual_mailbox files.
However, whenever I set a catch-all domain and point to a remote email address, it overrides all other
virtual mailboxes and
virtual aliases set in postfix. How can I set a catch-all forwarding to the remote email address when
virtual mailbox is enabled?
I set catch-all like this:
@mydomain.com
[email protected]
Thanks for your help!