[email protected] wrote:
Probably a dumb question. Server configured with virtual users in mysql.
My server's name is mail.example1.com. However, it doesn't serve mail
for example1.com, but for many other domains.
I just realized that when the system is sending mail to root, it's going
to [email protected] There is no [email protected].
How can I redirect that mail to where I want it to go? I tried simply
updating /etc/aliases (and running newaliases and/or postmap to
root: [email protected]
and I get an error saying that the address must be local.
Add an entry like
[email protected] [email protected]
to virtual_alias_maps (NOT virtual_alias_domains).
-- Noel Jones