Tim Legg wrote:
Okay, I made the changes people have suggested, but it still doesn't work.
Recipient address rejected: User unknown in virtual alias table
Below are the files which I believe are relevant.
I for the most part understand the what the documentation tries to say, but
there is so much I don't know still about how postfix works.
/etc/virtual
example1.com anything
example2.org anything
[email protected] [email protected]
[email protected] [email protected]
A user in a virtual_alias_domains *must* be mapped to a
different domain - typically a "local" domain listed in
mydestination. In the example I provided previously,
/etc/postfix/virtual looked like
example1.com anything
example2.org anything
[email protected] [email protected]
[email protected] [email protected]
With main.cf
mydestination = localhost.localdomain
and I do mean "localhost.localdomain" literally.
-- Noel Jones